Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 857029 Details for
Bug 1059192
Missing contextual information
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Contextualization patch
scl-context.patch (text/plain), 3.58 KB, created by
Nilamdyuti
on 2014-01-29 12:06:53 UTC
(
hide
)
Description:
Contextualization patch
Filename:
MIME Type:
Creator:
Nilamdyuti
Created:
2014-01-29 12:06:53 UTC
Size:
3.58 KB
patch
obsolete
>diff -urN old/system-config-language/src/gui_install.py new/system-config-language/src/gui_install.py >--- old/system-config-language/src/gui_install.py 2014-01-29 15:43:10.685067603 +0530 >+++ new/system-config-language/src/gui_install.py 2014-01-29 17:36:40.722811778 +0530 >@@ -183,6 +183,7 @@ > d = GuiDetailsDialog(mainwin, gtk.MESSAGE_INFO, > [('gtk-cancel', gtk.RESPONSE_CANCEL), > (_("Continue"), gtk.RESPONSE_OK, 'gtk-ok')], >+ # TRANSLATORS: For the selected language > _("Dependencies added"), > _("Updating these packages requires " > "additional package changes for proper " >@@ -193,8 +194,11 @@ > tag.set_property('weight', pango.WEIGHT_BOLD) > tag = b.create_tag('indented') > tag.set_property('left-margin', 10) >+ # TRANSLATORS: Adding required dependencies for the selected language > types=[(self.tsInfo.depinstalled,_("Adding for dependencies:\n")), >+ # TRANSLATORS: Removing installed dependencies for the selected language > (self.tsInfo.depremoved, _("Removing for dependencies:\n")), >+ # TRANSLATORS: Updating installed dependencies for the selected language > (self.tsInfo.depupdated, _("Updating for dependencies:\n"))] > for (lst, strng) in types: > if len(lst) > 0: >@@ -306,6 +310,7 @@ > "import this key?") %(po, userid, hexkeyid, keyurl) > d.format_secondary_text(sec) > b = d.add_button('gtk-cancel', gtk.RESPONSE_CANCEL) >+ # TRANSLATORS: Here âImportâ is a verb > b = d.add_button(_("_Import key"), gtk.RESPONSE_OK) > b.set_image(gtk.image_new_from_stock(gtk.STOCK_OK, > gtk.ICON_SIZE_BUTTON)) >@@ -371,7 +376,7 @@ > d.set_details("%s" %(errs,)) > d.run() > d.destroy() >- >+ # TRANSLATORS: Title of the dialog box > pbar = GuiProgress(_("Updating software"), mainwin) > tsprog = GuiTransactionProgress(pbar) > >diff -urN old/system-config-language/src/language_gui.py new/system-config-language/src/language_gui.py >--- old/system-config-language/src/language_gui.py 2014-01-29 15:43:10.685067603 +0530 >+++ new/system-config-language/src/language_gui.py 2014-01-29 17:23:45.823840888 +0530 >@@ -403,7 +403,7 @@ > self.bb = gtk.HButtonBox() > self.bb.set_layout(gtk.BUTTONBOX_END) > self.bb.set_spacing(12) >- >+ # TRANSLATORS: GUI button to revert the system language to English > self.sdButton = gtk.Button(_("System _Defaults"), None, True) > self.sdButton.connect("clicked", self.restoreClicked) > self.bb.pack_start(self.sdButton) >diff -urN old/system-config-language/src/language_tui.py new/system-config-language/src/language_tui.py >--- old/system-config-language/src/language_tui.py 2014-01-29 15:43:10.685067603 +0530 >+++ new/system-config-language/src/language_tui.py 2014-01-29 17:27:59.395831362 +0530 >@@ -71,6 +71,7 @@ > screen = SnackScreen() > bb2 = ButtonBar(screen, ["OK", "Cancel"]) > textBox2 = TextboxReflowed(40, str) >+ # TRANSLATORS: Confirming the installation > g2 = GridFormHelp(screen, _("Installing Confirm"), "kbdtype", 1, 4) > g2.add(textBox2, 0, 0) > g2.add(bb2, 0, 3, growx = 1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1059192
: 857029 |
857030