added admin section

pull/1/head
root 20 years ago
parent 8a7b9e455a
commit 8d4529807b

@ -1409,7 +1409,7 @@
if(($id == 24 || $oldid == 24 || $id == 25 || $oldid == 25 || $id == 26 || $oldid == 26 || 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 == 27 || $oldid == 27 || $id == 28 || $oldid == 28 || $id == 29 || $oldid == 29 ||
$id == 30 || $oldid == 30 || $id == 31 || $oldid == 31) && $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!")); showheader(_("My CAcert.org Account!"));
echo _("You don't have access to this area."); 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'"; $query = "select * from `org` where `memid`='".$_SESSION['profile']['id']."' and `masteracc`='1'";
$_macc = mysql_num_rows(mysql_query($query)); $_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!")); showheader(_("My CAcert.org Account!"));
echo _("You don't have access to this area."); 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']; $orgid = $_SESSION['_config']['orgid'];
$query = "select * from `org` where `orgid`='$orgid' and `memid`='".$_SESSION['profile']['id']."'"; $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); $orgid = intval($orgid);
$memid = intval($memid); $memid = intval($memid);
@ -1732,6 +1732,26 @@
exit; 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) if(intval($cert) > 0)
$_SESSION['_config']['cert'] = intval($cert); $_SESSION['_config']['cert'] = intval($cert);
if(intval($orgid) > 0) if(intval($orgid) > 0)

@ -49,6 +49,7 @@
case 13: case 13:
case 14: case 14:
case 36: case 36:
case 41:
case 507: case 507:
case 508: $expand = " explode('mydetails');"; break; case 508: $expand = " explode('mydetails');"; break;
case 16: case 16:
@ -71,6 +72,8 @@
case 33: case 33:
case 34: case 34:
case 35: $expand = " explode('orgadmin');"; break; case 35: $expand = " explode('orgadmin');"; break;
case 42:
case 43: $expand = " explode('sysadmin');"; break;
case 500: case 500:
case 501: case 501:
case 502: case 502:
@ -163,6 +166,12 @@ function hideall() {
<h3 onclick="explode('gpg')">+ <?=_("GPG/PGP Keys")?></h3> <h3 onclick="explode('gpg')">+ <?=_("GPG/PGP Keys")?></h3>
<ul class="menu" id="gpg"><li><a href="#"><?=_("New")?></a></li><li><a href="#"><?=_("View")?></a></li></ul> <ul class="menu" id="gpg"><li><a href="#"><?=_("New")?></a></li><li><a href="#"><?=_("View")?></a></li></ul>
</div> </div>
<? } ?>
<? if($_SESSION['profile']['admin'] == 1) { ?>
<div class="relatedLinks">
<h3 onclick="explode('sysadmin')">+ <?=_("System Admin")?></h3>
<ul class="menu" id="sysadmin"><li><a href="account.php?id=42"><?=_("Find User")?></a></li></ul>
</div>
<? } ?> <? } ?>
</div> </div>
<div id="content"> <div id="content">

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CAcert\n" "Project-Id-Version: CAcert\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-08-04 13:36+1000\n"
"Last-Translator: Duane <duane@cacert.org>\n" "Last-Translator: Duane <duane@cacert.org>\n"
"Language-Team: Duane <duane@cacert.org>\n" "Language-Team: Duane <duane@cacert.org>\n"
@ -10,6 +10,11 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -66,7 +71,7 @@ msgid ""
"sooner it can achieve the goals of the community." "sooner it can achieve the goals of the community."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Om" msgstr "Om"
@ -74,13 +79,13 @@ msgstr "Om"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Om 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" msgid "About Us"
msgstr "Om os" msgstr "Om os"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -220,7 +225,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Personlig information" msgstr "Personlig information"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Besked ved ændringer" msgstr "Besked ved ændringer"
@ -230,12 +235,12 @@ msgstr "Besked ved
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Besked ved ændringer" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Personlig information" msgstr "Personlig information"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Bliv en notarius" msgstr "Bliv en notarius"
@ -327,7 +332,7 @@ msgstr "CAcert net af tillid"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "CAcert.org support!" 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" msgid "CAcert Web of Trust"
msgstr "CAcert net af tillid" msgstr "CAcert net af tillid"
@ -432,7 +437,7 @@ msgstr "Certifikat installation mislykkedes!"
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Skift kodeord" msgstr "Skift kodeord"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Skift kodeord" msgstr "Skift kodeord"
@ -454,7 +459,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Klient certifikater" msgstr "Klient certifikater"
@ -517,7 +522,7 @@ msgstr "Kontakt email"
msgid "Contact Email" msgid "Contact Email"
msgstr "Kontakt 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Kontakt os" msgstr "Kontakt os"
@ -578,8 +583,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Slet" msgstr "Slet"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Fødselsdato" msgstr "Fødselsdato"
@ -587,7 +592,7 @@ msgstr "F
msgid "Default" msgid "Default"
msgstr "Standard" msgstr "Standard"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "Default Language" msgid "Default Language"
msgstr "Standard" msgstr "Standard"
@ -652,7 +657,7 @@ msgstr "Dom
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Domæne certifikater" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domæner" msgstr "Domæner"
@ -662,7 +667,7 @@ msgstr "Dom
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Domæne certifikater" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Donationer" msgstr "Donationer"
@ -684,7 +689,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Rediger" msgstr "Rediger"
@ -694,11 +699,12 @@ msgid "Edit Organisation"
msgstr "Rediger organisation" msgstr "Rediger organisation"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "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" msgid "Email Accounts"
msgstr "Emailkonti" msgstr "Emailkonti"
@ -806,7 +812,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Bliv en notarius" msgstr "Bliv en notarius"
@ -815,7 +826,8 @@ msgstr "Bliv en notarius"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Fornavn" msgstr "Fornavn"
@ -867,7 +879,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "GPG nøgler" msgstr "GPG nøgler"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "GPG/PGP nøgler" msgstr "GPG/PGP nøgler"
@ -896,7 +908,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Gå til start" msgstr "Gå til start"
@ -1030,6 +1042,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1260,7 +1278,7 @@ msgstr "N
msgid "Language" msgid "Language"
msgstr "Standard" 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" msgid "Last Name"
msgstr "Efternavn" msgstr "Efternavn"
@ -1298,7 +1316,7 @@ msgstr "Position."
msgid "Login" msgid "Login"
msgstr "Login" msgstr "Login"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Log ud" msgstr "Log ud"
@ -1320,7 +1338,10 @@ msgid ""
"to be used for security verifcation." "to be used for security verifcation."
msgstr "" 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" msgid "Lost Password"
msgstr "Glemt kodeord" msgstr "Glemt kodeord"
@ -1387,6 +1408,11 @@ msgstr "Rod certifikat (PEM format)"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "CAcert.org support!" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Mellemnavn(e)" msgstr "Mellemnavn(e)"
@ -1416,7 +1442,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Min konto" 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" msgid "My Alert Settings"
msgstr "" msgstr ""
@ -1437,17 +1463,18 @@ msgstr ""
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Min CAcert.org konto!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Mine detajler" msgstr "Mine detajler"
@ -1456,12 +1483,12 @@ msgstr "Mine detajler"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 www/wot/8.php:19 #: includes/account_stuff.php:126 www/wot/8.php:19
#, fuzzy #, fuzzy
msgid "My Listing" msgid "My Listing"
msgstr "Position." msgstr "Position."
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "My Location" msgid "My Location"
msgstr "Position." msgstr "Position."
@ -1478,9 +1505,9 @@ msgstr "I/T"
msgid "Name" msgid "Name"
msgstr "Navn" msgstr "Navn"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Ny" msgstr "Ny"
@ -1498,7 +1525,7 @@ msgstr "Nyt klient certifikat"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Nyt domæne 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" msgid "New Organisation"
msgstr "Ny 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 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Næste" msgstr "Næste"
@ -1644,11 +1671,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Org. administrator" msgstr "Org. administrator"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Org. klient certifikater" msgstr "Org. klient certifikater"
@ -1657,7 +1684,7 @@ msgstr "Org. klient certifikater"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Server certifikater" msgstr "Server certifikater"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Org. server certifikater" msgstr "Org. server certifikater"
@ -1791,7 +1818,7 @@ msgstr "Opret certifikat foresp
msgid "Privacy" msgid "Privacy"
msgstr "Privatoplysnings politik" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privatoplysnings politik" msgstr "Privatoplysnings politik"
@ -1865,7 +1892,7 @@ msgstr "Rod certifikat (DER format)"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Rod certifikat (PEM format)" msgstr "Rod certifikat (PEM format)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Regler" msgstr "Regler"
@ -1928,6 +1955,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -1954,7 +1985,7 @@ msgstr "Send"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Personlig information" msgstr "Personlig information"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Server certifikater" msgstr "Server certifikater"
@ -2027,17 +2058,21 @@ msgstr "SubjectAltName"
msgid "Submit" msgid "Submit"
msgstr "Send" 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" msgid "Suffix"
msgstr "Suffix" msgstr "Suffix"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "TTP Form" msgid "TTP Form"
msgstr "WoT Formular" msgstr "WoT Formular"
@ -2389,7 +2424,7 @@ msgstr "By/Forstad"
msgid "Translations" msgid "Translations"
msgstr "Oversættelser" 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" msgid "Trusted Third Parties"
msgstr "Tredjeparter med tillid til" msgstr "Tredjeparter med tillid til"
@ -2460,14 +2495,14 @@ msgstr "Gyldig"
msgid "Verified" msgid "Verified"
msgstr "Bekræftet" msgstr "Bekræftet"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Vis" msgstr "Vis"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Vis organisationer" msgstr "Vis organisationer"
@ -2615,7 +2650,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "WoT Form" msgid "WoT Form"
msgstr "WoT Formular" msgstr "WoT Formular"
@ -2704,6 +2739,7 @@ msgstr ""
"bekræftet den endnu." "bekræftet den endnu."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "Du har ikke adgang til dette område." msgstr "Du har ikke adgang til dette område."

