From f86115cb51b4e1595315cc4141ef18cd361f31c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B6fer?= <kim@suma-ev.de> Date: Fri, 4 Dec 2020 09:34:37 +0100 Subject: [PATCH] change english translation --- phpunit.dusk.xml | 21 +++++++++++++++++++++ resources/lang/en/spende.php | 4 +--- 2 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 phpunit.dusk.xml diff --git a/phpunit.dusk.xml b/phpunit.dusk.xml new file mode 100644 index 000000000..60392c932 --- /dev/null +++ b/phpunit.dusk.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit backupGlobals="false" + backupStaticAttributes="false" + bootstrap="vendor/autoload.php" + colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnFailure="false"> + <testsuites> + <testsuite name="Browser Test Suite"> + <directory suffix="Test.php">./tests/Browser</directory> + </testsuite> + </testsuites> + <filter> + <whitelist processUncoveredFilesFromWhitelist="true"> + <directory suffix=".php">./app</directory> + </whitelist> + </filter> +</phpunit> diff --git a/resources/lang/en/spende.php b/resources/lang/en/spende.php index 366bc9c9d..e92817691 100644 --- a/resources/lang/en/spende.php +++ b/resources/lang/en/spende.php @@ -2,9 +2,7 @@ return [ "headline.1" => "Your Donation for MetaGer to SUMA-EV", - "headline.2" => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href="https://metager.org/about" rel="noopener" target=_blank>Read more</a> and <a href="https://metager.org/beitritt" target="_blank" rel="noopener">become a member.</a> - - Please help to keep free and open search engines free and open on the Internet. The digital knowledge of the world must stay free from surveillance and control by governments or companies and must be publicly accessible to everyone. Please click <a href="https://metager.org" rel="noopener" target=_blank>here</a> for more information about us.', + "headline.2" => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href="https://metager.org/about" rel="noopener" target=_blank>Read more</a> and <a href="https://metager.org/beitritt" target="_blank" rel="noopener">become a member.</a>', 'headline.3' => 'How much would you like to donate?', 'headline.4' => 'How frequent do you want to donate?', -- GitLab