Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/06/2008, à 12:10

karch

Gmail notifier : ajout de la langue "francais"

J'ai rajouté le francais dans les langues du Gmail Notifier

Le fichier langs.xml est a remplacer dans : /usr/share/apps/gmail-notify/langs.xml

A télécharger ici : http://karch.fr.tc/gmail_notifier/langs.xml

Ou alors ajouter ceci apres le premier <langs> du fichier  /usr/share/apps/gmail-notify/langs.xml

    <lang name="Francais">
        <string id="1" >Configuration</string>
        <string id="2" >Utilisateur:</string>
        <string id="3" >Navigateur:</string>
        <string id="4" >Langue:</string>
        <string id="5" >Voulez vous vraiment quitter Gmail Notifier?</string>
        <string id="6" >Information Quota</string>
        <string id="24">%(u)s utilisé, %(t)s total (%(p)s)</string>
        <string id="9" >_Vérifier maintenant</string>
        <string id="10">_Quota info...</string>
        <string id="11">_Configuration...</string>
        <string id="12">_Quitter</string>
        <string id="13">Connexion...</string>
        <string id="14">Connecté</string>
        <string id="15">Connexion échouée</string>
        <string id="16">Connexion à la messagerie échouée, ré-essai</string>
        <string id="17">Nouveau message de </string>
        <string id="18">Pas de messages non-lus</string>
        <string id="19">%(u)d Messages non-lu%(s)s</string>
        <string id="20">Connexion...</string>
        <string id="21">Gmail Notifier</string>
        <string id="22">Mot de passe:</string>
        <string id="23">Aller à la messagerie...</string>
        <string id="25">Vérification des messages échoué, ré-essai</string>
        <string id="26">Avancé >></string>
        <string id="27">Décalage horizontal :</string>
        <string id="28">Décalage vertical :</string>
        <string id="29">Vitesse d'animation:</string>
        <string id="30">Délai des Popups:</string>
        <string id="31">Intervalle de vérification:</string>
        <string id="32">Vitesse de connexion</string>
        <string id="33">Des valeurs manques</string>
        <string id="34">Sauver Utilisateur/Mot de passe</string>
        <string id="35">Proxy</string>
    </lang>

Voili voilou smile

Dernière modification par karch (Le 08/06/2008, à 12:29)

Hors ligne

#2 Le 28/05/2009, à 12:06

rwaan

Re : Gmail notifier : ajout de la langue "francais"

bonjour

j'essaie d'inclure la partie français au fichier mais au moment d'enregistrer, j'ai le droit à :

"Impossible d'enregistrer le fichier /usr/share/apps/gmail-notify/langs.xml.
Vous n'avez pas les permissions nécessaires pour enregistrer ce fichier. Vérifiez que vous avez saisi l'emplacement correctement et réessayez."

comme c'est mon 2e jour sur ubuntu, je sollicite votre aide roll

Hors ligne

#3 Le 28/05/2009, à 19:47

omega13

Re : Gmail notifier : ajout de la langue "francais"

Essaye en ouvrantle fichier en mode root (gksudo gedit /usr/share/apps/gmail-notify/langs.xml) ca devrai solutionner ton probleme.

N'oublie jamais que par defaut, pour une question de sécurité tu n'as pas le droit de modification sur les fichiers systemes


Gnome Ubuntu 16.04

Hors ligne

#4 Le 29/03/2011, à 12:35

snipe2004

Re : Gmail notifier : ajout de la langue "francais"

Bon bin cette méthode ne marche plus pour la version 0.10.1.

