rpms/NetworkManager-openconnect/F-10 NetworkManager-openconnect-allow-lasthost-autoconnect.patch, NONE, 1.1 NetworkManager-openconnect-update-translations-1.patch, NONE, 1.1 NetworkManager-openconnect-update-translations.patch, NONE, 1.1 NetworkManager-openconnect.spec, 1.6, 1.7

David Woodhouse dwmw2 at fedoraproject.org
Wed Apr 1 14:29:40 UTC 2009


Author: dwmw2

Update of /cvs/pkgs/rpms/NetworkManager-openconnect/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14689

Modified Files:
	NetworkManager-openconnect.spec 
Added Files:
	NetworkManager-openconnect-allow-lasthost-autoconnect.patch 
	NetworkManager-openconnect-update-translations-1.patch 
	NetworkManager-openconnect-update-translations.patch 
Log Message:
don't barf on lasthost or autoconnect gconf options being set

NetworkManager-openconnect-allow-lasthost-autoconnect.patch:

--- NEW FILE NetworkManager-openconnect-allow-lasthost-autoconnect.patch ---
commit 8bbf7080f315cc6f88e0d2477c2d0c6fc24f1a41
Author: dcbw <dcbw at 2d2abe1d-468f-4c39-a1b0-6bd7e627f4f5>
Date:   Tue Mar 31 03:26:55 2009 +0000

    2009-03-30 David Woodhouse <dwmw2 at infradead.org>
    
    	* src/nm-openconnect-service.c
    	  src/nm-openconnect-service.h
    		- Add 'autoconnect' and 'lasthost' options to remember the last used
    			host, and to automatically connect to that host if desired
    
    
    
    git-svn-id: svn://svn.gnome.org/svn/network-manager-openconnect/trunk@42 2d2abe1d-468f-4c39-a1b0-6bd7e627f4f5