@ -13,7 +13,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: de\n" "Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-25 17:10+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: <de@li.org>\n" "Language-Team: <de@li.org>\n"
@ -22,6 +22,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -91,7 +96,7 @@ msgstr ""
"CAcert bekommt, desto schneller können die Ziele der Community erreicht " "CAcert bekommt, desto schneller können die Ziele der Community erreicht "
"werden" "werden"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
@ -99,13 +104,13 @@ msgstr "Über"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Über 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" msgid "About Us"
msgstr "Über uns" msgstr "Über uns"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -250,7 +255,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Assurance Bestätigung" msgstr "Assurance Bestätigung"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Max. Punkte" msgstr "Max. Punkte"
@ -260,12 +265,12 @@ msgstr "Max. Punkte"
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Assurance Punkte, die Sie vergeben haben" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Jemand bestätigen" msgstr "Jemand bestätigen"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Ein Assurer werden" msgstr "Ein Assurer werden"
@ -370,7 +375,7 @@ msgstr "CAcert Neuigkeiten"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "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" msgid "CAcert Web of Trust"
msgstr "CAcert Web of Trust" msgstr "CAcert Web of Trust"
@ -479,7 +484,7 @@ msgstr "Zertifikats-Installation fehlgeschlagen!"
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Passphrase ändern" msgstr "Passphrase ändern"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Passwort ändern" msgstr "Passwort ändern"
@ -501,7 +506,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Client Zertifikate" msgstr "Client Zertifikate"
@ -568,7 +573,7 @@ msgstr "Kontakt Details"
msgid "Contact Email" msgid "Contact Email"
msgstr "Kontakt 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Kontakt" msgstr "Kontakt"
@ -627,8 +632,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Geburtsdatum" msgstr "Geburtsdatum"
@ -636,7 +641,7 @@ msgstr "Geburtsdatum"
msgid "Default" msgid "Default"
msgstr "Vorgabe" msgstr "Vorgabe"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Default Language" msgid "Default Language"
msgstr "Vorgegebene Sprache" msgstr "Vorgegebene Sprache"
@ -700,7 +705,7 @@ msgstr "Domain"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Domain Zertifikate" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domänen" msgstr "Domänen"
@ -709,7 +714,7 @@ msgstr "Domänen"
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Domainen und Server Zertifikate" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Spenden" msgstr "Spenden"
@ -733,7 +738,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Bearbeiten" msgstr "Bearbeiten"
@ -743,11 +748,12 @@ msgid "Edit Organisation"
msgstr "Bearbeite Organisation" msgstr "Bearbeite Organisation"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "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" msgid "Email Accounts"
msgstr "Email Konto" msgstr "Email Konto"
@ -855,7 +861,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Ein Assurer werden" msgstr "Ein Assurer werden"
@ -864,7 +875,8 @@ msgstr "Ein Assurer werden"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Vorname" msgstr "Vorname"
@ -913,7 +925,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "GPG/PGP Schlüssel" msgstr "GPG/PGP Schlüssel"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "GPG/PGP Schlüssel" msgstr "GPG/PGP Schlüssel"
@ -942,7 +954,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Gehe zur Hauptseite" msgstr "Gehe zur Hauptseite"
@ -1091,6 +1103,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Ich will aufgelistet werden" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1337,7 +1355,7 @@ msgstr "Schlüsselgröße:"
msgid "Language" msgid "Language"
msgstr "Sprache" 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" msgid "Last Name"
msgstr "Familienname" msgstr "Familienname"
@ -1373,7 +1391,7 @@ msgstr "Platz/Ort"
msgid "Login" msgid "Login"
msgstr "Login" msgstr "Login"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Abmelden" msgstr "Abmelden"
@ -1398,7 +1416,10 @@ msgstr ""
"Fragen und die dazupassenden Antworten ein, die sie in 5 Jahren möglichst " "Fragen und die dazupassenden Antworten ein, die sie in 5 Jahren möglichst "
"identisch beantworten können sollten." "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" msgid "Lost Password"
msgstr "Verlorenes Passwort" msgstr "Verlorenes Passwort"
@ -1463,6 +1484,11 @@ msgstr "Wurzelzertifikat (PEM Format)"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "CAcert Support Team" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Mittlere Namen" msgstr "Mittlere Namen"
@ -1492,7 +1518,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Mein Konto" 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" msgid "My Alert Settings"
msgstr "Meine Alarm Einstellungen" msgstr "Meine Alarm Einstellungen"
@ -1513,17 +1539,18 @@ msgstr "Meine Alarm Einstellungen"
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Mein CAcert.org Konto!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Meine Details" msgstr "Meine Details"
@ -1532,11 +1559,11 @@ msgstr "Meine Details"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "Meine Sprach Einstellungen" 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" msgid "My Listing"
msgstr "Meine Auflistung" msgstr "Meine Auflistung"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "Mein Standort" msgstr "Mein Standort"
@ -1552,9 +1579,9 @@ msgstr "N/A"
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Neu" msgstr "Neu"
@ -1572,7 +1599,7 @@ msgstr "Neues Client-Zertifikat"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Neue Domäne für %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" msgid "New Organisation"
msgstr "Neue 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 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Weiter" msgstr "Weiter"
@ -1720,11 +1747,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Org Admin" msgstr "Org Admin"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Organisations Client Zertifikate" msgstr "Organisations Client Zertifikate"
@ -1732,7 +1759,7 @@ msgstr "Organisations Client Zertifikate"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Organisations Client- und Server Zertifikate" msgstr "Organisations Client- und Server Zertifikate"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Organisations Server Zertifikate" msgstr "Organisations Server Zertifikate"
@ -1866,7 +1893,7 @@ msgstr "Erstellen einer Zertifikatsanfrage(CSR)"
msgid "Privacy" msgid "Privacy"
msgstr "Privatsphären Regelung" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privatsphären Vereinbarung" msgstr "Privatsphären Vereinbarung"
@ -1939,7 +1966,7 @@ msgstr "Wurzelzertifikat (DER Format)"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Wurzelzertifikat (PEM Format)" msgstr "Wurzelzertifikat (PEM Format)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Regeln" msgstr "Regeln"
@ -2002,6 +2029,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2028,7 +2059,7 @@ msgstr "Senden"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Kontakt Informationen" msgstr "Kontakt Informationen"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Server Zertifikate" msgstr "Server Zertifikate"
@ -2103,17 +2134,21 @@ msgstr "SubjectAltName"
msgid "Submit" msgid "Submit"
msgstr "Abschicken" 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" msgid "Suffix"
msgstr "Suffix" msgstr "Suffix"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "TTP Formular" msgstr "TTP Formular"
@ -2474,7 +2509,7 @@ msgstr "Stadt/Stadtteil"
msgid "Translations" msgid "Translations"
msgstr "Übersetzungen" 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" msgid "Trusted Third Parties"
msgstr "Vertrauenswürdige Dritte (TTP)" msgstr "Vertrauenswürdige Dritte (TTP)"
@ -2543,14 +2578,14 @@ msgstr "Gültig"
msgid "Verified" msgid "Verified"
msgstr "Verifiziert" msgstr "Verifiziert"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Anzeigen" msgstr "Anzeigen"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Zeige Organisationen" msgstr "Zeige Organisationen"
@ -2702,7 +2737,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "WoT Formular" msgstr "WoT Formular"
@ -2817,6 +2852,7 @@ msgstr ""
"haben, oder Sie haben sie noch nicht verifiziert." "haben, oder Sie haben sie noch nicht verifiziert."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "Sie haben hier keinen Zugang zu diesem Bereich." msgstr "Sie haben hier keinen Zugang zu diesem Bereich."

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CAcert\n" "Project-Id-Version: CAcert\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-26 00:16+0100\n"
"Last-Translator: Roberto <roberto@ryesoft.com>\n" "Last-Translator: Roberto <roberto@ryesoft.com>\n"
"Language-Team: Duane <duane@cacert.org>\n" "Language-Team: Duane <duane@cacert.org>\n"
@ -13,6 +13,11 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -82,7 +87,7 @@ msgstr ""
"CUALQUIER cantidad será bienvenida. Cuantos más fondos reciba CAcert, antes " "CUALQUIER cantidad será bienvenida. Cuantos más fondos reciba CAcert, antes "
"se alcanzarán las metas de la comunidad." "se alcanzarán las metas de la comunidad."
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Acerca de" msgstr "Acerca de"
@ -90,13 +95,13 @@ msgstr "Acerca de"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Acerca de 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" msgid "About Us"
msgstr "Acerca de nosotros" msgstr "Acerca de nosotros"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -242,7 +247,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Confirmación de Autorización" msgstr "Confirmación de Autorización"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Puntos Máximos" msgstr "Puntos Máximos"
@ -252,12 +257,12 @@ msgstr "Puntos M
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Puntos que ha Emitido" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Autorizar a Alguien" msgstr "Autorizar a Alguien"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Convertirse en Notario" msgstr "Convertirse en Notario"
@ -360,7 +365,7 @@ msgstr "Noticias CAcert"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "Equipo de Soporte CAcert" 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" msgid "CAcert Web of Trust"
msgstr "Anillo de Confianza CAcert" msgstr "Anillo de Confianza CAcert"
@ -468,7 +473,7 @@ msgstr "
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Cambiar Contraseña" msgstr "Cambiar Contraseña"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Cambiar Contraseña" msgstr "Cambiar Contraseña"
@ -490,7 +495,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Certificado de Cliente" msgstr "Certificado de Cliente"
@ -557,7 +562,7 @@ msgstr "Datos de Contacto"
msgid "Contact Email" msgid "Contact Email"
msgstr "E-Mail de Contacto" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Contacte con nosotros" msgstr "Contacte con nosotros"
@ -615,8 +620,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Fecha" msgstr "Fecha"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Fecha de Nacimiento" msgstr "Fecha de Nacimiento"
@ -624,7 +629,7 @@ msgstr "Fecha de Nacimiento"
msgid "Default" msgid "Default"
msgstr "Predeterminado" msgstr "Predeterminado"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Default Language" msgid "Default Language"
msgstr "Idioma Predeterminado" msgstr "Idioma Predeterminado"
@ -688,7 +693,7 @@ msgstr "Dominio"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Certificados de Dominio" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Dominios" msgstr "Dominios"
@ -697,7 +702,7 @@ msgstr "Dominios"
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Dominios y Certificados de Servidor" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Donaciones" msgstr "Donaciones"
@ -721,7 +726,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
@ -731,11 +736,12 @@ msgid "Edit Organisation"
msgstr "Editar Organización" msgstr "Editar Organización"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "E-Mail" 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" msgid "Email Accounts"
msgstr "Cuentas E-Mail" msgstr "Cuentas E-Mail"
@ -843,7 +849,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Convertirse en Notario" msgstr "Convertirse en Notario"
@ -852,7 +863,8 @@ msgstr "Convertirse en Notario"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Nombre" msgstr "Nombre"
@ -903,7 +915,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "Claves GPG/PGP" msgstr "Claves GPG/PGP"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "Claves GPG/PGP" msgstr "Claves GPG/PGP"
@ -932,7 +944,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Ir a Página Inicial" msgstr "Ir a Página Inicial"
@ -1082,6 +1094,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Quiero ser listado" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1352,7 +1370,7 @@ msgstr "Tama
msgid "Language" msgid "Language"
msgstr "Idioma" 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" msgid "Last Name"
msgstr "Apellido" msgstr "Apellido"
@ -1387,7 +1405,7 @@ msgstr "Nombre de Ubicaci
msgid "Login" msgid "Login"
msgstr "Entrar" msgstr "Entrar"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Desconectar" msgstr "Desconectar"
@ -1411,7 +1429,10 @@ msgstr ""
"Preguntas en caso de olivido de la Contraseña - Introduzca cinco preguntas y " "Preguntas en caso de olivido de la Contraseña - Introduzca cinco preguntas y "
"sus respuestas para ser usadas como validación." "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" msgid "Lost Password"
msgstr "Contraseña olvidada" msgstr "Contraseña olvidada"
@ -1476,6 +1497,11 @@ msgstr "Certificado Ra
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "Equipo de Soporte CAcert" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Segundo Nombre" msgstr "Segundo Nombre"
@ -1505,7 +1531,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Mi Cuenta" 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" msgid "My Alert Settings"
msgstr "Mi Configuración de Alertas" msgstr "Mi Configuración de Alertas"
@ -1526,17 +1552,18 @@ msgstr "Mi Configuraci
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Mi cuenta CAcert.org!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Mis Datos" msgstr "Mis Datos"
@ -1545,11 +1572,11 @@ msgstr "Mis Datos"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "Mi Configuración de Idioma" 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" msgid "My Listing"
msgstr "Mi Directorio" msgstr "Mi Directorio"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "Mi Ubicación" msgstr "Mi Ubicación"
@ -1565,9 +1592,9 @@ msgstr "N/A"
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Nuevo" msgstr "Nuevo"
@ -1585,7 +1612,7 @@ msgstr "Nuevo Certificado de Cliente"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Nuevo Dominio para %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" msgid "New Organisation"
msgstr "Nueva Organización" msgstr "Nueva Organización"
@ -1599,8 +1626,8 @@ msgstr "Las nuevas Contrase
#: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Siguiente" msgstr "Siguiente"
@ -1736,11 +1763,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Admin. Org." msgstr "Admin. Org."
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Certif. Cliente Org" msgstr "Certif. Cliente Org"
@ -1748,7 +1775,7 @@ msgstr "Certif. Cliente Org"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Clientes Org y Certificados de Servidor" msgstr "Clientes Org y Certificados de Servidor"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Certif. de Servidor Org." msgstr "Certif. de Servidor Org."
@ -1884,7 +1911,7 @@ msgstr "Crear una Solicitud de Certificado"
msgid "Privacy" msgid "Privacy"
msgstr "Privacidad" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de Privacidad" msgstr "Política de Privacidad"
@ -1957,7 +1984,7 @@ msgstr "Certificado Ra
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Certificado Raíz (Formato PEM)" msgstr "Certificado Raíz (Formato PEM)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Reglas" msgstr "Reglas"
@ -2020,6 +2047,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2046,7 +2077,7 @@ msgstr "Enviar"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Información de Contacto" msgstr "Información de Contacto"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Certificados de Servidor" msgstr "Certificados de Servidor"
@ -2121,17 +2152,21 @@ msgstr "SubjectAltName"
msgid "Submit" msgid "Submit"
msgstr "Enviar" 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" msgid "Suffix"
msgstr "Sufijo" msgstr "Sufijo"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "Formulario TTP" msgstr "Formulario TTP"
@ -2520,7 +2555,7 @@ msgstr "Municipio/Suburbio"
msgid "Translations" msgid "Translations"
msgstr "Traducciones" 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" msgid "Trusted Third Parties"
msgstr "Terceros de Confianza" msgstr "Terceros de Confianza"
@ -2591,14 +2626,14 @@ msgstr "V
msgid "Verified" msgid "Verified"
msgstr "Verificado" msgstr "Verificado"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Ver" msgstr "Ver"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Ver Organizaciones" msgstr "Ver Organizaciones"
@ -2754,7 +2789,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "Formulario WoT" msgstr "Formulario WoT"
@ -2869,6 +2904,7 @@ msgstr ""
"verificado todavía." "verificado todavía."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "No tiene permiso de acceso a esta área." msgstr "No tiene permiso de acceso a esta área."

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: LibreSSL\n" "Project-Id-Version: LibreSSL\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-23 00:13+0100\n"
"Last-Translator: Laurent Cottereau <clark@minet.net>\n" "Last-Translator: Laurent Cottereau <clark@minet.net>\n"
"Language-Team: multiple <clark@minet.net>\n" "Language-Team: multiple <clark@minet.net>\n"
@ -16,6 +16,11 @@ msgstr ""
"X-Poedit-Language: French\n" "X-Poedit-Language: French\n"
"X-Poedit-Country: FRANCE\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" 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 " "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." "tôt les buts de la communauté seront atteints."
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "A propos" msgstr "A propos"
@ -92,13 +97,13 @@ msgstr "A propos"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "A propos de LibreSSL.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" msgid "About Us"
msgstr "A notre sujet" msgstr "A notre sujet"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -240,7 +245,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Informations personnelles" msgstr "Informations personnelles"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Avis de modifications" msgstr "Avis de modifications"
@ -250,12 +255,12 @@ msgstr "Avis de modifications"
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Avis de modifications" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Informations personnelles" msgstr "Informations personnelles"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Devenir Notaire" msgstr "Devenir Notaire"
@ -356,7 +361,7 @@ msgstr "Les infos de CAcert"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "L'équipe d'aide de CAcert" 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" msgid "CAcert Web of Trust"
msgstr "La toile de confiance de CAcert" msgstr "La toile de confiance de CAcert"
@ -466,7 +471,7 @@ msgstr "L'installation de certificat a échoué!"
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Modifier le mot de passe" msgstr "Modifier le mot de passe"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Changement du Mot de Passe" msgstr "Changement du Mot de Passe"
@ -488,7 +493,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Certificats Client" msgstr "Certificats Client"
@ -558,7 +563,7 @@ msgstr "Contactez-nous"
msgid "Contact Email" msgid "Contact Email"
msgstr "Email de contact" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Contactez-nous" msgstr "Contactez-nous"
@ -618,8 +623,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Sauvegarder" msgstr "Sauvegarder"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Date de naissance" msgstr "Date de naissance"
@ -627,7 +632,7 @@ msgstr "Date de naissance"
msgid "Default" msgid "Default"
msgstr "Défaut" msgstr "Défaut"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Default Language" msgid "Default Language"
msgstr "Langage par défaut" msgstr "Langage par défaut"
@ -691,7 +696,7 @@ msgstr "Domaine"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Certificats de domaines" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domaines" msgstr "Domaines"
@ -701,7 +706,7 @@ msgstr "Domaines"
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Certificats de domaines" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Dons" msgstr "Dons"
@ -725,7 +730,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Modifier" msgstr "Modifier"
@ -735,11 +740,12 @@ msgid "Edit Organisation"
msgstr "Modifier l'Organisme" msgstr "Modifier l'Organisme"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "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" msgid "Email Accounts"
msgstr "Comptes mail" msgstr "Comptes mail"
@ -847,7 +853,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Devenir Notaire" msgstr "Devenir Notaire"
@ -856,7 +867,8 @@ msgstr "Devenir Notaire"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Prénom" msgstr "Prénom"
@ -908,7 +920,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "Clés GPG" msgstr "Clés GPG"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "Clés GPG/PGP" msgstr "Clés GPG/PGP"
@ -937,7 +949,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Aller à l'Accueil" msgstr "Aller à l'Accueil"
@ -1081,6 +1093,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Je veux être listé" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1338,7 +1356,7 @@ msgstr ""
msgid "Language" msgid "Language"
msgstr "Langage par défaut" 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" msgid "Last Name"
msgstr "Nom" msgstr "Nom"
@ -1375,7 +1393,7 @@ msgstr "Ville"
msgid "Login" msgid "Login"
msgstr "Login" msgstr "Login"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
@ -1397,7 +1415,10 @@ msgid ""
"to be used for security verifcation." "to be used for security verifcation."
msgstr "" 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 #, fuzzy
msgid "Lost Password" msgid "Lost Password"
msgstr "Mot de passe perdu" msgstr "Mot de passe perdu"
@ -1464,6 +1485,12 @@ msgstr "Certificat racine (format PEM)"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "L'équipe d'aide de CAcert" 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... # Not used in french...
#: www/account/13.php:31 www/index/1.php:26 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
@ -1494,7 +1521,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Mon compte" 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" msgid "My Alert Settings"
msgstr "" msgstr ""
@ -1515,18 +1542,19 @@ msgstr ""
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: www/account/23.php:23 www/account/6.php:21 www/account/6.php:40
#: www/account/6.php:48
#, fuzzy #, fuzzy
msgid "My CAcert.org Account!" msgid "My CAcert.org Account!"
msgstr "Mon compte LibreSSL.org!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Mes détails" msgstr "Mes détails"
@ -1535,12 +1563,12 @@ msgstr "Mes détails"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 www/wot/8.php:19 #: includes/account_stuff.php:126 www/wot/8.php:19
#, fuzzy #, fuzzy
msgid "My Listing" msgid "My Listing"
msgstr "Ville" msgstr "Ville"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "My Location" msgid "My Location"
msgstr "Ville" msgstr "Ville"
@ -1557,9 +1585,9 @@ msgstr ""
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "" msgstr ""
@ -1577,7 +1605,7 @@ msgstr "Nouveau certificat client"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Supprimer le domaine de '%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 #, fuzzy
msgid "New Organisation" msgid "New Organisation"
msgstr "Organisation" msgstr "Organisation"
@ -1592,8 +1620,8 @@ msgstr ""
#: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Suivant" msgstr "Suivant"
@ -1728,12 +1756,12 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
#, fuzzy #, fuzzy
msgid "Org Admin" msgid "Org Admin"
msgstr "Admins" msgstr "Admins"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
#, fuzzy #, fuzzy
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Certificats Client" msgstr "Certificats Client"
@ -1743,7 +1771,7 @@ msgstr "Certificats Client"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Nouveau certificat client" msgstr "Nouveau certificat client"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
#, fuzzy #, fuzzy
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Nouveau certificat client" msgstr "Nouveau certificat client"
@ -1881,7 +1909,7 @@ msgstr "Requête de Création de Certificat"
msgid "Privacy" msgid "Privacy"
msgstr "Règles de confidentialité" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Règles de confidentialité" msgstr "Règles de confidentialité"
@ -1957,7 +1985,7 @@ msgstr "Certificat racine (format DER)"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Certificat racine (format PEM)" msgstr "Certificat racine (format PEM)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@ -2020,6 +2048,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2046,7 +2078,7 @@ msgstr "Envoyer"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Informations personnelles" msgstr "Informations personnelles"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
#, fuzzy #, fuzzy
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Certificats de domaines" msgstr "Certificats de domaines"
@ -2122,17 +2154,21 @@ msgid "Submit"
msgstr "Envoyer" msgstr "Envoyer"
# As middle name, not used... # 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" msgid "Suffix"
msgstr "Suffixe" msgstr "Suffixe"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "" msgstr ""
@ -2474,7 +2510,7 @@ msgstr ""
msgid "Translations" msgid "Translations"
msgstr "Organisation" 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" msgid "Trusted Third Parties"
msgstr "" msgstr ""
@ -2542,14 +2578,14 @@ msgstr "Valide"
msgid "Verified" msgid "Verified"
msgstr "" msgstr ""
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "" msgstr ""
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
#, fuzzy #, fuzzy
msgid "View Organisations" msgid "View Organisations"
msgstr "Modifier l'Organisme" msgstr "Modifier l'Organisme"
@ -2707,7 +2743,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "" msgstr ""
@ -2788,6 +2824,7 @@ msgid ""
msgstr "" msgstr ""
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "" msgstr ""

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CACert\n" "Project-Id-Version: CACert\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-13 16:46+0100\n"
"Last-Translator: Levente Farkas <lfarkas@lfarkas.org>\n" "Last-Translator: Levente Farkas <lfarkas@lfarkas.org>\n"
"Language-Team: Hungarian <lfarkas@lfarkas.org>\n" "Language-Team: Hungarian <lfarkas@lfarkas.org>\n"
@ -14,6 +14,11 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: www/account/43.php:57
#, fuzzy, php-format
msgid "%s's Account Details"
msgstr "Kapcsolat jellemz&#x151;k"
#: www/account/32.php:21 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -84,7 +89,7 @@ msgstr ""
"st kap a CAcert, ann&#xe1;l hamarabb &eacute;rhetj&#xfc;k el a k&ouml;z&ouml;" "st kap a CAcert, ann&#xe1;l hamarabb &eacute;rhetj&#xfc;k el a k&ouml;z&ouml;"
"ss&eacute;g c&eacute;ljait." "ss&eacute;g c&eacute;ljait."
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "N&eacute;vjegy" msgstr "N&eacute;vjegy"
@ -92,13 +97,13 @@ msgstr "N&eacute;vjegy"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "A CAcert.org-r&#xf3;l" msgstr "A CAcert.org-r&#xf3;l"
#: includes/account_stuff.php:183 includes/general_stuff.php:106 #: includes/account_stuff.php:192 includes/general_stuff.php:106
msgid "About Us" msgid "About Us"
msgstr "R&#xf3;lunk" msgstr "R&#xf3;lunk"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -245,7 +250,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Hiteles&#xed;t&eacute;s meger&#x151;s&#xed;t&eacute;se" msgstr "Hiteles&#xed;t&eacute;s meger&#x151;s&#xed;t&eacute;se"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Hiteles&#xed;t&eacute;si pontok" msgstr "Hiteles&#xed;t&eacute;si pontok"
@ -255,12 +260,12 @@ msgstr "Hiteles&#xed;t&eacute;si pontok"
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Hiteles&#xed;t&eacute;si pontok" msgstr "Hiteles&#xed;t&eacute;si pontok"
#: includes/account_stuff.php:159 www/wot/5.php:19 #: includes/account_stuff.php:162 www/wot/5.php:19
#, fuzzy #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Hitels&#xed;t valakit" msgstr "Hitels&#xed;t valakit"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik" msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik"
@ -370,7 +375,7 @@ msgstr "CAcert h&#xed;rek"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "CAcert t&#xe1;mogat&#xf3; csapat" msgstr "CAcert t&#xe1;mogat&#xf3; 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" msgid "CAcert Web of Trust"
msgstr "CAcert webes hiteles&#xed;t&eacute;s" msgstr "CAcert webes hiteles&#xed;t&eacute;s"
@ -485,7 +490,7 @@ msgstr "A tan&#xfa;s&#xed;tv&#xe1;ny telep&#xed;t&eacute;se nem sikr&#xfc;lt!"
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "A jelsz&#xf3; meg&v&#xe1;ltoztat&#xe1;sa" msgstr "A jelsz&#xf3; meg&v&#xe1;ltoztat&#xe1;sa"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "A jelsz&#xf3; megv&#xe1;ltoztat&#xe1;sa" msgstr "A jelsz&#xf3; megv&#xe1;ltoztat&#xe1;sa"
@ -507,7 +512,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Kliens oldali tan&#xfa;s&#xed;tv&#xe1;nyok" msgstr "Kliens oldali tan&#xfa;s&#xed;tv&#xe1;nyok"
@ -577,7 +582,7 @@ msgstr "Kapcsolat jellemz&#x151;k"
msgid "Contact Email" msgid "Contact Email"
msgstr "Kapcsolattart&#xf3; e-mail c&#xed;me" msgstr "Kapcsolattart&#xf3; e-mail c&#xed;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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Kapcsolatfelv&eacute;tel" msgstr "Kapcsolatfelv&eacute;tel"
@ -636,8 +641,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "D&#xe1;tum" msgstr "D&#xe1;tum"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Sz&#xfc;let&eacute;si d&#xe1;tum" msgstr "Sz&#xfc;let&eacute;si d&#xe1;tum"
@ -645,7 +650,7 @@ msgstr "Sz&#xfc;let&eacute;si d&#xe1;tum"
msgid "Default" msgid "Default"
msgstr "Alap&eacute;rtelmezett" msgstr "Alap&eacute;rtelmezett"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "Default Language" msgid "Default Language"
msgstr "Alap&eacute;rtelmezett" msgstr "Alap&eacute;rtelmezett"
@ -710,7 +715,7 @@ msgstr "Domain"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Domain tanus&#xed;tv&#xe1;nyok" msgstr "Domain tanus&#xed;tv&#xe1;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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domain-ek" msgstr "Domain-ek"
@ -719,7 +724,7 @@ msgstr "Domain-ek"
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Domain &eacute;s szerver tanus&#xed;tv&#xe1;nyok" msgstr "Domain &eacute;s szerver tanus&#xed;tv&#xe1;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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Adom&#xe1;nyok" msgstr "Adom&#xe1;nyok"
@ -744,7 +749,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Szerkeszt&eacute;s" msgstr "Szerkeszt&eacute;s"
@ -754,11 +759,12 @@ msgid "Edit Organisation"
msgstr "Szervezet m&#xf3;dos&#xed;t&#xe1;sa" msgstr "Szervezet m&#xf3;dos&#xed;t&#xe1;sa"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "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" msgid "Email Accounts"
msgstr "Email azonos&#xed;t&#xf3;k" msgstr "Email azonos&#xed;t&#xf3;k"
@ -865,7 +871,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:173 www/account/42.php:19
#, fuzzy
msgid "Find User"
msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik"
#: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik" msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik"
@ -874,7 +885,8 @@ msgstr "K&ouml;zjegyz&#x151;v&eacute; v&#xe1;lik"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Keresztn&eacute;v" msgstr "Keresztn&eacute;v"
@ -927,7 +939,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "GPG kulcsok" msgstr "GPG kulcsok"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "PGP/GPG kulcsok" msgstr "PGP/GPG kulcsok"
@ -956,7 +968,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Kezd&#xf5;lapra" msgstr "Kezd&#xf5;lapra"
@ -1115,6 +1127,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Szeretnem ha megjelenn&eacute;k a list&#xe1;kon" msgstr "Szeretnem ha megjelenn&eacute;k a list&#xe1;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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1410,7 +1428,7 @@ msgstr "Kulcsm&eacute;ret:"
msgid "Language" msgid "Language"
msgstr "Alap&eacute;rtelmezett" msgstr "Alap&eacute;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" msgid "Last Name"
msgstr "Vezet&eacute;kn&eacute;v" msgstr "Vezet&eacute;kn&eacute;v"
@ -1445,7 +1463,7 @@ msgstr "Hely neve"
msgid "Login" msgid "Login"
msgstr "Bejelentkez&eacute;s" msgstr "Bejelentkez&eacute;s"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Kijelentkez&eacute;s" msgstr "Kijelentkez&eacute;s"
@ -1470,7 +1488,10 @@ msgstr ""
"k&eacute;rd&eacute;st &eacute;s v&#xe1;laszt amelyet az &ouml;n azonos&#xed;" "k&eacute;rd&eacute;st &eacute;s v&#xe1;laszt amelyet az &ouml;n azonos&#xed;"
"t&#xe1;s&#xe1;ra fel tudunk haszn&#xe1;lni." "t&#xe1;s&#xe1;ra fel tudunk haszn&#xe1;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" msgid "Lost Password"
msgstr "Elfelejtett jelsz&#xf3;" msgstr "Elfelejtett jelsz&#xf3;"
@ -1536,6 +1557,11 @@ msgstr "A gy&ouml;k&eacute;rtan&#xfa;s&#xed;tv&#xe1;ny (PEM form&#xe1;tumban)"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "CAcert t&#xe1;mogat&#xf3; csapat" msgstr "CAcert t&#xe1;mogat&#xf3; csapat"
#: www/account/43.php:68
#, fuzzy
msgid "Middle Name"
msgstr "K&ouml;z&eacute;ps&#x151; n&eacute;v"
#: www/account/13.php:31 www/index/1.php:26 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "K&ouml;z&eacute;ps&#x151; n&eacute;v" msgstr "K&ouml;z&eacute;ps&#x151; n&eacute;v"
@ -1565,7 +1591,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Saj&#xe1;t azonos&#xed;t&#xf3;" msgstr "Saj&#xe1;t azonos&#xed;t&#xf3;"
#: includes/account_stuff.php:123 www/account/36.php:18 #: includes/account_stuff.php:126 www/account/36.php:18
msgid "My Alert Settings" msgid "My Alert Settings"
msgstr "Figyelmeztet&#x151; bejegyz&eacute;seim" msgstr "Figyelmeztet&#x151; bejegyz&eacute;seim"
@ -1586,17 +1612,18 @@ msgstr "Figyelmeztet&#x151; bejegyz&eacute;seim"
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Az &eacute;n CAcert.org azonos&#xed;t&#xf3;m!" msgstr "Az &eacute;n CAcert.org azonos&#xed;t&#xf3;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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Jellemz&#x151;im" msgstr "Jellemz&#x151;im"
@ -1606,11 +1633,11 @@ msgstr "Jellemz&#x151;im"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "Figyelmeztet&#x151; bejegyz&eacute;seim" msgstr "Figyelmeztet&#x151; bejegyz&eacute;seim"
#: includes/account_stuff.php:123 www/wot/8.php:19 #: includes/account_stuff.php:126 www/wot/8.php:19
msgid "My Listing" msgid "My Listing"
msgstr "List&#xe1;im" msgstr "List&#xe1;im"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "Helyeim" msgstr "Helyeim"
@ -1626,9 +1653,9 @@ msgstr "Nem el&eacute;rhet&#x151;"
msgid "Name" msgid "Name"
msgstr "N&eacute;v" msgstr "N&eacute;v"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "&#xda;j" msgstr "&#xda;j"
@ -1646,7 +1673,7 @@ msgstr "&#xda;j kliens tanus&#xed;tv&#xe1;ny"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "&#xda;j domain a '%s'-hoz" msgstr "&#xda;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" msgid "New Organisation"
msgstr "&#xda;j szervezet" msgstr "&#xda;j szervezet"
@ -1660,8 +1687,8 @@ msgstr "Az &#xfa;j jelsz&#xf3; nem egyezik, vagy &#xfc;res volt."
#: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "K&ouml;vetkez&#x151;" msgstr "K&ouml;vetkez&#x151;"
@ -1806,11 +1833,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Szervezet adminisztr&#xe1;tor" msgstr "Szervezet adminisztr&#xe1;tor"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Szervezet kliens tanus&#xed;tv&#xe1;nyai" msgstr "Szervezet kliens tanus&#xed;tv&#xe1;nyai"
@ -1818,7 +1845,7 @@ msgstr "Szervezet kliens tanus&#xed;tv&#xe1;nyai"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Szervezetek es szerver tanus&#xed;tv&#xe1;nyok" msgstr "Szervezetek es szerver tanus&#xed;tv&#xe1;nyok"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Szervezet szerver tanus&#xed;tv&#xe1;nyai" msgstr "Szervezet szerver tanus&#xed;tv&#xe1;nyai"
@ -1961,7 +1988,7 @@ msgstr "Tanus&#xed;tv&#xe1;ny k&eacute;r&eacute;s k&eacute;sz&#xed;t&eacute;se"
msgid "Privacy" msgid "Privacy"
msgstr "Adatbiztons&#xe1;g" msgstr "Adatbiztons&#xe1;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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Biztons&#xe1;gi h&#xe1;zirend" msgstr "Biztons&#xe1;gi h&#xe1;zirend"
@ -2036,7 +2063,7 @@ msgstr "A gy&ouml;k&eacute;rtan&#xfa;s&#xed;tv&#xe1;ny (DER form&#xe1;tumban)"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "A gy&ouml;k&eacute;rtan&#xfa;s&#xed;tv&#xe1;ny (PEM form&#xe1;tumban)" msgstr "A gy&ouml;k&eacute;rtan&#xfa;s&#xed;tv&#xe1;ny (PEM form&#xe1;tumban)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Szab&#xe1;lyok" msgstr "Szab&#xe1;lyok"
@ -2099,6 +2126,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2125,7 +2156,7 @@ msgstr "K&#xfc;ld&eacute;s"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Kapcsolat inform&#xe1;ci&#xf3;" msgstr "Kapcsolat inform&#xe1;ci&#xf3;"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Szerver tan&#xfa;s&#xed;tv&#xe1;nyok" msgstr "Szerver tan&#xfa;s&#xed;tv&#xe1;nyok"
@ -2204,17 +2235,21 @@ msgstr "SubjectAltName"
msgid "Submit" msgid "Submit"
msgstr "Elk&#xfc;ld&eacute;s" msgstr "Elk&#xfc;ld&eacute;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" msgid "Suffix"
msgstr "Ut&#xf3;tag" msgstr "Ut&#xf3;tag"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "TTP &#x170;rlap" msgstr "TTP &#x170;rlap"
@ -2622,7 +2657,7 @@ msgstr "V&#xe1;ros/V&#xe1;rosr&eacute;sz"
msgid "Translations" msgid "Translations"
msgstr "Ford&#xed;t&#xe1;sok" msgstr "Ford&#xed;t&#xe1;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" msgid "Trusted Third Parties"
msgstr "Megb&#xed;zhat&#xf3; harmadik szem&eacute;lyek" msgstr "Megb&#xed;zhat&#xf3; harmadik szem&eacute;lyek"
@ -2693,14 +2728,14 @@ msgstr "&#xc9;rv&eacute;nyes"
msgid "Verified" msgid "Verified"
msgstr "Ellen&#x151;rz&ouml;tt" msgstr "Ellen&#x151;rz&ouml;tt"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "N&eacute;zet" msgstr "N&eacute;zet"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Szervezetek megtekint&eacute;se" msgstr "Szervezetek megtekint&eacute;se"
@ -2864,7 +2899,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "WoT &#x170;rlap" msgstr "WoT &#x170;rlap"
@ -2989,6 +3024,7 @@ msgstr ""
"mekhez amiket kijel&ouml;lt, vagy m&eacute;g nincs ellen&#xf5;riztetve." "mekhez amiket kijel&ouml;lt, vagy m&eacute;g nincs ellen&#xf5;riztetve."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "" msgstr ""
"Nincs hozz&#xe1;f&eacute;r&eacute;si jogosults&#xe1;ga ehhez a ter&#xfc;" "Nincs hozz&#xe1;f&eacute;r&eacute;si jogosults&#xe1;ga ehhez a ter&#xfc;"

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-17 20:06+0100\n"
"Last-Translator: Roberto Passuello <roberto.passuello@elettra.trieste.it>\n" "Last-Translator: Roberto Passuello <roberto.passuello@elettra.trieste.it>\n"
"Language-Team: Italian <it@li.org>\n" "Language-Team: Italian <it@li.org>\n"
@ -17,6 +17,11 @@ msgstr ""
"X-Poedit-Language: Italian\n" "X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -83,7 +88,7 @@ msgid ""
"sooner it can achieve the goals of the community." "sooner it can achieve the goals of the community."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Informazioni" msgstr "Informazioni"
@ -92,13 +97,13 @@ msgstr "Informazioni"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Benvenuto su 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" msgid "About Us"
msgstr "Informazioni su di noi" msgstr "Informazioni su di noi"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -243,7 +248,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Conferma della legalizzazione" msgstr "Conferma della legalizzazione"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Punti di Legalizzazione" msgstr "Punti di Legalizzazione"
@ -253,12 +258,12 @@ msgstr "Punti di Legalizzazione"
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Punti di Legalizzazione" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Legalizzare qualcuno" msgstr "Legalizzare qualcuno"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Diventare un Notaio" msgstr "Diventare un Notaio"
@ -347,7 +352,7 @@ msgstr "La Rete di Credenziali di CAcert (CAcert Web of Trust)"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "Il Gruppo di Supporto di CAcert" 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" msgid "CAcert Web of Trust"
msgstr "La Rete di Credenziali di CAcert (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" msgid "Change Pass Phrase"
msgstr "Cambia la Frase di Accesso (Pass Phrase)" msgstr "Cambia la Frase di Accesso (Pass Phrase)"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Cambia Password" msgstr "Cambia Password"
@ -479,7 +484,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Certificati per i client (Client Certificates)" msgstr "Certificati per i client (Client Certificates)"
@ -548,7 +553,7 @@ msgstr "Dettagli per contattare"
msgid "Contact Email" msgid "Contact Email"
msgstr "Indirizzo di posta elettronica per il contatto" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Contattaci" msgstr "Contattaci"
@ -606,8 +611,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Data di nascita" msgstr "Data di nascita"
@ -615,7 +620,7 @@ msgstr "Data di nascita"
msgid "Default" msgid "Default"
msgstr "Predefinito" msgstr "Predefinito"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "Default Language" msgid "Default Language"
msgstr "Predefinito" msgstr "Predefinito"
@ -680,7 +685,7 @@ msgstr "Dominio"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Certificati di Dominio" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Dominî" msgstr "Dominî"
@ -690,7 +695,7 @@ msgstr "Domin
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Certificati di Dominio" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Donazioni" msgstr "Donazioni"
@ -712,7 +717,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Modifica" msgstr "Modifica"
@ -722,11 +727,12 @@ msgid "Edit Organisation"
msgstr "Modifica l'Organizzazione" msgstr "Modifica l'Organizzazione"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "Indirizzo di posta elettronica" 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" msgid "Email Accounts"
msgstr "Account di posta elettronica" msgstr "Account di posta elettronica"
@ -834,7 +840,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Diventare un Notaio" msgstr "Diventare un Notaio"
@ -843,7 +854,8 @@ msgstr "Diventare un Notaio"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Nome" msgstr "Nome"
@ -893,7 +905,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "Chiavi GPG/PGP" msgstr "Chiavi GPG/PGP"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "Chiavi GPG/PGP" msgstr "Chiavi GPG/PGP"
@ -922,7 +934,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Vai alla pagina principale" msgstr "Vai alla pagina principale"
@ -1066,6 +1078,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Voglio essere elencato" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1307,7 +1325,7 @@ msgstr "Dimensione della chiave:"
msgid "Language" msgid "Language"
msgstr "Predefinito" 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" msgid "Last Name"
msgstr "Cognome" msgstr "Cognome"
@ -1345,7 +1363,7 @@ msgstr "Luogo"
msgid "Login" msgid "Login"
msgstr "Login di Cert" msgstr "Login di Cert"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Esci dall'account" msgstr "Esci dall'account"
@ -1369,7 +1387,10 @@ msgid ""
"to be used for security verifcation." "to be used for security verifcation."
msgstr "" 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" msgid "Lost Password"
msgstr "Ho dimenticato la Password" msgstr "Ho dimenticato la Password"
@ -1434,6 +1455,11 @@ msgstr "Certificato Base"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "Il Gruppo di Supporto di CAcert" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Altri nomi" msgstr "Altri nomi"
@ -1463,7 +1489,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "La mia 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" msgid "My Alert Settings"
msgstr "Le mie impostazioni di allerta" 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:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "La mia account su CAcert.org!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "I miei dettagli" msgstr "I miei dettagli"
@ -1504,11 +1531,11 @@ msgstr "I miei dettagli"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "Le mie impostazioni di allerta" 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" msgid "My Listing"
msgstr "Il mio elenco" msgstr "Il mio elenco"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "La mia localizzazione" msgstr "La mia localizzazione"
@ -1524,9 +1551,9 @@ msgstr "Non disponibile"
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Nuovo" msgstr "Nuovo"
@ -1544,7 +1571,7 @@ msgstr "Nuovo Certificato per il Client (Client Certificate)"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Nuovo dominio per %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" msgid "New Organisation"
msgstr "Nuova Organizzazione" msgstr "Nuova Organizzazione"
@ -1560,8 +1587,8 @@ msgstr ""
#: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Successivo" msgstr "Successivo"
@ -1692,11 +1719,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Amministratore dell'Organizzazione" msgstr "Amministratore dell'Organizzazione"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Certificati per i Client dell'Organizzazione (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" msgid "Org Client and Server Certificates"
msgstr "Certificati per i Server (Server Certificates)" msgstr "Certificati per i Server (Server Certificates)"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Certificati per i Server dell'Organizzazione (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" msgid "Privacy"
msgstr "Riservatezza (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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Politica di riservatezza" msgstr "Politica di riservatezza"
@ -1924,7 +1951,7 @@ msgstr "Certificato Base"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Certificato Base" msgstr "Certificato Base"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Regole" msgstr "Regole"
@ -1987,6 +2014,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2013,7 +2044,7 @@ msgstr "Invia"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Informazioni per contattare" msgstr "Informazioni per contattare"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Certificati per i Server (Server Certificates)" msgstr "Certificati per i Server (Server Certificates)"
@ -2086,17 +2117,21 @@ msgstr "Nome Alternativo per il Soggetto"
msgid "Submit" msgid "Submit"
msgstr "Invia" 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" msgid "Suffix"
msgstr "Suffisso" msgstr "Suffisso"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "Modulo TTP" msgstr "Modulo TTP"
@ -2463,7 +2498,7 @@ msgstr "Citt
msgid "Translations" msgid "Translations"
msgstr "Traduzioni" 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" msgid "Trusted Third Parties"
msgstr "Terze parti riconosciute." msgstr "Terze parti riconosciute."
@ -2534,14 +2569,14 @@ msgstr "Valido"
msgid "Verified" msgid "Verified"
msgstr "Verificato" msgstr "Verificato"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Visualizza" msgstr "Visualizza"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Visualizza le Organizzazioni" msgstr "Visualizza le Organizzazioni"
@ -2667,7 +2702,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "Modulo WoT" msgstr "Modulo WoT"
@ -2783,6 +2818,7 @@ msgstr ""
"ancora proceduto alla sua verifica." "ancora proceduto alla sua verifica."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "Non hai accesso a quest'area." msgstr "Non hai accesso a quest'area."

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CAcert\n" "Project-Id-Version: CAcert\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-10-11 20:49+0100\n"
"Last-Translator: Lieven Hollevoet <SYCDVWWCIUZF@spammotel.com>\n" "Last-Translator: Lieven Hollevoet <SYCDVWWCIUZF@spammotel.com>\n"
"Language-Team: <contact@CAcert.org>\n" "Language-Team: <contact@CAcert.org>\n"
@ -13,6 +13,11 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -79,7 +84,7 @@ msgstr ""
"IEDERE hoeveelheid wordt op prijs gesteld - hoe meer geld CAcert ontvangt, " "IEDERE hoeveelheid wordt op prijs gesteld - hoe meer geld CAcert ontvangt, "
"hoe eerder het de doelstellingen van de gemeenschap kunnen worden bereikt." "hoe eerder het de doelstellingen van de gemeenschap kunnen worden bereikt."
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Over" msgstr "Over"
@ -87,13 +92,13 @@ msgstr "Over"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Over 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" msgid "About Us"
msgstr "Over Ons" msgstr "Over Ons"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -236,7 +241,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Notarisatie Bevestiging" msgstr "Notarisatie Bevestiging"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Notarisatie Punten" msgstr "Notarisatie Punten"
@ -246,12 +251,12 @@ msgstr "Notarisatie Punten"
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Notarisatie Punten" msgstr "Notarisatie Punten"
#: includes/account_stuff.php:159 www/wot/5.php:19 #: includes/account_stuff.php:162 www/wot/5.php:19
#, fuzzy #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Certificeer Iemand" msgstr "Certificeer Iemand"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Hoe wordt je een Notaris" msgstr "Hoe wordt je een Notaris"
@ -353,7 +358,7 @@ msgstr "CAcert Nieuws"
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "Het CAcert Ondersteunings 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" msgid "CAcert Web of Trust"
msgstr "CAcert Web of Trust" msgstr "CAcert Web of Trust"
@ -463,7 +468,7 @@ msgstr "Installatie van het certificaat is mislukt!"
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Verander uw Paswoord" msgstr "Verander uw Paswoord"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Paswoord Veranderen" msgstr "Paswoord Veranderen"
@ -485,7 +490,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Client Certificaten" msgstr "Client Certificaten"
@ -554,7 +559,7 @@ msgstr "Contacteergegevens"
msgid "Contact Email" msgid "Contact Email"
msgstr "Contacteer via E-mail" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Contacteer ons" msgstr "Contacteer ons"
@ -611,8 +616,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Geboortedatum" msgstr "Geboortedatum"
@ -620,7 +625,7 @@ msgstr "Geboortedatum"
msgid "Default" msgid "Default"
msgstr "Standaard" msgstr "Standaard"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "Default Language" msgid "Default Language"
msgstr "Standaard" msgstr "Standaard"
@ -685,7 +690,7 @@ msgstr "Domein"
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Domein Certifikaten" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domeinen" msgstr "Domeinen"
@ -694,7 +699,7 @@ msgstr "Domeinen"
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Domein en Server Certificaten" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Donaties" msgstr "Donaties"
@ -716,7 +721,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Aanpassen" msgstr "Aanpassen"
@ -726,11 +731,12 @@ msgid "Edit Organisation"
msgstr "Pas Organisatiegegevens Aan" msgstr "Pas Organisatiegegevens Aan"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "Voeg E-mail Adres Toe" 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" msgid "Email Accounts"
msgstr "E-mail Accounts" msgstr "E-mail Accounts"
@ -837,7 +843,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Hoe wordt je een Notaris" msgstr "Hoe wordt je een Notaris"
@ -846,7 +857,8 @@ msgstr "Hoe wordt je een Notaris"
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "Voornaam" msgstr "Voornaam"
@ -898,7 +910,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "GPG Sleutels" msgstr "GPG Sleutels"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "GPG/PGP Sleutels" msgstr "GPG/PGP Sleutels"
@ -927,7 +939,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Naar Hoofdpagina" msgstr "Naar Hoofdpagina"
@ -1077,6 +1089,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Ik wil op de lijst vermeld worden" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "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" msgid "Language"
msgstr "Standaard" 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" msgid "Last Name"
msgstr "Familienaam" msgstr "Familienaam"
@ -1386,7 +1404,7 @@ msgstr "Plaats"
msgid "Login" msgid "Login"
msgstr "Aanmelden" msgstr "Aanmelden"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Uitloggen" msgstr "Uitloggen"
@ -1410,7 +1428,10 @@ msgstr ""
"Paswoord Verloren - Voeg vijf vragen en antwoorden toe die gebruikt zullen " "Paswoord Verloren - Voeg vijf vragen en antwoorden toe die gebruikt zullen "
"worden om een verloren paswoord opnieuw in te stellen." "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" msgid "Lost Password"
msgstr "Paswoord Vergeten" msgstr "Paswoord Vergeten"
@ -1475,6 +1496,11 @@ msgstr "Root Certifikaat (PEM formaat)"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "Het CAcert Ondersteunings Team" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Bijkomende Voornamen" msgstr "Bijkomende Voornamen"
@ -1504,7 +1530,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Mijn 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" msgid "My Alert Settings"
msgstr "Mijn Waarschuwingen" msgstr "Mijn Waarschuwingen"
@ -1525,17 +1551,18 @@ msgstr "Mijn Waarschuwingen"
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Mijn 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Mijn Gegevens" msgstr "Mijn Gegevens"
@ -1545,11 +1572,11 @@ msgstr "Mijn Gegevens"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "Mijn Waarschuwingen" 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" msgid "My Listing"
msgstr "Mijn Overzicht" msgstr "Mijn Overzicht"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "Mijn Locatie" msgstr "Mijn Locatie"
@ -1565,9 +1592,9 @@ msgstr "Geen"
msgid "Name" msgid "Name"
msgstr "Geen Naam" msgstr "Geen Naam"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Nieuw" msgstr "Nieuw"
@ -1585,7 +1612,7 @@ msgstr "Nieuw Client Certificaat"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Nieuw Domein voor %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" msgid "New Organisation"
msgstr "Nieuwe Organisaties" 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 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Volgende" msgstr "Volgende"
@ -1736,11 +1763,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Org Admin" msgstr "Org Admin"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Org Client Certificaten" msgstr "Org Client Certificaten"
@ -1748,7 +1775,7 @@ msgstr "Org Client Certificaten"
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Org Client en Server Certifikaten" msgstr "Org Client en Server Certifikaten"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Org Server Certificaten" msgstr "Org Server Certificaten"
@ -1884,7 +1911,7 @@ msgstr "Vraag Een Certificaat Aan"
msgid "Privacy" msgid "Privacy"
msgstr "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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Privacy Policy" msgstr "Privacy Policy"
@ -1957,7 +1984,7 @@ msgstr "Root Certifikaat (DER formaat)"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Root Certifikaat (PEM formaat)" msgstr "Root Certifikaat (PEM formaat)"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Regels" msgstr "Regels"
@ -2020,6 +2047,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -2046,7 +2077,7 @@ msgstr "Versturen"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Contactinformatie" msgstr "Contactinformatie"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Server Certificaten" msgstr "Server Certificaten"
@ -2123,17 +2154,21 @@ msgstr "SubjectAltName"
msgid "Submit" msgid "Submit"
msgstr "Versturen" 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" msgid "Suffix"
msgstr "Suffix" msgstr "Suffix"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "TTP formulier" msgstr "TTP formulier"
@ -2524,7 +2559,7 @@ msgstr "Stad/Gemeente"
msgid "Translations" msgid "Translations"
msgstr "Vertalingen" 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" msgid "Trusted Third Parties"
msgstr "Vertrouwde Derde Instanties" msgstr "Vertrouwde Derde Instanties"
@ -2594,14 +2629,14 @@ msgstr "Geldig"
msgid "Verified" msgid "Verified"
msgstr "Geverifieerd" msgstr "Geverifieerd"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Bekijken" msgstr "Bekijken"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Bekijk Organisaties" msgstr "Bekijk Organisaties"
@ -2753,7 +2788,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "WoT Formulier" msgstr "WoT Formulier"
@ -2872,6 +2907,7 @@ msgstr ""
"niet laten controleren." "niet laten controleren."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "U hebt geen toegang tot dit gedeelte." msgstr "U hebt geen toegang tot dit gedeelte."

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CAcert.org Translation\n" "Project-Id-Version: CAcert.org Translation\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-09-26 02:27+1000\n"
"Last-Translator: Duane <duane@cacert.org>\n" "Last-Translator: Duane <duane@cacert.org>\n"
"Language-Team: Evaldo Gardenali <evaldo@gardenali.biz>\n" "Language-Team: Evaldo Gardenali <evaldo@gardenali.biz>\n"
@ -13,6 +13,11 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\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 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" msgid "%s's Administrators"
@ -78,7 +83,7 @@ msgid ""
"sooner it can achieve the goals of the community." "sooner it can achieve the goals of the community."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "Sobre" msgstr "Sobre"
@ -87,13 +92,13 @@ msgstr "Sobre"
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "Afilie-se à 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" msgid "About Us"
msgstr "Sobre Nós" msgstr "Sobre Nós"
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -236,7 +241,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "Confirmação de Notarização" msgstr "Confirmação de Notarização"
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
#, fuzzy #, fuzzy
msgid "Assurance Points" msgid "Assurance Points"
msgstr "Pontos de Notarização" msgstr "Pontos de Notarização"
@ -246,12 +251,12 @@ msgstr "Pontos de Notariza
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "Pontos de Notarização" 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 #, fuzzy
msgid "Assure Someone" msgid "Assure Someone"
msgstr "Notarizar alguem" msgstr "Notarizar alguem"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
#, fuzzy #, fuzzy
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "Tornando-se um Notário" msgstr "Tornando-se um Notário"
@ -342,7 +347,7 @@ msgstr "Rede de confian
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "Time de Suporte CAcert.org!" 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" msgid "CAcert Web of Trust"
msgstr "Rede de confiança CAcert" msgstr "Rede de confiança CAcert"
@ -451,7 +456,7 @@ msgstr "Falha na instala
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "Alterar Frase-Senha" msgstr "Alterar Frase-Senha"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "Alterar Senha" msgstr "Alterar Senha"
@ -473,7 +478,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "Certificados de Cliente" msgstr "Certificados de Cliente"
@ -538,7 +543,7 @@ msgstr "Detalhes de Contato"
msgid "Contact Email" msgid "Contact Email"
msgstr "Email de Contato" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "Contacte-nos" msgstr "Contacte-nos"
@ -596,8 +601,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "Data de Nascimento" msgstr "Data de Nascimento"
@ -605,7 +610,7 @@ msgstr "Data de Nascimento"
msgid "Default" msgid "Default"
msgstr "Padrão" msgstr "Padrão"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
#, fuzzy #, fuzzy
msgid "Default Language" msgid "Default Language"
msgstr "Padrão" msgstr "Padrão"
@ -670,7 +675,7 @@ msgstr "Dom
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "Certificados de Domínio" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "Domínios" msgstr "Domínios"
@ -680,7 +685,7 @@ msgstr "Dom
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "Certificados de Domínio" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "Doações" msgstr "Doações"
@ -702,7 +707,7 @@ msgid ""
"downloaded. Hmm. Call me if you want, I'll guide you through it." "downloaded. Hmm. Call me if you want, I'll guide you through it."
msgstr "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
@ -712,12 +717,13 @@ msgid "Edit Organisation"
msgstr "Editar Organização" msgstr "Editar Organização"
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
#, fuzzy #, fuzzy
msgid "Email" msgid "Email"
msgstr "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" msgid "Email Accounts"
msgstr "Contas de Email" msgstr "Contas de Email"
@ -825,7 +831,12 @@ msgid ""
"hit enter to both these questions." "hit enter to both these questions."
msgstr "" 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 #, fuzzy
msgid "Find an Assurer" msgid "Find an Assurer"
msgstr "Tornando-se um Notário" msgstr "Tornando-se um Notário"
@ -834,7 +845,8 @@ msgstr "Tornando-se um Not
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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 #, fuzzy
msgid "First Name" msgid "First Name"
msgstr "Primeiro Nome" msgstr "Primeiro Nome"
@ -884,7 +896,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "Chaves GPG/PGP" msgstr "Chaves GPG/PGP"
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "Chaves GPG/PGP" msgstr "Chaves GPG/PGP"
@ -913,7 +925,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "Ir à Página Principal" msgstr "Ir à Página Principal"
@ -1054,6 +1066,12 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "Eu quero ser listado" 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 #: www/wot.php:126
msgid "" msgid ""
"I'm sorry, there was no email matching what you entered in the system. " "I'm sorry, there was no email matching what you entered in the system. "
@ -1286,7 +1304,7 @@ msgstr "Tamanho da Chave:"
msgid "Language" msgid "Language"
msgstr "Padrão" 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" msgid "Last Name"
msgstr "Sobrenome" msgstr "Sobrenome"
@ -1324,7 +1342,7 @@ msgstr "Localiza
msgid "Login" msgid "Login"
msgstr "Login por Certificado" msgstr "Login por Certificado"
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "Finalizar sessão" msgstr "Finalizar sessão"
@ -1348,7 +1366,10 @@ msgid ""
"to be used for security verifcation." "to be used for security verifcation."
msgstr "" 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" msgid "Lost Password"
msgstr "Senha Perdida" msgstr "Senha Perdida"
@ -1414,6 +1435,11 @@ msgstr "Certificado Raiz"
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "Time de Suporte CAcert.org!" 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 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "Nome(s) do meio" msgstr "Nome(s) do meio"
@ -1443,7 +1469,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "Minha Conta" 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" msgid "My Alert Settings"
msgstr "" msgstr ""
@ -1464,17 +1490,18 @@ msgstr ""
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "Minha conta CAcert.org!" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "Meus Detalhes" msgstr "Meus Detalhes"
@ -1483,11 +1510,11 @@ msgstr "Meus Detalhes"
msgid "My Language Settings" msgid "My Language Settings"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 www/wot/8.php:19 #: includes/account_stuff.php:126 www/wot/8.php:19
msgid "My Listing" msgid "My Listing"
msgstr "Minha Listagem" msgstr "Minha Listagem"
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "Minha Localização" msgstr "Minha Localização"
@ -1503,9 +1530,9 @@ msgstr "N/D"
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "Novo" msgstr "Novo"
@ -1523,7 +1550,7 @@ msgstr "Novo Certificado de Cliente"
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "Novo Domínio para %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" msgid "New Organisation"
msgstr "Nova Organização" 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 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "Próximo" msgstr "Próximo"
@ -1668,11 +1695,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "Administrador da Organização" msgstr "Administrador da Organização"
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "Certificados de Cliente de Organização" msgstr "Certificados de Cliente de Organização"
@ -1681,7 +1708,7 @@ msgstr "Certificados de Cliente de Organiza
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "Certificado de Servidor" msgstr "Certificado de Servidor"
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "Certificados de Servidor de Organização" msgstr "Certificados de Servidor de Organização"
@ -1820,7 +1847,7 @@ msgstr "Criar Pedido de Certificado"
msgid "Privacy" msgid "Privacy"
msgstr "Privacidade" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "Política de Privacidade" msgstr "Política de Privacidade"
@ -1895,7 +1922,7 @@ msgstr "Certificado Raiz"
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "Certificado Raiz" msgstr "Certificado Raiz"
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "Regras" msgstr "Regras"
@ -1958,6 +1985,10 @@ msgid ""
"communications' section." "communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: www/help/3.php:37
msgid "" msgid ""
"Select an easy to locate folder. You'll have to open this file up with " "Select an easy to locate folder. You'll have to open this file up with "
@ -1984,7 +2015,7 @@ msgstr "Enviar"
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "Informações de Contato" msgstr "Informações de Contato"
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "Certificado de Servidor" msgstr "Certificado de Servidor"
@ -2058,17 +2089,21 @@ msgstr "NomeAlternativo"
msgid "Submit" msgid "Submit"
msgstr "Enviar" 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" msgid "Suffix"
msgstr "Sufixo" msgstr "Sufixo"
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: www/help/6.php:7
msgid "" msgid ""
"System will send you an email with a link in it, you just open the link in a " "System will send you an email with a link in it, you just open the link in a "
"webbrowser." "webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "Formulário TTP" msgstr "Formulário TTP"
@ -2424,7 +2459,7 @@ msgstr "Cidade/Sub
msgid "Translations" msgid "Translations"
msgstr "Traduções" 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" msgid "Trusted Third Parties"
msgstr "Terceiros acreditados" msgstr "Terceiros acreditados"
@ -2491,14 +2526,14 @@ msgstr "V
msgid "Verified" msgid "Verified"
msgstr "Verificado" msgstr "Verificado"
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "Ver" msgstr "Ver"
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "Ver Organizações" msgstr "Ver Organizações"
@ -2624,7 +2659,7 @@ msgid ""
"if any of the sub-roots are compromised they can be revoked and reissued." "if any of the sub-roots are compromised they can be revoked and reissued."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "Formulário WoT" msgstr "Formulário WoT"
@ -2734,6 +2769,7 @@ msgstr ""
"verificação." "verificação."
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "Você não tem acesso à esta área." msgstr "Você não tem acesso à esta área."

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CAcert\n" "Project-Id-Version: CAcert\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,6 +15,11 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: www/account/43.php:57
#, php-format
msgid "%s's Account Details"
msgstr ""
#: www/account/32.php:21 #: www/account/32.php:21
#, php-format #, php-format
msgid "%s's Administrators" 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." msgid "ANY amount will be appreciated - the more funding CAcert receives, the sooner it can achieve the goals of the community."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "About" msgid "About"
msgstr "" msgstr ""
@ -69,13 +74,13 @@ msgstr ""
msgid "About CAcert.org" msgid "About CAcert.org"
msgstr "" msgstr ""
#: includes/account_stuff.php:183 includes/general_stuff.php:106 #: includes/account_stuff.php:192 includes/general_stuff.php:106
msgid "About Us" msgid "About Us"
msgstr "" msgstr ""
#: includes/account.php:104 includes/account.php:1475 #: includes/account.php:104 includes/account.php:1475
#: includes/account.php:1494 includes/account.php:1649 #: 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/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/28.php:29 www/account/3.php:30 www/account/32.php:21
#: www/account/33.php:47 www/account/7.php:28 #: www/account/33.php:47 www/account/7.php:28
@ -179,7 +184,7 @@ msgstr ""
msgid "Assurance Confirmation" msgid "Assurance Confirmation"
msgstr "" msgstr ""
#: www/wot/3.php:44 #: www/account/43.php:128 www/wot/3.php:44
msgid "Assurance Points" msgid "Assurance Points"
msgstr "" msgstr ""
@ -187,11 +192,11 @@ msgstr ""
msgid "Assurance Points You Issued" msgid "Assurance Points You Issued"
msgstr "" msgstr ""
#: includes/account_stuff.php:159 www/wot/5.php:19 #: includes/account_stuff.php:162 www/wot/5.php:19
msgid "Assure Someone" msgid "Assure Someone"
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Becoming an Assurer" msgid "Becoming an Assurer"
msgstr "" msgstr ""
@ -251,7 +256,7 @@ msgstr ""
msgid "CAcert Support Team" msgid "CAcert Support Team"
msgstr "" 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" msgid "CAcert Web of Trust"
msgstr "" msgstr ""
@ -331,7 +336,7 @@ msgstr ""
msgid "Change Pass Phrase" msgid "Change Pass Phrase"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Change Password" msgid "Change Password"
msgstr "" msgstr ""
@ -353,7 +358,7 @@ msgstr ""
msgid "Click here to view all lists available" msgid "Click here to view all lists available"
msgstr "" 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" msgid "Client Certificates"
msgstr "" msgstr ""
@ -408,7 +413,7 @@ msgstr ""
msgid "Contact Email" msgid "Contact Email"
msgstr "" 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 #: www/account/40.php:15 www/index/11.php:15
msgid "Contact Us" msgid "Contact Us"
msgstr "" msgstr ""
@ -460,8 +465,8 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: www/account/13.php:46 www/index/1.php:41 www/index/5.php:25 #: www/account/13.php:46 www/account/43.php:84 www/index/1.php:41
#: www/wot/6.php:34 #: www/index/5.php:25 www/wot/6.php:34
msgid "Date of Birth" msgid "Date of Birth"
msgstr "" msgstr ""
@ -469,7 +474,7 @@ msgstr ""
msgid "Default" msgid "Default"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "Default Language" msgid "Default Language"
msgstr "" msgstr ""
@ -526,7 +531,7 @@ msgstr ""
msgid "Domain Certificates" msgid "Domain Certificates"
msgstr "" 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 #: www/account/9.php:18
msgid "Domains" msgid "Domains"
msgstr "" msgstr ""
@ -535,7 +540,7 @@ msgstr ""
msgid "Domains and Server Certificates." msgid "Domains and Server Certificates."
msgstr "" 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 #: www/account/38.php:15 www/index/13.php:15
msgid "Donations" msgid "Donations"
msgstr "" 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." 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 "" 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 #: www/account/26.php:25 www/account/26.php:35
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -558,11 +563,12 @@ msgid "Edit Organisation"
msgstr "" msgstr ""
#: www/account/16.php:26 www/account/16.php:31 www/account/33.php:26 #: 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 #: www/wot/5.php:22
msgid "Email" msgid "Email"
msgstr "" msgstr ""
#: includes/account_stuff.php:126 www/account/2.php:18 #: includes/account_stuff.php:129 www/account/2.php:18
msgid "Email Accounts" msgid "Email Accounts"
msgstr "" msgstr ""
@ -658,7 +664,11 @@ msgstr ""
msgid "Finally you will be asked information about 'extra' attribute, you simply hit enter to both these questions." msgid "Finally you will be asked information about 'extra' attribute, you simply hit enter to both these questions."
msgstr "" 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" msgid "Find an Assurer"
msgstr "" msgstr ""
@ -666,7 +676,8 @@ msgstr ""
msgid "Finish up and exit IIS Certificate Wizard" msgid "Finish up and exit IIS Certificate Wizard"
msgstr "" 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" msgid "First Name"
msgstr "" msgstr ""
@ -707,7 +718,7 @@ msgstr ""
msgid "GPG Keys" msgid "GPG Keys"
msgstr "" msgstr ""
#: includes/account_stuff.php:163 #: includes/account_stuff.php:166
msgid "GPG/PGP Keys" msgid "GPG/PGP Keys"
msgstr "" msgstr ""
@ -731,7 +742,7 @@ msgstr ""
msgid "Generating a New Key Pair and CSR for IIS 5.0" msgid "Generating a New Key Pair and CSR for IIS 5.0"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Go Home" msgid "Go Home"
msgstr "" msgstr ""
@ -832,6 +843,10 @@ msgstr ""
msgid "I want to be listed" msgid "I want to be listed"
msgstr "" 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 #: www/wot.php:126
msgid "I'm sorry, there was no email matching what you entered in the system. Please double check your information." msgid "I'm sorry, there was no email matching what you entered in the system. Please double check your information."
msgstr "" msgstr ""
@ -987,7 +1002,7 @@ msgstr ""
msgid "Language" msgid "Language"
msgstr "" 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" msgid "Last Name"
msgstr "" msgstr ""
@ -1022,7 +1037,7 @@ msgstr ""
msgid "Login" msgid "Login"
msgstr "" msgstr ""
#: includes/account_stuff.php:119 #: includes/account_stuff.php:122
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
@ -1042,7 +1057,10 @@ msgstr ""
msgid "Lost Pass Phrase Questions - Please enter five questions and your reponses to be used for security verifcation." msgid "Lost Pass Phrase Questions - Please enter five questions and your reponses to be used for security verifcation."
msgstr "" 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" msgid "Lost Password"
msgstr "" msgstr ""
@ -1096,6 +1114,10 @@ msgstr ""
msgid "Microsoft Support Online" msgid "Microsoft Support Online"
msgstr "" msgstr ""
#: www/account/43.php:68
msgid "Middle Name"
msgstr ""
#: www/account/13.php:31 www/index/1.php:26 #: www/account/13.php:31 www/index/1.php:26
msgid "Middle Name(s)" msgid "Middle Name(s)"
msgstr "" msgstr ""
@ -1112,7 +1134,7 @@ msgstr ""
msgid "My Account" msgid "My Account"
msgstr "" 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" msgid "My Alert Settings"
msgstr "" msgstr ""
@ -1133,17 +1155,18 @@ msgstr ""
#: includes/account.php:1468 includes/account.php:1497 #: includes/account.php:1468 includes/account.php:1497
#: includes/account.php:1544 includes/account.php:1556 #: includes/account.php:1544 includes/account.php:1556
#: includes/account.php:1619 includes/account.php:1722 #: includes/account.php:1619 includes/account.php:1722
#: includes/account.php:1729 includes/general.php:281 includes/general.php:299 #: includes/account.php:1729 includes/account.php:1737
#: includes/general.php:327 includes/general.php:368 includes/general.php:386 #: includes/general.php:281 includes/general.php:299 includes/general.php:327
#: includes/general.php:418 www/account.php:32 www/error404.php:17 #: includes/general.php:368 includes/general.php:386 includes/general.php:418
#: www/wot.php:106 www/wot.php:242 www/wot.php:261 www/wot.php:274 #: www/account.php:32 www/error404.php:17 www/wot.php:106 www/wot.php:242
#: www/wot.php:285 www/account/15.php:23 www/account/19.php:23 #: www/wot.php:261 www/wot.php:274 www/wot.php:285 www/account/15.php:23
#: www/account/19.php:42 www/account/19.php:50 www/account/23.php:23 #: www/account/19.php:23 www/account/19.php:42 www/account/19.php:50
#: www/account/6.php:21 www/account/6.php:40 www/account/6.php:48 #: 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!" msgid "My CAcert.org Account!"
msgstr "" 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 #: www/index/1.php:19
msgid "My Details" msgid "My Details"
msgstr "" msgstr ""
@ -1152,11 +1175,11 @@ msgstr ""
msgid "My Language Settings" msgid "My Language Settings"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 www/wot/8.php:19 #: includes/account_stuff.php:126 www/wot/8.php:19
msgid "My Listing" msgid "My Listing"
msgstr "" msgstr ""
#: includes/account_stuff.php:123 #: includes/account_stuff.php:126
msgid "My Location" msgid "My Location"
msgstr "" msgstr ""
@ -1172,9 +1195,9 @@ msgstr ""
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: includes/account_stuff.php:131 includes/account_stuff.php:139 #: includes/account_stuff.php:134 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:164 #: includes/account_stuff.php:167
msgid "New" msgid "New"
msgstr "" msgstr ""
@ -1192,7 +1215,7 @@ msgstr ""
msgid "New Domain for %s" msgid "New Domain for %s"
msgstr "" msgstr ""
#: includes/account_stuff.php:154 www/account/24.php:18 #: includes/account_stuff.php:157 www/account/24.php:18
msgid "New Organisation" msgid "New Organisation"
msgstr "" msgstr ""
@ -1206,8 +1229,8 @@ msgstr ""
#: includes/account.php:200 includes/account.php:938 includes/account.php:1420 #: 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/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/account/24.php:45 www/account/3.php:62 www/account/42.php:26
#: www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26 #: www/index/1.php:107 www/index/5.php:53 www/index/6.php:54 www/wot/5.php:26
msgid "Next" msgid "Next"
msgstr "" msgstr ""
@ -1296,11 +1319,11 @@ msgstr ""
msgid "Open Directory Security folder" msgid "Open Directory Security folder"
msgstr "" msgstr ""
#: includes/account_stuff.php:153 #: includes/account_stuff.php:156
msgid "Org Admin" msgid "Org Admin"
msgstr "" msgstr ""
#: includes/account_stuff.php:143 #: includes/account_stuff.php:146
msgid "Org Client Certs" msgid "Org Client Certs"
msgstr "" msgstr ""
@ -1308,7 +1331,7 @@ msgstr ""
msgid "Org Client and Server Certificates" msgid "Org Client and Server Certificates"
msgstr "" msgstr ""
#: includes/account_stuff.php:147 #: includes/account_stuff.php:150
msgid "Org Server Certs" msgid "Org Server Certs"
msgstr "" msgstr ""
@ -1423,7 +1446,7 @@ msgstr ""
msgid "Privacy" msgid "Privacy"
msgstr "" 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 #: www/account/39.php:15 www/index/10.php:15
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "" msgstr ""
@ -1493,7 +1516,7 @@ msgstr ""
msgid "Root Certificate (PEM Format)" msgid "Root Certificate (PEM Format)"
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "Rules" msgid "Rules"
msgstr "" msgstr ""
@ -1533,6 +1556,10 @@ msgstr ""
msgid "Select 'Server Certificate' at the bottom of the tab in the 'Secure communications' section." msgid "Select 'Server Certificate' at the bottom of the tab in the 'Secure communications' section."
msgstr "" msgstr ""
#: www/account/43.php:24
msgid "Select Specific Account Details"
msgstr ""
#: www/help/3.php:37 #: 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." 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 "" msgstr ""
@ -1554,7 +1581,7 @@ msgstr ""
msgid "Sensitive Information" msgid "Sensitive Information"
msgstr "" msgstr ""
#: includes/account_stuff.php:138 #: includes/account_stuff.php:141
msgid "Server Certificates" msgid "Server Certificates"
msgstr "" msgstr ""
@ -1610,15 +1637,19 @@ msgstr ""
msgid "Submit" msgid "Submit"
msgstr "" 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" msgid "Suffix"
msgstr "" msgstr ""
#: includes/account_stuff.php:172
msgid "System Admin"
msgstr ""
#: www/help/6.php:7 #: 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." msgid "System will send you an email with a link in it, you just open the link in a webbrowser."
msgstr "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "TTP Form" msgid "TTP Form"
msgstr "" msgstr ""
@ -1816,7 +1847,7 @@ msgstr ""
msgid "Translations" msgid "Translations"
msgstr "" 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" msgid "Trusted Third Parties"
msgstr "" msgstr ""
@ -1879,14 +1910,14 @@ msgstr ""
msgid "Verified" msgid "Verified"
msgstr "" msgstr ""
#: includes/account_stuff.php:127 includes/account_stuff.php:131 #: includes/account_stuff.php:130 includes/account_stuff.php:134
#: includes/account_stuff.php:135 includes/account_stuff.php:139 #: includes/account_stuff.php:138 includes/account_stuff.php:142
#: includes/account_stuff.php:144 includes/account_stuff.php:148 #: includes/account_stuff.php:147 includes/account_stuff.php:151
#: includes/account_stuff.php:154 includes/account_stuff.php:164 #: includes/account_stuff.php:157 includes/account_stuff.php:167
msgid "View" msgid "View"
msgstr "" msgstr ""
#: includes/account_stuff.php:154 #: includes/account_stuff.php:157
msgid "View Organisations" msgid "View Organisations"
msgstr "" 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." 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 "" msgstr ""
#: includes/account_stuff.php:159 #: includes/account_stuff.php:162
msgid "WoT Form" msgid "WoT Form"
msgstr "" msgstr ""
@ -2021,6 +2052,7 @@ msgid "You currently don't have access to the email address you selected, or you
msgstr "" msgstr ""
#: includes/account.php:1415 includes/account.php:1620 #: includes/account.php:1415 includes/account.php:1620
#: includes/account.php:1738
msgid "You don't have access to this area." msgid "You don't have access to this area."
msgstr "" msgstr ""

