This commit is contained in:
redmatrix 2016-02-24 16:41:46 -08:00
commit 2b95580cc0
4 changed files with 6 additions and 9 deletions

View file

@ -250,6 +250,7 @@ function register_content(&$a) {
'$role' => $role, '$role' => $role,
'$default_role' => $default_role, '$default_role' => $default_role,
'$nickname' => $nickname, '$nickname' => $nickname,
'$enable_tos' => $enable_tos,
'$tos' => $tos, '$tos' => $tos,
'$email' => $email, '$email' => $email,
'$pass1' => $password, '$pass1' => $password,

View file

@ -37,7 +37,7 @@ nav .navbar-header img {
nav .dropdown-menu { nav .dropdown-menu {
max-height: 450px; max-height: 450px;
max-width: 300px; width: 270px;
overflow-y: auto; overflow-y: auto;
margin-top: 0px; margin-top: 0px;
} }

View file

@ -1847,8 +1847,8 @@ $a->strings["Public Sites"] = "Openbare hubs";
$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven."; $a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
$a->strings["Rate this hub"] = "Beoordeel deze hub"; $a->strings["Rate this hub"] = "Beoordeel deze hub";
$a->strings["Site URL"] = "URL hub"; $a->strings["Site URL"] = "URL hub";
$a->strings["Access Type"] = "Toegangstype"; $a->strings["Access Type"] = "Toegangs-<br/>&nbsp;type";
$a->strings["Registration Policy"] = "Registratiebeleid"; $a->strings["Registration Policy"] = "Registratie-<br/>&nbsp;beleid";
$a->strings["Project"] = "Project"; $a->strings["Project"] = "Project";
$a->strings["View hub ratings"] = "Beoordelingen"; $a->strings["View hub ratings"] = "Beoordelingen";
$a->strings["Rate"] = "Beoordeel"; $a->strings["Rate"] = "Beoordeel";
@ -1877,7 +1877,7 @@ $a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"]
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals."; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; $a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; $a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub"; $a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik ben 13 jaar of ouder en accepteer de %s van deze \$Projectname-hub";
$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging."; $a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in"; $a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
$a->strings["Enter your name"] = "Vul jouw naam in"; $a->strings["Enter your name"] = "Vul jouw naam in";

View file

@ -3,9 +3,5 @@
} }
.wall-item-content-wrapper.comment { .wall-item-content-wrapper.comment {
border-width: 0px 0px 1px 0px; border-bottom: 1px solid #ccc;
}
.hide-comments-outer {
border-width: 1px 0px 1px 0px;
} }