[Phonehome-commits] r102 - in trunk/frontend: debian po src

pamadio at garage.maemo.org pamadio at garage.maemo.org
Mon Oct 20 21:49:43 EEST 2008


Author: pamadio
Date: 2008-10-20 21:49:42 +0300 (Mon, 20 Oct 2008)
New Revision: 102

Modified:
   trunk/frontend/debian/changelog
   trunk/frontend/po/fr.po
   trunk/frontend/src/phonehome-gui
Log:
default server

Modified: trunk/frontend/debian/changelog
===================================================================
--- trunk/frontend/debian/changelog	2008-10-20 18:07:26 UTC (rev 101)
+++ trunk/frontend/debian/changelog	2008-10-20 18:49:42 UTC (rev 102)
@@ -1,6 +1,6 @@
-phonehome-gui (0-1.20081019) unstable; urgency=low
+phonehome-gui (0-1.20081020) unstable; urgency=low
 
-  * Initial release 
+  * Initial release
 
- -- Pierre Amadio <pierre.amadio at libertysurf.fr>  Sun, 19 Oct 2008 18:29:01 +0200
+ -- Pierre Amadio <pierre.amadio at libertysurf.fr>  Mon, 20 Oct 2008 20:44:22 +0200
 

Modified: trunk/frontend/po/fr.po
===================================================================
--- trunk/frontend/po/fr.po	2008-10-20 18:07:26 UTC (rev 101)
+++ trunk/frontend/po/fr.po	2008-10-20 18:49:42 UTC (rev 102)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-18 21:02+0200\n"
+"POT-Creation-Date: 2008-10-20 20:42+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,39 +16,43 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../src/phonehome-gui:64
+#: ../src/phonehome-gui:90
 msgid "OK"
 msgstr "OK"
 
-#: ../src/phonehome-gui:65
+#: ../src/phonehome-gui:91
 msgid "Cancel"
 msgstr "Annuler"
 
-#: ../src/phonehome-gui:66
+#: ../src/phonehome-gui:92
 msgid "Test"
 msgstr "Test"
 
-#: ../src/phonehome-gui:67
+#: ../src/phonehome-gui:93
 msgid "Password"
 msgstr "Mot de passe"
 
-#: ../src/phonehome-gui:68
+#: ../src/phonehome-gui:94
 msgid "Tablet id"
 msgstr "Identifiant de tablette"
 
-#: ../src/phonehome-gui:69
+#: ../src/phonehome-gui:95
 msgid "Server"
 msgstr "Serveur"
 
-#: ../src/phonehome-gui:108
+#: ../src/phonehome-gui:143
+msgid "Automatic proxy mode not supported"
+msgstr "Les proxy automatiques ne sont pas supportés" 
+
+#: ../src/phonehome-gui:149
 msgid "Connection successfull"
 msgstr "Connexion réussie"
 
-#: ../src/phonehome-gui:110
+#: ../src/phonehome-gui:151
 msgid "Authentication failed"
 msgstr "Echec de l'authentification"
 
-#: ../src/phonehome-gui:112
+#: ../src/phonehome-gui:153
 msgid "Connection failed"
 msgstr "Echec de la connexion"
 

Modified: trunk/frontend/src/phonehome-gui
===================================================================
--- trunk/frontend/src/phonehome-gui	2008-10-20 18:07:26 UTC (rev 101)
+++ trunk/frontend/src/phonehome-gui	2008-10-20 18:49:42 UTC (rev 102)
@@ -102,8 +102,9 @@
 
         if(self.gconf_default.get_string(self.gconf_root+"/server")):
             self.server_entry.set_text(self.gconf_default.get_string(self.gconf_root+"/server"))
+        else:
+            self.server_entry.set_text("http://maemophonehome.dyndns.org/ets.php")
 
-
         self.hildon_window.show_all()
         gtk.main()
         



More information about the Phonehome-commits mailing list