Petite mise à jour par bibi : remplacer les fichiers .xml situés dans /usr/share/gnome-gmail-notifier par ceux-ci.

  • ggn-prefs.xml

    <?xml version="1.0"?>
    <!--*- mode: xml -*-->
    <interface>
      <object class="GtkAdjustment" id="adjustment1">
        <property name="upper">60</property>
        <property name="lower">1</property>
        <property name="page_increment">0</property>
        <property name="step_increment">1</property>
        <property name="page_size">0</property>
        <property name="value">10</property>
      </object>
      <object class="GtkWindow" id="GgnPrefsWindow">
        <property name="border_width">4</property>
        <property name="title" translatable="yes">Préférences de Gmail-Notifier</property>
        <property name="resizable">False</property>
        <property name="window_position">GTK_WIN_POS_CENTER</property>
        <property name="icon">ggn-normal-lg.svg</property>
        <signal handler="ggn_prefs_window_deleted" name="delete_event"/>
        <signal handler="ggn_prefs_window_key_pressed" name="key_press_event"/>
        <child>
          <object class="GtkVBox" id="vboxMain">
            <property name="visible">True</property>
            <property name="spacing">6</property>
            <child>
              <object class="GtkFrame" id="fraAccounts">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraAccounts">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkVBox" id="vboxAccounts">
                        <property name="visible">True</property>
                        <property name="border_width">4</property>
                        <child>
                          <object class="GtkHBox" id="hboxAccounts">
                            <property name="visible">True</property>
                            <property name="spacing">2</property>
                            <child>
                              <object class="GtkScrolledWindow" id="scrWinAccounts">
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                                <property name="shadow_type">GTK_SHADOW_IN</property>
                                <child>
                                  <object class="GtkTreeView" id="treeAccounts">
                                    <property name="visible">True</property>
                                    <property name="can_focus">True</property>
                                    <property name="headers_visible">False</property>
                                    <property name="enable_search">False</property>
                                    <signal handler="ggn_prefs_window_account_activated" name="row_activated"/>
                                  </object>
                                </child>
                              </object>
                            </child>
                            <child>
                              <object class="GtkVBox" id="vboxAccountButtons">
                                <property name="visible">True</property>
                                <property name="border_width">2</property>
                                <property name="spacing">2</property>
                                <child>
                                  <object class="GtkButton" id="btnAccountAdd">
                                    <property name="visible">True</property>
                                    <property name="can_focus">True</property>
                                    <property name="label">Ajouter</property>
                                    <property name="use_stock">True</property>
                                    <signal handler="ggn_prefs_window_account_add" name="clicked"/>
                                  </object>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                  </packing>
                                </child>
                                <child>
                                  <object class="GtkButton" id="btnAccountDel">
                                    <property name="visible">True</property>
                                    <property name="can_focus">True</property>
                                    <property name="label">Effacer</property>
                                    <property name="use_stock">True</property>
                                    <signal handler="ggn_prefs_window_account_del" name="clicked"/>
                                  </object>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">1</property>
                                  </packing>
                                </child>
                                <child>
                                  <object class="GtkButton" id="btnAccountEdit">
                                    <property name="visible">True</property>
                                    <property name="can_focus">True</property>
                                    <property name="label">Éditer</property>
                                    <property name="use_stock">True</property>
                                    <signal handler="ggn_prefs_window_account_edit" name="clicked"/>
                                  </object>
                                  <packing>
                                    <property name="expand">False</property>
                                    <property name="fill">False</property>
                                    <property name="position">2</property>
                                  </packing>
                                </child>
                              </object>
                              <packing>
                                <property name="expand">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraAccounts">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Comptes Gmail&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkFrame" id="fraUpdates">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraUpdates">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkVBox" id="vboxUpdates">
                        <property name="visible">True</property>
                        <property name="border_width">4</property>
                        <child>
                          <object class="GtkLabel" id="lblUpdates">
                            <property name="visible">True</property>
                            <property name="xalign">0</property>
                            <property name="label" translatable="yes">Vérifier l'arrivée d'e-mails toutes les :</property>
                          </object>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkHScale" id="slideUpdates">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="adjustment">adjustment1</property>
                            <property name="digits">0</property>
                            <property name="value_pos">GTK_POS_BOTTOM</property>
                            <signal handler="ggn_prefs_window_rate_changed" name="value_changed"/>
                            <signal handler="ggn_prefs_window_rate_format" name="format_value"/>
                          </object>
                          <packing>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraUpdates">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Actualisation&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="fraNotes">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraNotes">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkVBox" id="vboxNotes">
                        <property name="visible">True</property>
                        <property name="border_width">4</property>
                        <child>
                          <object class="GtkCheckButton" id="chkNotesMsgs">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="label" translatable="yes">Prévenir de l'arrivée de nouveaux e-mails</property>
                            <property name="use_underline">True</property>
                            <property name="active">True</property>
                            <property name="draw_indicator">True</property>
                            <signal handler="ggn_prefs_window_notify_msgs_toggled" name="toggled"/>
                          </object>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkCheckButton" id="chkNotesErrs">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="label" translatable="yes">Prévenir en cas d'erreur</property>
                            <property name="use_underline">True</property>
                            <property name="draw_indicator">True</property>
                            <signal handler="ggn_prefs_window_notify_errs_toggled" name="toggled"/>
                          </object>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraNotes">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Notifications visuelles&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">2</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="fraSounds">
                <property name="visible">True</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraSounds">
                    <property name="visible">True</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkVBox" id="vboxSounds">
                        <property name="visible">True</property>
                        <property name="border_width">4</property>
                        <child>
                          <object class="GtkCheckButton" id="chkSounds">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="label" translatable="yes">Jouer un son à l'arrivée d'un nouvel e-mail</property>
                            <property name="use_underline">True</property>
                            <property name="active">True</property>
                            <property name="draw_indicator">True</property>
                            <signal handler="ggn_prefs_window_sound_enab_toggled" name="toggled"/>
                          </object>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkHBox" id="hboxSounds">
                            <property name="visible">True</property>
                            <property name="spacing">4</property>
                            <child>
                              <object class="GtkFileChooserButton" id="btnSoundsChoose">
                                <property name="visible">True</property>
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                <property name="title" translatable="yes">Choisir un fichier son</property>
                              </object>
                            </child>
                            <child>
                              <object class="GtkButton" id="btnSoundsPlay">
                                <property name="visible">True</property>
                                <property name="can_focus">True</property>
                                <property name="label">Jouer</property>
                                <property name="use_stock">True</property>
                                <signal handler="ggn_prefs_window_test_sound" name="clicked"/>
                              </object>
                              <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </object>
                          <packing>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraSounds">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Notifications audios&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">3</property>
              </packing>
            </child>
            <child>
              <object class="GtkHBox" id="hboxClose">
                <property name="visible">True</property>
                <property name="border_width">2</property>
                <child>
                  <placeholder/>
                </child>
                <child>
                  <object class="GtkButton" id="btnClose">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="label">Fermer</property>
                    <property name="use_stock">True</property>
                    <signal handler="ggn_prefs_window_closed" name="clicked"/>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="pack_type">GTK_PACK_END</property>
                    <property name="position">1</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="position">4</property>
              </packing>
            </child>
          </object>
        </child>
      </object>
    </interface>
  • ggn-menu.xml

    <?xml version="1.0"?>
    <!--*- mode: xml -*-->
    <interface>
      <object class="GtkUIManager" id="uimanager1">
        <child>
          <object class="GtkActionGroup" id="actiongroup1">
            <child>
              <object class="GtkAction" id="itemCheck">
                <property name="stock_id">gtk-connect</property>
                <property name="name">itemCheck</property>
                <property name="label" translatable="yes">_Vérifier les e-mails</property>
                <signal handler="ggn_icon_check_selected" name="activate"/>
              </object>
            </child>
            <child>
              <object class="GtkAction" id="itemPrefs">
                <property name="stock_id">gtk-preferences</property>
                <property name="name">itemPrefs</property>
            <property name="label" translatable="yes">_Préférences</property>
                <signal handler="ggn_icon_prefs_selected" name="activate"/>
              </object>
            </child>
            <child>
              <object class="GtkAction" id="itemAbout">
                <property name="stock_id">gtk-about</property>
                <property name="name">itemAbout</property>
            <property name="label" translatable="yes">_A propos</property>
                <signal handler="ggn_icon_about_selected" name="activate"/>
              </object>
            </child>
            <child>
              <object class="GtkAction" id="itemQuit">
                <property name="stock_id">gtk-quit</property>
                <property name="name">itemQuit</property>
                <property name="label" translatable="yes">_Quitter</property>
                <signal handler="ggn_icon_quit_selected" name="activate"/>
              </object>
            </child>
          </object>
        </child>
        <ui>
          <popup name="GgnContextMenu">
            <menuitem action="itemCheck"/>
            <separator/>
            <menuitem action="itemPrefs"/>
            <menuitem action="itemAbout"/>
            <separator/>
            <menuitem action="itemQuit"/>
          </popup>
        </ui>
      </object>
      <object class="GtkMenu" constructor="uimanager1" id="GgnContextMenu">
        
        
        
        
        
        
      </object>
    </interface>
  • ggn-edit.xml

    <?xml version="1.0"?>
    <!--*- mode: xml -*-->
    <interface>
      <object class="GtkWindow" id="GgnEditWindow">
        <property name="title" translatable="yes">Éditer le compte</property>
        <property name="resizable">False</property>
        <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
        <property name="default_width">460</property>
        <property name="icon">ggn-normal-lg.svg</property>
        <signal handler="ggn_edit_window_deleted" name="delete_event"/>
        <signal handler="ggn_edit_window_key_pressed" name="key_press_event"/>
        <child>
          <object class="GtkVBox" id="vboxMain">
            <property name="visible">True</property>
            <property name="border_width">4</property>
            <child>
              <object class="GtkFrame" id="fraDesc">
                <property name="visible">True</property>
                <property name="border_width">2</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnDesc">
                    <property name="visible">True</property>
                    <property name="border_width">4</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkHBox" id="hboxDesc">
                        <property name="visible">True</property>
                        <property name="spacing">4</property>
                        <child>
                          <object class="GtkLabel" id="lblDesc">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Nom:</property>
                          </object>
                          <packing>
                            <property name="expand">False</property>
                            <property name="fill">False</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkEntry" id="txtName">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="invisible_char">&#x2022;</property>
                          </object>
                          <packing>
                            <property name="position">1</property>
                          </packing>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraDesc">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Description&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkFrame" id="fraCreds">
                <property name="visible">True</property>
                <property name="border_width">2</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraCreds">
                    <property name="visible">True</property>
                    <property name="border_width">4</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkTable" id="tblCreds">
                        <property name="visible">True</property>
                        <property name="border_width">4</property>
                        <property name="n_rows">3</property>
                        <property name="n_columns">2</property>
                        <property name="column_spacing">4</property>
                        <property name="row_spacing">4</property>
                        <child>
                          <object class="GtkEntry" id="txtPass">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="visibility">False</property>
                            <property name="invisible_char">&#x2022;</property>
                          </object>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">2</property>
                            <property name="bottom_attach">3</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkEntry" id="txtDomain">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                          </object>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkEntry" id="txtUser">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                          </object>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkLabel" id="lblPass">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Mot de passe:</property>
                          </object>
                          <packing>
                            <property name="top_attach">2</property>
                            <property name="bottom_attach">3</property>
                            <property name="x_options"/>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkLabel" id="lblDomain">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Domaine:</property>
                          </object>
                          <packing>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_options"/>
                          </packing>
                        </child>
                        <child>
                          <object class="GtkLabel" id="lblUser">
                            <property name="visible">True</property>
                            <property name="label" translatable="yes">Nom d'utilisateur:</property>
                          </object>
                          <packing>
                            <property name="x_options"/>
                          </packing>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraCreds">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Nom d'utilisateur Gmail&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkFrame" id="fraSend">
                <property name="visible">True</property>
                <property name="border_width">2</property>
                <property name="label_xalign">0</property>
                <property name="shadow_type">GTK_SHADOW_NONE</property>
                <child>
                  <object class="GtkAlignment" id="alnFraSend">
                    <property name="visible">True</property>
                    <property name="border_width">4</property>
                    <property name="left_padding">12</property>
                    <child>
                      <object class="GtkCheckButton" id="chkDefault">
                        <property name="visible">True</property>
                        <property name="can_focus">True</property>
                        <property name="label" translatable="yes">Utilise ce compte pour écrire de nouveaux e-mails</property>
                        <property name="draw_indicator">True</property>
                      </object>
                    </child>
                  </object>
                </child>
                <child type="label">
                  <object class="GtkLabel" id="lblFraSend">
                    <property name="visible">True</property>
                    <property name="label" translatable="yes">&lt;b&gt;Composition&lt;/b&gt;</property>
                    <property name="use_markup">True</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">2</property>
              </packing>
            </child>
            <child>
              <object class="GtkHBox" id="hboxButtons">
                <property name="visible">True</property>
                <property name="border_width">4</property>
                <property name="spacing">4</property>
                <child>
                  <placeholder/>
                </child>
                <child>
                  <object class="GtkButton" id="btnCancel">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="label">gtk-cancel</property>
                    <property name="use_stock">True</property>
                    <signal handler="ggn_edit_window_cancelled" name="clicked"/>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">1</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkButton" id="btnOK">
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="label">gtk-ok</property>
                    <property name="use_stock">True</property>
                    <signal handler="ggn_edit_window_confirmed" name="clicked"/>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="pack_type">GTK_PACK_END</property>
                    <property name="position">2</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
                <property name="position">3</property>
              </packing>
            </child>
          </object>
        </child>
      </object>
    </interface>

Ca marche (h)

Dernière modification par snipe2004 (Le 29/03/2011, à 12:37)


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#5 Le 29/03/2011, à 12:47

HP

Re : Gmail notifier : ajout de la langue "francais"

Sinon, il y a un fork ici : Gmail Notifier
En Français (parce que le développeur, moi, est francophone)
mais aussi ar, de, eo, es, it, jp, nl, pl, sv, tr
Par contre pas du tout recommandé pour un environnement Gnome « standard » * wink

* surtout à cause de gnome-panel et, dans une moindre mesure, de notify-osd

Dernière modification par HP (Le 29/03/2011, à 12:57)


cat /dev/urandom >/dev/null 2>&1 #github

Hors ligne