Mageia Bugzilla – Attachment 7668 Details for
Bug 18201
partial translation not shown in Control Center
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix untranslatable strings
fix_trans.patch (text/plain), 963 bytes, created by
Yuri Chornoivan
on 2016-04-14 19:04:12 CEST
(
hide
)
Description:
Patch to fix untranslatable strings
Filename:
MIME Type:
Creator:
Yuri Chornoivan
Created:
2016-04-14 19:04:12 CEST
Size:
963 bytes
patch
obsolete
>diff --git a/control-center b/control-center >index f60f70d..b45974d 100755 >--- a/control-center >+++ b/control-center >@@ -623,9 +623,9 @@ my $ui = gtknew('UIManager', actions => [ > #-PO: "<control>" must _NOT_ be translated. This is a keyboard shortcut for "Quit". > #-PO: you just have to select the proper letter for your language (eg: english: "Quit" => "Q") > N("<control>Q"), undef, \&quit_global ], >- [ 'OptionsMenu', undef, '_Options' ], >+ [ 'OptionsMenu', undef, N("_Options") ], > [ 'show_log', undef, N("Display _Logs") ], >- [ 'HelpMenu', undef, '_Help' ], >+ [ 'HelpMenu', undef, N("_Help") ], > [ 'Help', undef, N("_Help"), N("<control>H"), undef, \&run_help ], > [ 'Release_notes', undef, N("_Release notes"), undef, undef, sub { run_browser('Release_Notes') } ], > [ 'What s New', undef, N("What's _New?"), undef, undef, sub { run_browser("What's New?") } ],
diff --git a/control-center b/control-center index f60f70d..b45974d 100755 --- a/control-center +++ b/control-center @@ -623,9 +623,9 @@ my $ui = gtknew('UIManager', actions => [ #-PO: "<control>" must _NOT_ be translated. This is a keyboard shortcut for "Quit". #-PO: you just have to select the proper letter for your language (eg: english: "Quit" => "Q") N("<control>Q"), undef, \&quit_global ], - [ 'OptionsMenu', undef, '_Options' ], + [ 'OptionsMenu', undef, N("_Options") ], [ 'show_log', undef, N("Display _Logs") ], - [ 'HelpMenu', undef, '_Help' ], + [ 'HelpMenu', undef, N("_Help") ], [ 'Help', undef, N("_Help"), N("<control>H"), undef, \&run_help ], [ 'Release_notes', undef, N("_Release notes"), undef, undef, sub { run_browser('Release_Notes') } ], [ 'What s New', undef, N("What's _New?"), undef, undef, sub { run_browser("What's New?") } ],
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18201
:
7665
| 7668