bug-sourceinstall
[Top][All Lists]
Advanced

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

[bug-sourceinstall] [patch #6327] patch for sourceinstall-gtk/pref.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6327] patch for sourceinstall-gtk/pref.c
Date: Thu, 06 Dec 2007 20:52:57 +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/?6327>

                 Summary: patch for sourceinstall-gtk/pref.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:52
                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
46c48
<     w_pref[wbrowse] = gtk_button_new_with_label("Browse...");
---
>     w_pref[wbrowse] = gtk_button_new_with_label( gettext ( "Browse..." ));
58c60
<                        "GNU Source Installer - Preferences");
---
>                        gettext ( "GNU Source Installer - Preferences" ));
75c77
<     hbox = pref_create_direntry("Installation directory prefix: ",
---
>     hbox = pref_create_direntry( gettext ( "Installation directory prefix:
" ),
81c83
<     hbox = pref_create_direntry("Add directory: ",
---
>     hbox = pref_create_direntry( gettext ( "Add directory: " ),
96c98
<       gtk_check_button_new_with_mnemonic("Install _binaries");
---
>       gtk_check_button_new_with_mnemonic( gettext ( "Install _binaries" ));
98c100
<       gtk_check_button_new_with_mnemonic("Install sou_rce");
---
>       gtk_check_button_new_with_mnemonic( gettext ( "Install sou_rce" ));
100c102
<       gtk_check_button_new_with_mnemonic("Show confi_guration");
---
>       gtk_check_button_new_with_mnemonic( gettext ( "Show confi_guration" ));
103,104c105,106
<       ("Stri_p binaries (not recommended)");
<     w_pref[W_PREF_QUIET] = gtk_check_button_new_with_mnemonic("_Quiet");
---
>       ( gettext ( "Stri_p binaries (not recommended)" ));
>     w_pref[W_PREF_QUIET] = gtk_check_button_new_with_mnemonic( gettext (
"_Quiet" ));
125c127
<     lbl = gtk_label_new("Compression format: ");
---
>     lbl = gtk_label_new( gettext ( "Compression format: " ));
203c205
<     dirname = dialog_input_opendir("Choose a directory", startpath);
---
>     dirname = dialog_input_opendir( gettext ( "Choose a directory" ),
startpath);
219c221
<     char *title = "Saving preferences";
---
>     char *title = gettext ("Saving preferences" );
237,238c239,240
<       dialog_message(title, "Preferences saved successfully",
<                      "Preferences for this user have been successfully 
saved.",
---
>       dialog_message(title, gettext ( "Preferences saved successfully" ),
>                      gettext ( "Preferences for this user have been 
> successfully
saved." ),
241,242c243,244
<       dialog_warning(title, "Could not save preferences",
<                      "Your changes will apply to the current session only: an 
error has
occured trying to save preferences to ",
---
>       dialog_warning(title, gettext ( "Could not save preferences" ),
>                      gettext ( "Your changes will apply to the current 
> session only: an
error has occured trying to save preferences to " ),
249c251
<     char *title = "Applying changes to preferences";
---
>     char *title = gettext ( "Applying changes to preferences" );
264c266
<           dialog_warning(title, "Prefix directory not found",
---
>           dialog_warning(title, gettext ( "Prefix directory not found" ),
266c268
<                          " has not been found. However, it could be 
automatically created by
the installation scripts of the first package installed.");
---
>                          gettext ( " has not been found. However, it could be 
> automatically
created by the installation scripts of the first package installed." ));
269c271
<           dialog_warning(title, "Prefix is not a directory",
---
>           dialog_warning(title, gettext ( "Prefix is not a directory" ),
271c273
<                          " is not a directory. Either remove/rename the 
existing file, or
change your preference.");
---
>                          gettext ( " is not a directory. Either remove/rename 
> the existing
file, or change your preference." ));
283c285
<           dialog_warning(title, "Not an existing directory",
---
>           dialog_warning(title, gettext ( "Not an existing directory" ),
285c287
<                          " is not an existing directory, and will be 
ignored.");
---
>                          gettext ( " is not an existing directory, and will 
> be ignored." ));
299,300c301,302
<                      "Neither binaries nor source code will be installed.",
<                      "Both the 'install binaries' and 'install source' 
options are
disabled. Adding packages will have no effect.",
---
>                      gettext ( "Neither binaries nor source code will be 
> installed."
),
>                      gettext ( "Both the 'install binaries' and 'install 
> source'
options are disabled. Adding packages will have no effect." ),




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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