Hello community, here is the log from the commit of package gail checked in at Tue Aug 1 16:50:11 CEST 2006. -------- --- GNOME/gail/gail.changes 2006-07-31 18:06:50.000000000 +0200 +++ gail/gail.changes 2006-08-01 00:32:09.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Aug 1 00:26:31 CEST 2006 - gekker@suse.de + +- Update to version 1.9.1 + * New locales bn_IN, dz, ka, lv, ml remove obsolete entry for no_NO + * lots of bug fixes + +------------------------------------------------------------------- Old: ---- gail-1.9.0.tar.bz2 New: ---- gail-1.9.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gail.spec ++++++ --- /var/tmp/diff_new_pack.K7Kaeh/_old 2006-08-01 16:50:01.000000000 +0200 +++ /var/tmp/diff_new_pack.K7Kaeh/_new 2006-08-01 16:50:01.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gail (Version 1.9.0) +# spec file for package gail (Version 1.9.1) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ %define prefix /opt/gnome %define sysconfdir /etc%{prefix} Summary: The GNOME Accessibility Implementation Library -Version: 1.9.0 +Version: 1.9.1 Release: 1 License: GPL, LGPL Group: System/GUI/GNOME @@ -116,6 +116,10 @@ %doc %{prefix}/share/gtk-doc/html/gail-libgail-util %changelog -n gail +* Tue Aug 01 2006 - gekker@suse.de +- Update to version 1.9.1 + * New locales bn_IN, dz, ka, lv, ml remove obsolete entry for no_NO + * lots of bug fixes * Fri Jul 21 2006 - gekker@suse.de - Update to version 1.9.0 * Reverted incorrect fix which regressed treeview accessibility. ++++++ gail-1.9.0.tar.bz2 -> gail-1.9.1.tar.bz2 ++++++ ++++ 11418 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/gail-1.9.0/ChangeLog new/gail-1.9.1/ChangeLog --- old/gail-1.9.0/ChangeLog 2006-07-10 17:24:18.000000000 +0200 +++ new/gail-1.9.1/ChangeLog 2006-07-24 18:26:40.000000000 +0200 @@ -1,3 +1,25 @@ +2006-07-24 Bill Haneman <bill.haneman@sun.com> + + * configure.in: Revved to 1.9.1. + + * gail/gailtoplevel.c: + (gail_toplevel_show_event_watcher): + Don't add to parent if object is a tooltip. See bug #150649. + +2006-07-18 Runa Bhattacharjee <runabh@gmail.com> + + * configure.in: Added Malayalam (ml) to ALL_LINGUAS. + +2006-07-17 Bill Haneman <bill.haneman@sun.com> + + * gail/gail.c: + (gail_focus_watcher): + (gail_focus_notify): + Don't set/emit focus if + received by objects with ROLE_REDUNDANT_OBJECT. + See mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=339554 + + 2006-07-03 Runa Bhattacharjee <runabh@gmail.com> * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS. 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/gail-1.9.0/configure.in new/gail-1.9.1/configure.in --- old/gail-1.9.0/configure.in 2006-07-10 17:24:18.000000000 +0200 +++ new/gail-1.9.1/configure.in 2006-07-24 18:24:39.000000000 +0200 @@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gail, 1.9.0) +AM_INIT_AUTOMAKE(gail, 1.9.1) # libtool versioning LT_CURRENT=18 @@ -90,7 +90,7 @@ $GTK_PACKAGES >= $GTK_REQUIRED_VERSION \ $LIBGNOMECANVAS_PACKAGES >= $LIBGNOMECANVAS_REQUIRED_VERSION) -ALL_LINGUAS="ar as az be bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka ko ku lt lv mi mk mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv ta th tk tr uk vi xh zh_CN zh_HK zh_TW" +ALL_LINGUAS="ar as az be bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka ko ku lt lv mi mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv ta th tk tr uk vi xh zh_CN zh_HK zh_TW" AM_GLIB_GNU_GETTEXT AM_GLIB_DEFINE_LOCALEDIR(GAIL_LOCALEDIR) 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/gail-1.9.0/gail/gail.c new/gail-1.9.1/gail/gail.c --- old/gail-1.9.0/gail/gail.c 2005-11-24 16:41:55.000000000 +0100 +++ new/gail-1.9.1/gail/gail.c 2006-07-18 13:38:19.000000000 +0200 @@ -569,7 +569,12 @@ atk_obj = gail_get_accessible_for_widget (focus_widget, &transient); else atk_obj = NULL; - atk_focus_tracker_notify (atk_obj); + /* + * Do not report focus on redundant object + */ + if (atk_obj && + (atk_object_get_role(atk_obj) != ATK_ROLE_REDUNDANT_OBJECT)) + atk_focus_tracker_notify (atk_obj); if (atk_obj && transient) g_object_unref (atk_obj); if (subsequent_focus_widget) @@ -757,7 +762,11 @@ static void gail_focus_tracker (AtkObject *focus_object) { - if (focus_object) + /* + * Do not report focus on redundant object + */ + if (focus_object && + (atk_object_get_role(focus_object) != ATK_ROLE_REDUNDANT_OBJECT)) { AtkObject *old_focus_object; 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/gail-1.9.0/gail/gailtoplevel.c new/gail-1.9.1/gail/gailtoplevel.c --- old/gail-1.9.0/gail/gailtoplevel.c 2005-11-24 16:41:55.000000000 +0100 +++ new/gail-1.9.1/gail/gailtoplevel.c 2006-07-24 18:27:06.000000000 +0200 @@ -260,19 +260,25 @@ return TRUE; } - /* Add the window to the list & emit the signal */ - toplevel->window_list = g_list_append (toplevel->window_list, widget); - - n_children = g_list_length (toplevel->window_list); - - /* - * Must subtract 1 from the n_children since the index is 0-based - * but g_list_length is 1-based. - */ - atk_object_set_parent (child, atk_obj); - g_signal_emit_by_name (atk_obj, "children-changed::add", - n_children - 1, - child, NULL); + /* + * Add the window to the list & emit the signal. + * Don't do this for tooltips (Bug #150649). + */ + if (atk_object_get_role (child) != ATK_ROLE_TOOL_TIP) + { + toplevel->window_list = g_list_append (toplevel->window_list, widget); + + n_children = g_list_length (toplevel->window_list); + + /* + * Must subtract 1 from the n_children since the index is 0-based + * but g_list_length is 1-based. + */ + atk_object_set_parent (child, atk_obj); + g_signal_emit_by_name (atk_obj, "children-changed::add", + n_children - 1, + child, NULL); + } /* Connect destroy signal callback */ g_signal_connect (G_OBJECT(object), 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/gail-1.9.0/gtk-doc.make new/gail-1.9.1/gtk-doc.make --- old/gail-1.9.0/gtk-doc.make 2006-03-20 16:42:18.000000000 +0100 +++ new/gail-1.9.1/gtk-doc.make 2006-07-19 22:42:58.000000000 +0200 @@ -42,6 +42,11 @@ if ENABLE_GTK_DOC all-local: html-build.stamp +else +all-local: +endif + +docs: html-build.stamp #### scan #### @@ -76,7 +81,7 @@ #### xml #### -sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml $(expand_content_files) +sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo 'gtk-doc: Building XML' @-chmod -R u+w $(srcdir) cd $(srcdir) && \ @@ -98,9 +103,6 @@ @echo 'gtk-doc: Fixing cross-references' cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp -else -all-local: -endif ############## @@ -150,4 +152,4 @@ cp $(srcdir)/$(DOC_MODULE).types $(distdir)/$(DOC_MODULE).types; \ fi -.PHONY : dist-hook-local +.PHONY : dist-hook-local docs 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/gail-1.9.0/po/ChangeLog new/gail-1.9.1/po/ChangeLog --- old/gail-1.9.0/po/ChangeLog 2006-07-10 17:24:18.000000000 +0200 +++ new/gail-1.9.1/po/ChangeLog 2006-07-19 14:59:23.000000000 +0200 @@ -1,3 +1,7 @@ +2006-07-18 Runa Bhattacharjee <runabh@gmail.com> + + * ml.po: Added Malayalam (ml) Translation by Ani Peter (peter.ani@gmail.com) + 2006-07-04 Runa Bhattacharjee <runabh@gmail.com> * bn_IN.po: Updated Bengali India Translation. Binary files old/gail-1.9.0/po/ml.gmo and new/gail-1.9.1/po/ml.gmo differ 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/gail-1.9.0/po/ml.po new/gail-1.9.1/po/ml.po --- old/gail-1.9.0/po/ml.po 1970-01-01 01:00:00.000000000 +0100 +++ new/gail-1.9.1/po/ml.po 2006-07-24 18:31:00.000000000 +0200 @@ -0,0 +1,431 @@ +# translation of gail.HEAD to Malayalam +# This file is distributed under the same license as the gail.HEAD package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Ani Peter <peter.ani@gmail.com>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: gail.HEAD\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-07-11 18:02+0100\n" +"PO-Revision-Date: 2006-07-18 12:53+0530\n" +"Last-Translator: Ani Peter <peter.ani@gmail.com>\n" +"Language-Team: Malayalam\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"\n" + +#: gail/gailimage.c:55 +msgid "dialog authentication" +msgstr "സംവാദം ഒഥന്റിക്കേഷന്" + +#: gail/gailimage.c:56 +msgid "dialog information" +msgstr "സംവാദ വിവരം" + +#: gail/gailimage.c:57 +msgid "dialog warning" +msgstr "സംവാദം മുന്നറിയിപ്പ്" + +#: gail/gailimage.c:58 +msgid "dialog error" +msgstr "സംവാദം പിഴവ്" + +#: gail/gailimage.c:59 +msgid "dialog question" +msgstr "സംവാദം " + +#: gail/gailimage.c:60 +msgid "drag and drop" +msgstr "വലിച്ച് ഇട്ട് ചേര്ക്കുക" + +#: gail/gailimage.c:61 +msgid "multiple drag and drop" +msgstr "ഒന്നില് കൂടുതല് വലിച്ച് ഇട്ട് ചേര്ക്കല്" + +#: gail/gailimage.c:62 +msgid "add" +msgstr "ചേര്ക്കുക" + +#: gail/gailimage.c:63 +msgid "apply" +msgstr "ബാധിക്കുക" + +#: gail/gailimage.c:64 +msgid "bold" +msgstr "ബോള്ഡ്" + +#: gail/gailimage.c:65 +msgid "cancel" +msgstr "റദ്ദാക്കുക" + +#: gail/gailimage.c:66 +msgid "cdrom" +msgstr "cdrom" + +#: gail/gailimage.c:67 +msgid "clear" +msgstr "വൃത്തിയാക്കുക" + +#: gail/gailimage.c:68 +msgid "close" +msgstr "അടയ്ക്കുക" + +#: gail/gailimage.c:69 +msgid "color picker" +msgstr "നിറം തിരഞ്ഞെടുക്കല് സംവിധാനം" + +#: gail/gailimage.c:70 +msgid "convert" +msgstr "വേര്തിരിക്കുക" + +#: gail/gailimage.c:71 +msgid "copy" +msgstr "പകര്ത്തുക" + +#: gail/gailimage.c:72 +msgid "cut" +msgstr "മുറിക്കുക" + +#: gail/gailimage.c:73 +msgid "delete" +msgstr "വെട്ടിമാറ്റുക" + +#: gail/gailimage.c:74 +msgid "execute" +msgstr "പ്രവര്ത്തിപ്പിക്കുക" + +#: gail/gailimage.c:75 +msgid "find" +msgstr "കണ്ടുപിടിക്കുക" + +#: gail/gailimage.c:76 +msgid "find and replace" +msgstr "കണ്ടുപിടിച്ച് മാറ്റം ചെയ്യുക" + +#: gail/gailimage.c:77 +msgid "floppy" +msgstr "floppy" + +#: gail/gailimage.c:78 +msgid "go to bottom" +msgstr "താഴേക്ക് പോവുക" + +#: gail/gailimage.c:79 +msgid "go to first" +msgstr "ആദ്യത്തേതിലേക്ക് പോവുക" + +#: gail/gailimage.c:80 +msgid "go to last" +msgstr "അവസാനത്തിലേക്ക് പോവുക" + +#: gail/gailimage.c:81 +msgid "go to top" +msgstr "മുകളിലേക്ക് പോവുക" + +#: gail/gailimage.c:82 +msgid "go back" +msgstr "പുറകോട്ട് പോവുക" + +#: gail/gailimage.c:83 +msgid "go down" +msgstr "താഴേക്ക് പോവുക" + +#: gail/gailimage.c:84 +msgid "go forward" +msgstr "മുന്പോട്ട് പോവുക" + +#: gail/gailimage.c:85 +msgid "go up" +msgstr "മുകളിലേക്ക് പോവുക" + +#: gail/gailimage.c:86 +msgid "help" +msgstr "സഹായം" + +#: gail/gailimage.c:87 +msgid "home" +msgstr "ഹോം" + +#: gail/gailimage.c:88 +msgid "index" +msgstr "ഇന്ഡക്സ്" + +#: gail/gailimage.c:89 +msgid "italic" +msgstr "ഇറ്റാലിക്ക്" + +#: gail/gailimage.c:90 +msgid "jump to" +msgstr "എങ്ങോട്ട് പോകണം" + +#: gail/gailimage.c:91 +msgid "justify center" +msgstr "നടുക്കാക്കുക" + +#: gail/gailimage.c:92 +msgid "justify fill" +msgstr "ജസ്റ്റിഫൈ ഫില്" + +#: gail/gailimage.c:93 +msgid "justify left" +msgstr "ഇടത്ത് ജസ്റ്റിഫൈ ചെയ്യുക" + +#: gail/gailimage.c:94 +msgid "justify right" +msgstr "വലത്ത് ജസ്റ്റിഫൈ ചെയ്യുക" + +#: gail/gailimage.c:95 +msgid "missing image" +msgstr "ഇമേജ് കാണ്മാനില്ല" + +#: gail/gailimage.c:96 +msgid "new" +msgstr "പുതിയ" + +#: gail/gailimage.c:97 +msgid "no" +msgstr "ഇല്ല" + +#: gail/gailimage.c:98 +msgid "ok" +msgstr "ശരി" + +#: gail/gailimage.c:99 +msgid "open" +msgstr "തുറക്കുക" + +#: gail/gailimage.c:100 +msgid "paste" +msgstr "ഒട്ടിയ്ക്കുക" + +#: gail/gailimage.c:101 +msgid "preferences" +msgstr "പ്രിഫറന്സുകള്" + +#: gail/gailimage.c:102 +msgid "print" +msgstr "അച്ചടിക്കുക" + +#: gail/gailimage.c:103 +msgid "print preview" +msgstr "അച്ചടിയ്ക്ക് മുന്പ് കാണുക" + +#: gail/gailimage.c:104 +msgid "properties" +msgstr "ഗുണഗണങ്ങള്" + +#: gail/gailimage.c:105 +msgid "quit" +msgstr "പുറത്തേക്ക് പോവുക" + +#: gail/gailimage.c:106 +msgid "redo" +msgstr "വീണ്ടും ചെയ്യുക" + +#: gail/gailimage.c:107 +msgid "refresh" +msgstr "പുതുക്കുക" + +#: gail/gailimage.c:108 +msgid "remove" +msgstr "നീക്കം ചെയ്യുക" + +#: gail/gailimage.c:109 +msgid "revert to saved" +msgstr "സംരക്ഷിച്ചതിലേക്ക് തിരികെ പോവുക" + +#: gail/gailimage.c:110 +msgid "save" +msgstr "സംരക്ഷിക്കുക" + +#: gail/gailimage.c:111 +msgid "save as" +msgstr "ഇങ്ങനെ സംരക്ഷിക്കുക" + +#: gail/gailimage.c:112 +msgid "select color" +msgstr "നിറം തിരഞ്ഞെടുക്കുക" + +#: gail/gailimage.c:113 +msgid "select font" +msgstr "ലിപി തിരഞ്ഞെടുക്കുക" + +#: gail/gailimage.c:114 +msgid "sort ascending" +msgstr "ചെറുതില് നിന്നും വലുതിലേക്ക്" + +#: gail/gailimage.c:115 +msgid "sort descending" +msgstr "വലുതില് നിന്നും ചെറുതിലേക്ക്" + +#: gail/gailimage.c:116 +msgid "spell check" +msgstr "അക്ഷരതെറ്റ് പരിശോധിക്കുക" + +#: gail/gailimage.c:117 +msgid "stop" +msgstr "നിര്ത്തുക" + +#: gail/gailimage.c:118 +msgid "strikethrough" +msgstr "വെട്ടുക" + +#: gail/gailimage.c:119 +msgid "undelete" +msgstr "വെട്ടി മാറ്റാതിരിക്കുക" + +#: gail/gailimage.c:120 +msgid "underline" +msgstr "അടിവരയിടുക" + +#: gail/gailimage.c:121 +msgid "yes" +msgstr "ഉവ്വ്" + +#: gail/gailimage.c:122 +msgid "zoom 100 percent" +msgstr "100 ശതമാനം സൂം ചെയ്യുക" + +#: gail/gailimage.c:123 +msgid "zoom fit" +msgstr "സൂം ചെയ്ത് ഫിറ്റ് ചെയ്യുക" + +#: gail/gailimage.c:124 +msgid "zoom in" +msgstr "അകത്തേക്ക് സൂം ചെയ്യുക(ചെറുതാക്കുക)" + +#: gail/gailimage.c:125 +msgid "zoom out" +msgstr "പുറത്തേക്ക് സൂം ചെയ്യുക(വലുതാക്കുക)" + +#: gail/gailimage.c:127 +msgid "timer" +msgstr "ടൈമര്" + +#: gail/gailimage.c:128 +msgid "timer stop" +msgstr "ടൈമര് നിര്ത്തുക" + +#: gail/gailimage.c:129 +msgid "trash" +msgstr "ചവിറ്റ് കുട്ട" + +#: gail/gailimage.c:130 +msgid "trash full" +msgstr "ചവിറ്റ് കുട്ട നിറഞ്ഞിരിക്കുന്നു" + +#: gail/gailimage.c:131 +msgid "scores" +msgstr "സ്ക്കോറുകള്" + +#: gail/gailimage.c:132 +msgid "about" +msgstr "സംബന്ധിച്ച്" + +#: gail/gailimage.c:133 +msgid "blank" +msgstr "ശൂന്യം" + +#: gail/gailimage.c:134 +msgid "volume" +msgstr "ശബ്ദം" + +#: gail/gailimage.c:135 +msgid "midi" +msgstr "മിഡി" + +#: gail/gailimage.c:136 +msgid "microphone" +msgstr "മൈക്ക്രോഫോണ്" + +#: gail/gailimage.c:137 +msgid "line in" +msgstr "ലൈന് ഇന്" + +#: gail/gailimage.c:138 +msgid "mail" +msgstr "മെയില്" + +#: gail/gailimage.c:139 +msgid "mail receive" +msgstr "മെയില് കിട്ടുക" + +#: gail/gailimage.c:140 +msgid "mail send" +msgstr "മെയില് അയയ്ക്കുക" + +#: gail/gailimage.c:141 +msgid "mail reply" +msgstr "മെയിലിന് മറുപടി " + +#: gail/gailimage.c:142 +msgid "mail forward" +msgstr "മെയില് ഫോര്വേര്ഡ് ചെയ്യുക" + +#: gail/gailimage.c:143 +msgid "mail new" +msgstr "പുതിയ മെയില്" + +#: gail/gailimage.c:144 +msgid "attach" +msgstr "കൂട്ടി ചേര്ക്കുക" + +#: gail/gailimage.c:145 +msgid "book red" +msgstr "ബുക്ക് റെഡ്" + +#: gail/gailimage.c:146 +msgid "book green" +msgstr "ബുക്ക് ഗ്രീന്" + +#: gail/gailimage.c:147 +msgid "book blue" +msgstr "ബുക്ക് ബ്ളൂ" + +#: gail/gailimage.c:148 +msgid "book yellow" +msgstr "ബുക്ക് യെല്ലോ" + +#: gail/gailimage.c:149 +msgid "book open" +msgstr "ബുക്ക് ഒപ്പണ്" + +#: gail/gailimage.c:150 +msgid "multiple file" +msgstr "ഒന്നില് കൂടുതല് ഫയല്" + +#: gail/gailimage.c:151 +msgid "not" +msgstr "ഇല്ല" + +#: gail/gailimage.c:152 +msgid "table borders" +msgstr "ടേബിളിന്റെ അതിരുകള്" + +#: gail/gailimage.c:153 +msgid "table fill" +msgstr "ടേബിള് ഫില്" + +#: gail/gailimage.c:154 +msgid "text indent" +msgstr "ടെക്സ്റ്റ് ഇന്ഡന്റ്" + +#: gail/gailimage.c:155 +msgid "text unindent" +msgstr "ടെക്സ്റ്റ് അണ്ഇന്ഡന്റ്" + +#: gail/gailimage.c:156 +msgid "text bulleted list" +msgstr "ടെക്സ്റ്റ് ബുളളറ്റ് ചെയ്ത ലിസ്റ്റ്" + +#: gail/gailimage.c:157 +msgid "text numbered list" +msgstr "ടെക്സ്റ്റ് നംബര് ചെയ്ത ലിസ്റ്റ്" + +#: gail/gailimage.c:158 +msgid "authentication" +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/gail-1.9.0/po/or.po new/gail-1.9.1/po/or.po --- old/gail-1.9.0/po/or.po 2006-07-11 19:02:11.000000000 +0200 +++ new/gail-1.9.1/po/or.po 2006-07-24 18:28:45.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright (C) 2004, Free Software Foundation, Inc. # This file is distributed under the same license as the gail package. # Bishnu Prasad Jena <Bol2Bishnu@yahoo.co.in> -# $Id: or.po,v 1.2 2005/09/12 10:49:27 kloczek Exp $ +# $Id: or.po,v 1.3 2006/07/24 16:28:45 billh Exp $ # msgid "" 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/gail-1.9.0/po/sk.po new/gail-1.9.1/po/sk.po --- old/gail-1.9.0/po/sk.po 2006-07-11 19:02:12.000000000 +0200 +++ new/gail-1.9.1/po/sk.po 2006-07-24 18:28:45.000000000 +0200 @@ -4,7 +4,7 @@ # Marian Gargalovic <milanius@delphine.sk>, 2005. # Marcel Telka <marcel@telka.sk>, 2005, 2006. # -# $Id: sk.po,v 1.3 2006/06/29 21:43:36 marcel Exp $ +# $Id: sk.po,v 1.4 2006/07/24 16:28:45 billh Exp $ # msgid "" 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/gail-1.9.0/po/sv.po new/gail-1.9.1/po/sv.po --- old/gail-1.9.0/po/sv.po 2006-07-11 19:02:12.000000000 +0200 +++ new/gail-1.9.1/po/sv.po 2006-07-24 18:28:45.000000000 +0200 @@ -2,7 +2,7 @@ # Copyright (C) 2003 Free Software Foundation, Inc. # Christian Rose <menthos@menthos.com>, 2003. # -# $Id: sv.po,v 1.3 2005/09/28 22:20:58 menthos Exp $ +# $Id: sv.po,v 1.4 2006/07/24 16:28:45 billh Exp $ # msgid "" msgstr "" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de