commit gok for openSUSE:Factory
Hello community, here is the log from the commit of package gok for openSUSE:Factory checked in at Thu May 28 04:40:18 CEST 2009. -------- --- GNOME/gok/gok.changes 2009-05-05 18:25:19.000000000 +0200 +++ gok/gok.changes 2009-05-27 15:55:59.000000000 +0200 @@ -1,0 +2,9 @@ +Wed May 27 15:19:32 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.2: + + bgo#581492 - Remove esound check from configure + + bgo#583313 - Don't show widgets in non-active tabs + + Updated translations. +- Remove libesd-devel Requires from devel package. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gok-2.27.1.tar.bz2 New: ---- gok-2.27.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gok.spec ++++++ --- /var/tmp/diff_new_pack.g29125/_old 2009-05-28 04:39:52.000000000 +0200 +++ /var/tmp/diff_new_pack.g29125/_new 2009-05-28 04:39:52.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gok (Version 2.27.1) +# spec file for package gok (Version 2.27.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -35,7 +35,7 @@ BuildRequires: update-desktop-files License: LGPL v2.1 or later Group: System/GUI/GNOME -Version: 2.27.1 +Version: 2.27.2 Release: 1 Summary: GNOME On-Screen Keyboard Source: %{name}-%{version}.tar.bz2 @@ -80,7 +80,6 @@ Requires: atk-devel Requires: gtk2-devel Requires: libbonobo-devel -Requires: libesd-devel Requires: libgnomeui-devel Requires: libwnck-devel @@ -159,6 +158,12 @@ %{_datadir}/gtk-doc/html/gok %changelog +* Wed May 27 2009 vuntz@novell.com +- Update to version 2.27.2: + + bgo#581492 - Remove esound check from configure + + bgo#583313 - Don't show widgets in non-active tabs + + Updated translations. +- Remove libesd-devel Requires from devel package. * Tue May 05 2009 vuntz@novell.com - Update to version 2.27.1: + bgo#570723 - Replace deprecated gnome_i18n_get_language_list ++++++ gok-2.27.1.tar.bz2 -> gok-2.27.2.tar.bz2 ++++++ ++++ 1645 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/ChangeLog new/gok-2.27.2/ChangeLog --- old/gok-2.27.1/ChangeLog 2009-05-04 15:42:52.000000000 +0200 +++ new/gok-2.27.2/ChangeLog 2009-05-25 18:48:13.000000000 +0200 @@ -1,5 +1,52 @@ # Generated by Makefile. Do not edit. +commit f3a5785ea96baad33537d7617d7665cfd8ab9c6b +Author: Gerd Kohlberger <gerdk@src.gnome.org> +Date: Mon May 25 18:29:39 2009 +0200 + + Prepare 2.27.2 release + + NEWS | 12 ++++++++++++ + README | 2 +- + configure.in | 2 +- + 3 files changed, 14 insertions(+), 2 deletions(-) + +commit c84e47d4704d18a125e59a68120931623df18c1c +Author: Gerd Kohlberger <gerdk@src.gnome.org> +Date: Sun May 24 20:31:27 2009 +0200 + + Don't show widgets in non-active tabs - bgo#583313 + + gok/gok-spy.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 08714936f675ae94109808111060dfa5b8b6bbdc +Author: drtvasudevan <agnihot3@gmail.com> +Date: Thu May 21 17:44:06 2009 +0530 + + Updated Tamil translation + + po/ta.po | 235 +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 118 insertions(+), 117 deletions(-) + +commit 3414c7ea7a14a1006dd8df09f5423b3cc24166e5 +Author: Jorge Gonzalez <jorgegonz@svn.gnome.org> +Date: Sun May 10 12:02:11 2009 +0200 + + Updated Spanish translation + + po/es.po | 210 +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 106 insertions(+), 104 deletions(-) + +commit ace81c2c600c7524510a977443a3a0a0c41f456e +Author: Gerd Kohlberger <gerdk@src.gnome.org> +Date: Tue May 5 23:22:55 2009 +0200 + + Remove esound check from configure - bgo#581492 + + configure.in | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + commit 2d175528ce4e2fbd825d1446857713dac90e6868 Author: Gerd Kohlberger <gerdk@src.gnome.org> Date: Mon May 4 15:41:40 2009 +0200 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/configure.in new/gok-2.27.2/configure.in --- old/gok-2.27.1/configure.in 2009-05-04 14:59:37.000000000 +0200 +++ new/gok-2.27.2/configure.in 2009-05-25 18:26:14.000000000 +0200 @@ -3,7 +3,7 @@ GOK_MAJOR_VERSION=2 GOK_MINOR_VERSION=27 -GOK_MICRO_VERSION=1 +GOK_MICRO_VERSION=2 GOK_INTERFACE_AGE=10 GOK_BINARY_AGE=11 @@ -173,7 +173,6 @@ gail \ libwnck-1.0 \ gnome-speech-1.0 \ - esound \ libcanberra-gtk >= 0.3 \ libglade-2.0) AC_SUBST(GOK_LIBS) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/docs/reference/html/ch01.html new/gok-2.27.2/docs/reference/html/ch01.html --- old/gok-2.27.1/docs/reference/html/ch01.html 2009-05-04 15:42:47.000000000 +0200 +++ new/gok-2.27.2/docs/reference/html/ch01.html 2009-05-25 18:48:08.000000000 +0200 @@ -25,7 +25,7 @@ </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id2728732"></a>GOK Internal API</h2></div></div></div> +<a name="id3067403"></a>GOK Internal API</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gok-callbacks.html">callbacks</a></span><span class="refpurpose"></span> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/docs/reference/html/ch02.html new/gok-2.27.2/docs/reference/html/ch02.html --- old/gok-2.27.1/docs/reference/html/ch02.html 2009-05-04 15:42:47.000000000 +0200 +++ new/gok-2.27.2/docs/reference/html/ch02.html 2009-05-25 18:48:08.000000000 +0200 @@ -25,7 +25,7 @@ </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id2845804"></a>Hardware Interfacing</h2></div></div></div> +<a name="id3184474"></a>Hardware Interfacing</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gok-gtkjoyswitch.html">gtkjoyswitch</a></span><span class="refpurpose"></span> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/docs/reference/html/ch03.html new/gok-2.27.2/docs/reference/html/ch03.html --- old/gok-2.27.1/docs/reference/html/ch03.html 2009-05-04 15:42:47.000000000 +0200 +++ new/gok-2.27.2/docs/reference/html/ch03.html 2009-05-25 18:48:08.000000000 +0200 @@ -25,7 +25,7 @@ </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id2848298"></a>Preferences GUI</h2></div></div></div> +<a name="id3186969"></a>Preferences GUI</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gok-gok-page-accessmethod.html">gok-page-accessmethod</a></span><span class="refpurpose"></span> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/docs/reference/html/ch04.html new/gok-2.27.2/docs/reference/html/ch04.html --- old/gok-2.27.1/docs/reference/html/ch04.html 2009-05-04 15:42:47.000000000 +0200 +++ new/gok-2.27.2/docs/reference/html/ch04.html 2009-05-25 18:48:08.000000000 +0200 @@ -25,7 +25,7 @@ </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id2857582"></a>Command Prediction</h2></div></div></div> +<a name="id3196253"></a>Command Prediction</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gok-gok-predictor.html">gok-predictor</a></span><span class="refpurpose"></span> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/docs/reference/tmpl/gok-button.sgml new/gok-2.27.2/docs/reference/tmpl/gok-button.sgml --- old/gok-2.27.1/docs/reference/tmpl/gok-button.sgml 2009-05-04 15:42:47.000000000 +0200 +++ new/gok-2.27.2/docs/reference/tmpl/gok-button.sgml 2009-05-25 18:48:07.000000000 +0200 @@ -29,7 +29,7 @@ </para> -@klass: +@k: <!-- ##### FUNCTION gok_button_get_type ##### --> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/gok/gok-spy.c new/gok-2.27.2/gok/gok-spy.c --- old/gok-2.27.1/gok/gok-spy.c 2009-04-18 18:40:28.000000000 +0200 +++ new/gok-2.27.2/gok/gok-spy.c 2009-05-24 20:37:58.000000000 +0200 @@ -1272,6 +1272,7 @@ bmenu = gok_spy_is_menu_role(Accessible_getRole(accessible)); /* no longer consider SPI_ROLE_MENU_BAR -- to work better with ff3*/ + ass = Accessible_getStateSet (accessible); if (ass != NULL) { /* state heuristic: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/NEWS new/gok-2.27.2/NEWS --- old/gok-2.27.1/NEWS 2009-05-04 15:06:13.000000000 +0200 +++ new/gok-2.27.2/NEWS 2009-05-25 18:25:21.000000000 +0200 @@ -1,3 +1,15 @@ +What's new in GOK 2.27.2? + + Bug fixes: + + #581492 - Remove esound check from configure + #583313 - Don't show widgets in non-active tabs + + New and updated translations: + + [es] Jorge Gonzalez + [ta] drtvasudevan + What's new in GOK 2.27.1? Bug fixes: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/po/es.po new/gok-2.27.2/po/es.po --- old/gok-2.27.1/po/es.po 2009-04-18 18:40:28.000000000 +0200 +++ new/gok-2.27.2/po/es.po 2009-05-24 20:39:07.000000000 +0200 @@ -13,8 +13,8 @@ "Project-Id-Version: gok.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=gok&component=general\n" -"POT-Creation-Date: 2009-02-16 10:57+0000\n" -"PO-Revision-Date: 2009-02-24 15:16+0100\n" +"POT-Creation-Date: 2009-05-03 19:02+0000\n" +"PO-Revision-Date: 2009-05-10 11:58+0200\n" "Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n" "Language-Team: Español <gnome-es-list@gnome.org>\n" "MIME-Version: 1.0\n" @@ -255,14 +255,14 @@ #. "back" means go to previous keyboard #. Translators: short label for go back. -#: ../gok-controls.kbd.in.h:6 ../gok/gok-keyboard.c:2479 +#: ../gok-controls.kbd.in.h:6 ../gok/gok-keyboard.c:2465 #: ../gok/gok-windowlister.c:246 ../launcher.kbd.in.h:5 ../mouse.kbd.in.h:10 #: ../move-resize.kbd.in.h:23 ../numberpad.kbd.in.h:20 ../quit.kbd.in.h:4 #: ../valuator.kbd.in.h:3 msgid "back" msgstr "anterior" -#: ../gok-with-references.schemas.in.h:1 ../gok/main.c:340 +#: ../gok-with-references.schemas.in.h:1 ../gok/main.c:341 msgid "" "A multiplier to be applied to input device valuator events before processing" msgstr "" @@ -1153,23 +1153,23 @@ msgid "GOK Access Method Wizard" msgstr "Asistente de método de acceso de GOK" -#: ../gok/gok-control.c:227 +#: ../gok/gok-control.c:246 +msgid "GOK Browse for sound file" +msgstr "Búsqueda de archivo de sonido de GOK" + +#: ../gok/gok-control.c:247 msgid "Sorry, browse for sound file not implemented yet." msgstr "Lo siento, la búsqueda de archivos de sonido no está implementada aún." -#: ../gok/gok-control.c:229 -msgid "GOK Browse for sound file" -msgstr "Búsqueda de archivo de sonido de GOK" +#: ../gok/gok-control.c:252 +msgid "GOK Inverse Scanning Advanced" +msgstr "Rastreo inverso avanzado de GOK" #: ../gok/gok-control.c:253 msgid "Sorry, advanced settings not implemented yet." msgstr "Lo siento, la configuración avanzada no está implementada aún." -#: ../gok/gok-control.c:255 -msgid "GOK Inverse Scanning Advanced" -msgstr "Rastreo inverso avanzado de GOK" - -#: ../gok/gok-editor.c:154 ../gok/gok-editor.c:187 ../gok/gok-editor.c:267 +#: ../gok/gok-editor.c:146 ../gok/gok-editor.c:180 ../gok/gok-editor.c:261 msgid "" "You have modified the current file.\n" "Do you want to discard your changes?" @@ -1177,40 +1177,40 @@ "Ha modificado el archivo actual.\n" "¿Desea descartar los cambios realizados?" -#: ../gok/gok-editor.c:156 ../gok/gok-editor.c:189 ../gok/gok-editor.c:269 -#: ../gok/gok-editor.c:1061 +#: ../gok/gok-editor.c:148 ../gok/gok-editor.c:182 ../gok/gok-editor.c:263 +#: ../gok/gok-editor.c:1055 msgid "Keyboard Filename Invalid" msgstr "Nombre de archivo de teclado incorrecto" -#: ../gok/gok-editor.c:218 +#: ../gok/gok-editor.c:211 msgid "new" msgstr "nuevo" #. create the file selector dialog -#: ../gok/gok-editor.c:279 +#: ../gok/gok-editor.c:273 msgid "Select keyboard file for editing" msgstr "Seleccione el archivo de teclado a editar" -#: ../gok/gok-editor.c:289 ../gok/gok-editor.c:981 +#: ../gok/gok-editor.c:283 ../gok/gok-editor.c:975 msgid ".kbd files" msgstr "archivos .kbd" -#: ../gok/gok-editor.c:544 +#: ../gok/gok-editor.c:538 msgid "label" msgstr "etiqueta" -#: ../gok/gok-editor.c:718 +#: ../gok/gok-editor.c:712 #, c-format msgid "Can't save file: %s\n" msgstr "No se puede guardar el archivo: %s\n" #. get name of keyboard filename #. create the file selector dialog -#: ../gok/gok-editor.c:971 +#: ../gok/gok-editor.c:965 msgid "Save keyboard file as" msgstr "guardar el archivo de teclado como" -#: ../gok/gok-editor.c:1052 +#: ../gok/gok-editor.c:1046 #, c-format msgid "" "This is not a valid keyboard filename:\n" @@ -1219,7 +1219,7 @@ "Este no es un nombre válido para un archivo de teclado:\n" "%s" -#: ../gok/gok-editor.c:1084 +#: ../gok/gok-editor.c:1078 msgid "(new)" msgstr "(nuevo)" @@ -1484,7 +1484,6 @@ #. * require 'level 2' characters, set the msgstr to "no-level-2". #. #: ../gok/gok-keyboard.c:860 -#| msgid "level 2|" msgctxt "level 2" msgid "no-level-2" msgstr "áéíóúü" @@ -1498,7 +1497,6 @@ #. * require 'level 3' characters, set the msgstr to "no-level-3". #. #: ../gok/gok-keyboard.c:869 -#| msgid "level 3|" msgctxt "level 3" msgid "no-level-3" msgstr "ÁÉÍÓÚÜ" @@ -1532,7 +1530,6 @@ #. * require 'level 2' characters, set the msgstr to "no-level-2". #. #: ../gok/gok-keyboard.c:925 -#| msgid "level 2|" msgctxt "freq-level 2" msgid "no-level-2" msgstr "áéíóúü" @@ -1543,7 +1540,6 @@ #. * require 'level 3' characters, set the msgstr to "no-level-3". #. #: ../gok/gok-keyboard.c:931 -#| msgid "level 3|" msgctxt "freq-level 3" msgid "no-level-3" msgstr "ÁÉÍÓÚÜ" @@ -1553,48 +1549,49 @@ msgid "GOK - " msgstr "GOK - " -#: ../gok/gok-keyboard.c:2802 +#: ../gok/gok-keyboard.c:2788 msgid "GUI" msgstr "IGU" #. translators: "table" as in row/column data structure -#: ../gok/gok-keyboard.c:2807 ../gok/gok-spy.c:1781 +#: ../gok/gok-keyboard.c:2793 ../gok/gok-spy.c:1781 msgid "Table" msgstr "Tabla" -#: ../gok/gok-keyboard.c:2812 ../main.kbd.in.h:9 +#: ../gok/gok-keyboard.c:2798 ../main.kbd.in.h:9 msgid "Toolbars" msgstr "Barras de herramientas" -#: ../gok/gok-keyboard.c:2816 +#: ../gok/gok-keyboard.c:2802 msgid "Applications" msgstr "Aplicaciones" -#: ../gok/gok-keyboard.c:2826 +#: ../gok/gok-keyboard.c:2812 msgid "Menu" msgstr "Menú" #. please! -#: ../gok/gok-keyboard.c:3642 ../gok/main.c:1932 ../main.kbd.in.h:4 +#: ../gok/gok-keyboard.c:3628 ../gok/gok-sound.c:49 ../gok/main.c:1933 +#: ../main.kbd.in.h:4 msgid "GOK" msgstr "GOK" -#: ../gok/gok-keyboard.c:3646 +#: ../gok/gok-keyboard.c:3632 msgid "Dynamic virtual keyboards for the GNOME desktop" msgstr "Teclados dinámicos virtuales para el escritorio Gnome" -#: ../gok/gok-keyboard.c:3648 +#: ../gok/gok-keyboard.c:3634 msgid "translator-credits" msgstr "" "Jorge González <jorgegonz@svn.gnome.org>, 2007-2009\n" "Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n" "Pablo G. del Campo <pablodc@bigfoot.com>" -#: ../gok/gok-keyboard.c:3650 +#: ../gok/gok-keyboard.c:3636 msgid "Full Credits" msgstr "Créditos completos" -#: ../gok/gok-keyboard.c:3652 +#: ../gok/gok-keyboard.c:3638 msgid "About GOK" msgstr "Acerca de GOK" @@ -1630,6 +1627,11 @@ msgid "error reading description" msgstr "error leyendo la descripción" +#: ../gok/gok-sound.c:52 +#| msgid "Feedback" +msgid "Key Feedback" +msgstr "Información del teclado" + #. translators: abbreviated version of "Vertical Scrollbar" #: ../gok/gok-spy.c:1698 msgid "V Scrollbar" @@ -1641,8 +1643,8 @@ msgstr "Barra despl. H." #. create the 'new action name' dialog -#: ../gok/gok-page-actions.c:373 ../gok/gok-page-actions.c:418 -#: ../gok/gok-page-actions.c:437 +#: ../gok/gok-page-actions.c:373 ../gok/gok-page-actions.c:413 +#: ../gok/gok-page-actions.c:433 msgid "GOK Action Name" msgstr "Nombre de acción de GOK" @@ -1651,7 +1653,7 @@ msgid "Change the action name:" msgstr "Cambiar el nombre de la acción:" -#: ../gok/gok-page-actions.c:416 +#: ../gok/gok-page-actions.c:411 msgid "" "Action name can't be empty.\n" "Please enter a new action name." @@ -1659,7 +1661,7 @@ "El nombre de la acción no puede quedar vacío.\n" "Por favor ingrese un nombre de acción nuevo." -#: ../gok/gok-page-actions.c:435 +#: ../gok/gok-page-actions.c:431 msgid "" "Sorry, that action name already exists.\n" "Please enter a new action name" @@ -1667,23 +1669,23 @@ "Lo siento, ese nombre de acción ya existe.\n" "Por favor ingrese un nuevo nombre de acción" -#: ../gok/gok-page-actions.c:489 +#: ../gok/gok-page-actions.c:485 #, c-format msgid "New Action %d" msgstr "Nueva acción %d" -#: ../gok/gok-page-actions.c:552 +#: ../gok/gok-page-actions.c:548 #, c-format msgid "Do you wish to delete this action (%s)?" msgstr "¿Desea eliminar esta acción (%s)?" -#: ../gok/gok-page-actions.c:560 +#: ../gok/gok-page-actions.c:557 msgid "GOK Delete Action" msgstr "Borrar acción de GOK" #. create the 'new feedbacks name' dialog -#: ../gok/gok-page-feedbacks.c:411 ../gok/gok-page-feedbacks.c:456 -#: ../gok/gok-page-feedbacks.c:475 +#: ../gok/gok-page-feedbacks.c:411 ../gok/gok-page-feedbacks.c:451 +#: ../gok/gok-page-feedbacks.c:471 msgid "GOK Feedback Name" msgstr "Nombre de aviso de GOK" @@ -1692,7 +1694,7 @@ msgid "Change the feedback name:" msgstr "Cambiar el nombre del aviso:" -#: ../gok/gok-page-feedbacks.c:454 +#: ../gok/gok-page-feedbacks.c:449 msgid "" "Feedback name can't be empty.\n" "Please enter a new feedback name." @@ -1700,7 +1702,7 @@ "El nombre del aviso no puede quedar vacío.\n" "Por favor ingrese un nuevo nombre de aviso." -#: ../gok/gok-page-feedbacks.c:473 +#: ../gok/gok-page-feedbacks.c:469 msgid "" "Sorry, that feedback name already exists.\n" "Please enter a new feedback name" @@ -1708,22 +1710,22 @@ "Lo siento, ese nombre de aviso ya existe.\n" "Por favor ingrese un nuevo nombre de aviso" -#: ../gok/gok-page-feedbacks.c:525 +#: ../gok/gok-page-feedbacks.c:521 #, c-format msgid "New Feedback %d" msgstr "Nuevo aviso %d" -#: ../gok/gok-page-feedbacks.c:641 +#: ../gok/gok-page-feedbacks.c:637 #, c-format msgid "Do you wish to delete this feedback (%s)?" msgstr "¿Desea eliminar este aviso (%s)?" -#: ../gok/gok-page-feedbacks.c:649 +#: ../gok/gok-page-feedbacks.c:646 msgid "GOK Delete Feedback" msgstr "Eliminar aviso de GOK" #. create the file selector dialog -#: ../gok/gok-page-feedbacks.c:872 +#: ../gok/gok-page-feedbacks.c:869 msgid "Select sound file" msgstr "Seleccione un archivo de sonido" @@ -1737,7 +1739,7 @@ msgid "Select the XML file defining your startup compose keyboard" msgstr "Seleccione el archivo XML que define su teclado compuesto de inicio" -#: ../gok/gok-page-keysizespace.c:83 +#: ../gok/gok-page-keysizespace.c:80 msgid "Button" msgstr "Botón" @@ -1750,7 +1752,7 @@ msgid "Could not read contents of dictionary file '%s'\n" msgstr "No se pudo leer el contenido del archivo de diccionario «%s»\n" -#: ../gok/main.c:200 +#: ../gok/main.c:201 msgid "" "Use the specified access method. NAME is a string and can be found in the " "various access method files (.xam) assigned to the \"name\" property of <gok:" @@ -1763,19 +1765,19 @@ "que no necesariamente es igual al nombre del archivo xam. (Vea --list-" "accessmethods)" -#: ../gok/main.c:201 +#: ../gok/main.c:202 msgid "NAME" msgstr "NOMBRE" -#: ../gok/main.c:209 +#: ../gok/main.c:210 msgid "Start the GOK keyboard editor" msgstr "Ejecutar el editor de teclado de GOK" -#: ../gok/main.c:217 +#: ../gok/main.c:218 msgid "Use special, but possibly unstable, gok stuff" msgstr "Usar las utilidades especiales pero posiblemente inestables de GOK" -#: ../gok/main.c:225 +#: ../gok/main.c:226 msgid "" "Whenever --geometry is not used gok remembers its position between " "invocations and starts in the position that it had when it was last " @@ -1795,44 +1797,44 @@ "modificador «--remembergeometry» que fuerza a gok a recordar su posición " "cuando es cerrado aún si fue iniciado con «--geometry»." -#: ../gok/main.c:226 +#: ../gok/main.c:227 msgid "GEOMETRY" msgstr "GEOMETRÍA" -#: ../gok/main.c:234 +#: ../gok/main.c:235 msgid "Use the specified input device" msgstr "Usar el dispositivo de entrada especificado" -#: ../gok/main.c:235 +#: ../gok/main.c:236 msgid "DEVICENAME" msgstr "NOMBRE-DISPOSITIVO" -#: ../gok/main.c:243 +#: ../gok/main.c:244 msgid "Start GOK with the specified keyboard." msgstr "Iniciar GOK con el teclado especificado." -#: ../gok/main.c:244 +#: ../gok/main.c:245 msgid "KEYBOARDNAME" msgstr "NOMBREDELTECLADO" -#: ../gok/main.c:252 +#: ../gok/main.c:253 msgid "List the access methods that can be used as options to other arguments." msgstr "" "Lista de métodos de acceso que puede usarse como opciones a otros argumentos." -#: ../gok/main.c:261 +#: ../gok/main.c:262 msgid "List the actions that can be used as options to other arguments." msgstr "Lista de acciones que pueden usarse como opciones a otros argumentos." -#: ../gok/main.c:270 +#: ../gok/main.c:271 msgid "GOK will be used to login" msgstr "GOK se utilizará para conectarse" -#: ../gok/main.c:280 +#: ../gok/main.c:281 msgid "GOK will display keys for nameless GUI. Useful for debugging." msgstr "GOK mostrará claves para las IGU sin nombre. Útil para depurar." -#: ../gok/main.c:290 +#: ../gok/main.c:291 msgid "" "Can be used with --geometry. Forces GOK to remember its position when " "shutdown even when it was started with --geometry. Please see the " @@ -1842,24 +1844,24 @@ "es cerrado aún si fue iniciado con «--geometry». Por favor vea la discusión " "acerca del modificador «--geometry» para obtener mas información." -#: ../gok/main.c:301 +#: ../gok/main.c:302 msgid "Start GOK and hook this action to scan operations. (See --list-actions)" msgstr "" "Iniciar GOK y enganchar esta acción para analizar operaciones. (Vea --list-" "actions)" -#: ../gok/main.c:311 +#: ../gok/main.c:312 msgid "" "Start GOK and hook this action to select operations. (See --list-actions)" msgstr "" "Iniciar GOK y enganchar esta acción para seleccionar operaciones. (Vea --" "list-actions)" -#: ../gok/main.c:320 +#: ../gok/main.c:321 msgid "Open the settings dialog box when GOK starts" msgstr "Abrir el dialogo de configuración cuando GOK se inicia" -#: ../gok/main.c:330 +#: ../gok/main.c:331 msgid "" "Use libusb for input events and use the device with the specified USB Vendor " "ID (VID) and Product ID (PID)." @@ -1867,24 +1869,24 @@ "Utilizar libusb para los eventos de entrada y usar el dispositivo USB con el " "ID del fabricante (VID) y producto (PID) específicos." -#: ../gok/main.c:349 +#: ../gok/main.c:350 msgid "Attempt to use GOK without the system mouse" msgstr "Intentar usar GOK sin el ratón del sistema" -#: ../gok/main.c:358 +#: ../gok/main.c:359 msgid "Disable automatic keyboard branching" msgstr "Desactivar la bifurcación automática de teclado" -#: ../gok/main.c:659 +#: ../gok/main.c:660 msgid "The GNOME On-screen Keyboard" msgstr "El teclado en pantalla de Gnome" -#: ../gok/main.c:755 +#: ../gok/main.c:756 #, c-format msgid "gok: Unsupported geometry specification\n" msgstr "gok: Especificación de geometría no soportada\n" -#: ../gok/main.c:756 +#: ../gok/main.c:757 #, c-format msgid "" "gok: Currently GOK requires that the x, y, width and height all be given\n" @@ -1892,64 +1894,64 @@ "gok: Actualmente GOK necesita obligatoriamente los valores de x,y el ancho y " "el alto\n" -#: ../gok/main.c:852 +#: ../gok/main.c:853 msgid "XKB extension is required." msgstr "Se requiere una extensión XKB." -#: ../gok/main.c:862 +#: ../gok/main.c:863 msgid "Can't initialize actions." msgstr "No se pueden inicializar las acciones." -#: ../gok/main.c:872 +#: ../gok/main.c:873 msgid "Can't initialize feedbacks." msgstr "No se pueden inicializar los avisos." -#: ../gok/main.c:917 ../gok/main.c:926 +#: ../gok/main.c:918 ../gok/main.c:927 msgid "can't initialize the libusb backend - can't parse USB VID:PID pair" msgstr "" "no se puede inicializar el backend de libusb - no se puede analizar el par " "USB VID:PID" -#: ../gok/main.c:942 +#: ../gok/main.c:943 msgid "Can't create the main GOK window!" msgstr "No se puede crear la ventana principal de GOK." -#: ../gok/main.c:961 +#: ../gok/main.c:962 msgid "Can't create the settings dialog window!" msgstr "No se puede crear el dialogo de configuración." -#: ../gok/main.c:1024 +#: ../gok/main.c:1025 msgid "No keyboards to display!" msgstr "No hay ningún teclado para mostrar." #. Translators: short version User Interface Grab, used to grab GUI buttons etc. -#: ../gok/main.c:1161 ../main.kbd.in.h:11 +#: ../gok/main.c:1162 ../main.kbd.in.h:11 msgid "UI Grab" msgstr "Extractor IU" -#: ../gok/main.c:1178 +#: ../gok/main.c:1179 msgid "popup menu" msgstr "menú emergente" -#: ../gok/main.c:2117 +#: ../gok/main.c:2106 msgid "Can't create a compose keyboard!" msgstr "No se puede crear un teclado compuesto." -#: ../gok/main.c:2159 +#: ../gok/main.c:2148 msgid "Can't read any keyboards!" msgstr "No se puede leer ningún teclado." -#: ../gok/main.c:2275 +#: ../gok/main.c:2259 msgid "could not access method directory key from GConf!" msgstr "" "¡no se ha podido acceder a la clave del directorio de métodos de acceso " "desde GConf!" -#: ../gok/main.c:2283 +#: ../gok/main.c:2267 msgid "possibly unknown access method!" msgstr "¡posiblemente un método de acceso desconocido!" -#: ../gok/main.c:2837 +#: ../gok/main.c:2820 #, c-format msgid "" "Sorry, GOK can't run because:\n" @@ -1958,11 +1960,11 @@ "Lo siento, GOK no puede ejecutarte debido a:\n" "%s" -#: ../gok/main.c:2845 +#: ../gok/main.c:2828 msgid "GOK Fatal Error" msgstr "Error fatal de GOK" -#: ../gok/main.c:2858 +#: ../gok/main.c:2841 msgid "" "GOK uses GConf 2 to store its settings and requires certain settings to be " "in GConf to run. GOK is currently unable to retrieve those settings. If " @@ -1977,7 +1979,7 @@ "este comando para ello: «gconftool-2 --shutdown» o puede cerrar la sesión y " "volver a entrar." -#: ../gok/main.c:2875 +#: ../gok/main.c:2858 msgid "" "Currently GOK requires that the x, y, width and height all be given. Sorry, " "your geometry specification will not be used." @@ -1985,11 +1987,11 @@ "En este momento GOK necesita obligatoriamente los valores de x,y el ancho y " "el alto. Lo siento, su especificación de geometría no será utilizada." -#: ../gok/main.c:2877 +#: ../gok/main.c:2860 msgid "gok: Unsupported geometry specification" msgstr "gok: Especificación de geometría no soportada" -#: ../gok/main.c:3118 +#: ../gok/main.c:3101 msgid "" "GOK may not work properly, because it could not enable your desktop's " "'sticky keys' feature." @@ -1997,16 +1999,16 @@ "GOK puede no funcionar correctamente, debido a que no se pudo activar la " "característica «teclas persistentes» en su escritorio." -#: ../gok/main.c:3125 +#: ../gok/main.c:3108 msgid "GOK has enabled Sticky Keys, which it requires.\n" msgstr "GOK ha activado las Teclas persistentes, porque hacen falta.\n" -#: ../gok/main.c:3147 +#: ../gok/main.c:3130 msgid "GOK cannot run because XKB display extension is missing.\n" msgstr "" "GOK no puede ejecutarse porque la extensión de visualización XKB falta.\n" -#: ../gok/main.c:3220 +#: ../gok/main.c:3203 msgid "" "The device you are using to operate GOK is also controlling the system " "pointer (or 'mouse pointer'). Conflicts with applications' use of the " @@ -2024,7 +2026,7 @@ "dispositivo de entrada 'Extendido' en su lugar; vea la ayuda de GOK para más " "información." -#: ../gok/main.c:3226 +#: ../gok/main.c:3209 msgid "" "The device you are using to control GOK is also controlling the system " "pointer.\n" @@ -2047,11 +2049,11 @@ "entrada; vea la Ayuda para más detalles." #. no longer used! -#: ../gok/main.c:3233 ../gok/main.c:3236 +#: ../gok/main.c:3216 ../gok/main.c:3219 msgid "You appear to be configuring GOK to use 'core pointer' mode." msgstr "Parece que GOK está configurado para usar el modo 'core pointer'." -#: ../gok/main.c:3330 +#: ../gok/main.c:3313 msgid "" "Assistive Technology Support Is Not Enabled.\n" "\n" @@ -2079,11 +2081,11 @@ "Para salir de GOK, pulse Cerrar.\n" "\n" -#: ../gok/main.c:3349 +#: ../gok/main.c:3332 msgid "Enable and Log Out" msgstr "Activar y salir de la sesión" -#: ../gok/main.c:3361 +#: ../gok/main.c:3344 msgid "Continue" msgstr "Continuar" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/po/ta.po new/gok-2.27.2/po/ta.po --- old/gok-2.27.1/po/ta.po 2009-04-18 18:40:28.000000000 +0200 +++ new/gok-2.27.2/po/ta.po 2009-05-24 20:39:07.000000000 +0200 @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: gok.HEAD.ta\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gok&component=general\n" -"POT-Creation-Date: 2009-02-16 10:57+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-08 04:45+0530\n" "PO-Revision-Date: 2009-03-10 16:25+0530\n" "Last-Translator: I. Felix <ifelix@redhat.com>\n" "Language-Team: Tamil <fedora-trans-ta@redhat.com>\n" @@ -250,15 +250,16 @@ #. "back" means go to previous keyboard #. Translators: short label for go back. -#: ../gok-controls.kbd.in.h:6 ../gok/gok-keyboard.c:2479 +#: ../gok-controls.kbd.in.h:6 ../gok/gok-keyboard.c:2465 #: ../gok/gok-windowlister.c:246 ../launcher.kbd.in.h:5 ../mouse.kbd.in.h:10 #: ../move-resize.kbd.in.h:23 ../numberpad.kbd.in.h:20 ../quit.kbd.in.h:4 #: ../valuator.kbd.in.h:3 msgid "back" msgstr "பின்" -#: ../gok-with-references.schemas.in.h:1 ../gok/main.c:340 -msgid "A multiplier to be applied to input device valuator events before processing" +#: ../gok-with-references.schemas.in.h:1 ../gok/main.c:341 +msgid "" +"A multiplier to be applied to input device valuator events before processing" msgstr "செயல்படுவதற்கு முன் உள்ளீடு சாதனத்தில் பயன்படுத்த வேண்டிய பல் இயக்கி" #: ../gok-with-references.schemas.in.h:2 @@ -284,7 +285,8 @@ "உருவாக்குகிறதா?" #: ../gok-with-references.schemas.in.h:6 -msgid "Does each GOK user have a private copy of the word prediction dictionary?" +msgid "" +"Does each GOK user have a private copy of the word prediction dictionary?" msgstr "ஒவ்வொரு GOK பயனீட்டாளரும் தனி வார்த்தை கணிப்பு அகராதியை வைத்திருக்கிறார்களா?" #: ../gok-with-references.schemas.in.h:7 @@ -486,7 +488,8 @@ msgid "" "The primary directory to load keyboard files from. Default is a system " "directory." -msgstr "விசைப்பலகை கோப்புகளை ஏற்ற முதன்மை அடைவு.முன்னிருப்பு ஒரு கணினிஅமைப்பு(system) அடைவு." +msgstr "" +"விசைப்பலகை கோப்புகளை ஏற்ற முதன்மை அடைவு.முன்னிருப்பு ஒரு கணினிஅமைப்பு(system) அடைவு." #: ../gok-with-references.schemas.in.h:55 msgid "The rate for this action" @@ -1118,23 +1121,23 @@ msgid "GOK Access Method Wizard" msgstr "GOK அனுகல் முறை விசார்ட்" -#: ../gok/gok-control.c:227 +#: ../gok/gok-control.c:246 +msgid "GOK Browse for sound file" +msgstr "GOK ஒலிக்கோப்புகளுக்காக உலாவு" + +#: ../gok/gok-control.c:247 msgid "Sorry, browse for sound file not implemented yet." msgstr "மன்னிக்கவும், ஒலிக்கோப்பை தேடுவதற்கான அனுகல் முறை இன்னும் செயல்படுத்தப்படவில்லை" -#: ../gok/gok-control.c:229 -msgid "GOK Browse for sound file" -msgstr "GOK ஒலிக்கோப்புகளுக்காக உலாவு" +#: ../gok/gok-control.c:252 +msgid "GOK Inverse Scanning Advanced" +msgstr "GOK மேம்பட்ட தலைகீழ் வருடல்" #: ../gok/gok-control.c:253 msgid "Sorry, advanced settings not implemented yet." msgstr "மன்னிக்கௌவ்ம், மேம்பட்ட அமைப்புகள் இன்னும் செயல்படுத்தப்படவில்லை" -#: ../gok/gok-control.c:255 -msgid "GOK Inverse Scanning Advanced" -msgstr "GOK மேம்பட்ட தலைகீழ் வருடல்" - -#: ../gok/gok-editor.c:154 ../gok/gok-editor.c:187 ../gok/gok-editor.c:267 +#: ../gok/gok-editor.c:146 ../gok/gok-editor.c:180 ../gok/gok-editor.c:261 msgid "" "You have modified the current file.\n" "Do you want to discard your changes?" @@ -1142,40 +1145,40 @@ "உங்கள் தற்போதைய கோப்பில் மாற்றம் செய்துள்ளீர்கள்\n" "மாற்றங்களை நிராகரிக்க வேண்டுமா?" -#: ../gok/gok-editor.c:156 ../gok/gok-editor.c:189 ../gok/gok-editor.c:269 -#: ../gok/gok-editor.c:1061 +#: ../gok/gok-editor.c:148 ../gok/gok-editor.c:182 ../gok/gok-editor.c:263 +#: ../gok/gok-editor.c:1055 msgid "Keyboard Filename Invalid" msgstr "செல்லாத விசைப்பலகை கோப்பு பெயர்" -#: ../gok/gok-editor.c:218 +#: ../gok/gok-editor.c:211 msgid "new" msgstr "புதிய" #. create the file selector dialog -#: ../gok/gok-editor.c:279 +#: ../gok/gok-editor.c:273 msgid "Select keyboard file for editing" msgstr "திருத்துவதற்காக விசைப்பலகை கோப்புகளை தேர்வுசெய்யவும்" -#: ../gok/gok-editor.c:289 ../gok/gok-editor.c:981 +#: ../gok/gok-editor.c:283 ../gok/gok-editor.c:975 msgid ".kbd files" msgstr ".kbd கோப்புகள்" -#: ../gok/gok-editor.c:544 +#: ../gok/gok-editor.c:538 msgid "label" msgstr "அடையாளம்" -#: ../gok/gok-editor.c:718 +#: ../gok/gok-editor.c:712 #, c-format msgid "Can't save file: %s\n" msgstr "கோப்பை சேமிக்க முடியவில்லை: %s\n" #. get name of keyboard filename #. create the file selector dialog -#: ../gok/gok-editor.c:971 +#: ../gok/gok-editor.c:965 msgid "Save keyboard file as" msgstr "விசைப்பலகை கோப்புகள இவ்வாறு சேமி" -#: ../gok/gok-editor.c:1052 +#: ../gok/gok-editor.c:1046 #, c-format msgid "" "This is not a valid keyboard filename:\n" @@ -1184,7 +1187,7 @@ "இது செல்லாத விசைப்பலகை கோப்பு பெயர்\n" "%s" -#: ../gok/gok-editor.c:1084 +#: ../gok/gok-editor.c:1078 msgid "(new)" msgstr "(புதிய)" @@ -1427,7 +1430,6 @@ #. * at the end of the string. #. #: ../gok/gok-keyboard.c:844 -#| msgid "level 0|abcdefghijklmnopqrstuvwxyz1234567890-=[];'#\\,./" msgctxt "level 0" msgid "abcdefghijklmnopqrstuvwxyz1234567890-=[];'#\\,./" msgstr "abcdefghijklmnopqrstuvwxyz1234567890-=[];'#\\,./" @@ -1436,7 +1438,6 @@ #. * correspond to uppercase versions of characters in the 'level 0' string. #. #: ../gok/gok-keyboard.c:848 -#| msgid "level 1|ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"3$%^&*()_+{}:@~<>?" msgctxt "level 1" msgid "ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"3$%^&*()_+{}:@~<>?" msgstr "ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"3$%^&*()_+{}:@~<>?" @@ -1453,7 +1454,6 @@ #. * require 'level 2' characters, set the msgstr to "no-level-2". #. #: ../gok/gok-keyboard.c:860 -#| msgid "level 2|" msgctxt "level 2" msgid "no-level-2" msgstr "no-level-2" @@ -1467,7 +1467,6 @@ #. * require 'level 3' characters, set the msgstr to "no-level-3". #. #: ../gok/gok-keyboard.c:869 -#| msgid "level 3|" msgctxt "level 3" msgid "no-level-3" msgstr "no-level-3" @@ -1484,13 +1483,11 @@ #. * the characters in these two strings should occur in the same relative order. #. #: ../gok/gok-keyboard.c:916 -#| msgid "level 0|etaonrishdlfcmugypwbvkxjqz`1234567890-=\\[];'<,./" msgctxt "freq-level 0" msgid "etaonrishdlfcmugypwbvkxjqz`1234567890-=\\[];'<,./" msgstr "etaonrishdlfcmugypwbvkxjqz`1234567890-=\\[];'<,./" #: ../gok/gok-keyboard.c:917 -#| msgid "level 1|ETAONRISHDLFCMUGYPWBVKXJQZ~!@#$%^&*()_+|{}:\"><>?" msgctxt "freq-level 1" msgid "ETAONRISHDLFCMUGYPWBVKXJQZ~!@#$%^&*()_+|{}:\"><>?" msgstr "ETAONRISHDLFCMUGYPWBVKXJQZ~!@#$%^&*()_+|{}:\"><>?" @@ -1503,7 +1500,6 @@ #. * require 'level 2' characters, set the msgstr to "no-level-2". #. #: ../gok/gok-keyboard.c:925 -#| msgid "level 2|" msgctxt "freq-level 2" msgid "no-level-2" msgstr "no-level-2" @@ -1514,7 +1510,6 @@ #. * require 'level 3' characters, set the msgstr to "no-level-3". #. #: ../gok/gok-keyboard.c:931 -#| msgid "level 3|" msgctxt "freq-level 3" msgid "no-level-3" msgstr "no-level-3" @@ -1524,46 +1519,46 @@ msgid "GOK - " msgstr "GOK - " -#: ../gok/gok-keyboard.c:2802 +#: ../gok/gok-keyboard.c:2788 msgid "GUI" msgstr "GUI" #. translators: "table" as in row/column data structure -#: ../gok/gok-keyboard.c:2807 ../gok/gok-spy.c:1781 +#: ../gok/gok-keyboard.c:2793 ../gok/gok-spy.c:1781 msgid "Table" msgstr "அட்டவணை" -#: ../gok/gok-keyboard.c:2812 ../main.kbd.in.h:9 +#: ../gok/gok-keyboard.c:2798 ../main.kbd.in.h:9 msgid "Toolbars" msgstr "கருவிப்பட்டி" -#: ../gok/gok-keyboard.c:2816 +#: ../gok/gok-keyboard.c:2802 msgid "Applications" msgstr "செயல்பாடு" -#: ../gok/gok-keyboard.c:2826 +#: ../gok/gok-keyboard.c:2812 msgid "Menu" msgstr "பட்டி" #. please! -#: ../gok/gok-keyboard.c:3642 ../gok/main.c:1932 ../main.kbd.in.h:4 +#: ../gok/gok-keyboard.c:3628 ../gok/gok-sound.c:49 ../gok/main.c:1933 +#: ../main.kbd.in.h:4 msgid "GOK" msgstr "GOK" -#: ../gok/gok-keyboard.c:3646 +#: ../gok/gok-keyboard.c:3632 msgid "Dynamic virtual keyboards for the GNOME desktop" msgstr "க்னோம் மேல்மேசைக்கான செயல்படும் மெய்நிகர் விசைப்பலகை" -#: ../gok/gok-keyboard.c:3648 +#: ../gok/gok-keyboard.c:3634 msgid "translator-credits" msgstr "மொழிபெயர்ப்பாளர்-சன்மானம்" -#: ../gok/gok-keyboard.c:3650 +#: ../gok/gok-keyboard.c:3636 msgid "Full Credits" msgstr "முழு புகழும்" -#: ../gok/gok-keyboard.c:3652 -#| msgid "About" +#: ../gok/gok-keyboard.c:3638 msgid "About GOK" msgstr "GOK பற்றி" @@ -1597,6 +1592,11 @@ msgid "error reading description" msgstr "விளக்கத்தை படிக்கையில் பிழை" +#: ../gok/gok-sound.c:52 +#, fuzzy +msgid "Key Feedback" +msgstr "கருத்து" + #. translators: abbreviated version of "Vertical Scrollbar" #: ../gok/gok-spy.c:1698 msgid "V Scrollbar" @@ -1608,8 +1608,8 @@ msgstr "H உருள்பட்டி" #. create the 'new action name' dialog -#: ../gok/gok-page-actions.c:373 ../gok/gok-page-actions.c:418 -#: ../gok/gok-page-actions.c:437 +#: ../gok/gok-page-actions.c:373 ../gok/gok-page-actions.c:413 +#: ../gok/gok-page-actions.c:433 msgid "GOK Action Name" msgstr "GOK செயல் பெயர்" @@ -1618,7 +1618,7 @@ msgid "Change the action name:" msgstr "செயல் பெயரை மாற்று" -#: ../gok/gok-page-actions.c:416 +#: ../gok/gok-page-actions.c:411 msgid "" "Action name can't be empty.\n" "Please enter a new action name." @@ -1626,7 +1626,7 @@ "செயல்பெயர் காலியாக இருக்ககூடாது\n" "புதிய செயல்பெயரை உள்ளிடவும்" -#: ../gok/gok-page-actions.c:435 +#: ../gok/gok-page-actions.c:431 msgid "" "Sorry, that action name already exists.\n" "Please enter a new action name" @@ -1634,23 +1634,23 @@ "மன்னிக்கவும், இந்த செயல்பெயர் ஏற்கெனவே உள்ளது\n" "புதிய பெயரை உள்ளிடவும்" -#: ../gok/gok-page-actions.c:489 +#: ../gok/gok-page-actions.c:485 #, c-format msgid "New Action %d" msgstr "புதிய செயல் %d" -#: ../gok/gok-page-actions.c:552 +#: ../gok/gok-page-actions.c:548 #, c-format msgid "Do you wish to delete this action (%s)?" msgstr "இந்த செயலை நீக்க விருப்பமா (%s)?" -#: ../gok/gok-page-actions.c:560 +#: ../gok/gok-page-actions.c:557 msgid "GOK Delete Action" msgstr "GOK செயலை நீக்கு" #. create the 'new feedbacks name' dialog -#: ../gok/gok-page-feedbacks.c:411 ../gok/gok-page-feedbacks.c:456 -#: ../gok/gok-page-feedbacks.c:475 +#: ../gok/gok-page-feedbacks.c:411 ../gok/gok-page-feedbacks.c:451 +#: ../gok/gok-page-feedbacks.c:471 msgid "GOK Feedback Name" msgstr "GOK கருத்து செயல்" @@ -1659,7 +1659,7 @@ msgid "Change the feedback name:" msgstr "கருத்து பெயரை மாற்றவும்" -#: ../gok/gok-page-feedbacks.c:454 +#: ../gok/gok-page-feedbacks.c:449 msgid "" "Feedback name can't be empty.\n" "Please enter a new feedback name." @@ -1667,7 +1667,7 @@ "கருத்து பெயர் காலியாக இருக்க கூடாடுஹ்\n" "கருத்துக்கு புதிய பெயரிடவும்." -#: ../gok/gok-page-feedbacks.c:473 +#: ../gok/gok-page-feedbacks.c:469 msgid "" "Sorry, that feedback name already exists.\n" "Please enter a new feedback name" @@ -1675,22 +1675,22 @@ "மன்னிக்கவும், இந்த பெயரில் கருத்து ஏற்கெனவே உள்ளது\n" "புதிய பெயரை உள்ளிடவும்" -#: ../gok/gok-page-feedbacks.c:525 +#: ../gok/gok-page-feedbacks.c:521 #, c-format msgid "New Feedback %d" msgstr "புதிய கருத்து %d" -#: ../gok/gok-page-feedbacks.c:641 +#: ../gok/gok-page-feedbacks.c:637 #, c-format msgid "Do you wish to delete this feedback (%s)?" msgstr "இந்த கருத்தை நீக்க வேண்டுமா (%s)?" -#: ../gok/gok-page-feedbacks.c:649 +#: ../gok/gok-page-feedbacks.c:646 msgid "GOK Delete Feedback" msgstr "GOK கருத்தை நீக்கு" #. create the file selector dialog -#: ../gok/gok-page-feedbacks.c:872 +#: ../gok/gok-page-feedbacks.c:869 msgid "Select sound file" msgstr "ஒலி கோப்பு தெரிவு செய்யவும்" @@ -1702,7 +1702,7 @@ msgid "Select the XML file defining your startup compose keyboard" msgstr "உங்கள் துவக்க விசைப்பலகையை குறிப்பிடும் XML கோப்பு" -#: ../gok/gok-page-keysizespace.c:83 +#: ../gok/gok-page-keysizespace.c:80 msgid "Button" msgstr "பட்டன்" @@ -1715,7 +1715,7 @@ msgid "Could not read contents of dictionary file '%s'\n" msgstr "அகராதி கோப்பை படிக்க முடியவில்லை '%s'\n" -#: ../gok/main.c:200 +#: ../gok/main.c:201 msgid "" "Use the specified access method. NAME is a string and can be found in the " "various access method files (.xam) assigned to the \"name\" property of <gok:" @@ -1726,19 +1726,19 @@ "<gok:accessmethod> குறியுடன் காணப்படும் (.xam). இது xam கோப்பு போல இருக்க வேண்டிய " "அவசியம் இல்லை" -#: ../gok/main.c:201 +#: ../gok/main.c:202 msgid "NAME" msgstr "பெயர்" -#: ../gok/main.c:209 +#: ../gok/main.c:210 msgid "Start the GOK keyboard editor" msgstr "GOK விசைப்பலகை தொகுப்பியை தேர்வு செய்யவும்" -#: ../gok/main.c:217 +#: ../gok/main.c:218 msgid "Use special, but possibly unstable, gok stuff" msgstr "சிறப்பு, நிலையற்ற , gok வை பயன்படுத்து" -#: ../gok/main.c:225 +#: ../gok/main.c:226 msgid "" "Whenever --geometry is not used gok remembers its position between " "invocations and starts in the position that it had when it was last " @@ -1755,43 +1755,43 @@ "பணிநிறுத்ததில் அதன் நிலையை நினைவில் கொள்ளாது. geometry ஐ நினைவில் கொள் என்ற விசையை " "செயபடுத்துவதன் மூலம் உங்கள் அளவுகள் பாதுகாக்கப்படும்." -#: ../gok/main.c:226 +#: ../gok/main.c:227 msgid "GEOMETRY" msgstr "GEOMETRY" -#: ../gok/main.c:234 +#: ../gok/main.c:235 msgid "Use the specified input device" msgstr "குறிப்பிட்ட உள்ளிடும் சாதனத்தை பயன்படுத்து" -#: ../gok/main.c:235 +#: ../gok/main.c:236 msgid "DEVICENAME" msgstr "DEVICENAME" -#: ../gok/main.c:243 +#: ../gok/main.c:244 msgid "Start GOK with the specified keyboard." msgstr "குறிப்பிட்ட விசைப்பலகையோடு GOK வை துவக்கு" -#: ../gok/main.c:244 +#: ../gok/main.c:245 msgid "KEYBOARDNAME" msgstr "KEYBOARDNAME" -#: ../gok/main.c:252 +#: ../gok/main.c:253 msgid "List the access methods that can be used as options to other arguments." msgstr "மற்ற தேர்வுகளில் அளவுருக்களாக பயன்படுத்தப்படும் அனுகல் முறைகளை பட்டியலிடவும்" -#: ../gok/main.c:261 +#: ../gok/main.c:262 msgid "List the actions that can be used as options to other arguments." msgstr "மற்ற தேர்வுகளில் அளவுருக்களாக பயன்படுத்தப்படும் செயல்களை பட்டியலிடவும்" -#: ../gok/main.c:270 +#: ../gok/main.c:271 msgid "GOK will be used to login" msgstr "GOK உள்நுழைய பயன்படுத்தப்படும்" -#: ../gok/main.c:280 +#: ../gok/main.c:281 msgid "GOK will display keys for nameless GUI. Useful for debugging." msgstr "பெயரில்லா GUI க்கு GOK விசைகளை காட்டும். வழு நீக்க இது உதவும்." -#: ../gok/main.c:290 +#: ../gok/main.c:291 msgid "" "Can be used with --geometry. Forces GOK to remember its position when " "shutdown even when it was started with --geometry. Please see the " @@ -1801,23 +1801,24 @@ "நினைவில் கொள்ளவைத்து பணிநிறுத்தம் செய்யும். --geometry குறிகளுக்கு கீழே உள்ள விவாதங்களை " "பார்த்து மேலும் விவரங்களை தெரிந்துகொள்ளவும்" -#: ../gok/main.c:301 +#: ../gok/main.c:302 msgid "Start GOK and hook this action to scan operations. (See --list-actions)" msgstr "" "GOK வை துவக்கி இந்த செயலைக்கொண்டு செயல்பாடுகளை தேடச்செய்யவும் (--list-actions ஐ " "பார்க்கவும்)" -#: ../gok/main.c:311 -msgid "Start GOK and hook this action to select operations. (See --list-actions)" +#: ../gok/main.c:312 +msgid "" +"Start GOK and hook this action to select operations. (See --list-actions)" msgstr "" "GOK வை துவக்கி இந்த செயலைக்கொண்டு செயல்பாடுகளை தேடச்செய்யவும் (--list-actions ஐ " "பார்க்கவும்)" -#: ../gok/main.c:320 +#: ../gok/main.c:321 msgid "Open the settings dialog box when GOK starts" msgstr "GOK துவங்கும் போது அமைப்புகள் உரையாடல் பெட்டியை பார்க்கவும்" -#: ../gok/main.c:330 +#: ../gok/main.c:331 msgid "" "Use libusb for input events and use the device with the specified USB Vendor " "ID (VID) and Product ID (PID)." @@ -1825,82 +1826,84 @@ "உள்ளீட்டு நிகழ்வுகளுக்கு libusb பயன்படுத்தவும். மற்றும் குறிப்பிட்ட USB வியாபாரி " "அடையாளம் (VID) மற்றும் பொருள் அடையாளம் (PID) உடன் உள்ள சாதனத்தை பயன்படுத்துக" -#: ../gok/main.c:349 +#: ../gok/main.c:350 msgid "Attempt to use GOK without the system mouse" msgstr "GOK ஐ கணினி சுட்டி இல்லாமல் பயன்படுத்த முயற்சிக்கவும்" -#: ../gok/main.c:358 +#: ../gok/main.c:359 msgid "Disable automatic keyboard branching" msgstr "தானியக்க விசைப்பலகை பிரிவை செயல்நீக்கு" -#: ../gok/main.c:659 +#: ../gok/main.c:660 msgid "The GNOME On-screen Keyboard" msgstr "க்னோம் திரையின் மேல் விசைப்பலகை" -#: ../gok/main.c:755 +#: ../gok/main.c:756 #, c-format msgid "gok: Unsupported geometry specification\n" msgstr "gok: ஆதரவற்ற வடிவியல் குறியீடு\n" -#: ../gok/main.c:756 +#: ../gok/main.c:757 #, c-format -msgid "gok: Currently GOK requires that the x, y, width and height all be given\n" +msgid "" +"gok: Currently GOK requires that the x, y, width and height all be given\n" msgstr "gok: தற்போது GOK விற்கு x, y, அகலம், உயரம் ஆகியவை தரப்பட்டுள்ளது\n" -#: ../gok/main.c:852 +#: ../gok/main.c:853 msgid "XKB extension is required." msgstr "XKB நீட்டிப்புகள் தேவை" -#: ../gok/main.c:862 +#: ../gok/main.c:863 msgid "Can't initialize actions." msgstr "செயலை துவக்க முடியவில்லை" -#: ../gok/main.c:872 +#: ../gok/main.c:873 msgid "Can't initialize feedbacks." msgstr "கருத்தை துவக்க முடியவில்லை" -#: ../gok/main.c:917 ../gok/main.c:926 +#: ../gok/main.c:918 ../gok/main.c:927 msgid "can't initialize the libusb backend - can't parse USB VID:PID pair" -msgstr "லிப்யூஎஸ்பி பின் நிலையை துவக்க முடியவில்லை - USB VID ஐ பகுக்க முடியவில்லை:PID ஜோடி" +msgstr "" +"லிப்யூஎஸ்பி பின் நிலையை துவக்க முடியவில்லை - USB VID ஐ பகுக்க முடியவில்லை:PID ஜோடி" -#: ../gok/main.c:942 +#: ../gok/main.c:943 msgid "Can't create the main GOK window!" msgstr "முதன்மை GOK சாளரத்தை உருவாக்க முடியவில்லை!" -#: ../gok/main.c:961 +#: ../gok/main.c:962 msgid "Can't create the settings dialog window!" msgstr "அமைப்புகள் உரையாடல் பெட்டியை உருவாக்க முடியவில்லை!" -#: ../gok/main.c:1024 +#: ../gok/main.c:1025 msgid "No keyboards to display!" msgstr "விசைப்பலகை எதுவும் காட்டப்படவில்லை!" #. Translators: short version User Interface Grab, used to grab GUI buttons etc. -#: ../gok/main.c:1161 ../main.kbd.in.h:11 +#: ../gok/main.c:1162 ../main.kbd.in.h:11 msgid "UI Grab" msgstr "UI கவர்" -#: ../gok/main.c:1178 +#: ../gok/main.c:1179 msgid "popup menu" msgstr "தோன்றல் மெனு" -#: ../gok/main.c:2117 +#: ../gok/main.c:2106 msgid "Can't create a compose keyboard!" msgstr "விசைப்பலகை தொகுப்பை உருவாக்க முடியவில்லை" -#: ../gok/main.c:2159 +#: ../gok/main.c:2148 msgid "Can't read any keyboards!" msgstr "எந்த விசைப்பலகையையும் படிக்க முடியவில்லை" -#: ../gok/main.c:2275 +#: ../gok/main.c:2259 msgid "could not access method directory key from GConf!" msgstr " GConf லிருந்து அடைவை அனுகல் முறை விசையை படிக்க முடியவில்லை" -#: ../gok/main.c:2283 +#: ../gok/main.c:2267 msgid "possibly unknown access method!" msgstr "ஒருவேளை தெரியாத அனுகல் முறையாக இருக்கலாம்!" -#: ../gok/main.c:2837 +#: ../gok/main.c:2820 #, c-format msgid "" "Sorry, GOK can't run because:\n" @@ -1909,11 +1912,11 @@ "மன்னிக்கவும் ஜிஓகே(GOK) இயங்க முடியாது. ஏனெனில்:\n" "%s" -#: ../gok/main.c:2845 +#: ../gok/main.c:2828 msgid "GOK Fatal Error" msgstr "GOK மோசமான பிழை" -#: ../gok/main.c:2858 +#: ../gok/main.c:2841 msgid "" "GOK uses GConf 2 to store its settings and requires certain settings to be " "in GConf to run. GOK is currently unable to retrieve those settings. If " @@ -1926,7 +1929,7 @@ "ஐ பயன்படுத்துகிறீர்கள் என்றால் gconfd ஐ மீண்டும் துவக்கவும், அதற்கு 'gconftool-2 --" "shutdown' கட்டளையை பயன்படுத்தவும்." -#: ../gok/main.c:2875 +#: ../gok/main.c:2858 msgid "" "Currently GOK requires that the x, y, width and height all be given. Sorry, " "your geometry specification will not be used." @@ -1934,11 +1937,11 @@ "தற்போது GOK க்கு x, y,அகலம் மற்றும் உயரம் ஆகியவர் தரப்பட வேண்டும். மன்னிக்கவும் நீங்கள் தந்த " "அளவை பயன்படுத்த முடியாது" -#: ../gok/main.c:2877 +#: ../gok/main.c:2860 msgid "gok: Unsupported geometry specification" msgstr "gok: ஆதரவற்ற அளவுக்குறிப்புகள்" -#: ../gok/main.c:3118 +#: ../gok/main.c:3101 msgid "" "GOK may not work properly, because it could not enable your desktop's " "'sticky keys' feature." @@ -1946,15 +1949,15 @@ "GOK சரியாக வேலை செய்யாது, காரணம் உங்கள் மேல்மேசை 'sticky keys' விசைகளை " "செயல்படுத்தவில்லை" -#: ../gok/main.c:3125 +#: ../gok/main.c:3108 msgid "GOK has enabled Sticky Keys, which it requires.\n" msgstr "GOK Sticky Keys ஐ செயல்படுத்திவிட்டது\n" -#: ../gok/main.c:3147 +#: ../gok/main.c:3130 msgid "GOK cannot run because XKB display extension is missing.\n" msgstr "GOK ஐ இயக்க முடியாது காரணம் XKB நீட்டிப்பை காணவில்லை\n" -#: ../gok/main.c:3220 +#: ../gok/main.c:3203 msgid "" "The device you are using to operate GOK is also controlling the system " "pointer (or 'mouse pointer'). Conflicts with applications' use of the " @@ -1970,7 +1973,7 @@ "ஆகவே உங்கள் உள்ளீட்டு சாதனத்தை விரிவாக்கப்பட்ட சாதனம் ஆக வடிவமைக்க பலமாக " "பரிந்துரைக்கிறோம். ஜிஓகே உதவியை மேல் விவரங்களுக்கு காண்க." -#: ../gok/main.c:3226 +#: ../gok/main.c:3209 msgid "" "The device you are using to control GOK is also controlling the system " "pointer.\n" @@ -1991,11 +1994,11 @@ "'நீட்டித்த' உள்ளிடும் சாதனமாக அமைக்கவும். GOK உதவியை பார்க்கவும்." #. no longer used! -#: ../gok/main.c:3233 ../gok/main.c:3236 +#: ../gok/main.c:3216 ../gok/main.c:3219 msgid "You appear to be configuring GOK to use 'core pointer' mode." msgstr "GOK முதன்மை புள்ளி பாங்கில் நீங்கள் அமைத்திருக்கிறீர்கள்" -#: ../gok/main.c:3330 +#: ../gok/main.c:3313 msgid "" "Assistive Technology Support Is Not Enabled.\n" "\n" @@ -2023,11 +2026,11 @@ "வெளியேற வெளியேறு என்பதை க்ளிக் செய்யவும்\n" "\n" -#: ../gok/main.c:3349 +#: ../gok/main.c:3332 msgid "Enable and Log Out" msgstr "வெளியேறுவதை செயல்படுத்து" -#: ../gok/main.c:3361 +#: ../gok/main.c:3344 msgid "Continue" msgstr "தொடர்" @@ -2064,7 +2067,6 @@ #. User interface for the access method #: ../singlekey-automatic-scanning.xml.in.h:44 -#| msgid "Wrap Rows/Columns" msgid "Wrap Row/Columns" msgstr "மடக்கு வரிசை/நெடுவரிசை" @@ -2223,4 +2225,3 @@ #: ../quit.kbd.in.h:2 msgid "Really Quit!" msgstr "உண்மைகாகவே வெளியேறு!" - diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gok-2.27.1/README new/gok-2.27.2/README --- old/gok-2.27.1/README 2009-05-04 15:00:12.000000000 +0200 +++ new/gok-2.27.2/README 2009-05-25 18:25:49.000000000 +0200 @@ -1,4 +1,4 @@ -Version 2.27.1 +Version 2.27.2 GNOME On-screen Keyboard (GOK) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de