bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] [patch #6322] patch for sourceinstall-gtk/gui.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6322] patch for sourceinstall-gtk/gui.c
Date: Thu, 06 Dec 2007 20:47:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6322>

                 Summary: patch for sourceinstall-gtk/gui.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:47
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

23c23,25
< 
---
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
104c106
<                        "GNU Source Installer");
---
>                        gettext ( "GNU Source Installer" ));
185,188c187,190
<       quit = dialog_confirm(title, "Action in progress!",
<                             "A quit request has been detected,\n"
<                             "but current action is not complete.\n", 0,
<                             "Are you sure that you want to quit?");
---
>       quit = dialog_confirm(title, gettext ( "Action in progress!" ),
>                             gettext ( "A quit request has been detected,\n"
>                             "but current action is not complete.\n" ), 0,
>                             gettext ( "Are you sure that you want to quit?" 
> ));
224c226
<     if (dialog_input_package2("Choose package or directory to add",
---
>     if (dialog_input_package2( gettext ( "Choose package or directory to
add" ),
241,243c243,245
<       ("Remove package", "Completely remove package?",
<        "Following package will be uninstalled, and its stored source 
removed:",
<        srcinst_get_name(state.package), "Really proceed?"))
---
>       ( gettext ( "Remove package" ), gettext ( "Completely remove package?" 
> ),
>        gettext ( "Following package will be uninstalled, and its stored source
removed:" ),
>        srcinst_get_name(state.package), gettext ( "Really proceed?" )))
254,256c256,258
<           ("Install package", "Reconfigure package?",
<            "This package is already configured, and you might want to keep the
same configuration.",
<            0, "Do you want to reconfigure the package?"))
---
>           ( gettext ( "Install package" ), gettext ( "Reconfigure package?" ),
>            gettext ( "This package is already configured, and you might want 
> to
keep the same configuration." ),
>            0, gettext ( "Do you want to reconfigure the package?" )))
268,270c270,272
<       ("Uninstall package", "Uninstall package?",
<        "Following package will be uninstalled:",
<        srcinst_get_name(state.package), "Really proceed?"))
---
>       ( gettext ( "Uninstall package" ), gettext ( "Uninstall package?" ),
>        gettext ( "Following package will be uninstalled:" ),
>        srcinst_get_name(state.package), gettext ( "Really proceed?" )))
283,284c285,286
<       dialog_warning("Upgrade package", "Not allowed",
<                      "The safe-upgrade action is not possible for 
non-conforming"
---
>       dialog_warning( gettext ( "Upgrade package" ) , gettext ( "Not allowed"
),
>                      gettext ( "The safe-upgrade action is not possible for
non-conforming"
286c288
<                      "install the new one.", 0);
---
>                      "install the new one." ), 0);
290c292
<     if (dialog_input_package2("Choose replacement package or directory",
---
>     if (dialog_input_package2(gettext ( "Choose replacement package or
directory" ),
297c299
<                           "\nwill be built, and if successful, current 
package\n\"",
---
>                           gettext ( "\nwill be built, and if successful, 
> current package\n\""
),
299c301
<                           "\" will be replaced with the new version.",
---
>                           gettext ( "\" will be replaced with the new 
> version." ),
301,302c303,304
<       c = dialog_confirm("Upgrade package", "Upgrade current package?",
<                          0, txt, "Really proceed with the upgrade?");
---
>       c = dialog_confirm( gettext ( "Upgrade package" ), gettext ( "Upgrade
current package?" ),
>                          0, txt, gettext ( "Really proceed with the upgrade?" 
> ));
338c340
<     filename = dialog_input_export_info("Export all packages information",
---
>     filename = dialog_input_export_info( gettext ( "Export all packages
information" ),
352c354
<     filename = dialog_input_export_info("Export package information",
---
>     filename = dialog_input_export_info( gettext ( "Export package
information" ),
366c368
<     filename = dialog_input_export_bin("Export as binary package",
---
>     filename = dialog_input_export_bin( gettext ( "Export as binary
package" ),
376c378
<     char *title = "Save console log";
---
>     char *title = gettext ( "Save console log" );
400,401c402,403
<           dialog_message(title, "Console log saved.",
<                          "The console log has been saved as", filename);
---
>           dialog_message(title, gettext ( "Console log saved." ),
>                          gettext ( "The console log has been saved as" ), 
> filename);
403,404c405,406
<           dialog_warning(title, "Error saving console log",
<                          "Console log save could NOT be completed 
successfully",
---
>           dialog_warning(title, gettext ( "Error saving console log" ),
>                          gettext ( "Console log save could NOT be completed 
> successfully" ),




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6322>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]