fix wrong documentation, thanks to Sammy
This commit is contained in:
plugins/serendipity_plugin_comments
@ -2,7 +2,7 @@
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Wörtern soll ein Zeilenumbruch eingefügt werden? (Standard: 30)');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Buchstaben soll ein Zeilenumbruch eingefügt werden? (Standard: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Zeichen pro Kommentar');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Anzahl an Kommentaren');
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen W<EFBFBD>rtern soll ein Zeilenumbruch eingef<65>gt werden? (Standard: 30)');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Buchstaben soll ein Zeilenumbruch eingef<65>gt werden? (Standard: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Zeichen pro Kommentar');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Anzahl an Kommentaren');
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Displays the last comments to your entries');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Wordwrap');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'How many characters until a wordwrap will occur? (Default: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Maximum chars per comment');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'How many chars will be displayed for each comment? (Default: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Maximum number of comments');
|
||||
|
Reference in New Issue
Block a user