Package: gbackground
Version: 1.1-2
Severity: normal

I am sending patches solving this problem... Please go through and repair badly 
translated variables, it was translated via Czech (Spanish -> Czech -> 
English), though it may lost true meaning...

I also tried to keep consistency, but I am not quite sure about it... It seems 
to work without any probs after applying this patch

Great thanks for Vojtěch Horký from abclinuxu.cz, who translated all that 
spanish things for me

Your
Jakub Lucký



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gbackground depends on:
ii  libglib-perl                  1:1.221-1  Perl interface to the GLib and GOb
ii  libgtk2-gladexml-perl         1.007-1    Perl interface to use user interfa
ii  libgtk2-perl                  1:1.220-2  Perl interface to the 2.x series o
ii  libproc-pid-file-perl         1.24-6     Perl module for managing process i
ii  libui-dialog-perl             1.08-1.1   UI::Dialog a wrapper for various d

gbackground recommends no packages.

gbackground suggests no packages.

-- no debconf information
Only in gbackground-1.1/: AUTHORS
Only in gbackground-1.1/: ChangeLog
Common subdirectories: gbackground/debian and gbackground-1.1/debian
diff -u gbackground/gbackground gbackground-1.1/gbackground
--- gbackground/gbackground	2009-06-26 01:45:55.000000000 +0200
+++ gbackground-1.1/gbackground	2009-01-17 05:22:46.000000000 +0100
@@ -6,147 +6,147 @@
 use UI::Dialog::Backend::Zenity;
 use Switch;
 
-## Variables Declaration
+## Declarando Variables
 
-my($program, $main_window, $background_path, $exit_button, $path_images, $pid, $label_number_of_seconds, $number_of_seconds, $label_status, $about_window, $about, $preferences_window, $filechooserbutton, $file_choose);
+my($programa, $ventana_principal, $fondo_path, $boton_salir, $path_images, $pid_programa, $etiqueta_numero_de_segundos, $numero_de_segundos, $label_estado, $ventana_acerca_de, $acerca_de, $ventana_preferencias, $filechooserbutton, $file_chosse);
 
-my(@status, $home_directory, $path, $path_pid, $last_background);
+my(@estado, $home_directory, $parte_del_path, $path, $path_pid, $nombre_ultimo_fondo);
 
-## From Preferences window
-my($return_value_widget, $type_of_change_widget, $type_of_change, $last_change);
-my $return_value = 1;
+## De la ventana de preferencias
+my($deja_ultimo_fondo_widget, $tipo_de_cambio_widget, $tipo_de_cambio, $cambio_definitivo);
+my $deja_ultimo_fondo = 1;
 
-&trash;
+&basura;
 
