fixed typo

This commit is contained in:
Tobias Diekershoff 2022-08-09 09:49:28 +02:00
parent 48e91d51c8
commit 15d2aa5cfa
2 changed files with 2 additions and 2 deletions

View File

@ -1700,7 +1700,7 @@ msgstr "URI-ID ist leer für den Kontakt %s."
#: src/Console/MergeContacts.php:90
#, php-format
msgid "No valid first contact found for uri-id %d."
msgstr "Kein gültiger erster Kontakt fpr die url-id %d gefunden."
msgstr "Kein gültiger erster Kontakt für die url-id %d gefunden."
#: src/Console/MergeContacts.php:101
#, php-format

View File

@ -414,7 +414,7 @@ $a->strings['Could not find any contact entry for this URL (%s)'] = 'Für die UR
$a->strings['The contact has been blocked from the node'] = 'Der Kontakt wurde von diesem Knoten geblockt';
$a->strings['%d %s, %d duplicates.'] = '%d %s, Duplikat %d.';
$a->strings['uri-id is empty for contact %s.'] = 'URI-ID ist leer für den Kontakt %s.';
$a->strings['No valid first contact found for uri-id %d.'] = 'Kein gültiger erster Kontakt fpr die url-id %d gefunden.';
$a->strings['No valid first contact found for uri-id %d.'] = 'Kein gültiger erster Kontakt für die url-id %d gefunden.';
$a->strings['Wrong duplicate found for uri-id %d in %d (url: %s != %s).'] = 'Falsches Dublikat für die URI-ID %d in %d gefunden (URI: %s != %s).';
$a->strings['Wrong duplicate found for uri-id %d in %d (nurl: %s != %s).'] = 'Falsches Dublikat für die URI-ID %d in %d (nurl: %s != %s).';
$a->strings['Deletion of id %d failed'] = 'Löschung der ID %d fehlgeschlagen';