Bugzilla – Bug 608802
YaST2 ISDN provider list message "No entries." not translated
Last modified: 2010-06-23 15:53:25 UTC
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9 In YaST2's ISDN module, on the "Providers" tab, with no providers configured, the "No entries." text appears in English even if German language is selected. Reproducible: Always Steps to Reproduce: 1. 2. 3.
yast maintainers please check, whether the string is properly marked for translation. If yes, we'd need a .pot file update (that might be a good idea anyway ;) ).
Could you provide screenshot, please?
Created attachment 365242 [details] Screenshot of German window with untranslated "No entries." message
This text comes from yast2-gtk: mzugec@notebook:~/work/trunk/gtk> fgrep -r "No entries." * src/.svn/text-base/YGTable.cc.svn-base: ygtk_tree_view_set_empty_text (YGTK_TREE_VIEW (getView()), _("No entries.")); src/YGTable.cc: ygtk_tree_view_set_empty_text (YGTK_TREE_VIEW (getView()), _("No entries.")); It seems it is marked for translation Reassigned to yast2-gtk maintainer. Martin, please make sure recent .pot file is available for translation team
In the yast2-gtk***.src.rpm from openSUSE:Factory, the string is marked for translation, too. So we don't need a yast2-gtk package update, just a .pot file update. Jiri?
Text is marked properly, but the text domain is missing, therefore it does not get to the .pot-files: jsrain@tullamore:/local/svn/yast/trunk/gtk> ../devtools/devtools/bin/y2makepot . Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/YGTable.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/ygtktreeview.c Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgmenubar.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgfilterview.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/yzypptags.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgstatusbar.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgrpmgroupsview.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgpatternview.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgdetailview.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkghistorydialog.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgundolist.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkglistview.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgsearchentry.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/YGPackageSelector.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/ygtkpkgproductdialog.cc Warning: empty textdomain in /local/svn/yast/trunk/gtk/./src/pkg/yzyppwrapper.cc Creating ./yast2-gtk.pot from ./src/YGProgressBar.cc ./src/YGUI.cc ./src/YGUtils.cc ./src/ygtksteps.c ./src/ygtkwizard.c ...
Ricardo is solving this in 610313, thanks. *** This bug has been marked as a duplicate of bug 610313 ***