diff --git a/fp-interface/themes/leggero/leggero/style.conf.php b/fp-interface/themes/leggero/leggero/style.conf.php
index 18a894f..e03458e 100644
--- a/fp-interface/themes/leggero/leggero/style.conf.php
+++ b/fp-interface/themes/leggero/leggero/style.conf.php
@@ -1,25 +1,21 @@
diff --git a/fp-interface/themes/leggero/theme.conf.php b/fp-interface/themes/leggero/theme.conf.php
index cd69e40..6e2af6d 100755
--- a/fp-interface/themes/leggero/theme.conf.php
+++ b/fp-interface/themes/leggero/theme.conf.php
@@ -1,38 +1,32 @@
This theme comes with different styles - try them :)
+ * Version: 0.705
+ * Author: NoWhereMan and Drudo
+ * 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');
-
?>
diff --git a/fp-plugins/readmore/lang/lang.cs-cz.php b/fp-plugins/readmore/lang/lang.cs-cz.php
new file mode 100644
index 0000000..f7d2ea8
--- /dev/null
+++ b/fp-plugins/readmore/lang/lang.cs-cz.php
@@ -0,0 +1,4 @@
+ '[Číst dál...]'
+);