Przeglądaj źródła

Convert from US to UK english (#2861)

Jaap Marcus 3 lat temu
rodzic
commit
a7ef1295c0

+ 1 - 1
bin/v-add-remote-dns-domain

@@ -4,7 +4,7 @@
 #
 #
 # example: v-add-remote-dns-domain admin mydomain.tld yes
 # example: v-add-remote-dns-domain admin mydomain.tld yes
 #
 #
-# This function synchronize dns domain with the remote server.
+# This function synchronise dns domain with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-add-remote-dns-record

@@ -4,7 +4,7 @@
 #
 #
 # example: v-add-remote-dns-record bob acme.com 23
 # example: v-add-remote-dns-record bob acme.com 23
 #
 #
-# This function synchronize dns domain with the remote server.
+# This function synchronise dns domain with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 2 - 2
bin/v-add-web-domain-stats

@@ -1,10 +1,10 @@
 #!/bin/bash
 #!/bin/bash
-# info: add log analyzer to generate domain statistics
+# info: add log analyser to generate domain statistics
 # options: USER DOMAIN TYPE
 # options: USER DOMAIN TYPE
 #
 #
 # example: v-add-web-domain-stats admin example.com awstats
 # example: v-add-web-domain-stats admin example.com awstats
 #
 #
-# This function is used for enabling log analyzer system to a domain. For viewing
+# This function is used for enabling log analyser system to a domain. For viewing
 # the domain statistics use http://domain.tld/vstats/ link. Access this page
 # the domain statistics use http://domain.tld/vstats/ link. Access this page
 # is not protected by default. If you want to secure it with passwords you
 # is not protected by default. If you want to secure it with passwords you
 # should use v-add-web-domain_stat_auth script.
 # should use v-add-web-domain_stat_auth script.

+ 1 - 1
bin/v-change-remote-dns-domain-exp

@@ -2,7 +2,7 @@
 # info: change remote dns domain expiration date
 # info: change remote dns domain expiration date
 # options: USER DOMAIN
 # options: USER DOMAIN
 #
 #
-# This function synchronize dns domain with the remote server.
+# This function synchronise dns domain with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-change-remote-dns-domain-soa

@@ -4,7 +4,7 @@
 #
 #
 # example: v-change-remote-dns-domain-soa admin example.org.uk
 # example: v-change-remote-dns-domain-soa admin example.org.uk
 #
 #
-# This function synchronize dns domain with the remote server.
+# This function synchronise dns domain with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-change-remote-dns-domain-ttl

@@ -4,7 +4,7 @@
 #
 #
 # example: v-change-remote-dns-domain-ttl admin domain.tld
 # example: v-change-remote-dns-domain-ttl admin domain.tld
 #
 #
-# This function synchronize dns domain with the remote server.
+# This function synchronise dns domain with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-delete-remote-dns-domain

@@ -4,7 +4,7 @@
 #
 #
 # example: v-delete-remote-dns-domain admin example.tld
 # example: v-delete-remote-dns-domain admin example.tld
 #
 #
-# This function synchronize dns with the remote server.
+# This function synchronise dns with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-delete-remote-dns-record

@@ -4,7 +4,7 @@
 #
 #
 # example: v-delete-remote-dns-record user07 acme.com 44
 # example: v-delete-remote-dns-record user07 acme.com 44
 #
 #
-# This function synchronize dns with the remote server.
+# This function synchronise dns with the remote server.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-sync-dns-cluster

@@ -2,7 +2,7 @@
 # info: synchronize dns domains
 # info: synchronize dns domains
 # options: HOST
 # options: HOST
 #
 #
-# This function synchronize all dns domains.
+# This function synchronise all dns domains.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-update-sys-ip

@@ -7,7 +7,7 @@
 #
 #
 # This function scans configured ip in the system and register them with hestia
 # This function scans configured ip in the system and register them with hestia
 # internal database. This call is intended for use on vps servers, where ip is
 # internal database. This call is intended for use on vps servers, where ip is
-# set by hypervizor.
+# set by hypervisor.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-update-web-domain-stat

@@ -4,7 +4,7 @@
 #
 #
 # example: v-update-web-domain-stat alice acme.com
 # example: v-update-web-domain-stat alice acme.com
 #
 #
-# This function runs log analyzer for specific webdomain.
+# This function runs log analyser for specific webdomain.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #

+ 1 - 1
bin/v-update-web-domains-stat

@@ -4,7 +4,7 @@
 #
 #
 # example: v-update-web-domains-stat admin
 # example: v-update-web-domains-stat admin
 #
 #
-# This function runs log analyzer usage for all user webdomains.
+# This function runs log analyser usage for all user webdomains.
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                Variables & Functions                     #
 #                Variables & Functions                     #