Englische Einträge in Deutschen Sprachdatei, Linküberprüf

Please report bugs here!

Moderator: Thorsten

Post Reply
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

Englische Einträge in Deutschen Sprachdatei, Linküberprüf

Post by bildergallery »

hallo zusammen,

ich der deutschen Sprache sind einige Einträge immer noch englisch. hier ein auszug aus der language_de.

Code: Select all

$PMF_LANG['ad_linkcheck_checkFailed'] = 'Failed';
$PMF_LANG['ad_linkcheck_failReason'] = 'Gründe:';
$PMF_LANG['ad_linkcheck_noLinksFound'] = 'No URLs compatible with link verifier feature found.';
$PMF_LANG['ad_linkcheck_searchbadonly'] = 'Nur mit kaputten Links';
$PMF_LANG['ad_linkcheck_infoReason'] = 'Weitere Informationen:';
$PMF_LANG['ad_linkcheck_openurl_infoprefix'] = 'Found while testing <strong>%s</strong>: ';
$PMF_LANG['ad_linkcheck_openurl_notready'] = 'Die Linküberprüfung ist nicht fertig.';
$PMF_LANG['ad_linkcheck_openurl_maxredirect'] = 'Maximum redirect count <strong>%d</strong> exceeded.';
$PMF_LANG['ad_linkcheck_openurl_urlisblank'] = 'Resolved to blank URL.';
$PMF_LANG['ad_linkcheck_openurl_tooslow'] = 'Host <strong>%s</strong> is slow or not responding.';
$PMF_LANG['ad_linkcheck_openurl_nodns'] = 'Host <strong>%s</strong> is slow or has no DNS.';
$PMF_LANG['ad_linkcheck_openurl_redirected'] = 'URL was redirected to <strong>%s</strong>.';
$PMF_LANG['ad_linkcheck_openurl_ambiguous'] = 'Ambiguous HTTP status <strong>%s</strong> returned.';
$PMF_LANG['ad_linkcheck_protocol_unsupported'] = '%s protocol unsupported by Automatic link verification.';
wenn ich ein bild bearbeitet habe, wird dies ausgegeben
Ergebnis der automatischen Link�berpr�fung

wieso kommt beim ü ein ?

gruss ivan
ShaoKahn
Posts: 10
Joined: Mon Aug 13, 2007 4:52 pm
Location: Schweiz
Contact:

Post by ShaoKahn »

Ich glaibe das hat mit dem eingestellten Sprachcode zu tun. UTF-8... irgendwie muss man da ein ISO Code einstellen? Wie und wo weiss ich nicht, dies hat mich eigentlich nie gestört....
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

die deutsche Sprachdatei ist ISO-8859-1, das ganze AJAX-Zeugs verlangt aber UTF-8. Wir sind da grade dran, das alles nach und nach auf UTF-8 umzustellen.

Die englischen String übersetze ich.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
bildergallery
Posts: 45
Joined: Fri Jun 08, 2007 6:49 pm
Contact:

Post by bildergallery »

besten dank für deine info.
dann werde ich die nächste version abwarten!

gruss ivan
Post Reply