Bugzilla – Attachment 188505 Details for
Bug 350248
yast2-kdump: Missing translation strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Small patch to make the strings translatable
missing-trans (text/plain), 1.17 KB, created by
Bernhard Walle
on 2007-12-21 09:21:42 UTC
(
hide
)
Description:
Small patch to make the strings translatable
Filename:
MIME Type:
Creator:
Bernhard Walle
Created:
2007-12-21 09:21:42 UTC
Size:
1.17 KB
patch
obsolete
>Makes the filter strings of Kdump translatable. > >--- > dialogs.ycp | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >--- a/dialogs.ycp >+++ b/dialogs.ycp >@@ -103,13 +103,13 @@ map<string,map<string,any> > wid_handlin > "custom_widget" : `VBox( > `Frame ( _("Include in Dumping"), `VBox( > `Left(`HBox(`HSpacing(1),`VBox( >- `Left(`CheckBox(`id("zero_page"), "&Pages Filled with Zero")), >- `Left(`CheckBox(`id("cache_page"), `opt(`notify), "Cach&e Pages")), >+ `Left(`CheckBox(`id("zero_page"), _("&Pages Filled with Zero"))), >+ `Left(`CheckBox(`id("cache_page"), `opt(`notify), _("Cach&e Pages"))), > `HBox(`HSpacing(2),`VBox( >- `Left(`CheckBox(`id("cache_private"), `opt(`notify), "Cache Priva&te Pages")) >+ `Left(`CheckBox(`id("cache_private"), `opt(`notify), _("Cache Priva&te Pages"))) > )), >- `Left(`CheckBox(`id("user_data"), "&User Data Pages")), >- `Left(`CheckBox(`id("free_page"), "&Free Pages")) >+ `Left(`CheckBox(`id("user_data"), _("&User Data Pages"))), >+ `Left(`CheckBox(`id("free_page"), _("&Free Pages"))) > //`VStretch () > ))) > ))),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 350248
: 188505 |
188509