diff --git a/src/nm-openconnect-service.c b/src/nm-openconnect-service.c
index 8c7fd3a..b9803b2 100644
--- a/src/nm-openconnect-service.c
+++ b/src/nm-openconnect-service.c
@@ -46,15 +46,17 @@ typedef struct {
 } ValidProperty;
 
 static ValidProperty valid_properties[] = {
-	{ NM_OPENCONNECT_KEY_GATEWAY,   G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_CACERT,    G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_AUTHTYPE,  G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_USERCERT,  G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_USERNAME,  G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_XMLCONFIG, G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_PRIVKEY,   G_TYPE_STRING, 0, 0 },
-	{ NM_OPENCONNECT_KEY_CERTSIGS,  G_TYPE_STRING, 0, 0 },
-	{ NULL,                         G_TYPE_NONE, 0, 0 }
+	{ NM_OPENCONNECT_KEY_GATEWAY,     G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_CACERT,      G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_AUTHTYPE,    G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_USERCERT,    G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_USERNAME,    G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_XMLCONFIG,   G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_PRIVKEY,     G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_CERTSIGS,    G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_LASTHOST,    G_TYPE_STRING, 0, 0 },
+	{ NM_OPENCONNECT_KEY_AUTOCONNECT, G_TYPE_BOOLEAN, 0, 0 },
+	{ NULL,                           G_TYPE_NONE, 0, 0 }
 };
 
 static ValidProperty valid_secrets[] = {
diff --git a/src/nm-openconnect-service.h b/src/nm-openconnect-service.h
index 92db840..71b74ba 100644
--- a/src/nm-openconnect-service.h
+++ b/src/nm-openconnect-service.h
@@ -27,6 +27,8 @@
 #define NM_OPENCONNECT_KEY_USERNAME "username"
 #define NM_OPENCONNECT_KEY_XMLCONFIG "xmlconfig"
 #define NM_OPENCONNECT_KEY_CERTSIGS "certsigs"
+#define NM_OPENCONNECT_KEY_LASTHOST "lasthost"
+#define NM_OPENCONNECT_KEY_AUTOCONNECT "autoconnect"
 
 #define NM_OPENCONNECT_AUTHTYPE_CERT "cert"
 #define NM_OPENCONNECT_AUTHTYPE_CERT_TPM "cert-tpm"

NetworkManager-openconnect-update-translations-1.patch:

--- NEW FILE NetworkManager-openconnect-update-translations-1.patch ---
diff --git a/po/ChangeLog b/po/ChangeLog
index abcce91..5df93ad 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,12 @@
+2009-02-11  Priit Laes  <plaes at svn dot gnome dot org>
+
+	* et.po: Translation updated by Mattias Põldaru
+
+2009-01-26  Gil Forcada  <gforcada at gnome.org>
+
+	* ca.po: Added Catalan translation by David Planella.
+	* LINGUAS: Added ca.
+
 2009-01-02  Simos Xenitellis  <simos at gnome.org>
 
 	* el.po: Added Greek translation by Evgenia Petoumenou.
diff --git a/po/LINGUAS b/po/LINGUAS
index 1a02531..3d5bd98 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,8 +1,10 @@
 # please keep this list sorted alphabetically
 #
+ca
 de
 el
 es
+et
 hu
 pt_BR
 sv
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..e64310d
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,93 @@
+# Catalan translations for network-manager-openconnect package
+# Traduccions al català del paquet «network-manager-openconnect».
+# Copyright (C) 2009 THE network-manager-openconnect'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the network-manager-openconnect package.
+# David Planella <david.planella at gmail.com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: network-manager-openconnect\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-01-26 20:44+0100\n"
+"PO-Revision-Date: 2009-01-15 21:05+0100\n"
+"Last-Translator: David Planella <david.planella at gmail.com>\n"
+"Language-Team: Catalan\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Trieu un certificat d'autoritat de certificació..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Trieu el vostre certificat personal..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Trieu la vostra clau privada..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Certificats PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN compatible amb Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "VPN SSL compatible amb Cisco AnyConnect."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Contrasenya / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certificat (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certificat (TLS) amb TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autenticació</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>General</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certificat d'autoritat de certificació:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Clau privada:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Seleccioneu un fitxer"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Tipus:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certificat d'usuari:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Nom d'usuari:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Passarel·la:"
diff --git a/po/el.po b/po/el.po
index 9c072d9..c2b3a95 100644
--- a/po/el.po
+++ b/po/el.po
@@ -9,7 +9,7 @@ msgstr ""
 "POT-Creation-Date: 2009-01-02 21:21+0000\n"
 "PO-Revision-Date: 2008-12-18 16:52+0100\n"
 "Last-Translator: Jennie Petoumenou <epetoumenou at gmail.com>\n"
-"Language-Team: Greek <team-lists at gnome.gr>\n"
+"Language-Team: Greek <team at gnome.gr>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/po/et.po b/po/et.po
new file mode 100644
index 0000000..81593b5
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,98 @@
+# GNOME NetworkManager - openconnect
+#
+# Copyright (C) 2009 The GNOME Project.
+# This file is distributed under the same license as the NetworkManager-openconnect package.
+#
+# Mattias Põldaru <mahfiaz at gmail.com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: networkmanager openconnect\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-01-26 19:46+0000\n"
+"PO-Revision-Date: 2009-02-09 01:10+0300\n"
+"Last-Translator: Mattias Põldaru <mahfiaz gmail com>\n"
+"Language-Team: Gnome Estonian Translation Team <gnome-et at linux.ee>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Estonian\n"
+"X-Poedit-Country: Estonia\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Sertifikaadikeskuse serdi valimine..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Vali isiklik sertifikaat..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Vali privaatvõti..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "PEM sertifikaadid (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "Cisco AnyConnect-iga ühilduv VPN (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Cisco AnyConnect SSL VPN-iga ühilduv."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Parool / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Sert (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Sert (TLS) TPM-iga"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+#, fuzzy
+msgid " "
+msgstr ""
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autentimine</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Ãœldine</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Sertifikaadikeskuse sert:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Privaatvõti:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Vali fail"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Tüüp:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Kasutaja sertifikaat:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Kasutajanimi:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Gateway:"
+

NetworkManager-openconnect-update-translations.patch:

--- NEW FILE NetworkManager-openconnect-update-translations.patch ---
diff --git a/po/ChangeLog b/po/ChangeLog
index 4885046..1b71a0d 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,51 @@
+2009-03-27  Priit Laes  <plaes at svn dot gnome dot org>
+
+	* et.po: Translation updated by Mattias Põldaru
+
+2009-03-24  Ignacio Casal Quinteiro  <icq at gnome.org>
+
+	 * gl.po: Updated Galician translation by Suso Baleato.
+
+2009-03-20  Inaki Larranaga Murgoitio  <dooteo at euskalgnu.org>
+
+	* LINGUAS: Added 'eu' (Basque) entry.
+	* eu.po: Add Basque translation.
+
+2009-03-19  Manoj Kumar Giri  <mgiri at redhat.com>
+
+	* or.po: Updated Oriya Translation.
+	* LINGUAS: Added Oriya (or) in the list.
+
+2009-03-14  Duarte Loreto <happyguy_pt at hotmail.com>
+
+	* pt.po: Added Portuguese translation by Filipe Gomes
+	<filipefgomes at gmail.com>.
+	* LINGUAS: Added Portuguese (pt) to the list.
+
+2009-03-12  Andre Klapper  <a9016009 at gmx.de>
+
+	* LINGUAS:
+	* cs.po: Added Czech translation by Zdeněk Hataš.
+
+2009-03-10  Claude Paroz  <claude at 2xlibre.net>
+
+	* LINGUAS:
+	* fr.po: Added French translation by Laurent Coudeur.
+
+2009-03-09  Milo Casagrande  <milo at ubuntu.com>
+
+	* it.po: Updated Italian translation by Francesco Marletta.
+
+2009-03-09  Milo Casagrande  <milo at ubuntu.com>
+
+	* it.po: Added Italian translation by Francesco Marletta.
+	* LINGUAS: Added it.
+
+2009-03-06  Sandeep Shedmake  <sshedmak at redhat.com>
+
+	* LINGUAS: Added "mr" locale.
+	* mr.po: Added Marathi Translations.
+
 2009-02-24 Kenneth Nielsen <k.nielsen81 at gmail.com>
 
 	* LINGUAS: Added "da" to list of languages
diff --git a/po/LINGUAS b/po/LINGUAS
index 238b888..e894e63 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,13 +1,21 @@
 # please keep this list sorted alphabetically
 #
 ca
+cs
 da
 de
 el
 es
 et
+eu
+fr
+gl
 hu
+it
+mr
+or
 pl
+pt
 pt_BR
 ru
 sv
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..676e24d
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,96 @@
+# Czech translation of network-manager-openconnect.
+# Copyright (C) 2008 the author(s) of network-manager-openconnect.
+# This file is distributed under the same license as the network-manager-openconnect package.
+# Zdeněk Hataš <zdenek.hatas at gmail.com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: network-manager-openconnect\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-12 19:22+0100\n"
+"PO-Revision-Date: 2009-03-12 01:30+0000\n"
+"Last-Translator: Zdeněk Hataš <zdenek.hatas at gmail.com>\n"
+"Language-Team: Czech <gnome-cs-list at gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Poedit-Language: Czech\n"
+"X-Poedit-Country: CZECH REPUBLIC\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Zvolit certifikát certifikační autority..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Zvolte svůj osobní certifikát..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Zvolte svůj soukromý klíč..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Certifikáty PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN kompatibilní s Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Kompatibilní s Cisco AnyConnect SSL VPN."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Heslo / SecurID:"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certifikát (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certifikát (TLS) s TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+#, fuzzy
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autentizace<b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Obecné</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certifikát CA:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Soukromý klíč"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Zvolte soubor"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Typ:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certifikát uživatele:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Uživ. jméno:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Brána:"
diff --git a/po/et.po b/po/et.po
index 81593b5..6019c93 100644
--- a/po/et.po
+++ b/po/et.po
@@ -8,9 +8,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: networkmanager openconnect\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager&component=general\n"
-"POT-Creation-Date: 2009-01-26 19:46+0000\n"
-"PO-Revision-Date: 2009-02-09 01:10+0300\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-02-11 11:38+0000\n"
+"PO-Revision-Date: 2009-03-26 18:57+0300\n"
 "Last-Translator: Mattias Põldaru <mahfiaz gmail com>\n"
 "Language-Team: Gnome Estonian Translation Team <gnome-et at linux.ee>\n"
 "MIME-Version: 1.0\n"
@@ -19,80 +20,59 @@ msgstr ""
 "X-Poedit-Language: Estonian\n"
 "X-Poedit-Country: Estonia\n"
 
-#: ../properties/auth-helpers.c:69
 msgid "Choose a Certificate Authority certificate..."
 msgstr "Sertifikaadikeskuse serdi valimine..."
 
-#: ../properties/auth-helpers.c:89
 msgid "Choose your personal certificate..."
 msgstr "Vali isiklik sertifikaat..."
 
-#: ../properties/auth-helpers.c:107
 msgid "Choose your private key..."
 msgstr "Vali privaatvõti..."
 
-#: ../properties/auth-helpers.c:394
 msgid "PEM certificates (*.pem, *.crt, *.key)"
 msgstr "PEM sertifikaadid (*.pem, *.crt, *.key)"
 
-#: ../properties/nm-openconnect.c:50
 msgid "Cisco AnyConnect Compatible VPN (openconnect)"
 msgstr "Cisco AnyConnect-iga ühilduv VPN (openconnect)"
 
-#: ../properties/nm-openconnect.c:51
 msgid "Compatible with Cisco AnyConnect SSL VPN."
 msgstr "Cisco AnyConnect SSL VPN-iga ühilduv."
 
-#: ../properties/nm-openconnect.c:232
 msgid "Password / SecurID"
 msgstr "Parool / SecurID"
 
-#: ../properties/nm-openconnect.c:244
 msgid "Certificate (TLS)"
 msgstr "Sert (TLS)"
 
-#: ../properties/nm-openconnect.c:253
 msgid "Certificate (TLS) with TPM"
 msgstr "Sert (TLS) TPM-iga"
 
-#: ../properties/nm-openconnect-dialog.glade.h:1
-#, fuzzy
 msgid " "
-msgstr ""
+msgstr " "
 
-#: ../properties/nm-openconnect-dialog.glade.h:2
 msgid "<b>Authentication</b>"
 msgstr "<b>Autentimine</b>"
 
-#: ../properties/nm-openconnect-dialog.glade.h:3
 msgid "<b>General</b>"
 msgstr "<b>Ãœldine</b>"
 
-#: ../properties/nm-openconnect-dialog.glade.h:4
 msgid "CA Certificate:"
 msgstr "Sertifikaadikeskuse sert:"
 
-#: ../properties/nm-openconnect-dialog.glade.h:5
 msgid "Private Key:"
 msgstr "Privaatvõti:"
 
-#: ../properties/nm-openconnect-dialog.glade.h:6
 msgid "Select A File"
 msgstr "Vali fail"
 
-#: ../properties/nm-openconnect-dialog.glade.h:7
 msgid "Type:"
 msgstr "Tüüp:"
 
-#: ../properties/nm-openconnect-dialog.glade.h:8
 msgid "User Certificate:"
 msgstr "Kasutaja sertifikaat:"
 
-#: ../properties/nm-openconnect-dialog.glade.h:9
 msgid "User name:"
 msgstr "Kasutajanimi:"
 
-#: ../properties/nm-openconnect-dialog.glade.h:10
 msgid "_Gateway:"
 msgstr "_Gateway:"
-
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 0000000..3ec2aad
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,95 @@
+# translation of eu.po to Basque
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Iñaki Larrañaga Murgoitio <dooteo at euskalgnu.org>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: eu\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-20 14:17+0100\n"
+"PO-Revision-Date: 2009-03-20 14:21+0100\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo at euskalgnu.org>\n"
+"Language-Team: Basque <itzulpena at euskalgnu.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Aukeratu Ziurtagiri-Emailearen ziurtagiria..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Aukeratu ziurtagiri pertsonala..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Aukeratu gako pribatua..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "PEM ziurtagiriak (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN bateragarria Cisco AnyConnect-ekin (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Cisco AnyConnect SSL VPN-ekin bateragarria."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Pasahitza / SegurtasunIDa"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Ziurtagiria (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Ziurtagiria (TLS) TPMrekin"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autentifikazioa</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Orokorra</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "ZE ziurtagiria:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Gako pribatua:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Hautatu fitxategia"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Mota:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Erabiltzailearen ziurtagiria:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Erabiltzaile-izena:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Atebidea:"
+
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..3af75a9
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,94 @@
+# French translation of network-manager-openconnect.
+# Copyright (C) 2009 The GNOME Foundation.
+# This file is distributed under the same license as the network-manager-openconnect package.
+#
+# Laurent Coudeur <laurentc at iol.ie>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: network-manager-openconnect.HEAD\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-03-06 05:30+0000\n"
+"PO-Revision-Date: 2009-03-04 16:48+0100\n"
+"Last-Translator: laurent coudeur <laurentc at iol.ie>\n"
+"Language-Team: French <gnomefr at traduc.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Choisissez un certificat d'autorité de certification..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Choisissez votre certificat personnel..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Choisissez votre clé privée..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Certificats PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN compatible Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Compatible avec Cisco AnyConnect SSL VPN."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Mot de passe / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certificat (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certificat (TLS) avec TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Authentification</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Général</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certificat d'AC :"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Clé privée :"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Sélectionner un fichier"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Type :"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certificat d'utilisateur :"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Nom d'utilisateur :"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Passerelle :"
diff --git a/po/gl.po b/po/gl.po
new file mode 100644
index 0000000..10d99e9
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,93 @@
+# translation of gl.po to Galego
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Mancomún - Centro de Referencia e Servizos de Software Libre <g11n at mancomun.org>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: gl\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-24 11:47+0100\n"
+"PO-Revision-Date: 2008-10-31 09:00+0000\n"
+"Last-Translator: Suso Baleato <suso.baleato at xunta.es>\n"
+"Language-Team: Galician <proxecto at trasno.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Seleccione un certificado de Autoridade de Certificación..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Seleccione o seu certificado persoal..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Seleccione a súa chave privada..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Certificados PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN compatíbel Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Compatíbel con Cisco AnyConnect SSL VPN."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Contrasinal / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certificado (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certificado (TLS) con TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autenticación</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Xeral</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certificado CA:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Chave privada:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Seleccione un ficheiro"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Tipo:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certificado de usuario:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Nome de usuario:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Pasarela:"
diff --git a/po/it.po b/po/it.po
new file mode 100644
index 0000000..69800a3
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,94 @@
+# Italian translation of NetworkManager-OpenConnect.
+# Copyright (C) 2006, 2007, 2008, 2009 the NetworkManager-OpenConnect'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the NetworkManager-OpenConnect package.
+# Francesco Marletta <francesco.marletta at tiscali.it>, 2006, 2007, 2008, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: NetworkManager-OpenConnect 0.7.1\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-03-09 20:18+0000\n"
+"PO-Revision-Date: 2009-03-09 21:32+0100\n"
+"Last-Translator: Francesco Marletta <francesco.marletta at tiscali.it>\n"
+"Language-Team: italian <tp at lists.linux.it>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Scegliere un certificato di una Autorità di Certificazione..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Scegliere un certificato personale..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Scegliere una chiave privata..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Cetificati PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN compatibile con Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "VPN Compatibile con Cisco AnyConnect SSL. "
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Password / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certificato (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certificato (TLS) con TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autenticazione</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Generale</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certificato CA:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Chiave private:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Seleziona un file"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Tipo:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certificato utente:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Nome utente:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Gateway:"
diff --git a/po/mr.po b/po/mr.po
new file mode 100644
index 0000000..05618d4
--- /dev/null
+++ b/po/mr.po
@@ -0,0 +1,95 @@
+# translation of network-manager-openconnect.HEAD.po to marathi
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sandeep Shedmake <sandeep.shedmake at gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: network-manager-openconnect.HEAD\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-02-24 22:53+0000\n"
+"PO-Revision-Date: 2009-03-04 18:40+0530\n"
+"Last-Translator: Sandeep Shedmake <sandeep.shedmake at gmail.com>\n"
+"Language-Team: marathi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Certificate Authority प्रमाणपत्र निवडा..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "तुमचे वैयक्तिक प्रमाणत्र निवडा..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "तुमचे वैयक्तिक कि निवडा..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "PEM प्रमाणपत्रं (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "Cisco AnyConnect Compatible VPN (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Cisco AnyConnect SSL VPN सह सहत्व."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "परवलीचा शब्द / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "प्रमाणपत्र (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "TPM सह प्रमाणपत्र (TLS)"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>ओळख पटवा</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>सर्वसाधारण</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "CA प्रमाणपत्र:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "वैयक्तिक कि:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "फाइल निवडा"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "प्रकार:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "वापरकर्ता प्रमाणपत्र:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "वापकर्ता नाव:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "गेटवे (_G):"
+
diff --git a/po/or.po b/po/or.po
new file mode 100644
index 0000000..b0e405c
--- /dev/null
+++ b/po/or.po
@@ -0,0 +1,95 @@
+# translation of or.po to Oriya
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Manoj Kumar Giri <mgiri at redhat.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: or\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager&component=general\n"
+"POT-Creation-Date: 2009-03-14 21:15+0000\n"
+"PO-Revision-Date: 2009-03-19 15:22+0530\n"
+"Last-Translator: Manoj Kumar Giri <mgiri at redhat.com>\n"
+"Language-Team: Oriya <oriya-it at googlegroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms:  nplurals=2; plural=(n!=1);\n\n"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "ଗୋଟିଏ ପ୍ରମାଣପତ୍ର ଅଧିକାରୀ ପ୍ରମାଣପତ୍ର ବାଛନ୍ତୁ..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "ଆପଣଙ୍କର ବ୍ୟକ୍ତିଗତ ପ୍ରମାଣପତ୍ରକୁ ବାଛନ୍ତୁ..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "ଆପଣଙ୍କର ବ୍ୟକ୍ତିଗତ କି କୁ ବାଛନ୍ତୁ..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "PEM ପ୍ରମାଣପତ୍ରଗୁଡ଼ିକ (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "Cisco ଯେକୌଣସି ସଂଯୋଗ ସୁସଂଗତ VPN (ଖୋଲା ସଂଯୋଗ)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Cisco ଯେକୌଣସି ସଂଯୋଗ SSL VPN ସହିତ ସୁସଂଗତ।"
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "ପ୍ରବେଶ ସଂକେତ / ସୁରକ୍ଷିତ ID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "ପ୍ରମାଣପତ୍ର (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "TPM ସହିତ ପ୍ରମାଣପତ୍ର (TLS)"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>ବୈଧିକରଣ</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>ସାଧାରଣ</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "CA ପ୍ରମାଣପତ୍ର:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "ବ୍ୟକ୍ତିଗତ କି:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "ଗୋଟିଏ ଫାଇଲ ବାଛନ୍ତୁ"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "ପ୍ରକାର:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "ଚାଳକ ପ୍ରମାଣପତ୍ର:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "ଚାଳକ ନାମ:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "ପ୍ରବେଶ ଦ୍ୱାର (_G):"
+
diff --git a/po/pt.po b/po/pt.po
new file mode 100644
index 0000000..ca9dab3
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,94 @@
+# network-manager-openconnect's Portuguese translation.
+# Copyright © 2009 network-manager-openconnect
+# This file is distributed under the same license as the network-manager-openconnect package.
+# Filipe Gomes <filipefgomes at gmail.com>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: network-manager-openconnect\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?\n"
+"POT-Creation-Date: 2009-03-12 18:23+0000\n"
+"PO-Revision-Date: 2009-03-13 18:40+0000\n"
+"Last-Translator: Filipe Gomes <filipefgomes at gmail.com>\n"
+"Language-Team: Portuguese <gnome_pt at yahoogroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);"
+
+#: ../properties/auth-helpers.c:69
+msgid "Choose a Certificate Authority certificate..."
+msgstr "Escolha um certificado de Autoridade Certificadora..."
+
+#: ../properties/auth-helpers.c:89
+msgid "Choose your personal certificate..."
+msgstr "Escolha o seu certificado pessoal..."
+
+#: ../properties/auth-helpers.c:107
+msgid "Choose your private key..."
+msgstr "Escolha a sua chave privada..."
+
+#: ../properties/auth-helpers.c:394
+msgid "PEM certificates (*.pem, *.crt, *.key)"
+msgstr "Certificados PEM (*.pem, *.crt, *.key)"
+
+#: ../properties/nm-openconnect.c:50
+msgid "Cisco AnyConnect Compatible VPN (openconnect)"
+msgstr "VPN Compatível com Cisco AnyConnect (openconnect)"
+
+#: ../properties/nm-openconnect.c:51
+msgid "Compatible with Cisco AnyConnect SSL VPN."
+msgstr "Compatível com Cisco AnyConnect SSL VPN."
+
+#: ../properties/nm-openconnect.c:232
+msgid "Password / SecurID"
+msgstr "Senha / SecurID"
+
+#: ../properties/nm-openconnect.c:244
+msgid "Certificate (TLS)"
+msgstr "Certificado (TLS)"
+
+#: ../properties/nm-openconnect.c:253
+msgid "Certificate (TLS) with TPM"
+msgstr "Certificado (TLS) com TPM"
+
+#: ../properties/nm-openconnect-dialog.glade.h:1
+msgid " "
+msgstr " "
+
+#: ../properties/nm-openconnect-dialog.glade.h:2
+msgid "<b>Authentication</b>"
+msgstr "<b>Autenticação</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:3
+msgid "<b>General</b>"
+msgstr "<b>Geral</b>"
+
+#: ../properties/nm-openconnect-dialog.glade.h:4
+msgid "CA Certificate:"
+msgstr "Certificado CA:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:5
+msgid "Private Key:"
+msgstr "Chave Privada:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:6
+msgid "Select A File"
+msgstr "Seleccionar Um Ficheiro"
+
+#: ../properties/nm-openconnect-dialog.glade.h:7
+msgid "Type:"
+msgstr "Tipo:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:8
+msgid "User Certificate:"
+msgstr "Certificado do Utilizador:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:9
+msgid "User name:"
+msgstr "Utilizador:"
+
+#: ../properties/nm-openconnect-dialog.glade.h:10
+msgid "_Gateway:"
+msgstr "_Gateway:"
+


Index: NetworkManager-openconnect.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-10/NetworkManager-openconnect.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- NetworkManager-openconnect.spec	5 Mar 2009 20:07:38 -0000	1.6
+++ NetworkManager-openconnect.spec	1 Apr 2009 14:29:09 -0000	1.7
@@ -8,7 +8,7 @@
 Summary:   NetworkManager VPN integration for openconnect
 Name:      NetworkManager-openconnect
 Version:   0.7.0.99
-Release:   1%{svn_snapshot}%{?dist}
+Release:   2%{svn_snapshot}%{?dist}
 License:   GPLv2+
 Group:     System Environment/Base
 URL:       http://www.gnome.org/projects/NetworkManager/
@@ -18,7 +18,8 @@
 # git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ b94964eb \
 #                 | gzip -9 > NetworkManager-openconnect-0.7.0.svn14.tar.gz
 Source:    %{name}-%{version}%{svn_snapshot}.tar.gz
-
+Patch0:	   NetworkManager-openconnect-update-translations.patch
+Patch1:	   NetworkManager-openconnect-allow-lasthost-autoconnect.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: gtk2-devel             >= %{gtk2_version}
@@ -47,6 +48,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-more-warnings=yes
@@ -101,6 +104,10 @@
 %{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.glade
 
 %changelog
+* Wed Apr  1 2009 David Woodhouse <David.Woodhouse at intel.com> 1:0.7.0.99-2
+- Update translations from SVN
+- Accept 'lasthost' and 'autoconnect' keys in gconf
+
 * Thu Mar  5 2009 Dan Williams <dcbw at redhat.com> 1:0.7.0.99-1
 - Update to 0.7.1rc3
 




More information about the fedora-extras-commits mailing list