From 8d4529807b19a71b044395929fb1f7a58e4b8282 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Oct 2004 02:13:59 +0000 Subject: [PATCH] added admin section --- includes/account.php | 28 ++++++- includes/account_stuff.php | 9 +++ locale/da.po | 150 ++++++++++++++++++++++-------------- locale/de.po | 150 ++++++++++++++++++++++-------------- locale/es.po | 150 ++++++++++++++++++++++-------------- locale/fr.po | 151 +++++++++++++++++++++++-------------- locale/hu.po | 150 ++++++++++++++++++++++-------------- locale/it.po | 150 ++++++++++++++++++++++-------------- locale/nl.po | 150 ++++++++++++++++++++++-------------- locale/pt.po | 150 ++++++++++++++++++++++-------------- messages.po | 146 +++++++++++++++++++++-------------- pages/account/42.php | 30 ++++++++ pages/account/43.php | 132 ++++++++++++++++++++++++++++++++ www/src-lic.php | 2 +- 14 files changed, 1030 insertions(+), 518 deletions(-) create mode 100644 pages/account/42.php create mode 100644 pages/account/43.php diff --git a/includes/account.php b/includes/account.php index b23713c..40daa7f 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1409,7 +1409,7 @@ if(($id == 24 || $oldid == 24 || $id == 25 || $oldid == 25 || $id == 26 || $oldid == 26 || $id == 27 || $oldid == 27 || $id == 28 || $oldid == 28 || $id == 29 || $oldid == 29 || $id == 30 || $oldid == 30 || $id == 31 || $oldid == 31) && - $_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5) + $_SESSION['profile']['admin'] != 1) { showheader(_("My CAcert.org Account!")); echo _("You don't have access to this area."); @@ -1614,7 +1614,7 @@ { $query = "select * from `org` where `memid`='".$_SESSION['profile']['id']."' and `masteracc`='1'"; $_macc = mysql_num_rows(mysql_query($query)); - if($_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5 && $_macc <= 0) + if($_SESSION['profile']['admin'] != 1 && $_macc <= 0) { showheader(_("My CAcert.org Account!")); echo _("You don't have access to this area."); @@ -1623,7 +1623,7 @@ } } - if($id == 33 && $_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5) + if($id == 33 && $_SESSION['profile']['admin'] != 1) { $orgid = $_SESSION['_config']['orgid']; $query = "select * from `org` where `orgid`='$orgid' and `memid`='".$_SESSION['profile']['id']."'"; @@ -1634,7 +1634,7 @@ } } - if($id == 34 && $_SESSION['profile']['id'] != 1 && $_SESSION['profile']['id'] != 5) + if($id == 34 && $_SESSION['profile']['admin'] != 1) { $orgid = intval($orgid); $memid = intval($memid); @@ -1732,6 +1732,26 @@ exit; } + if(($id == 42 || $id == 43 || $oldid == 42 || $oldid == 43) && $_SESSION['profile']['admin'] != 1) + { + showheader(_("My CAcert.org Account!")); + echo _("You don't have access to this area."); + showfooter(); + exit; + } + + if($oldid == 42 && $_POST['email'] == "") + { + $id = $oldid; + unset($oldid); + } + + if($oldid == 42) + { + $id = 43; + unset($oldid); + } + if(intval($cert) > 0) $_SESSION['_config']['cert'] = intval($cert); if(intval($orgid) > 0) diff --git a/includes/account_stuff.php b/includes/account_stuff.php index 8bba4cf..8c27a99 100644 --- a/includes/account_stuff.php +++ b/includes/account_stuff.php @@ -49,6 +49,7 @@ case 13: case 14: case 36: + case 41: case 507: case 508: $expand = " explode('mydetails');"; break; case 16: @@ -71,6 +72,8 @@ case 33: case 34: case 35: $expand = " explode('orgadmin');"; break; + case 42: + case 43: $expand = " explode('sysadmin');"; break; case 500: case 501: case 502: @@ -163,6 +166,12 @@ function hideall() {

+

+ + +
diff --git a/locale/da.po b/locale/da.po index aefe3a1..c5d3b53 100644 --- a/locale/da.po +++ b/locale/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: CAcert\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-08-04 13:36+1000\n" "Last-Translator: Duane \n" "Language-Team: Duane \n" @@ -10,6 +10,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Kontakt email" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -66,7 +71,7 @@ msgid "" "sooner it can achieve the goals of the community." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Om" @@ -74,13 +79,13 @@ msgstr "Om" msgid "About CAcert.org" msgstr "Om CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Om os" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -220,7 +225,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Personlig information" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Besked ved ændringer" @@ -230,12 +235,12 @@ msgstr "Besked ved msgid "Assurance Points You Issued" msgstr "Besked ved ændringer" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Personlig information" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Bliv en notarius" @@ -327,7 +332,7 @@ msgstr "CAcert net af tillid" msgid "CAcert Support Team" msgstr "CAcert.org support!" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "CAcert net af tillid" @@ -432,7 +437,7 @@ msgstr "Certifikat installation mislykkedes!" msgid "Change Pass Phrase" msgstr "Skift kodeord" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Skift kodeord" @@ -454,7 +459,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Klient certifikater" @@ -517,7 +522,7 @@ msgstr "Kontakt email" msgid "Contact Email" msgstr "Kontakt email" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Kontakt os" @@ -578,8 +583,8 @@ msgstr "" msgid "Date" msgstr "Slet" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Fødselsdato" @@ -587,7 +592,7 @@ msgstr "F msgid "Default" msgstr "Standard" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "Default Language" msgstr "Standard" @@ -652,7 +657,7 @@ msgstr "Dom msgid "Domain Certificates" msgstr "Domæne certifikater" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domæner" @@ -662,7 +667,7 @@ msgstr "Dom msgid "Domains and Server Certificates." msgstr "Domæne certifikater" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Donationer" @@ -684,7 +689,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Rediger" @@ -694,11 +699,12 @@ msgid "Edit Organisation" msgstr "Rediger organisation" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "Email" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Emailkonti" @@ -806,7 +812,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Bliv en notarius" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Bliv en notarius" @@ -815,7 +826,8 @@ msgstr "Bliv en notarius" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Fornavn" @@ -867,7 +879,7 @@ msgstr "" msgid "GPG Keys" msgstr "GPG nøgler" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "GPG/PGP nøgler" @@ -896,7 +908,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Gå til start" @@ -1030,6 +1042,12 @@ msgstr "" msgid "I want to be listed" msgstr "" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1260,7 +1278,7 @@ msgstr "N msgid "Language" msgstr "Standard" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Efternavn" @@ -1298,7 +1316,7 @@ msgstr "Position." msgid "Login" msgstr "Login" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Log ud" @@ -1320,7 +1338,10 @@ msgid "" "to be used for security verifcation." msgstr "" -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Glemt kodeord" @@ -1387,6 +1408,11 @@ msgstr "Rod certifikat (PEM format)" msgid "Microsoft Support Online" msgstr "CAcert.org support!" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Mellemnavn(e)" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Mellemnavn(e)" @@ -1416,7 +1442,7 @@ msgstr "" msgid "My Account" msgstr "Min konto" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "" @@ -1437,17 +1463,18 @@ msgstr "" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Min CAcert.org konto!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Mine detajler" @@ -1456,12 +1483,12 @@ msgstr "Mine detajler" msgid "My Language Settings" msgstr "" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 #, fuzzy msgid "My Listing" msgstr "Position." -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "My Location" msgstr "Position." @@ -1478,9 +1505,9 @@ msgstr "I/T" msgid "Name" msgstr "Navn" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Ny" @@ -1498,7 +1525,7 @@ msgstr "Nyt klient certifikat" msgid "New Domain for %s" msgstr "Nyt domæne for %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Ny organisation" @@ -1512,8 +1539,8 @@ msgstr "Det nye kodeord stemmer ikke overens, eller var tomt." #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Næste" @@ -1644,11 +1671,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Org. administrator" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Org. klient certifikater" @@ -1657,7 +1684,7 @@ msgstr "Org. klient certifikater" msgid "Org Client and Server Certificates" msgstr "Server certifikater" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Org. server certifikater" @@ -1791,7 +1818,7 @@ msgstr "Opret certifikat foresp msgid "Privacy" msgstr "Privatoplysnings politik" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Privatoplysnings politik" @@ -1865,7 +1892,7 @@ msgstr "Rod certifikat (DER format)" msgid "Root Certificate (PEM Format)" msgstr "Rod certifikat (PEM format)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Regler" @@ -1928,6 +1955,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -1954,7 +1985,7 @@ msgstr "Send" msgid "Sensitive Information" msgstr "Personlig information" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Server certifikater" @@ -2027,17 +2058,21 @@ msgstr "SubjectAltName" msgid "Submit" msgstr "Send" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Suffix" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "TTP Form" msgstr "WoT Formular" @@ -2389,7 +2424,7 @@ msgstr "By/Forstad" msgid "Translations" msgstr "Oversættelser" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Tredjeparter med tillid til" @@ -2460,14 +2495,14 @@ msgstr "Gyldig" msgid "Verified" msgstr "Bekræftet" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Vis" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Vis organisationer" @@ -2615,7 +2650,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "WoT Form" msgstr "WoT Formular" @@ -2704,6 +2739,7 @@ msgstr "" "bekræftet den endnu." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "Du har ikke adgang til dette område." diff --git a/locale/de.po b/locale/de.po index 395eb9a..281a0dd 100644 --- a/locale/de.po +++ b/locale/de.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-25 17:10+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -22,6 +22,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Kontakt Details" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -91,7 +96,7 @@ msgstr "" "CAcert bekommt, desto schneller können die Ziele der Community erreicht " "werden" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Ãœber" @@ -99,13 +104,13 @@ msgstr "Ãœber" msgid "About CAcert.org" msgstr "Ãœber CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Ãœber uns" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -250,7 +255,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Assurance Bestätigung" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Max. Punkte" @@ -260,12 +265,12 @@ msgstr "Max. Punkte" msgid "Assurance Points You Issued" msgstr "Assurance Punkte, die Sie vergeben haben" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Jemand bestätigen" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Ein Assurer werden" @@ -370,7 +375,7 @@ msgstr "CAcert Neuigkeiten" msgid "CAcert Support Team" msgstr "CAcert Support Team" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "CAcert Web of Trust" @@ -479,7 +484,7 @@ msgstr "Zertifikats-Installation fehlgeschlagen!" msgid "Change Pass Phrase" msgstr "Passphrase ändern" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Passwort ändern" @@ -501,7 +506,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Client Zertifikate" @@ -568,7 +573,7 @@ msgstr "Kontakt Details" msgid "Contact Email" msgstr "Kontakt Email" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Kontakt" @@ -627,8 +632,8 @@ msgstr "" msgid "Date" msgstr "Datum" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Geburtsdatum" @@ -636,7 +641,7 @@ msgstr "Geburtsdatum" msgid "Default" msgstr "Vorgabe" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Default Language" msgstr "Vorgegebene Sprache" @@ -700,7 +705,7 @@ msgstr "Domain" msgid "Domain Certificates" msgstr "Domain Zertifikate" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domänen" @@ -709,7 +714,7 @@ msgstr "Domänen" msgid "Domains and Server Certificates." msgstr "Domainen und Server Zertifikate" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Spenden" @@ -733,7 +738,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Bearbeiten" @@ -743,11 +748,12 @@ msgid "Edit Organisation" msgstr "Bearbeite Organisation" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "EMail" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Email Konto" @@ -855,7 +861,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Ein Assurer werden" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Ein Assurer werden" @@ -864,7 +875,8 @@ msgstr "Ein Assurer werden" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Vorname" @@ -913,7 +925,7 @@ msgstr "" msgid "GPG Keys" msgstr "GPG/PGP Schlüssel" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "GPG/PGP Schlüssel" @@ -942,7 +954,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Gehe zur Hauptseite" @@ -1091,6 +1103,12 @@ msgstr "" msgid "I want to be listed" msgstr "Ich will aufgelistet werden" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1337,7 +1355,7 @@ msgstr "Schlüsselgröße:" msgid "Language" msgstr "Sprache" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Familienname" @@ -1373,7 +1391,7 @@ msgstr "Platz/Ort" msgid "Login" msgstr "Login" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Abmelden" @@ -1398,7 +1416,10 @@ msgstr "" "Fragen und die dazupassenden Antworten ein, die sie in 5 Jahren möglichst " "identisch beantworten können sollten." -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Verlorenes Passwort" @@ -1463,6 +1484,11 @@ msgstr "Wurzelzertifikat (PEM Format)" msgid "Microsoft Support Online" msgstr "CAcert Support Team" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Mittlere Namen" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Mittlere Namen" @@ -1492,7 +1518,7 @@ msgstr "" msgid "My Account" msgstr "Mein Konto" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "Meine Alarm Einstellungen" @@ -1513,17 +1539,18 @@ msgstr "Meine Alarm Einstellungen" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Mein CAcert.org Konto!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Meine Details" @@ -1532,11 +1559,11 @@ msgstr "Meine Details" msgid "My Language Settings" msgstr "Meine Sprach Einstellungen" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Meine Auflistung" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "Mein Standort" @@ -1552,9 +1579,9 @@ msgstr "N/A" msgid "Name" msgstr "Name" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Neu" @@ -1572,7 +1599,7 @@ msgstr "Neues Client-Zertifikat" msgid "New Domain for %s" msgstr "Neue Domäne für %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Neue Organisation" @@ -1586,8 +1613,8 @@ msgstr "Die neuen Passwörter sind leer oder passen nicht zusammen." #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Weiter" @@ -1720,11 +1747,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Org Admin" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Organisations Client Zertifikate" @@ -1732,7 +1759,7 @@ msgstr "Organisations Client Zertifikate" msgid "Org Client and Server Certificates" msgstr "Organisations Client- und Server Zertifikate" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Organisations Server Zertifikate" @@ -1866,7 +1893,7 @@ msgstr "Erstellen einer Zertifikatsanfrage(CSR)" msgid "Privacy" msgstr "Privatsphären Regelung" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Privatsphären Vereinbarung" @@ -1939,7 +1966,7 @@ msgstr "Wurzelzertifikat (DER Format)" msgid "Root Certificate (PEM Format)" msgstr "Wurzelzertifikat (PEM Format)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Regeln" @@ -2002,6 +2029,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2028,7 +2059,7 @@ msgstr "Senden" msgid "Sensitive Information" msgstr "Kontakt Informationen" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Server Zertifikate" @@ -2103,17 +2134,21 @@ msgstr "SubjectAltName" msgid "Submit" msgstr "Abschicken" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Suffix" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "TTP Formular" @@ -2474,7 +2509,7 @@ msgstr "Stadt/Stadtteil" msgid "Translations" msgstr "Ãœbersetzungen" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Vertrauenswürdige Dritte (TTP)" @@ -2543,14 +2578,14 @@ msgstr "Gültig" msgid "Verified" msgstr "Verifiziert" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Anzeigen" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Zeige Organisationen" @@ -2702,7 +2737,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "WoT Formular" @@ -2817,6 +2852,7 @@ msgstr "" "haben, oder Sie haben sie noch nicht verifiziert." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "Sie haben hier keinen Zugang zu diesem Bereich." diff --git a/locale/es.po b/locale/es.po index ff953b6..b04292d 100644 --- a/locale/es.po +++ b/locale/es.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: CAcert\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-26 00:16+0100\n" "Last-Translator: Roberto \n" "Language-Team: Duane \n" @@ -13,6 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Datos de Contacto" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -82,7 +87,7 @@ msgstr "" "CUALQUIER cantidad será bienvenida. Cuantos más fondos reciba CAcert, antes " "se alcanzarán las metas de la comunidad." -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Acerca de" @@ -90,13 +95,13 @@ msgstr "Acerca de" msgid "About CAcert.org" msgstr "Acerca de CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Acerca de nosotros" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -242,7 +247,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Confirmación de Autorización" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Puntos Máximos" @@ -252,12 +257,12 @@ msgstr "Puntos M msgid "Assurance Points You Issued" msgstr "Puntos que ha Emitido" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Autorizar a Alguien" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Convertirse en Notario" @@ -360,7 +365,7 @@ msgstr "Noticias CAcert" msgid "CAcert Support Team" msgstr "Equipo de Soporte CAcert" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "Anillo de Confianza CAcert" @@ -468,7 +473,7 @@ msgstr " msgid "Change Pass Phrase" msgstr "Cambiar Contraseña" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Cambiar Contraseña" @@ -490,7 +495,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Certificado de Cliente" @@ -557,7 +562,7 @@ msgstr "Datos de Contacto" msgid "Contact Email" msgstr "E-Mail de Contacto" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Contacte con nosotros" @@ -615,8 +620,8 @@ msgstr "" msgid "Date" msgstr "Fecha" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Fecha de Nacimiento" @@ -624,7 +629,7 @@ msgstr "Fecha de Nacimiento" msgid "Default" msgstr "Predeterminado" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Default Language" msgstr "Idioma Predeterminado" @@ -688,7 +693,7 @@ msgstr "Dominio" msgid "Domain Certificates" msgstr "Certificados de Dominio" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Dominios" @@ -697,7 +702,7 @@ msgstr "Dominios" msgid "Domains and Server Certificates." msgstr "Dominios y Certificados de Servidor" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Donaciones" @@ -721,7 +726,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Editar" @@ -731,11 +736,12 @@ msgid "Edit Organisation" msgstr "Editar Organización" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "E-Mail" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Cuentas E-Mail" @@ -843,7 +849,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Convertirse en Notario" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Convertirse en Notario" @@ -852,7 +863,8 @@ msgstr "Convertirse en Notario" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Nombre" @@ -903,7 +915,7 @@ msgstr "" msgid "GPG Keys" msgstr "Claves GPG/PGP" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "Claves GPG/PGP" @@ -932,7 +944,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Ir a Página Inicial" @@ -1082,6 +1094,12 @@ msgstr "" msgid "I want to be listed" msgstr "Quiero ser listado" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1352,7 +1370,7 @@ msgstr "Tama msgid "Language" msgstr "Idioma" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Apellido" @@ -1387,7 +1405,7 @@ msgstr "Nombre de Ubicaci msgid "Login" msgstr "Entrar" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Desconectar" @@ -1411,7 +1429,10 @@ msgstr "" "Preguntas en caso de olivido de la Contraseña - Introduzca cinco preguntas y " "sus respuestas para ser usadas como validación." -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Contraseña olvidada" @@ -1476,6 +1497,11 @@ msgstr "Certificado Ra msgid "Microsoft Support Online" msgstr "Equipo de Soporte CAcert" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Segundo Nombre" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Segundo Nombre" @@ -1505,7 +1531,7 @@ msgstr "" msgid "My Account" msgstr "Mi Cuenta" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "Mi Configuración de Alertas" @@ -1526,17 +1552,18 @@ msgstr "Mi Configuraci #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Mi cuenta CAcert.org!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Mis Datos" @@ -1545,11 +1572,11 @@ msgstr "Mis Datos" msgid "My Language Settings" msgstr "Mi Configuración de Idioma" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Mi Directorio" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "Mi Ubicación" @@ -1565,9 +1592,9 @@ msgstr "N/A" msgid "Name" msgstr "Nombre" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Nuevo" @@ -1585,7 +1612,7 @@ msgstr "Nuevo Certificado de Cliente" msgid "New Domain for %s" msgstr "Nuevo Dominio para %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Nueva Organización" @@ -1599,8 +1626,8 @@ msgstr "Las nuevas Contrase #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Siguiente" @@ -1736,11 +1763,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Admin. Org." -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Certif. Cliente Org" @@ -1748,7 +1775,7 @@ msgstr "Certif. Cliente Org" msgid "Org Client and Server Certificates" msgstr "Clientes Org y Certificados de Servidor" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Certif. de Servidor Org." @@ -1884,7 +1911,7 @@ msgstr "Crear una Solicitud de Certificado" msgid "Privacy" msgstr "Privacidad" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Política de Privacidad" @@ -1957,7 +1984,7 @@ msgstr "Certificado Ra msgid "Root Certificate (PEM Format)" msgstr "Certificado Raíz (Formato PEM)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Reglas" @@ -2020,6 +2047,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2046,7 +2077,7 @@ msgstr "Enviar" msgid "Sensitive Information" msgstr "Información de Contacto" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Certificados de Servidor" @@ -2121,17 +2152,21 @@ msgstr "SubjectAltName" msgid "Submit" msgstr "Enviar" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Sufijo" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "Formulario TTP" @@ -2520,7 +2555,7 @@ msgstr "Municipio/Suburbio" msgid "Translations" msgstr "Traducciones" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Terceros de Confianza" @@ -2591,14 +2626,14 @@ msgstr "V msgid "Verified" msgstr "Verificado" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Ver" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Ver Organizaciones" @@ -2754,7 +2789,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "Formulario WoT" @@ -2869,6 +2904,7 @@ msgstr "" "verificado todavía." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "No tiene permiso de acceso a esta área." diff --git a/locale/fr.po b/locale/fr.po index 73b386e..e85ef73 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: LibreSSL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-23 00:13+0100\n" "Last-Translator: Laurent Cottereau \n" "Language-Team: multiple \n" @@ -16,6 +16,11 @@ msgstr "" "X-Poedit-Language: French\n" "X-Poedit-Country: FRANCE\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Contactez-nous" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -83,7 +88,7 @@ msgstr "" "N'IMPORTE quelle somme sera appréciée - plus CAcert reçoit de dons, et plus " "tôt les buts de la communauté seront atteints." -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "A propos" @@ -92,13 +97,13 @@ msgstr "A propos" msgid "About CAcert.org" msgstr "A propos de LibreSSL.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "A notre sujet" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -240,7 +245,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Informations personnelles" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Avis de modifications" @@ -250,12 +255,12 @@ msgstr "Avis de modifications" msgid "Assurance Points You Issued" msgstr "Avis de modifications" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Informations personnelles" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Devenir Notaire" @@ -356,7 +361,7 @@ msgstr "Les infos de CAcert" msgid "CAcert Support Team" msgstr "L'équipe d'aide de CAcert" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "La toile de confiance de CAcert" @@ -466,7 +471,7 @@ msgstr "L'installation de certificat a échoué!" msgid "Change Pass Phrase" msgstr "Modifier le mot de passe" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Changement du Mot de Passe" @@ -488,7 +493,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Certificats Client" @@ -558,7 +563,7 @@ msgstr "Contactez-nous" msgid "Contact Email" msgstr "Email de contact" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Contactez-nous" @@ -618,8 +623,8 @@ msgstr "" msgid "Date" msgstr "Sauvegarder" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Date de naissance" @@ -627,7 +632,7 @@ msgstr "Date de naissance" msgid "Default" msgstr "Défaut" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Default Language" msgstr "Langage par défaut" @@ -691,7 +696,7 @@ msgstr "Domaine" msgid "Domain Certificates" msgstr "Certificats de domaines" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domaines" @@ -701,7 +706,7 @@ msgstr "Domaines" msgid "Domains and Server Certificates." msgstr "Certificats de domaines" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Dons" @@ -725,7 +730,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Modifier" @@ -735,11 +740,12 @@ msgid "Edit Organisation" msgstr "Modifier l'Organisme" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "Email" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Comptes mail" @@ -847,7 +853,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Devenir Notaire" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Devenir Notaire" @@ -856,7 +867,8 @@ msgstr "Devenir Notaire" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Prénom" @@ -908,7 +920,7 @@ msgstr "" msgid "GPG Keys" msgstr "Clés GPG" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "Clés GPG/PGP" @@ -937,7 +949,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Aller à l'Accueil" @@ -1081,6 +1093,12 @@ msgstr "" msgid "I want to be listed" msgstr "Je veux être listé" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1338,7 +1356,7 @@ msgstr "" msgid "Language" msgstr "Langage par défaut" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Nom" @@ -1375,7 +1393,7 @@ msgstr "Ville" msgid "Login" msgstr "Login" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "" @@ -1397,7 +1415,10 @@ msgid "" "to be used for security verifcation." msgstr "" -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 #, fuzzy msgid "Lost Password" msgstr "Mot de passe perdu" @@ -1464,6 +1485,12 @@ msgstr "Certificat racine (format PEM)" msgid "Microsoft Support Online" msgstr "L'équipe d'aide de CAcert" +# Not used in french... +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Second prénom" + # Not used in french... #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" @@ -1494,7 +1521,7 @@ msgstr "" msgid "My Account" msgstr "Mon compte" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "" @@ -1515,18 +1542,19 @@ msgstr "" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 #, fuzzy msgid "My CAcert.org Account!" msgstr "Mon compte LibreSSL.org!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Mes détails" @@ -1535,12 +1563,12 @@ msgstr "Mes détails" msgid "My Language Settings" msgstr "" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 #, fuzzy msgid "My Listing" msgstr "Ville" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "My Location" msgstr "Ville" @@ -1557,9 +1585,9 @@ msgstr "" msgid "Name" msgstr "Nom" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "" @@ -1577,7 +1605,7 @@ msgstr "Nouveau certificat client" msgid "New Domain for %s" msgstr "Supprimer le domaine de '%s'" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 #, fuzzy msgid "New Organisation" msgstr "Organisation" @@ -1592,8 +1620,8 @@ msgstr "" #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Suivant" @@ -1728,12 +1756,12 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 #, fuzzy msgid "Org Admin" msgstr "Admins" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 #, fuzzy msgid "Org Client Certs" msgstr "Certificats Client" @@ -1743,7 +1771,7 @@ msgstr "Certificats Client" msgid "Org Client and Server Certificates" msgstr "Nouveau certificat client" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 #, fuzzy msgid "Org Server Certs" msgstr "Nouveau certificat client" @@ -1881,7 +1909,7 @@ msgstr "Requête de Création de Certificat" msgid "Privacy" msgstr "Règles de confidentialité" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Règles de confidentialité" @@ -1957,7 +1985,7 @@ msgstr "Certificat racine (format DER)" msgid "Root Certificate (PEM Format)" msgstr "Certificat racine (format PEM)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "" @@ -2020,6 +2048,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2046,7 +2078,7 @@ msgstr "Envoyer" msgid "Sensitive Information" msgstr "Informations personnelles" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 #, fuzzy msgid "Server Certificates" msgstr "Certificats de domaines" @@ -2122,17 +2154,21 @@ msgid "Submit" msgstr "Envoyer" # As middle name, not used... -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Suffixe" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "" @@ -2474,7 +2510,7 @@ msgstr "" msgid "Translations" msgstr "Organisation" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "" @@ -2542,14 +2578,14 @@ msgstr "Valide" msgid "Verified" msgstr "" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 #, fuzzy msgid "View Organisations" msgstr "Modifier l'Organisme" @@ -2707,7 +2743,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "" @@ -2788,6 +2824,7 @@ msgid "" msgstr "" #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "" diff --git a/locale/hu.po b/locale/hu.po index fe08adc..b3b346e 100644 --- a/locale/hu.po +++ b/locale/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: CACert\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-13 16:46+0100\n" "Last-Translator: Levente Farkas \n" "Language-Team: Hungarian \n" @@ -14,6 +14,11 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Kapcsolat jellemzők" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -84,7 +89,7 @@ msgstr "" "st kap a CAcert, annál hamarabb érhetjük el a közö" "sség céljait." -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Névjegy" @@ -92,13 +97,13 @@ msgstr "Névjegy" msgid "About CAcert.org" msgstr "A CAcert.org-ról" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Rólunk" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -245,7 +250,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Hitelesítés megerősítése" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Hitelesítési pontok" @@ -255,12 +260,12 @@ msgstr "Hitelesítési pontok" msgid "Assurance Points You Issued" msgstr "Hitelesítési pontok" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Hitelsít valakit" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Közjegyzővé válik" @@ -370,7 +375,7 @@ msgstr "CAcert hírek" msgid "CAcert Support Team" msgstr "CAcert támogató csapat" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "CAcert webes hitelesítés" @@ -485,7 +490,7 @@ msgstr "A tanúsítvány telepítése nem sikrült!" msgid "Change Pass Phrase" msgstr "A jelszó meg&változtatása" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "A jelszó megváltoztatása" @@ -507,7 +512,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Kliens oldali tanúsítványok" @@ -577,7 +582,7 @@ msgstr "Kapcsolat jellemzők" msgid "Contact Email" msgstr "Kapcsolattartó e-mail címe" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Kapcsolatfelvétel" @@ -636,8 +641,8 @@ msgstr "" msgid "Date" msgstr "Dátum" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Születési dátum" @@ -645,7 +650,7 @@ msgstr "Születési dátum" msgid "Default" msgstr "Alapértelmezett" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "Default Language" msgstr "Alapértelmezett" @@ -710,7 +715,7 @@ msgstr "Domain" msgid "Domain Certificates" msgstr "Domain tanusítványok" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domain-ek" @@ -719,7 +724,7 @@ msgstr "Domain-ek" msgid "Domains and Server Certificates." msgstr "Domain és szerver tanusítványok" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Adományok" @@ -744,7 +749,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Szerkesztés" @@ -754,11 +759,12 @@ msgid "Edit Organisation" msgstr "Szervezet módosítása" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "Email" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Email azonosítók" @@ -865,7 +871,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Közjegyzővé válik" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Közjegyzővé válik" @@ -874,7 +885,8 @@ msgstr "Közjegyzővé válik" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Keresztnév" @@ -927,7 +939,7 @@ msgstr "" msgid "GPG Keys" msgstr "GPG kulcsok" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "PGP/GPG kulcsok" @@ -956,7 +968,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Kezdõlapra" @@ -1115,6 +1127,12 @@ msgstr "" msgid "I want to be listed" msgstr "Szeretnem ha megjelennék a listákon" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1410,7 +1428,7 @@ msgstr "Kulcsméret:" msgid "Language" msgstr "Alapértelmezett" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Vezetéknév" @@ -1445,7 +1463,7 @@ msgstr "Hely neve" msgid "Login" msgstr "Bejelentkezés" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Kijelentkezés" @@ -1470,7 +1488,10 @@ msgstr "" "kérdést és választ amelyet az ön azonosí" "tására fel tudunk használni." -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Elfelejtett jelszó" @@ -1536,6 +1557,11 @@ msgstr "A gyökértanúsítvány (PEM formátumban)" msgid "Microsoft Support Online" msgstr "CAcert támogató csapat" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Középső név" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Középső név" @@ -1565,7 +1591,7 @@ msgstr "" msgid "My Account" msgstr "Saját azonosító" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "Figyelmeztető bejegyzéseim" @@ -1586,17 +1612,18 @@ msgstr "Figyelmeztető bejegyzéseim" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Az én CAcert.org azonosítóm!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Jellemzőim" @@ -1606,11 +1633,11 @@ msgstr "Jellemzőim" msgid "My Language Settings" msgstr "Figyelmeztető bejegyzéseim" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Listáim" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "Helyeim" @@ -1626,9 +1653,9 @@ msgstr "Nem elérhető" msgid "Name" msgstr "Név" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Új" @@ -1646,7 +1673,7 @@ msgstr "Új kliens tanusítvány" msgid "New Domain for %s" msgstr "Új domain a '%s'-hoz" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Új szervezet" @@ -1660,8 +1687,8 @@ msgstr "Az új jelszó nem egyezik, vagy üres volt." #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Következő" @@ -1806,11 +1833,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Szervezet adminisztrátor" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Szervezet kliens tanusítványai" @@ -1818,7 +1845,7 @@ msgstr "Szervezet kliens tanusítványai" msgid "Org Client and Server Certificates" msgstr "Szervezetek es szerver tanusítványok" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Szervezet szerver tanusítványai" @@ -1961,7 +1988,7 @@ msgstr "Tanusítvány kérés készítése" msgid "Privacy" msgstr "Adatbiztonság" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Biztonsági házirend" @@ -2036,7 +2063,7 @@ msgstr "A gyökértanúsítvány (DER formátumban)" msgid "Root Certificate (PEM Format)" msgstr "A gyökértanúsítvány (PEM formátumban)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Szabályok" @@ -2099,6 +2126,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2125,7 +2156,7 @@ msgstr "Küldés" msgid "Sensitive Information" msgstr "Kapcsolat információ" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Szerver tanúsítványok" @@ -2204,17 +2235,21 @@ msgstr "SubjectAltName" msgid "Submit" msgstr "Elküldés" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Utótag" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "TTP Űrlap" @@ -2622,7 +2657,7 @@ msgstr "Város/Városrész" msgid "Translations" msgstr "Fordítások" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Megbízható harmadik személyek" @@ -2693,14 +2728,14 @@ msgstr "Érvényes" msgid "Verified" msgstr "Ellenőrzött" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Nézet" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Szervezetek megtekintése" @@ -2864,7 +2899,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "WoT Űrlap" @@ -2989,6 +3024,7 @@ msgstr "" "mekhez amiket kijelölt, vagy még nincs ellenõriztetve." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "" "Nincs hozzáférési jogosultsága ehhez a terü" diff --git a/locale/it.po b/locale/it.po index eb0a00f..6893b95 100644 --- a/locale/it.po +++ b/locale/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-17 20:06+0100\n" "Last-Translator: Roberto Passuello \n" "Language-Team: Italian \n" @@ -17,6 +17,11 @@ msgstr "" "X-Poedit-Language: Italian\n" "X-Poedit-Country: ITALY\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Dettagli per contattare" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -83,7 +88,7 @@ msgid "" "sooner it can achieve the goals of the community." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Informazioni" @@ -92,13 +97,13 @@ msgstr "Informazioni" msgid "About CAcert.org" msgstr "Benvenuto su CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Informazioni su di noi" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -243,7 +248,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Conferma della legalizzazione" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Punti di Legalizzazione" @@ -253,12 +258,12 @@ msgstr "Punti di Legalizzazione" msgid "Assurance Points You Issued" msgstr "Punti di Legalizzazione" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Legalizzare qualcuno" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Diventare un Notaio" @@ -347,7 +352,7 @@ msgstr "La Rete di Credenziali di CAcert (CAcert Web of Trust)" msgid "CAcert Support Team" msgstr "Il Gruppo di Supporto di CAcert" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "La Rete di Credenziali di CAcert (CAcert Web of Trust)" @@ -457,7 +462,7 @@ msgstr "L'installazione del certificato non msgid "Change Pass Phrase" msgstr "Cambia la Frase di Accesso (Pass Phrase)" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Cambia Password" @@ -479,7 +484,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Certificati per i client (Client Certificates)" @@ -548,7 +553,7 @@ msgstr "Dettagli per contattare" msgid "Contact Email" msgstr "Indirizzo di posta elettronica per il contatto" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Contattaci" @@ -606,8 +611,8 @@ msgstr "" msgid "Date" msgstr "Data" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Data di nascita" @@ -615,7 +620,7 @@ msgstr "Data di nascita" msgid "Default" msgstr "Predefinito" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "Default Language" msgstr "Predefinito" @@ -680,7 +685,7 @@ msgstr "Dominio" msgid "Domain Certificates" msgstr "Certificati di Dominio" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Dominî" @@ -690,7 +695,7 @@ msgstr "Domin msgid "Domains and Server Certificates." msgstr "Certificati di Dominio" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Donazioni" @@ -712,7 +717,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Modifica" @@ -722,11 +727,12 @@ msgid "Edit Organisation" msgstr "Modifica l'Organizzazione" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "Indirizzo di posta elettronica" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Account di posta elettronica" @@ -834,7 +840,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Diventare un Notaio" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Diventare un Notaio" @@ -843,7 +854,8 @@ msgstr "Diventare un Notaio" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Nome" @@ -893,7 +905,7 @@ msgstr "" msgid "GPG Keys" msgstr "Chiavi GPG/PGP" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "Chiavi GPG/PGP" @@ -922,7 +934,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Vai alla pagina principale" @@ -1066,6 +1078,12 @@ msgstr "" msgid "I want to be listed" msgstr "Voglio essere elencato" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1307,7 +1325,7 @@ msgstr "Dimensione della chiave:" msgid "Language" msgstr "Predefinito" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Cognome" @@ -1345,7 +1363,7 @@ msgstr "Luogo" msgid "Login" msgstr "Login di Cert" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Esci dall'account" @@ -1369,7 +1387,10 @@ msgid "" "to be used for security verifcation." msgstr "" -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Ho dimenticato la Password" @@ -1434,6 +1455,11 @@ msgstr "Certificato Base" msgid "Microsoft Support Online" msgstr "Il Gruppo di Supporto di CAcert" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Altri nomi" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Altri nomi" @@ -1463,7 +1489,7 @@ msgstr "" msgid "My Account" msgstr "La mia account" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "Le mie impostazioni di allerta" @@ -1484,17 +1510,18 @@ msgstr "Le mie impostazioni di allerta" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "La mia account su CAcert.org!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "I miei dettagli" @@ -1504,11 +1531,11 @@ msgstr "I miei dettagli" msgid "My Language Settings" msgstr "Le mie impostazioni di allerta" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Il mio elenco" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "La mia localizzazione" @@ -1524,9 +1551,9 @@ msgstr "Non disponibile" msgid "Name" msgstr "Nome" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Nuovo" @@ -1544,7 +1571,7 @@ msgstr "Nuovo Certificato per il Client (Client Certificate)" msgid "New Domain for %s" msgstr "Nuovo dominio per %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Nuova Organizzazione" @@ -1560,8 +1587,8 @@ msgstr "" #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Successivo" @@ -1692,11 +1719,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Amministratore dell'Organizzazione" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Certificati per i Client dell'Organizzazione (Org Client Certs)" @@ -1705,7 +1732,7 @@ msgstr "Certificati per i Client dell'Organizzazione (Org Client Certs)" msgid "Org Client and Server Certificates" msgstr "Certificati per i Server (Server Certificates)" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Certificati per i Server dell'Organizzazione (Org Server Certs)" @@ -1849,7 +1876,7 @@ msgstr "Richiesta di creazione del Certificato" msgid "Privacy" msgstr "Riservatezza (Privacy)" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Politica di riservatezza" @@ -1924,7 +1951,7 @@ msgstr "Certificato Base" msgid "Root Certificate (PEM Format)" msgstr "Certificato Base" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Regole" @@ -1987,6 +2014,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2013,7 +2044,7 @@ msgstr "Invia" msgid "Sensitive Information" msgstr "Informazioni per contattare" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Certificati per i Server (Server Certificates)" @@ -2086,17 +2117,21 @@ msgstr "Nome Alternativo per il Soggetto" msgid "Submit" msgstr "Invia" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Suffisso" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "Modulo TTP" @@ -2463,7 +2498,7 @@ msgstr "Citt msgid "Translations" msgstr "Traduzioni" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Terze parti riconosciute." @@ -2534,14 +2569,14 @@ msgstr "Valido" msgid "Verified" msgstr "Verificato" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Visualizza" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Visualizza le Organizzazioni" @@ -2667,7 +2702,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "Modulo WoT" @@ -2783,6 +2818,7 @@ msgstr "" "ancora proceduto alla sua verifica." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "Non hai accesso a quest'area." diff --git a/locale/nl.po b/locale/nl.po index c7171ed..4fa96d8 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: CAcert\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-10-11 20:49+0100\n" "Last-Translator: Lieven Hollevoet \n" "Language-Team: \n" @@ -13,6 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Contacteergegevens" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -79,7 +84,7 @@ msgstr "" "IEDERE hoeveelheid wordt op prijs gesteld - hoe meer geld CAcert ontvangt, " "hoe eerder het de doelstellingen van de gemeenschap kunnen worden bereikt." -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Over" @@ -87,13 +92,13 @@ msgstr "Over" msgid "About CAcert.org" msgstr "Over CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Over Ons" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -236,7 +241,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Notarisatie Bevestiging" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Notarisatie Punten" @@ -246,12 +251,12 @@ msgstr "Notarisatie Punten" msgid "Assurance Points You Issued" msgstr "Notarisatie Punten" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Certificeer Iemand" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Hoe wordt je een Notaris" @@ -353,7 +358,7 @@ msgstr "CAcert Nieuws" msgid "CAcert Support Team" msgstr "Het CAcert Ondersteunings Team" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "CAcert Web of Trust" @@ -463,7 +468,7 @@ msgstr "Installatie van het certificaat is mislukt!" msgid "Change Pass Phrase" msgstr "Verander uw Paswoord" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Paswoord Veranderen" @@ -485,7 +490,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Client Certificaten" @@ -554,7 +559,7 @@ msgstr "Contacteergegevens" msgid "Contact Email" msgstr "Contacteer via E-mail" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Contacteer ons" @@ -611,8 +616,8 @@ msgstr "" msgid "Date" msgstr "Datum" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Geboortedatum" @@ -620,7 +625,7 @@ msgstr "Geboortedatum" msgid "Default" msgstr "Standaard" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "Default Language" msgstr "Standaard" @@ -685,7 +690,7 @@ msgstr "Domein" msgid "Domain Certificates" msgstr "Domein Certifikaten" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domeinen" @@ -694,7 +699,7 @@ msgstr "Domeinen" msgid "Domains and Server Certificates." msgstr "Domein en Server Certificaten" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Donaties" @@ -716,7 +721,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Aanpassen" @@ -726,11 +731,12 @@ msgid "Edit Organisation" msgstr "Pas Organisatiegegevens Aan" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "Voeg E-mail Adres Toe" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "E-mail Accounts" @@ -837,7 +843,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Hoe wordt je een Notaris" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Hoe wordt je een Notaris" @@ -846,7 +857,8 @@ msgstr "Hoe wordt je een Notaris" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "Voornaam" @@ -898,7 +910,7 @@ msgstr "" msgid "GPG Keys" msgstr "GPG Sleutels" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "GPG/PGP Sleutels" @@ -927,7 +939,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Naar Hoofdpagina" @@ -1077,6 +1089,12 @@ msgstr "" msgid "I want to be listed" msgstr "Ik wil op de lijst vermeld worden" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1351,7 +1369,7 @@ msgstr "Grootte van de Sleutel:" msgid "Language" msgstr "Standaard" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Familienaam" @@ -1386,7 +1404,7 @@ msgstr "Plaats" msgid "Login" msgstr "Aanmelden" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Uitloggen" @@ -1410,7 +1428,10 @@ msgstr "" "Paswoord Verloren - Voeg vijf vragen en antwoorden toe die gebruikt zullen " "worden om een verloren paswoord opnieuw in te stellen." -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Paswoord Vergeten" @@ -1475,6 +1496,11 @@ msgstr "Root Certifikaat (PEM formaat)" msgid "Microsoft Support Online" msgstr "Het CAcert Ondersteunings Team" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Bijkomende Voornamen" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Bijkomende Voornamen" @@ -1504,7 +1530,7 @@ msgstr "" msgid "My Account" msgstr "Mijn Account" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "Mijn Waarschuwingen" @@ -1525,17 +1551,18 @@ msgstr "Mijn Waarschuwingen" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Mijn CAcert.org Account!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Mijn Gegevens" @@ -1545,11 +1572,11 @@ msgstr "Mijn Gegevens" msgid "My Language Settings" msgstr "Mijn Waarschuwingen" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Mijn Overzicht" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "Mijn Locatie" @@ -1565,9 +1592,9 @@ msgstr "Geen" msgid "Name" msgstr "Geen Naam" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Nieuw" @@ -1585,7 +1612,7 @@ msgstr "Nieuw Client Certificaat" msgid "New Domain for %s" msgstr "Nieuw Domein voor %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Nieuwe Organisaties" @@ -1599,8 +1626,8 @@ msgstr "De nieuwe paswoorden die u heeft ingegeven zijn niet gelijk of leeg." #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Volgende" @@ -1736,11 +1763,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Org Admin" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Org Client Certificaten" @@ -1748,7 +1775,7 @@ msgstr "Org Client Certificaten" msgid "Org Client and Server Certificates" msgstr "Org Client en Server Certifikaten" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Org Server Certificaten" @@ -1884,7 +1911,7 @@ msgstr "Vraag Een Certificaat Aan" msgid "Privacy" msgstr "Privacy" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Privacy Policy" @@ -1957,7 +1984,7 @@ msgstr "Root Certifikaat (DER formaat)" msgid "Root Certificate (PEM Format)" msgstr "Root Certifikaat (PEM formaat)" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Regels" @@ -2020,6 +2047,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -2046,7 +2077,7 @@ msgstr "Versturen" msgid "Sensitive Information" msgstr "Contactinformatie" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Server Certificaten" @@ -2123,17 +2154,21 @@ msgstr "SubjectAltName" msgid "Submit" msgstr "Versturen" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Suffix" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "TTP formulier" @@ -2524,7 +2559,7 @@ msgstr "Stad/Gemeente" msgid "Translations" msgstr "Vertalingen" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Vertrouwde Derde Instanties" @@ -2594,14 +2629,14 @@ msgstr "Geldig" msgid "Verified" msgstr "Geverifieerd" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Bekijken" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Bekijk Organisaties" @@ -2753,7 +2788,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "WoT Formulier" @@ -2872,6 +2907,7 @@ msgstr "" "niet laten controleren." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "U hebt geen toegang tot dit gedeelte." diff --git a/locale/pt.po b/locale/pt.po index 498799a..b89c1d3 100644 --- a/locale/pt.po +++ b/locale/pt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: CAcert.org Translation\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: 2004-09-26 02:27+1000\n" "Last-Translator: Duane \n" "Language-Team: Evaldo Gardenali \n" @@ -13,6 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, fuzzy, php-format +msgid "%s's Account Details" +msgstr "Detalhes de Contato" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -78,7 +83,7 @@ msgid "" "sooner it can achieve the goals of the community." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "Sobre" @@ -87,13 +92,13 @@ msgstr "Sobre" msgid "About CAcert.org" msgstr "Afilie-se à CAcert.org" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "Sobre Nós" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -236,7 +241,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "Confirmação de Notarização" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 #, fuzzy msgid "Assurance Points" msgstr "Pontos de Notarização" @@ -246,12 +251,12 @@ msgstr "Pontos de Notariza msgid "Assurance Points You Issued" msgstr "Pontos de Notarização" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 #, fuzzy msgid "Assure Someone" msgstr "Notarizar alguem" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 #, fuzzy msgid "Becoming an Assurer" msgstr "Tornando-se um Notário" @@ -342,7 +347,7 @@ msgstr "Rede de confian msgid "CAcert Support Team" msgstr "Time de Suporte CAcert.org!" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "Rede de confiança CAcert" @@ -451,7 +456,7 @@ msgstr "Falha na instala msgid "Change Pass Phrase" msgstr "Alterar Frase-Senha" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "Alterar Senha" @@ -473,7 +478,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "Certificados de Cliente" @@ -538,7 +543,7 @@ msgstr "Detalhes de Contato" msgid "Contact Email" msgstr "Email de Contato" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "Contacte-nos" @@ -596,8 +601,8 @@ msgstr "" msgid "Date" msgstr "Data" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "Data de Nascimento" @@ -605,7 +610,7 @@ msgstr "Data de Nascimento" msgid "Default" msgstr "Padrão" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 #, fuzzy msgid "Default Language" msgstr "Padrão" @@ -670,7 +675,7 @@ msgstr "Dom msgid "Domain Certificates" msgstr "Certificados de Domínio" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "Domínios" @@ -680,7 +685,7 @@ msgstr "Dom msgid "Domains and Server Certificates." msgstr "Certificados de Domínio" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "Doações" @@ -702,7 +707,7 @@ msgid "" "downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "Editar" @@ -712,12 +717,13 @@ msgid "Edit Organisation" msgstr "Editar Organização" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 #, fuzzy msgid "Email" msgstr "Email" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "Contas de Email" @@ -825,7 +831,12 @@ msgid "" "hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +#, fuzzy +msgid "Find User" +msgstr "Tornando-se um Notário" + +#: includes/account_stuff.php:162 #, fuzzy msgid "Find an Assurer" msgstr "Tornando-se um Notário" @@ -834,7 +845,8 @@ msgstr "Tornando-se um Not msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 #, fuzzy msgid "First Name" msgstr "Primeiro Nome" @@ -884,7 +896,7 @@ msgstr "" msgid "GPG Keys" msgstr "Chaves GPG/PGP" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "Chaves GPG/PGP" @@ -913,7 +925,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "Ir à Página Principal" @@ -1054,6 +1066,12 @@ msgstr "" msgid "I want to be listed" msgstr "Eu quero ser listado" +#: www/account/43.php:48 +msgid "" +"I'm sorry, the user you were looking for seems to have disappeared! Bad " +"things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "" "I'm sorry, there was no email matching what you entered in the system. " @@ -1286,7 +1304,7 @@ msgstr "Tamanho da Chave:" msgid "Language" msgstr "Padrão" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "Sobrenome" @@ -1324,7 +1342,7 @@ msgstr "Localiza msgid "Login" msgstr "Login por Certificado" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "Finalizar sessão" @@ -1348,7 +1366,10 @@ msgid "" "to be used for security verifcation." msgstr "" -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "Senha Perdida" @@ -1414,6 +1435,11 @@ msgstr "Certificado Raiz" msgid "Microsoft Support Online" msgstr "Time de Suporte CAcert.org!" +#: www/account/43.php:68 +#, fuzzy +msgid "Middle Name" +msgstr "Nome(s) do meio" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "Nome(s) do meio" @@ -1443,7 +1469,7 @@ msgstr "" msgid "My Account" msgstr "Minha Conta" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "" @@ -1464,17 +1490,18 @@ msgstr "" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "Minha conta CAcert.org!" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "Meus Detalhes" @@ -1483,11 +1510,11 @@ msgstr "Meus Detalhes" msgid "My Language Settings" msgstr "" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "Minha Listagem" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "Minha Localização" @@ -1503,9 +1530,9 @@ msgstr "N/D" msgid "Name" msgstr "Nome" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "Novo" @@ -1523,7 +1550,7 @@ msgstr "Novo Certificado de Cliente" msgid "New Domain for %s" msgstr "Novo Domínio para %s" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "Nova Organização" @@ -1537,8 +1564,8 @@ msgstr "Novas frase-senhas n #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "Próximo" @@ -1668,11 +1695,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "Administrador da Organização" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "Certificados de Cliente de Organização" @@ -1681,7 +1708,7 @@ msgstr "Certificados de Cliente de Organiza msgid "Org Client and Server Certificates" msgstr "Certificado de Servidor" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "Certificados de Servidor de Organização" @@ -1820,7 +1847,7 @@ msgstr "Criar Pedido de Certificado" msgid "Privacy" msgstr "Privacidade" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "Política de Privacidade" @@ -1895,7 +1922,7 @@ msgstr "Certificado Raiz" msgid "Root Certificate (PEM Format)" msgstr "Certificado Raiz" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "Regras" @@ -1958,6 +1985,10 @@ msgid "" "communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "" "Select an easy to locate folder. You'll have to open this file up with " @@ -1984,7 +2015,7 @@ msgstr "Enviar" msgid "Sensitive Information" msgstr "Informações de Contato" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "Certificado de Servidor" @@ -2058,17 +2089,21 @@ msgstr "NomeAlternativo" msgid "Submit" msgstr "Enviar" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "Sufixo" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "" "System will send you an email with a link in it, you just open the link in a " "webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "Formulário TTP" @@ -2424,7 +2459,7 @@ msgstr "Cidade/Sub msgid "Translations" msgstr "Traduções" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "Terceiros acreditados" @@ -2491,14 +2526,14 @@ msgstr "V msgid "Verified" msgstr "Verificado" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "Ver" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "Ver Organizações" @@ -2624,7 +2659,7 @@ msgid "" "if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "Formulário WoT" @@ -2734,6 +2769,7 @@ msgstr "" "verificação." #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "Você não tem acesso à esta área." diff --git a/messages.po b/messages.po index c601894..5234aa5 100644 --- a/messages.po +++ b/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: CAcert\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-26 14:29+1000\n" +"POT-Creation-Date: 2004-10-28 12:03+1000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,6 +15,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: www/account/43.php:57 +#, php-format +msgid "%s's Account Details" +msgstr "" + #: www/account/32.php:21 #, php-format msgid "%s's Administrators" @@ -61,7 +66,7 @@ msgstr "" msgid "ANY amount will be appreciated - the more funding CAcert receives, the sooner it can achieve the goals of the community." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "About" msgstr "" @@ -69,13 +74,13 @@ msgstr "" msgid "About CAcert.org" msgstr "" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 msgid "About Us" msgstr "" #: includes/account.php:104 includes/account.php:1475 #: includes/account.php:1494 includes/account.php:1649 -#: includes/account_stuff.php:127 includes/account_stuff.php:135 +#: includes/account_stuff.php:130 includes/account_stuff.php:138 #: www/account/1.php:26 www/account/16.php:21 www/account/26.php:21 #: www/account/28.php:29 www/account/3.php:30 www/account/32.php:21 #: www/account/33.php:47 www/account/7.php:28 @@ -179,7 +184,7 @@ msgstr "" msgid "Assurance Confirmation" msgstr "" -#: www/wot/3.php:44 +#: www/account/43.php:128 www/wot/3.php:44 msgid "Assurance Points" msgstr "" @@ -187,11 +192,11 @@ msgstr "" msgid "Assurance Points You Issued" msgstr "" -#: includes/account_stuff.php:159 www/wot/5.php:19 +#: includes/account_stuff.php:162 www/wot/5.php:19 msgid "Assure Someone" msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Becoming an Assurer" msgstr "" @@ -251,7 +256,7 @@ msgstr "" msgid "CAcert Support Team" msgstr "" -#: includes/account_stuff.php:158 www/account/0.php:27 www/wot/0.php:15 +#: includes/account_stuff.php:161 www/account/0.php:27 www/wot/0.php:15 msgid "CAcert Web of Trust" msgstr "" @@ -331,7 +336,7 @@ msgstr "" msgid "Change Pass Phrase" msgstr "" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Change Password" msgstr "" @@ -353,7 +358,7 @@ msgstr "" msgid "Click here to view all lists available" msgstr "" -#: includes/account_stuff.php:130 www/account/18.php:18 www/account/5.php:18 +#: includes/account_stuff.php:133 www/account/18.php:18 www/account/5.php:18 msgid "Client Certificates" msgstr "" @@ -408,7 +413,7 @@ msgstr "" msgid "Contact Email" msgstr "" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/40.php:15 www/index/11.php:15 msgid "Contact Us" msgstr "" @@ -460,8 +465,8 @@ msgstr "" msgid "Date" msgstr "" -#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 -#: www/wot/6.php:34 +#: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41 +#: www/index/5.php:25 www/wot/6.php:34 msgid "Date of Birth" msgstr "" @@ -469,7 +474,7 @@ msgstr "" msgid "Default" msgstr "" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "Default Language" msgstr "" @@ -526,7 +531,7 @@ msgstr "" msgid "Domain Certificates" msgstr "" -#: includes/account_stuff.php:134 www/account/25.php:21 www/account/25.php:38 +#: includes/account_stuff.php:137 www/account/25.php:21 www/account/25.php:38 #: www/account/9.php:18 msgid "Domains" msgstr "" @@ -535,7 +540,7 @@ msgstr "" msgid "Domains and Server Certificates." msgstr "" -#: includes/account_stuff.php:183 includes/general_stuff.php:106 +#: includes/account_stuff.php:192 includes/general_stuff.php:106 #: www/account/38.php:15 www/index/13.php:15 msgid "Donations" msgstr "" @@ -548,7 +553,7 @@ msgstr "" msgid "Easy. Ish. Go to CAcert.org, install their root certificate and then follow their joining instructions. Once you have joined, request a certificate from the menu. You will receive an email with a link to the certificate. Click on the link from your email software, and hopefully it will be seamlessly installed. Next find the security section of the settings in your email software and configure digital signatures using the certificate you just downloaded. Hmm. Call me if you want, I'll guide you through it." msgstr "" -#: includes/account_stuff.php:123 www/account/25.php:23 www/account/25.php:40 +#: includes/account_stuff.php:126 www/account/25.php:23 www/account/25.php:40 #: www/account/26.php:25 www/account/26.php:35 msgid "Edit" msgstr "" @@ -558,11 +563,12 @@ msgid "Edit Organisation" msgstr "" #: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 +#: www/account/42.php:22 www/account/43.php:30 www/account/43.php:60 #: www/wot/5.php:22 msgid "Email" msgstr "" -#: includes/account_stuff.php:126 www/account/2.php:18 +#: includes/account_stuff.php:129 www/account/2.php:18 msgid "Email Accounts" msgstr "" @@ -658,7 +664,11 @@ msgstr "" msgid "Finally you will be asked information about 'extra' attribute, you simply hit enter to both these questions." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:173 www/account/42.php:19 +msgid "Find User" +msgstr "" + +#: includes/account_stuff.php:162 msgid "Find an Assurer" msgstr "" @@ -666,7 +676,8 @@ msgstr "" msgid "Finish up and exit IIS Certificate Wizard" msgstr "" -#: www/account/13.php:27 www/index/1.php:22 +#: www/account/13.php:27 www/account/43.php:64 www/account/43.php:80 +#: www/index/1.php:22 msgid "First Name" msgstr "" @@ -707,7 +718,7 @@ msgstr "" msgid "GPG Keys" msgstr "" -#: includes/account_stuff.php:163 +#: includes/account_stuff.php:166 msgid "GPG/PGP Keys" msgstr "" @@ -731,7 +742,7 @@ msgstr "" msgid "Generating a New Key Pair and CSR for IIS 5.0" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Go Home" msgstr "" @@ -832,6 +843,10 @@ msgstr "" msgid "I want to be listed" msgstr "" +#: www/account/43.php:48 +msgid "I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!" +msgstr "" + #: www/wot.php:126 msgid "I'm sorry, there was no email matching what you entered in the system. Please double check your information." msgstr "" @@ -987,7 +1002,7 @@ msgstr "" msgid "Language" msgstr "" -#: www/account/13.php:37 www/index/1.php:32 +#: www/account/13.php:37 www/account/43.php:72 www/index/1.php:32 msgid "Last Name" msgstr "" @@ -1022,7 +1037,7 @@ msgstr "" msgid "Login" msgstr "" -#: includes/account_stuff.php:119 +#: includes/account_stuff.php:122 msgid "Logout" msgstr "" @@ -1042,7 +1057,10 @@ msgstr "" msgid "Lost Pass Phrase Questions - Please enter five questions and your reponses to be used for security verifcation." msgstr "" -#: includes/general_stuff.php:58 +#: includes/general_stuff.php:58 www/account/43.php:88 www/account/43.php:92 +#: www/account/43.php:96 www/account/43.php:100 www/account/43.php:104 +#: www/account/43.php:108 www/account/43.php:112 www/account/43.php:116 +#: www/account/43.php:120 www/account/43.php:124 msgid "Lost Password" msgstr "" @@ -1096,6 +1114,10 @@ msgstr "" msgid "Microsoft Support Online" msgstr "" +#: www/account/43.php:68 +msgid "Middle Name" +msgstr "" + #: www/account/13.php:31 www/index/1.php:26 msgid "Middle Name(s)" msgstr "" @@ -1112,7 +1134,7 @@ msgstr "" msgid "My Account" msgstr "" -#: includes/account_stuff.php:123 www/account/36.php:18 +#: includes/account_stuff.php:126 www/account/36.php:18 msgid "My Alert Settings" msgstr "" @@ -1133,17 +1155,18 @@ msgstr "" #: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1619 includes/account.php:1722 -#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 -#: includes/general.php:327 includes/general.php:368 includes/general.php:386 -#: includes/general.php:418 www/account.php:32 www/error404.php:17 -#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 -#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 -#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 -#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 +#: includes/account.php:1729 includes/account.php:1737 +#: includes/general.php:281 includes/general.php:299 includes/general.php:327 +#: includes/general.php:368 includes/general.php:386 includes/general.php:418 +#: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242 +#: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23 +#: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50 +#: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40 +#: www/account/6.php:48 msgid "My CAcert.org Account!" msgstr "" -#: includes/account_stuff.php:122 www/account/0.php:19 www/account/13.php:23 +#: includes/account_stuff.php:125 www/account/0.php:19 www/account/13.php:23 #: www/index/1.php:19 msgid "My Details" msgstr "" @@ -1152,11 +1175,11 @@ msgstr "" msgid "My Language Settings" msgstr "" -#: includes/account_stuff.php:123 www/wot/8.php:19 +#: includes/account_stuff.php:126 www/wot/8.php:19 msgid "My Listing" msgstr "" -#: includes/account_stuff.php:123 +#: includes/account_stuff.php:126 msgid "My Location" msgstr "" @@ -1172,9 +1195,9 @@ msgstr "" msgid "Name" msgstr "" -#: includes/account_stuff.php:131 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:164 +#: includes/account_stuff.php:134 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:167 msgid "New" msgstr "" @@ -1192,7 +1215,7 @@ msgstr "" msgid "New Domain for %s" msgstr "" -#: includes/account_stuff.php:154 www/account/24.php:18 +#: includes/account_stuff.php:157 www/account/24.php:18 msgid "New Organisation" msgstr "" @@ -1206,8 +1229,8 @@ msgstr "" #: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: www/index.php:29 www/index.php:114 www/account/16.php:40 -#: www/account/24.php:45 www/account/3.php:62 www/index/1.php:107 -#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 +#: www/account/24.php:45 www/account/3.php:62 www/account/42.php:26 +#: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 msgid "Next" msgstr "" @@ -1296,11 +1319,11 @@ msgstr "" msgid "Open Directory Security folder" msgstr "" -#: includes/account_stuff.php:153 +#: includes/account_stuff.php:156 msgid "Org Admin" msgstr "" -#: includes/account_stuff.php:143 +#: includes/account_stuff.php:146 msgid "Org Client Certs" msgstr "" @@ -1308,7 +1331,7 @@ msgstr "" msgid "Org Client and Server Certificates" msgstr "" -#: includes/account_stuff.php:147 +#: includes/account_stuff.php:150 msgid "Org Server Certs" msgstr "" @@ -1423,7 +1446,7 @@ msgstr "" msgid "Privacy" msgstr "" -#: includes/account_stuff.php:184 includes/general_stuff.php:107 +#: includes/account_stuff.php:193 includes/general_stuff.php:107 #: www/account/39.php:15 www/index/10.php:15 msgid "Privacy Policy" msgstr "" @@ -1493,7 +1516,7 @@ msgstr "" msgid "Root Certificate (PEM Format)" msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "Rules" msgstr "" @@ -1533,6 +1556,10 @@ msgstr "" msgid "Select 'Server Certificate' at the bottom of the tab in the 'Secure communications' section." msgstr "" +#: www/account/43.php:24 +msgid "Select Specific Account Details" +msgstr "" + #: www/help/3.php:37 msgid "Select an easy to locate folder. You'll have to open this file up with Notepad. The CSR must be copied and pasted into our online form. Once the CSR has been submitted, you won't need this CSR any more as IIS won't reuse old CSR to generate new certificates." msgstr "" @@ -1554,7 +1581,7 @@ msgstr "" msgid "Sensitive Information" msgstr "" -#: includes/account_stuff.php:138 +#: includes/account_stuff.php:141 msgid "Server Certificates" msgstr "" @@ -1610,15 +1637,19 @@ msgstr "" msgid "Submit" msgstr "" -#: www/account/13.php:41 www/index/1.php:36 +#: www/account/13.php:41 www/account/43.php:76 www/index/1.php:36 msgid "Suffix" msgstr "" +#: includes/account_stuff.php:172 +msgid "System Admin" +msgstr "" + #: www/help/6.php:7 msgid "System will send you an email with a link in it, you just open the link in a webbrowser." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "TTP Form" msgstr "" @@ -1816,7 +1847,7 @@ msgstr "" msgid "Translations" msgstr "" -#: includes/account_stuff.php:159 www/wot/4.php:15 +#: includes/account_stuff.php:162 www/wot/4.php:15 msgid "Trusted Third Parties" msgstr "" @@ -1879,14 +1910,14 @@ msgstr "" msgid "Verified" msgstr "" -#: includes/account_stuff.php:127 includes/account_stuff.php:131 -#: includes/account_stuff.php:135 includes/account_stuff.php:139 -#: includes/account_stuff.php:144 includes/account_stuff.php:148 -#: includes/account_stuff.php:154 includes/account_stuff.php:164 +#: includes/account_stuff.php:130 includes/account_stuff.php:134 +#: includes/account_stuff.php:138 includes/account_stuff.php:142 +#: includes/account_stuff.php:147 includes/account_stuff.php:151 +#: includes/account_stuff.php:157 includes/account_stuff.php:167 msgid "View" msgstr "" -#: includes/account_stuff.php:154 +#: includes/account_stuff.php:157 msgid "View Organisations" msgstr "" @@ -1972,7 +2003,7 @@ msgstr "" msgid "With the proposed root certificate changes, there would be a new root, this would sign at least 1 sub-root, then the private key stored offline in a bank vault, with the sub-root doing all the signing, or alternatively 2 sub-roots, 1 for client certificates, one for server, the thinking behind this, if any of the sub-roots are compromised they can be revoked and reissued." msgstr "" -#: includes/account_stuff.php:159 +#: includes/account_stuff.php:162 msgid "WoT Form" msgstr "" @@ -2021,6 +2052,7 @@ msgid "You currently don't have access to the email address you selected, or you msgstr "" #: includes/account.php:1415 includes/account.php:1620 +#: includes/account.php:1738 msgid "You don't have access to this area." msgstr "" diff --git a/pages/account/42.php b/pages/account/42.php new file mode 100644 index 0000000..d0808da --- /dev/null +++ b/pages/account/42.php @@ -0,0 +1,30 @@ + + + This file is part of CAcert. + + CAcert has been released under the CAcert Source License + which can be found included with these source files or can + be downloaded from the internet from the following address: + http://www.cacert.org/src-lic.php + + CAcert is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the License for more details. +*/ ?> +
ERROR:
+
+ + + + + + + + + + + +
:
">
+ +
diff --git a/pages/account/43.php b/pages/account/43.php new file mode 100644 index 0000000..a9bff08 --- /dev/null +++ b/pages/account/43.php @@ -0,0 +1,132 @@ + + + This file is part of CAcert. + + CAcert has been released under the CAcert Source License + which can be found included with these source files or can + be downloaded from the internet from the following address: + http://www.cacert.org/src-lic.php + + CAcert is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the License for more details. +*/ ?> + 1) { ?> + + + + + + + + + + +
:
+ 0) + { + $id = intval($_GET['userid']); + $query = "select * from `users` where `id`='$id'"; + $res = mysql_query($query); + if(mysql_num_rows($res) <= 0) + { + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + } else { + $row = mysql_fetch_assoc($res); + $query = "select sum(`points`) as `points` from `notary` where `to`='".$row['id']."'"; + $dres = mysql_query($query); + $drow = mysql_fetch_assoc($dres); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
:
:
:
:
:
:
:
- Q1:
- A1:
- Q2:
- A2:
- Q3:
- A3:
- Q4:
- A4:
- Q5:
- A5:
:
+ diff --git a/www/src-lic.php b/www/src-lic.php index 70b212a..202b2f4 100644 --- a/www/src-lic.php +++ b/www/src-lic.php @@ -1,7 +1,7 @@