From 7ccd0b02ae74be7a08b8e6be2a63c85555e90e86 Mon Sep 17 00:00:00 2001 From: Weblate <noreply@weblate.org> Date: Wed, 10 Jan 2024 10:54:07 +0000 Subject: [PATCH] Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: MetaGer/Help-Functions Translate-URL: https://translate.metager.de/projects/metager/help-functions/ --- metager/lang/es/help/help-functions.php | 3 --- metager/lang/fi/help/help-functions.php | 3 --- metager/lang/fr/help/help-functions.php | 3 --- metager/lang/it/help/help-functions.php | 5 ----- metager/lang/nl/help/help-functions.php | 3 --- metager/lang/sv/help/help-functions.php | 3 --- 6 files changed, 20 deletions(-) diff --git a/metager/lang/es/help/help-functions.php b/metager/lang/es/help/help-functions.php index fceaffd6f..63ac44101 100644 --- a/metager/lang/es/help/help-functions.php +++ b/metager/lang/es/help/help-functions.php @@ -2,9 +2,6 @@ return [ 'title' => 'Ayuda de MetaGer', 'backarrow' => 'Devolver', - 'mehrwortsuche' => [ - '2' => 'Si esto no es suficiente para usted, tiene 2 opciones para hacer su búsqueda más precisa:', - ], 'urls' => [ 'title' => 'Excluir URLs', 'explanation' => 'Puede excluir los resultados de búsqueda que contengan palabras especÃficas en sus enlaces de resultados utilizando "-url:" en su búsqueda.', diff --git a/metager/lang/fi/help/help-functions.php b/metager/lang/fi/help/help-functions.php index da4cf43b8..085f46ffe 100644 --- a/metager/lang/fi/help/help-functions.php +++ b/metager/lang/fi/help/help-functions.php @@ -2,9 +2,6 @@ return [ 'title' => 'MetaGer - Apua', 'backarrow' => 'Takaisin', - 'mehrwortsuche' => [ - '2' => 'Esimerkki: haku Shakespears <div class="well well-sm">to be or not to be</div> antaa monia tuloksia, mutta tarkka lause löytyy vain käyttämällä <div class="well well-sm">"to be or nor to be".</div>', - ], 'urls' => [ 'title' => 'Sulje pois URL-osoitteet', 'explanation' => 'Voit sulkea pois hakutulokset, joiden tuloslinkit sisältävät tiettyjä sanoja, käyttämällä hakusanaa "-url:".', diff --git a/metager/lang/fr/help/help-functions.php b/metager/lang/fr/help/help-functions.php index fda562e71..592c55d8b 100644 --- a/metager/lang/fr/help/help-functions.php +++ b/metager/lang/fr/help/help-functions.php @@ -7,9 +7,6 @@ return [ ], 'title' => 'MetaGer - Aide', 'backarrow' => 'Retour', - 'mehrwortsuche' => [ - '2' => 'Exemple : la recherche de Shakespears <div class="well well-sm">to be or not to be</div> donnera de nombreux résultats, mais la phrase exacte ne sera trouvée qu\'en utilisant <div class="well well-sm">"to be or nor to be".</div>', - ], 'urls' => [ 'title' => 'Exclure des URL', 'explanation' => 'Vous pouvez exclure les résultats de recherche qui contiennent des mots spécifiques dans leurs liens de résultats en utilisant "-url :" dans votre recherche.', diff --git a/metager/lang/it/help/help-functions.php b/metager/lang/it/help/help-functions.php index b1d6d9aa3..c196c01f1 100644 --- a/metager/lang/it/help/help-functions.php +++ b/metager/lang/it/help/help-functions.php @@ -13,11 +13,6 @@ return [ ], 'title' => 'MetaGer - Aiuto', 'backarrow' => 'Indietro', - 'mehrwortsuche' => [ - '4' => [ - 'text' => 'Mettete le parole o le frasi tra virgolette per cercare le combinazioni esatte.', - ], - ], 'urls' => [ 'title' => 'Escludere gli URL', 'explanation' => 'È possibile escludere i risultati della ricerca che contengono parole specifiche nei link dei risultati utilizzando "-url:" nella ricerca.', diff --git a/metager/lang/nl/help/help-functions.php b/metager/lang/nl/help/help-functions.php index 8367497a5..b2f8529db 100644 --- a/metager/lang/nl/help/help-functions.php +++ b/metager/lang/nl/help/help-functions.php @@ -2,9 +2,6 @@ return [ 'title' => 'MetaGer - Hulp', 'backarrow' => 'Terug', - 'mehrwortsuche' => [ - '2' => 'Voorbeeld: zoeken op Shakespears <div class="well well-sm">to be or not to be</div> levert veel resultaten op, maar de exacte zin wordt alleen gevonden met <div class="well well-sm">"to be or nor to be".</div>', - ], 'urls' => [ 'explanation' => 'Je kunt zoekresultaten uitsluiten die specifieke woorden bevatten in hun resultaatlinks door "-url:" te gebruiken in je zoekopdracht.', 'example_b' => '<i>mijn zoekopdracht</i> -url:hond', diff --git a/metager/lang/sv/help/help-functions.php b/metager/lang/sv/help/help-functions.php index b5a8a03c4..d7fa39ce6 100644 --- a/metager/lang/sv/help/help-functions.php +++ b/metager/lang/sv/help/help-functions.php @@ -2,9 +2,6 @@ return [ 'title' => 'MetaGer - Hjälp', 'backarrow' => 'Tillbaka', - 'mehrwortsuche' => [ - '2' => 'Exempel: sökning efter Shakespears <div class="well well-sm">to be or not to be</div> kommer att ge mÃ¥nga resultat, men den exakta frasen kommer endast att hittas med <div class="well well-sm">"to be or nor to be"</div>', - ], 'urls' => [ 'title' => 'Utesluta URL-adresser', 'explanation' => 'Du kan utesluta sökresultat som innehÃ¥ller specifika ord i sina resultatlänkar genom att använda "-url:" i din sökning.', -- GitLab