Jelajahi Sumber

replace Domaine by Domain

andre 3 tahun lalu
induk
melakukan
aeda653ff4

+ 5 - 5
clientarea.tpl

@@ -209,7 +209,7 @@
                                     <input type="hidden" name="modop" value="custom" />
                                     <input type="hidden" name="a" value="delDomainConfirm" />
                                     <input type="hidden" name="d" value="{$domain.domain}" />
-                                    <button title="Domaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
+                                    <button title="Domain löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
                                       <i class="fas fa-trash fa-fw"></i>
                                     </button>
                                   </form>
@@ -305,7 +305,7 @@
                                         <input type="hidden" name="modop" value="custom" />
                                         <input type="hidden" name="a" value="delSubdomainConfirm" />
                                         <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
-                                        <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
+                                        <button title="Subdomain löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
                                           <i class="fas fa-trash fa-fw"></i>
                                         </button>
                                       </form>
@@ -400,8 +400,8 @@
                                     <input type="hidden" name="modop" value="custom" />
                                     <input type="hidden" name="a" value="newSubdomain" />
                                     <input type="hidden" name="d" value="{$domain.domain}" />
-                                    <button title="Neue Subdomaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
-                                      <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
+                                    <button title="Neue Subdomain" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
+                                      <i class="fas fa-plus fa-fw"></i> Neue Subdomain
                                     </button>
                                   </form>
                                 </td>
@@ -410,7 +410,7 @@
                           {/foreach}
                         {/if}
                         <a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&modop=custom&a=newDomain" class="btn btn-primary" style="margin-top:20px;">
-                          <i class="fas fa-plus fa-fw"></i> Neue Domaine
+                          <i class="fas fa-plus fa-fw"></i> Neue Domain
                         </a>
                       </div>
                     </div>

+ 3 - 3
cwp7.php

@@ -477,7 +477,7 @@ function cwp7_UsageUpdate($params) {
  */
 function cwp7_ClientAreaCustomButtonArray ($params) {
 	return array(
-		'Neue Domaine' => 'newDomain',
+		'Neue Domain' => 'newDomain',
 	);
 }
 
@@ -525,7 +525,7 @@ function cwp7_ClientAreaAllowedFunctions() {
 function cwp7_newDomain($params) {
 	return array(
         'breadcrumb' => array(
-            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=newDomain' => 'Neue Domaine',
+            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=newDomain' => 'Neue Domain',
         ),
         'templatefile' => 'cwp7_add_domain',
     );
@@ -570,7 +570,7 @@ function cwp7_newSubdomain($params) {
 	}
 	return array(
         'breadcrumb' => array(
-            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=newSubdomain' => 'Neue Subdomaine',
+            'clientarea.php?action=productdetails&id=' . $params['serviceid'] . '&modop=custom&a=newSubdomain' => 'Neue Subdomain',
         ),
 		'templatefile' => 'cwp7_add_subdomain',
 		'vars' => array(

+ 4 - 4
cwp7_add_domain.tpl

@@ -1,4 +1,4 @@
-<h2>Neue Domaine erstellen</h2>
+<h2>Neue Domain erstellen</h2>
 <hr>
 <div class="tab-content margin-bottom">
 	<div class="section">
@@ -27,10 +27,10 @@
 							<tr>
 								<td>
 									<div class="alert alert-info">
-										Geben Sie den Namen der neuen Hosting Domaine ein. 
-										Diese Domaine wird in Ihrem Hosting-Account erstellt. 
+										Geben Sie den Namen der neuen Hosting Domain ein. 
+										Diese Domain wird in Ihrem Hosting-Account erstellt. 
 										Einen DNS Eintrag, ein SSL Zertifikat oder weitere Subdomains 
-										für Ihre neue Domaine können Sie danach in der Übersicht erstellen.
+										für Ihre neue Domain können Sie danach in der Übersicht erstellen.
 									</div>
 								</td>
 							</tr>

+ 3 - 3
cwp7_add_subdomain.tpl

@@ -1,4 +1,4 @@
-<h2>Neue Subdomaine erstellen</h2>
+<h2>Neue Subdomain erstellen</h2>
 <hr>
 <div class="tab-content margin-bottom">
 	<div class="section">
@@ -27,9 +27,9 @@
 							<tr>
 								<td>
 									<div class="alert alert-info">
-										Geben Sie den Namen der neuen Subdomaine für {$domainselected} ein.
+										Geben Sie den Namen der neuen Subdomain für {$domainselected} ein.
 										Einen DNS Eintrag und ein SSL Zertifikat für Ihre neue 
-										Subdomaine können Sie danach in der Übersicht erstellen.
+										Subdomain können Sie danach in der Übersicht erstellen.
 									</div>
 								</td>
 							</tr>

+ 1 - 1
cwp7_del_domain_confirm.tpl

@@ -1,4 +1,4 @@
-<h2>Domaine löschen</h2>
+<h2>Domain löschen</h2>
 <hr>
 <div class="tab-content margin-bottom">
 	<div class="section">

+ 1 - 1
cwp7_del_subdomain_confirm.tpl

@@ -1,4 +1,4 @@
-<h2>Subdomaine löschen</h2>
+<h2>Subdomain löschen</h2>
 <hr>
 <div class="tab-content margin-bottom">
 	<div class="section">

+ 3 - 3
cwp7_help_dns.tpl

@@ -1,4 +1,4 @@
-<h2>Domaine Status</h2>
+<h2>Domain Status</h2>
 <hr>
 <div class="tab-content margin-bottom">
     <div class="section">
@@ -29,9 +29,9 @@
                                     <div class="alert alert-info">
                                         Um Ihre Webseite {$infodomain} zu erreichen, muss der DNS Name von {$infodomain} auf den Thurdata Webserver zeigen.<br />
                                         {if $cwp7nameserver == 'none'}
-                                            Aktuell ist Ihre Domain {$infodomain} nicht registriert. Klicken Sie auf <b>Domain registrieren</b>, um bei uns Ihre neue Domaine zu registrieren!
+                                            Aktuell ist Ihre Domain {$infodomain} nicht registriert. Klicken Sie auf <b>Domain registrieren</b>, um bei uns Ihre neue Domain zu registrieren!
                                         {else}
-                                            Ihre Domaine {$infodomain} ist aktuell nicht bei Thurdata registriert. Klicken Sie auf <b>Domain transferieren</b>, um Ihre Domaine bei Thurdata zu registrieren, oder nutzen Sie die Werkzeuge Ihres aktuellen Registrars.
+                                            Ihre Domain {$infodomain} ist aktuell nicht bei Thurdata registriert. Klicken Sie auf <b>Domain transferieren</b>, um Ihre Domain bei Thurdata zu registrieren, oder nutzen Sie die Werkzeuge Ihres aktuellen Registrars.
                                         {/if}
                                     </div>
                                 </td>

+ 1 - 1
cwp7_help_ssl.tpl

@@ -1,4 +1,4 @@
-<h2>Domaine Status</h2>
+<h2>Domain Status</h2>
 <hr>
 <div class="tab-content margin-bottom">
     <div class="section">