diff --git a/resources/lang/en/ManageAccount.php b/resources/lang/en/ManageAccount.php index 4031f29c..a3620c51 100644 --- a/resources/lang/en/ManageAccount.php +++ b/resources/lang/en/ManageAccount.php @@ -24,7 +24,7 @@ return array ( 'general' => 'General', 'last_name' => 'Last name', 'licence_info' => 'Licence info', - 'licence_info_description' => 'Attendize is licenced under the Attribution Assurance Licence (AAL). This licence requires the \'Powered By Attendize\' notice to be kept in place on any Attendize installation. If you wish to remove references to Attendize you must purchase one of the white-label licences listed here.', + 'licence_info_description' => 'Attendize is licenced under the Attribution Assurance Licence (AAL). This licence requires the \'Powered By Attendize\' notice to be kept in place on any Attendize installation. If you wish to remove references to Attendize you must purchase one of the white-label licences listed here.', 'mastercard_internet_gateway_service_settings' => 'Mastercard Internet Gateway Service Settings', 'merchant_access_code' => 'Merchant access code', 'merchant_id' => 'Merchant ID', diff --git a/resources/lang/es/ManageAccount.php b/resources/lang/es/ManageAccount.php index 424ab303..1c1c4808 100644 --- a/resources/lang/es/ManageAccount.php +++ b/resources/lang/es/ManageAccount.php @@ -23,7 +23,7 @@ return array( 'general' => 'General', 'last_name' => 'Apellidos', 'licence_info' => 'Información de licencia', - 'licence_info_description' => 'Attendize está licenciado bajo la Attribution Assurance Licence (AAL). Esta licencia requiere que la notificación \'Powered By Attendize\' se mantenga en su lugar en cualquier instalación de Attendize. Si desea eliminar las referencias a Attendize, debe adquirir una de las licencias de marca blanca enumeradas aquí.', + 'licence_info_description' => 'Attendize está licenciado bajo la Attribution Assurance Licence (AAL). Esta licencia requiere que la notificación \'Powered By Attendize\' se mantenga en su lugar en cualquier instalación de Attendize. Si desea eliminar las referencias a Attendize, debe adquirir una de las licencias de marca blanca enumeradas aquí.', 'mastercard_internet_gateway_service_settings' => 'Configuración del servicio pasarela de Internet Mastercard', 'merchant_access_code' => 'Código de acceso del comerciante', 'merchant_id' => 'ID de comerciante', diff --git a/resources/lang/fr/ManageAccount.php b/resources/lang/fr/ManageAccount.php index 24c8e50b..45bed922 100644 --- a/resources/lang/fr/ManageAccount.php +++ b/resources/lang/fr/ManageAccount.php @@ -24,7 +24,7 @@ return array ( 'general' => 'Général', 'last_name' => 'Nom', 'licence_info' => 'Information de licence', - 'licence_info_description' => 'Attendize est publié sous la licence Attribution Assurance Licence (AAL). Cette licence exige que la notice \'Powered By Attendize\' soit affiché sur toute installation d\'Attendize. Si vous voulez retirer les mentions d\'Attendize, vous devez acheter l\'une des licences en marque blanche listées ici.', + 'licence_info_description' => 'Attendize est publié sous la licence Attribution Assurance Licence (AAL). Cette licence exige que la notice \'Powered By Attendize\' soit affiché sur toute installation d\'Attendize. Si vous voulez retirer les mentions d\'Attendize, vous devez acheter l\'une des licences en marque blanche listées ici.', 'mastercard_internet_gateway_service_settings' => 'Paramètre de la passerelle Internet Mastercard', 'merchant_access_code' => 'Code d\'accès du marchand', 'merchant_id' => 'Identifiant merchant', diff --git a/resources/lang/pl/ManageAccount.php b/resources/lang/pl/ManageAccount.php index 6d34a5fd..08c7f4b4 100644 --- a/resources/lang/pl/ManageAccount.php +++ b/resources/lang/pl/ManageAccount.php @@ -24,7 +24,7 @@ return array ( 'general' => 'Ogólne', 'last_name' => 'Nazwisko', 'licence_info' => 'Informacje licencyjne', - 'licence_info_description' => 'Attendize jest dystrybuowany w ramach licencji Attribution Assurance Licence (AAL). Ta licencja wymaga użycia klauzuli \'Powered By Attendize\' w każdej kopii Attendize. Jeżeli chcesz ją usunąć, musisz wykupić osobną licencję znajdującą się tutaj.', + 'licence_info_description' => 'Attendize jest dystrybuowany w ramach licencji Attribution Assurance Licence (AAL). Ta licencja wymaga użycia klauzuli \'Powered By Attendize\' w każdej kopii Attendize. Jeżeli chcesz ją usunąć, musisz wykupić osobną licencję znajdującą się tutaj.', 'mastercard_internet_gateway_service_settings' => 'Ustawienia Serwisu Internetowej Bramki Mastercard', 'merchant_access_code' => 'Merchant access code', 'merchant_id' => 'Merchant ID', diff --git a/resources/views/Public/ViewEvent/Embedded/Partials/PoweredByEmbedded.blade.php b/resources/views/Public/ViewEvent/Embedded/Partials/PoweredByEmbedded.blade.php index a30464a7..44fff05b 100644 --- a/resources/views/Public/ViewEvent/Embedded/Partials/PoweredByEmbedded.blade.php +++ b/resources/views/Public/ViewEvent/Embedded/Partials/PoweredByEmbedded.blade.php @@ -1,5 +1,5 @@ {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} -{{--See https://www.attendize.com/licence.html for more information.--}} +{{--See https://www.attendize.com/license.html for more information.--}}
@include('Shared.Partials.PoweredBy')
diff --git a/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php index 60b7af91..57919e4b 100644 --- a/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php +++ b/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php @@ -4,7 +4,7 @@
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} - {{--See https://www.attendize.com/licence.html for more information.--}} + {{--See https://www.attendize.com/license.html for more information.--}} @include('Shared.Partials.PoweredBy') @if(Utils::userOwns($event)) diff --git a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php index 5ea9ab27..01c3ff95 100644 --- a/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php +++ b/resources/views/Public/ViewEvent/Partials/PDFTicket.blade.php @@ -114,7 +114,7 @@
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} - {{--See https://www.attendize.com/licence.html for more information.--}} + {{--See https://www.attendize.com/license.html for more information.--}} @include('Shared.Partials.PoweredBy')
diff --git a/resources/views/Shared/Partials/PoweredBy.blade.php b/resources/views/Shared/Partials/PoweredBy.blade.php index 655c5fe0..3ba64004 100644 --- a/resources/views/Shared/Partials/PoweredBy.blade.php +++ b/resources/views/Shared/Partials/PoweredBy.blade.php @@ -1,3 +1,3 @@ {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} -{{--See https://www.attendize.com/licence.html for more information.--}} +{{--See https://www.attendize.com/license.html for more information.--}} Powered By Attendize diff --git a/resources/views/en/Emails/Layouts/Master.blade.php b/resources/views/en/Emails/Layouts/Master.blade.php index cc0cf302..7c1e8822 100644 --- a/resources/views/en/Emails/Layouts/Master.blade.php +++ b/resources/views/en/Emails/Layouts/Master.blade.php @@ -52,7 +52,7 @@ {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} - {{--See https://www.attendize.com/licence.html for more information.--}} + {{--See https://www.attendize.com/license.html for more information.--}}

Powered By Attendize.com.

@yield('footer') diff --git a/resources/views/es/Emails/Layouts/Master.blade.php b/resources/views/es/Emails/Layouts/Master.blade.php index 397c7193..7f57f8a7 100755 --- a/resources/views/es/Emails/Layouts/Master.blade.php +++ b/resources/views/es/Emails/Layouts/Master.blade.php @@ -52,7 +52,7 @@ {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} - {{--See https://www.attendize.com/licence.html for more information.--}} + {{--See https://www.attendize.com/license.html for more information.--}}

Powered By Attendize.com.

diff --git a/resources/views/fr/Emails/Layouts/Master.blade.php b/resources/views/fr/Emails/Layouts/Master.blade.php index b510f4b0..545aa5ea 100644 --- a/resources/views/fr/Emails/Layouts/Master.blade.php +++ b/resources/views/fr/Emails/Layouts/Master.blade.php @@ -52,7 +52,7 @@ {{--Attendize est fourni gratuitement à condition que le lien ci-dessous soit laissé à sa place.--}} - {{--Voir https://www.attendize.com/licence.html pour plus d'information.--}} + {{--Voir https://www.attendize.com/license.html pour plus d'information.--}}

Powered By Attendize.com.

@yield('footer') diff --git a/resources/views/pl/Emails/Layouts/Master.blade.php b/resources/views/pl/Emails/Layouts/Master.blade.php index cc0cf302..7c1e8822 100644 --- a/resources/views/pl/Emails/Layouts/Master.blade.php +++ b/resources/views/pl/Emails/Layouts/Master.blade.php @@ -52,7 +52,7 @@ {{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}} - {{--See https://www.attendize.com/licence.html for more information.--}} + {{--See https://www.attendize.com/license.html for more information.--}}

Powered By Attendize.com.

@yield('footer') diff --git a/resources/views/pl/Installer/Partials/Footer.blade.php b/resources/views/pl/Installer/Partials/Footer.blade.php index 7450bcb9..45008dcf 100644 --- a/resources/views/pl/Installer/Partials/Footer.blade.php +++ b/resources/views/pl/Installer/Partials/Footer.blade.php @@ -12,6 +12,6 @@ Jeżeli potrzebujesz pomocy i posługujesz się językiem angielski, zadaj pytanie na forum wsparcia. Uwzględnij jak najwięcej szczegółów jak to tylko możliwe, Upewnij się, że przekazujesz właściwe logi z serwera.

- Przeczytaj również licencję zanim zainstalujesz Attendize. + Przeczytaj również licencję zanim zainstalujesz Attendize.

\ No newline at end of file