Last change
on this file since 7039 was
7039,
checked in by ddtddt, 14 years ago
|
[extension] rv_akismet thanks to sugar888 / add DE/IT
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | //admin.tpl |
---|
4 | $lang['This plugin verifies if your comments are spam using the <a href="http://www.akismet.com" target="_blank">akismet online service'] = 'Dieses Plugin prüft, ob Ihre Kommentare Spam sind durch die Verwendung des <a href="http://www.akismet.com" target="_blank"> Akismet Online-Service'; |
---|
5 | $lang['Akismet has caught'] = 'Akismet hat gefunden'; |
---|
6 | $lang['spam comments'] = 'Spam-Kommentare'; |
---|
7 | $lang['out of'] = 'aus'; |
---|
8 | $lang['comments'] = 'Kommentare'; |
---|
9 | $lang['reset counters'] = 'Zähler zurücksetzen'; |
---|
10 | $lang['More statistics on'] = 'Weitere Statistiken über'; |
---|
11 | $lang['akismet site'] = 'akismet Seite'; |
---|
12 | $lang['Akismet configuration'] = 'Akismet Konfiguration'; |
---|
13 | $lang['Akismet API Key:'] = 'Akismet API Key:'; |
---|
14 | $lang['Signup for a personal usage key here:'] = 'Hier, für einen persönlichen Gebrauchskey anmelden:'; |
---|
15 | $lang['Action when spam is detected:'] = 'Aktion bei einem Spambefund:'; |
---|
16 | $lang['moderate'] = 'einschränken'; |
---|
17 | $lang['reject'] = 'ablehnen'; |
---|
18 | $lang['Test your configuration'] = 'Testen Sie Ihre Konfiguration'; |
---|
19 | |
---|
20 | |
---|
21 | //maintain.inc.php |
---|
22 | $lang['You need to define the Akismet api key'] = 'Sie müssen den Akismet API-Key definieren'; |
---|
23 | |
---|
24 | //akismet.class.php |
---|
25 | $lang['Your Akismet API key is not valid.'] = 'Ihr Akismet API-Key ist nicht gültig.'; |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.