Readmore plugin: Added Czech language file - thanks again Lubomír!
And: Leggero theme comes with a hint to its different styles.
This commit is contained in:
parent
a693fff74a
commit
8d524a55e7
@ -1,25 +1,21 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Style Name: Leggero
|
* Style Name: Leggero
|
||||||
Style URI: http://www.flatpress.org/
|
* Style URI: http://www.flatpress.org/
|
||||||
Description: The default FlatPress theme which brings a breath of fresh mint air.
|
* Description: The default FlatPress theme which brings a breath of fresh mint air.
|
||||||
Version: 0.705
|
* Version: 0.705
|
||||||
Author: NoWhereMan and Drudo
|
* Author: NoWhereMan and Drudo
|
||||||
Author URI: http://www.flatpress.org/
|
* Author URI: http://www.flatpress.org/
|
||||||
*/
|
*/
|
||||||
|
$style ['name'] = 'leggero';
|
||||||
|
$style ['author'] = 'NoWhereMan';
|
||||||
|
$style ['www'] = 'http://www.flatpress.org/';
|
||||||
|
|
||||||
|
$style ['version'] = 0.705;
|
||||||
|
|
||||||
|
$style ['style_def'] = 'style.css';
|
||||||
|
$style ['style_admin'] = 'admin.css';
|
||||||
|
$style ['style_print'] = 'print.css';
|
||||||
|
$style ['style'] = 'default';
|
||||||
|
|
||||||
|
|
||||||
$style['name'] = 'leggero';
|
|
||||||
$style['author'] = 'NoWhereMan';
|
|
||||||
$style['www'] = 'http://www.flatpress.org/';
|
|
||||||
|
|
||||||
$style['version'] = 0.705;
|
|
||||||
|
|
||||||
$style['style_def'] = 'style.css';
|
|
||||||
$style['style_admin'] = 'admin.css';
|
|
||||||
$style['style_print'] = 'print.css';
|
|
||||||
$style['style'] = 'default';
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,38 +1,32 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Theme Name: Leggero
|
* Theme Name: Leggero
|
||||||
Theme URI: http://www.flatpress.org/
|
* Theme URI: http://www.flatpress.org/
|
||||||
Description: The default FlatPress theme which brings a breath of fresh mint air.
|
* Description: The default FlatPress theme which brings a breath of fresh mint air.<br><br>This theme comes with <a href="admin.php?p=themes&action=style">different styles</a> - try them :)
|
||||||
Version: 0.705
|
* Version: 0.705
|
||||||
Author: NoWhereMan and Drudo
|
* Author: NoWhereMan and Drudo
|
||||||
Author URI: http://www.flatpress.org/
|
* Author URI: http://www.flatpress.org/
|
||||||
*/
|
*/
|
||||||
|
$theme ['name'] = 'leggero';
|
||||||
|
$theme ['author'] = 'drudo and NoWhereMan';
|
||||||
|
$theme ['www'] = 'http://www.flatpress.org/';
|
||||||
|
$theme ['description'] = 'Default FlatPress Theme. Brings a a breathe of fresh mint air.';
|
||||||
|
|
||||||
|
$theme ['version'] = 0.705;
|
||||||
|
|
||||||
|
$theme ['style_def'] = 'style.css';
|
||||||
|
$theme ['style_admin'] = 'admin.css';
|
||||||
|
|
||||||
|
$theme ['default_style'] = 'leggero';
|
||||||
|
|
||||||
|
// Other theme settings
|
||||||
|
|
||||||
|
// overrides default tabmenu
|
||||||
|
// and panel layout
|
||||||
|
remove_filter('admin_head', 'admin_head_action');
|
||||||
|
|
||||||
|
// register widgetsets
|
||||||
|
register_widgetset('right');
|
||||||
|
register_widgetset('left');
|
||||||
|
|
||||||
$theme['name'] = 'leggero';
|
|
||||||
$theme['author'] = 'drudo and NoWhereMan';
|
|
||||||
$theme['www'] = 'http://www.flatpress.org/';
|
|
||||||
$theme['description'] = 'Default FlatPress Theme. Brings a a breathe of fresh air and'.
|
|
||||||
'blah blah';
|
|
||||||
|
|
||||||
|
|
||||||
$theme['version'] = 0.705;
|
|
||||||
|
|
||||||
$theme['style_def'] = 'style.css';
|
|
||||||
$theme['style_admin'] = 'admin.css';
|
|
||||||
|
|
||||||
$theme['default_style'] = 'leggero';
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Other theme settings
|
|
||||||
|
|
||||||
// overrides default tabmenu
|
|
||||||
// and panel layout
|
|
||||||
remove_filter('admin_head', 'admin_head_action');
|
|
||||||
|
|
||||||
// register widgetsets
|
|
||||||
register_widgetset('right');
|
|
||||||
register_widgetset('left');
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
4
fp-plugins/readmore/lang/lang.cs-cz.php
Normal file
4
fp-plugins/readmore/lang/lang.cs-cz.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
$lang ['plugin'] ['readmore'] = array(
|
||||||
|
'readmore' => '[Číst dál...]'
|
||||||
|
);
|
Loading…
x
Reference in New Issue
Block a user