-## Loading from UI::Dialog
-my $window_dialogs = new UI::Dialog::Backend::Zenity(title => "Gbackground",
+## Cargando todo el UI::Dialog
+my $ventanas_dialogs = new UI::Dialog::Backend::Zenity(title => "Gbackground",
 						       height => 45, width => 50, 
 						       listheight => 5,
 						       order => [ 'zenity', 'xdialog', 'gdialog']
 						       );
 
-# Loading a window
+# Para cuando voy a empaquetar
 
 if (-e 'glade/gbackground.glade'){
-	$program = Gtk2::GladeXML->new('glade/gbackground.glade');
+	$programa = Gtk2::GladeXML->new('glade/gbackground.glade');
 } else {
-	$program = Gtk2::GladeXML->new('/usr/share/gbackground/gbackground.glade');
+	$programa = Gtk2::GladeXML->new('/usr/share/gbackground/gbackground.glade');
 }
 
-# Window loading
+# Cargando Ventanas
 
-&load_widgets;
+&cargar_widgets;
 
 # Signals
-$program->signal_autoconnect_from_package('main');
+$programa->signal_autoconnect_from_package('main');
 
-## Changes check
+## Verificando el estado del programa
 
-&check_status;
+&verificando_estado;
 
 Gtk2->main;
 
-## Subroutines ##
-sub trash {
-	@status = ("<span foreground=\"blue\">Running</span>", "<span foreground=\"red\">Stopped</span>");
+## Funciones ##
+sub basura {
+	@estado = ("<span foreground=\"blue\">Running</span>", "<span foreground=\"red\">Stoped</span>");
 	$home_directory = $ENV{HOME};
 	$path_pid = $home_directory . "/.gbackground" . "/gbackground.pid";
-	$last_change = 'stretched';
+	$cambio_definitivo = 'stretched';
 }
-sub load_widgets {
-	$main_window = $program->get_widget('main_window');
-	$preferences_window = $program->get_widget('preferences_window');
-	$label_number_of_seconds = $program->get_widget('select_seconds');
-	$label_status = $program->get_widget('label_program_status');
-	$about_window = $program->get_widget('about_window');
-	$about = $program->get_widget('about_window');
-	$return_value_widget = $program->get_widget('keep_last_bground_combobox');
-	$type_of_change_widget = $program->get_widget('background_options_select');
-	$filechooserbutton = $program->get_widget('filechooserbutton');
+sub cargar_widgets {
+	$ventana_principal = $programa->get_widget('ventana_principal');
+	$ventana_preferencias = $programa->get_widget('ventana_preferencias');
+	$etiqueta_numero_de_segundos = $programa->get_widget('etiqueta_numero_de_segundos');
+	$label_estado = $programa->get_widget('label_estado');
+	$ventana_acerca_de = $programa->get_widget('Acerca_de');
+	$acerca_de = $programa->get_widget('acerca_de');
+	$deja_ultimo_fondo_widget = $programa->get_widget('ventana_preferencias_fondo');
+	$tipo_de_cambio_widget = $programa->get_widget('combobox1');
+	$filechooserbutton = $programa->get_widget('filechooserbutton');
 	$filechooserbutton->set_current_folder_uri("/usr/share/images/desktop-base/");
 }
 
-sub check_status {
+sub verificando_estado {
 	if(-e $path_pid){
-	        $label_status->set_markup("@status[0]");
+	        $label_estado->set_markup("@estado[0]");
 	}else{
-	        $label_status->set_markup("@status[1]");
+	        $label_estado->set_markup("@estado[1]");
 	}
 }
 
-sub on_start_button_event {
+sub on_boton_iniciar_clicked {
 	$path_images = $filechooserbutton->get_filename;
-	$last_background = `gconftool-2 --get /desktop/gnome/background/picture_filename`;
-	$last_background =~ s/\s/\\ /g;
+	$nombre_ultimo_fondo = `gconftool-2 --get /desktop/gnome/background/picture_filename`;
+	$nombre_ultimo_fondo =~ s/\s/\\ /g;
 	if(-e "$path_pid"){
-		$window_dialogs->error(title => 'Error!!', text => 'Gbackground <b>is already</b> working');
+		$ventanas_dialogs->error(title => 'Error!!', text => 'Gbackground <b>is already</b> working');
 		}
 	else{
 		if(-e $path_images){
-			$number_of_seconds = $label_number_of_seconds->get_text();
+			$numero_de_segundos = $etiqueta_numero_de_segundos->get_text();
 			$path_images =~ s/\s/\\ /g;
 			if(-e './gbackgroundD'){
-				system("perl ./gbackgroundD \"$path_images\" $number_of_seconds $last_change \&");
+				system("perl ./gbackgroundD \"$path_images\" $numero_de_segundos $cambio_definitivo \&");
 			} else {
-				system("perl /usr/share/gbackground/gbackgroundD \"$path_images\" $number_of_seconds $last_change \&");
+				system("perl /usr/share/gbackground/gbackgroundD \"$path_images\" $numero_de_segundos $cambio_definitivo \&");
 			}
 			
 			sleep 1; # Esto es por que muchas veces tarda en crear el gbackground.pid
-			$label_status->set_markup("@status[0]") if(-e "$path_pid");
-			$window_dialogs->msgbox(title => "Daemon Gbackground", text => 'Gbackground has started <b>successfully</b>');	
+			$label_estado->set_markup("@estado[0]") if(-e "$path_pid");
+			$ventanas_dialogs->msgbox(title => "Daemon Gbackground", text => 'Gbackground has started <b>successfully</b>');	
 		}
 		else{
-			$window_dialogs->error(title => "Error, dir doesn't exist", text => 'The directory that you introduced <b>is not valid</b>, please verify it and try again');	
+			$ventanas_dialogs->error(title => "Error, dir doesn't exist", text => 'The directory that you introduced <b>is not valid</b>, please verify it and try again');	
 		}
 	}
 }
-sub on_stop_button_event {
+sub on_boton_parar_clicked {
 	if(-e "$path_pid"){
 		open(ARCHIVO_PID, "$path_pid");
 		while(<ARCHIVO_PID>){
-			$pid = $_;
+			$pid_programa = $_;
 		}
-		system("kill -9 $pid");
+		system("kill -9 $pid_programa");
 		system("rm -f $path_pid");
-		if($return_value == 1){
-				system("gconftool-2 -t str -s /desktop/gnome/background/picture_filename $last_background");
+		if($deja_ultimo_fondo == 1){
+				system("gconftool-2 -t str -s /desktop/gnome/background/picture_filename $nombre_ultimo_fondo");
 		}
-		$window_dialogs->msgbox(title => "Daemon Gbackground", text => 'Gbackground has been <b>stopped</b> successfully'); 
-		$window_dialogs->error(title => 'Error!!', text => 'Error, it was not possible to stop Gbackground. Probably because it <b>is not</b> running') if(-e "$path_pid");
+		$ventanas_dialogs->msgbox(title => "Daemon Gbackground", text => 'Gbackground has been <b>stopped</b> successfully'); 
+		$ventanas_dialogs->error(title => 'Error!!', text => 'Error, it was not possible to stop Gbackground. Probably because it <b>is not</b> running') if(-e "$path_pid");
 	}else{
-		$window_dialogs->error(title => 'Error!!', text => 'Gbackground <b>is not</b> running');	
+		$ventanas_dialogs->error(title => 'Error!!', text => 'Gbackground <b>is not</b> running');	
 	}
-	&check_status;
+	&verificando_estado;
 }
 
-sub on_preferences_accept_button_event {
-	$return_value = $return_value_widget->get_active;
-	$last_change = $type_of_change_widget->get_active_text();
-	$preferences_window->hide;
+sub on_ventana_preferencias_boton_aceptar_clicked {
+	$deja_ultimo_fondo = $deja_ultimo_fondo_widget->get_active;
+	$cambio_definitivo = $tipo_de_cambio_widget->get_active_text();
+	$ventana_preferencias->hide;
 }
 
-## Para que cuando cierren las ventanas y las vuelvan a abrir no desaparezcan??
-sub on_about_delete_event {
+## Para que cuando cierren las ventanas y las vuelvan a abrir no desaparezcan
+sub on_acerca_de_delete_event {
     my $w = shift;
     $w->hide;
     1; 
 }
 
-sub on_preferences_delete_event {
+sub on_ventana_preferencias_delete_event {
     my $w = shift;
     $w->hide;
     1; 
 }
 
-sub on_main_window_delete_event {Gtk2->main_quit;}
-sub on_exit_menu_event {Gtk2->main_quit;}
-sub on_quit_event {Gtk2->main_quit;}
-sub on_quit_button_event {Gtk2->main_quit;}
-sub on_about_menu_event {$about->present;}
-sub on_preferences_event {
-	my $value = $type_of_change_widget->set_active("1");
-	$preferences_window->show_all;
-}
-sub on_preferences_cancel_button_event {$preferences_window->hide;}
-sub on_about_close_button_event {$about->hide;}
-sub on_about_response_event { $about->hide;}
+sub on_ventana_principal_delete_event {Gtk2->main_quit;}
+sub on_boton_salir_clicked {Gtk2->main_quit;}
+sub on_quit1_activate {Gtk2->main_quit;}
+sub on_salir1_activate {Gtk2->main_quit;}
+sub on_acerca_de1_activate {$acerca_de->present;}
+sub on_preferencias1_activate {
+	my $valor = $tipo_de_cambio_widget->set_active("1");
+	$ventana_preferencias->show_all;
+}
+sub on_ventana_preferencias_boton_cancelar_clicked {$ventana_preferencias->hide;}
+sub on_acerca_de_close {$acerca_de->hide;}
+sub on_acerca_de_response { $acerca_de->hide;}
diff -u gbackground/gbackgroundD gbackground-1.1/gbackgroundD
--- gbackground/gbackgroundD	2009-06-25 16:45:52.000000000 +0200
+++ gbackground-1.1/gbackgroundD	2009-01-17 05:14:50.000000000 +0100
@@ -2,41 +2,41 @@
 use strict;
 use Proc::PID::File;
 
-my ($background_path, $seconds , @png_list, @jpg_list, @ALL_FILES, $background, $configuring_pid, $type_of_change);
+my ($fondo_path, $segundos , @archivos_png, @archivos_jpg, @TODOS_ARCHIVOS, $background, $configurando_pid, $tipo_de_cambio);
 my $home_directory = $ENV{HOME};
 my $path = $home_directory . '/.gbackground';
 
-sub start_daemon {
-	$configuring_pid = Proc::PID::File->running(dir => "$path", name => "gbackground" );
+sub crear_demonio {
+	$configurando_pid = Proc::PID::File->running(dir => "$path", name => "gbackground" );
 	while(1){
-		system("gconftool-2 -t str -s /desktop/gnome/background/picture_options $type_of_change");
-		$background = $ALL_FILES[rand(scalar(@ALL_FILES))];
+		system("gconftool-2 -t str -s /desktop/gnome/background/picture_options $tipo_de_cambio");
+		$background = $TODOS_ARCHIVOS[rand(scalar(@TODOS_ARCHIVOS))];
 		system("gconftool-2 -t str -s /desktop/gnome/background/picture_filename \"$background\"");
-		sleep($seconds);
+		sleep($segundos);
 	}
 }
 
-$background_path = "$ARGV[0]";
-$seconds = $ARGV[1];
-$type_of_change = $ARGV[2];
+$fondo_path = "$ARGV[0]";
+$segundos = $ARGV[1];
+$tipo_de_cambio = $ARGV[2];
 
-$seconds = '2' if $seconds eq '';
+$segundos = '2' if $segundos eq '';
 
-foreach (@jpg_list = glob("$background_path/*\.jpg")){
-	push @ALL_FILES, $_;
+foreach (@archivos_jpg = glob("$fondo_path/*\.jpg")){
+	push @TODOS_ARCHIVOS, $_;
 }
 
-foreach (@png_list = glob("$background_path/*\.png")) {
-	push @ALL_FILES, $_;
+foreach (@archivos_png = glob("$fondo_path/*\.png")) {
+	push @TODOS_ARCHIVOS, $_;
 }
 
 
 if(-e "$path") {
-	&start_daemon;
+	&crear_demonio;
 }
 else {
 	mkdir("$path", 0777);
 	chmod(0777, "$path");
-	&start_daemon;
+	&crear_demonio;
 }
 
Common subdirectories: gbackground/glade and gbackground-1.1/glade
Common subdirectories: gbackground/icon and gbackground-1.1/icon
Only in gbackground-1.1/: LICENSE
Only in gbackground/: .project
Only in gbackground-1.1/: README
diff -u gbackground/glade/gbackground.glade gbackground-1.1/glade/gbackground.glade
--- gbackground/glade/gbackground.glade	2009-06-26 01:44:35.000000000 +0200
+++ gbackground-1.1/glade/gbackground.glade	2009-01-11 07:56:32.000000000 +0100
@@ -1,15 +1,15 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
+<!--*- mode: xml -*-->
 <glade-interface>
-  <!-- interface-requires gtk+ 2.16 -->
-  <!-- interface-naming-policy toplevel-contextual -->
-  <widget class="GtkWindow" id="main_window">
+  <widget class="GtkWindow" id="ventana_principal">
     <property name="width_request">552</property>
     <property name="visible">True</property>
     <property name="title" translatable="yes">Gbackground</property>
     <property name="resizable">False</property>
-    <property name="window_position">center</property>
+    <property name="window_position">GTK_WIN_POS_CENTER</property>
     <property name="icon">config-xfree.xpm</property>
-    <signal name="delete_event" handler="on_main_window_delete_event"/>
+    <signal name="delete_event" handler="on_ventana_principal_delete_event"/>
     <child>
       <widget class="GtkVBox" id="vbox1">
         <property name="visible">True</property>
@@ -24,12 +24,18 @@
                 <child>
                   <widget class="GtkMenu" id="menuitem1_menu">
                     <child>
-                      <widget class="GtkImageMenuItem" id="exit_menu_item">
-                        <property name="label">_Exit</property>
+                      <widget class="GtkImageMenuItem" id="exit1">
                         <property name="visible">True</property>
+                        <property name="label" translatable="yes">_Exit</property>
                         <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                        <signal name="activate" handler="on_exit_menu_event"/>
+                        <signal name="activate" handler="on_salir1_activate"/>
+                        <child internal-child="image">
+                          <widget class="GtkImage" id="image21">
+                            <property name="visible">True</property>
+                            <property name="stock">gtk-quit</property>
+                            <property name="icon_size">1</property>
+                          </widget>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -38,11 +44,17 @@
             </child>
             <child>
               <widget class="GtkImageMenuItem" id="setting1">
-                <property name="label">Setting</property>
                 <property name="visible">True</property>
+                <property name="label" translatable="yes">Setting</property>
                 <property name="use_underline">True</property>
-                <property name="use_stock">True</property>
-                <signal name="activate" handler="on_preferences_event"/>
+                <signal name="activate" handler="on_preferencias1_activate"/>
+                <child internal-child="image">
+                  <widget class="GtkImage" id="image22">
+                    <property name="visible">True</property>
+                    <property name="stock">gtk-preferences</property>
+                    <property name="icon_size">1</property>
+                  </widget>
+                </child>
               </widget>
             </child>
             <child>
@@ -53,12 +65,18 @@
                 <child>
                   <widget class="GtkMenu" id="menuitem4_menu">
                     <child>
-                      <widget class="GtkImageMenuItem" id="about_menu_item">
-                        <property name="label">About</property>
+                      <widget class="GtkImageMenuItem" id="acerca_dee">
                         <property name="visible">True</property>
+                        <property name="label" translatable="yes">About</property>
                         <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                        <signal name="activate" handler="on_about_menu_event"/>
+                        <signal name="activate" handler="on_acerca_de1_activate"/>
+                        <child internal-child="image">
+                          <widget class="GtkImage" id="image23">
+                            <property name="visible">True</property>
+                            <property name="stock">gtk-dialog-warning</property>
+                            <property name="icon_size">1</property>
+                          </widget>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -69,7 +87,6 @@
           <packing>
             <property name="expand">False</property>
             <property name="fill">False</property>
-            <property name="position">0</property>
           </packing>
         </child>
         <child>
@@ -77,7 +94,7 @@
             <property name="height_request">145</property>
             <property name="visible">True</property>
             <child>
-              <widget class="GtkSpinButton" id="select_seconds">
+              <widget class="GtkSpinButton" id="etiqueta_numero_de_segundos">
                 <property name="width_request">80</property>
                 <property name="height_request">26</property>
                 <property name="visible">True</property>
@@ -91,7 +108,7 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkLabel" id="label_seconds">
+              <widget class="GtkLabel" id="etiqueta_segundos">
                 <property name="width_request">0</property>
                 <property name="height_request">0</property>
                 <property name="visible">True</property>
@@ -102,7 +119,7 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkLabel" id="label_directory">
+              <widget class="GtkLabel" id="etiqueta_directorio">
                 <property name="width_request">172</property>
                 <property name="height_request">24</property>
                 <property name="visible">True</property>
@@ -114,7 +131,7 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkLabel" id="label_time_loop">
+              <widget class="GtkLabel" id="etiqueta_intervalo_tiempo">
                 <property name="width_request">88</property>
                 <property name="height_request">24</property>
                 <property name="visible">True</property>
@@ -138,7 +155,7 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkLabel" id="label_program_status">
+              <widget class="GtkLabel" id="etiqueta_estado_del_programa">
                 <property name="width_request">144</property>
                 <property name="height_request">24</property>
                 <property name="visible">True</property>
@@ -164,7 +181,7 @@
                 <property name="width_request">291</property>
                 <property name="height_request">31</property>
                 <property name="visible">True</property>
-                <property name="action">select-folder</property>
+                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
                 <property name="title" translatable="yes">Select Directory</property>
               </widget>
               <packing>
@@ -181,13 +198,13 @@
           <widget class="GtkHButtonBox" id="hbuttonbox1">
             <property name="visible">True</property>
             <child>
-              <widget class="GtkButton" id="start_button">
+              <widget class="GtkButton" id="boton_iniciar">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="has_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <signal name="clicked" handler="on_start_button_event"/>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_boton_iniciar_clicked"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment1">
                     <property name="visible">True</property>
@@ -205,11 +222,10 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
-                          <widget class="GtkLabel" id="label_start_button">
+                          <widget class="GtkLabel" id="etiqueta_iniciar">
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Start Gbackground</property>
                             <property name="use_underline">True</property>
@@ -225,19 +241,14 @@
                   </widget>
                 </child>
               </widget>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
             </child>
             <child>
-              <widget class="GtkButton" id="stop_button">
+              <widget class="GtkButton" id="boton_parar">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <signal name="clicked" handler="on_stop_button_event"/>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_boton_parar_clicked"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment2">
                     <property name="visible">True</property>
@@ -255,11 +266,10 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
-                          <widget class="GtkLabel" id="label_stop_button">
+                          <widget class="GtkLabel" id="etiqueta_parar">
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Stop Gbackground</property>
                             <property name="use_underline">True</property>
@@ -276,18 +286,16 @@
                 </child>
               </widget>
               <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
                 <property name="position">1</property>
               </packing>
             </child>
             <child>
-              <widget class="GtkButton" id="button_quit">
+              <widget class="GtkButton" id="boton_salir">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <signal name="clicked" handler="on_quit_button_event"/>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_boton_salir_clicked"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment3">
                     <property name="visible">True</property>
@@ -305,11 +313,10 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
-                          <widget class="GtkLabel" id="label_quit_button">
+                          <widget class="GtkLabel" id="etiqueta_salir">
                             <property name="visible">True</property>
                             <property name="label" translatable="yes">Quit</property>
                             <property name="use_underline">True</property>
@@ -326,8 +333,6 @@
                 </child>
               </widget>
               <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
                 <property name="position">2</property>
               </packing>
             </child>
@@ -349,12 +354,12 @@
       </widget>
     </child>
   </widget>
-  <widget class="GtkWindow" id="preferences_window">
+  <widget class="GtkWindow" id="ventana_preferencias">
     <property name="width_request">352</property>
     <property name="height_request">177</property>
     <property name="title" translatable="yes">Settings</property>
     <property name="resizable">False</property>
-    <signal name="delete_event" handler="on_preferences_delete_event"/>
+    <signal name="delete_event" handler="on_ventana_preferencias_delete_event"/>
     <child>
       <widget class="GtkVBox" id="vbox9">
         <property name="visible">True</property>
@@ -376,14 +381,14 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkCheckButton" id="keep_last_bground_combobox">
-                <property name="label" translatable="yes">Keep the last background</property>
+              <widget class="GtkCheckButton" id="ventana_preferencias_fondo">
                 <property name="width_request">227</property>
                 <property name="height_request">24</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="receives_default">False</property>
+                <property name="label" translatable="yes">Keep the last background</property>
                 <property name="use_underline">True</property>
+                <property name="response_id">0</property>
                 <property name="active">True</property>
                 <property name="draw_indicator">True</property>
               </widget>
@@ -393,7 +398,7 @@
               </packing>
             </child>
             <child>
-              <widget class="GtkComboBox" id="background_options_select">
+              <widget class="GtkComboBox" id="combobox1">
                 <property name="width_request">132</property>
                 <property name="height_request">31</property>
                 <property name="visible">True</property>
@@ -408,21 +413,18 @@
               </packing>
             </child>
           </widget>
-          <packing>
-            <property name="position">0</property>
-          </packing>
         </child>
         <child>
           <widget class="GtkHButtonBox" id="hbuttonbox8">
             <property name="visible">True</property>
-            <property name="layout_style">spread</property>
+            <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
             <child>
-              <widget class="GtkButton" id="button_preferences_accept">
+              <widget class="GtkButton" id="ventana_preferencias_boton_aceptar">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <signal name="clicked" handler="on_preferences_accept_button_event"/>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_ventana_preferencias_boton_aceptar_clicked"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment4">
                     <property name="visible">True</property>
@@ -440,7 +442,6 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
@@ -460,19 +461,14 @@
                   </widget>
                 </child>
               </widget>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
             </child>
             <child>
-              <widget class="GtkButton" id="button_preferences_cancel">
+              <widget class="GtkButton" id="ventana_preferencias_boton_cancelar">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
-                <property name="receives_default">False</property>
-                <signal name="clicked" handler="on_preferences_cancel_button_event"/>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_ventana_preferencias_boton_cancelar_clicked"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment5">
                     <property name="visible">True</property>
@@ -490,7 +486,6 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
@@ -511,8 +506,6 @@
                 </child>
               </widget>
               <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
                 <property name="position">1</property>
               </packing>
             </child>
@@ -524,13 +517,13 @@
       </widget>
     </child>
   </widget>
-  <widget class="GtkAboutDialog" id="about_window">
+  <widget class="GtkAboutDialog" id="acerca_de">
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Acerca de Glade</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
-    <property name="window_position">center</property>
-    <property name="type_hint">dialog</property>
+    <property name="window_position">GTK_WIN_POS_CENTER</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="program_name">gbackground</property>
     <property name="version">1.2</property>
     <property name="copyright" translatable="yes">Copyriht 2006</property>
@@ -559,9 +552,9 @@
 www.mogaal.com
 </property>
     <property name="authors">Alejandro Garrido Mota &lt;[email protected]&gt;</property>
-    <signal name="close" handler="on_about_close_button_event"/>
-    <signal name="response" handler="on_about_response_event"/>
-    <signal name="delete_event" handler="on_about_delete_event"/>
+    <signal name="close" handler="on_acerca_de_close"/>
+    <signal name="delete_event" handler="on_acerca_de_delete_event"/>
+    <signal name="response" handler="on_acerca_de_response"/>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
@@ -572,26 +565,25 @@
         <child internal-child="action_area">
           <widget class="GtkHButtonBox" id="dialog-action_area2">
             <property name="visible">True</property>
-            <property name="layout_style">end</property>
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
           </widget>
           <packing>
             <property name="expand">False</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
+            <property name="pack_type">GTK_PACK_END</property>
           </packing>
         </child>
       </widget>
     </child>
   </widget>
-  <widget class="GtkFileChooserDialog" id="file_choose">
+  <widget class="GtkFileChooserDialog" id="file_chosse">
     <property name="width_request">647</property>
     <property name="height_request">403</property>
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Select Directory</property>
-    <property name="window_position">center-on-parent</property>
-    <property name="type_hint">dialog</property>
+    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="has_separator">False</property>
-    <property name="action">select-folder</property>
+    <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialog-vbox3">
         <property name="visible">True</property>
@@ -602,7 +594,7 @@
         <child internal-child="action_area">
           <widget class="GtkHButtonBox" id="dialog-action_area3">
             <property name="visible">True</property>
-            <property name="layout_style">end</property>
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
             <child>
               <placeholder/>
             </child>
@@ -612,8 +604,7 @@
           </widget>
           <packing>
             <property name="expand">False</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
+            <property name="pack_type">GTK_PACK_END</property>
           </packing>
         </child>
       </widget>

Reply via email to