@ -0,0 +1,30 @@
<? /*
Copyright (C) 2004 by Duane Groth <duane_at_CAcert_dot_org>
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.
*/ ?>
<? if($_SESSION['_config']['error'] != "") { ?><div color="orange">ERROR: <?=$_SESSION['_config']['error']?></div><? unset($_SESSION['_config']['error']); } ?>
<form method="post" action="account.php">
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
<tr>
<td colspan="2" class="title"><?=_("Find User")?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Email")?>:</td>
<td class="DataTD"><input type="text" name="email" value="<?=$_POST['email']?>"></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td>
</tr>
</table>
<input type="hidden" name="oldid" value="<?=$id?>">
</form>

@ -0,0 +1,132 @@
<? /*
Copyright (C) 2004 by Duane Groth <duane_at_CAcert_dot_org>
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.
*/ ?>
<?
if(intval($_GET['userid']) <= 0)
{
$email = mysql_escape_string($_POST['email']);
$query = "select * from `users` where `email` like '%$email%'";
$res = mysql_query($query);
if(mysql_num_rows($res) > 1) { ?>
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
<tr>
<td colspan="5" class="title"><?=_("Select Specific Account Details")?></td>
</tr>
<?
while($row = mysql_fetch_assoc($res))
{ ?>
<tr>
<td class="DataTD"><?=_("Email")?>:</td>
<td class="DataTD"><a href="account.php?id=43&userid=<?=$row['id']?>"><?=$row['email']?></a></td>
</tr>
<? } ?>
</table>
<? } else {
$row = mysql_fetch_assoc($res);
$_GET['userid'] = $row['id'];
}
}
if(intval($_GET['userid']) > 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);
?>
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">
<tr>
<td colspan="5" class="title"><? printf(_("%s's Account Details"), $row['email']); ?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Email")?>:</td>
<td class="DataTD"><?=$row['email']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("First Name")?>:</td>
<td class="DataTD"><?=$row['fname']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Middle Name")?>:</td>
<td class="DataTD"><?=$row['mname']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Last Name")?>:</td>
<td class="DataTD"><?=$row['lname']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Suffix")?>:</td>
<td class="DataTD"><?=$row['suffix']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("First Name")?>:</td>
<td class="DataTD"><?=$row['fname']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Date of Birth")?>:</td>
<td class="DataTD"><?=$row['dob']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - Q1:</td>
<td class="DataTD"><?=$row['Q1']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - A1:</td>
<td class="DataTD"><?=$row['A1']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - Q2:</td>
<td class="DataTD"><?=$row['Q2']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - A2:</td>
<td class="DataTD"><?=$row['A2']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - Q3:</td>
<td class="DataTD"><?=$row['Q3']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - A3:</td>
<td class="DataTD"><?=$row['A3']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - Q4:</td>
<td class="DataTD"><?=$row['Q4']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - A4:</td>
<td class="DataTD"><?=$row['A4']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - Q5:</td>
<td class="DataTD"><?=$row['Q5']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Lost Password")?> - A5:</td>
<td class="DataTD"><?=$row['A5']?></td>
</tr>
<tr>
<td class="DataTD"><?=_("Assurance Points")?>:</td>
<td class="DataTD"><?=$drow['points']?></td>
</tr>
</table>
<? } } ?>

@ -1,7 +1,7 @@
<? <?
if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes") if($process == "Confirm, I agree to these terms and conditions" && $iagree == "yes")
{ {
$output_file = $fname = "cacert-20041025.tar.bz2"; $output_file = $fname = "cacert-20041026.tar.bz2";
header('Pragma: public'); header('Pragma: public');

Loading…
Cancel
Save