few fixes in lang
This commit is contained in:
parent
15b743eb00
commit
abd4d48885
@ -109,14 +109,14 @@
|
|||||||
|
|
||||||
$lang['admin']['entry']['delete'] =
|
$lang['admin']['entry']['delete'] =
|
||||||
array(
|
array(
|
||||||
'head' => "Delete Entry",
|
'head' => 'Delete Entry',
|
||||||
'descr' => 'You\'re about to delete the following entry:',
|
'descr' => 'You\'re about to delete the following entry:',
|
||||||
'preview' => 'Preview',
|
'preview' => 'Preview',
|
||||||
'confirm' => 'Are you sure you want to proceed?',
|
'confirm' => 'Are you sure you want to proceed?',
|
||||||
'fset' => 'Delete',
|
'fset' => 'Delete',
|
||||||
'ok' => 'Yes, delete this entry',
|
'ok' => 'Yes, delete this entry',
|
||||||
'cancel' => 'No, take me back to the panel',
|
'cancel' => 'No, take me back to the panel',
|
||||||
'err' => 'The specified entry does not exists',
|
'err' => 'The specified entry does not exist',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
'Plugin</a> that you can put in some special areas '.
|
'Plugin</a> that you can put in some special areas '.
|
||||||
'(the <em>widgetsets</em>) on your blog pages '.
|
'(the <em>widgetsets</em>) on your blog pages '.
|
||||||
'called <strong>widgetsets</strong> </p>'.
|
'called <strong>widgetsets</strong> </p>'.
|
||||||
'<p><strong>Drag</strong> a widget from the left box and <strong>drop</strong> '.
|
'<p><strong>Drag</strong> a widget from the right box and <strong>drop</strong> '.
|
||||||
'it to the position you prefer.</p>',
|
'it to the position you prefer.</p>',
|
||||||
|
|
||||||
'availwdgs' => 'Available Widgets',
|
'availwdgs' => 'Available Widgets',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
Plugin Name: QuickSpamFilter
|
Plugin Name: QuickSpamFilter
|
||||||
Plugin URI: http://flatpress.nowherland.it/
|
Plugin URI: http://flatpress.nowherland.it/
|
||||||
Description: Antispam asking to answer a simple math question.
|
Description: Quick ban words (edit the plugin to add more to the list)
|
||||||
Author: NoWhereMan (E.Vacchi)
|
Author: NoWhereMan (E.Vacchi)
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Author URI: http://www.nowhereland.it
|
Author URI: http://www.nowhereland.it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user