Changeset 366852
- Timestamp:
- 03/30/2011 10:09:58 AM (15 years ago)
- Location:
- wp-custom-pages/trunk
- Files:
-
- 4 edited
-
lang/wp-custom-pages-sk_SK.mo (modified) (previous)
-
lang/wp-custom-pages-sk_SK.po (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-pages/trunk/lang/wp-custom-pages-sk_SK.po
r366828 r366852 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-custom-pages\n" 7 7 "POT-Creation-Date: 2011-03-30 08:27:31+00:00\n" 8 "PO-Revision-Date: 2011-03-30 1 0:30+0100\n"8 "PO-Revision-Date: 2011-03-30 12:06+0100\n" 9 9 "Last-Translator: stano <[email protected]>\n" 10 10 "Language-Team: Stanislav Gunčaga <[email protected]>\n" … … 113 113 114 114 #: wp-settings.php:52 115 msgid "Set style :"115 msgid "Set style" 116 116 msgstr "Nastav štýl" 117 117 -
wp-custom-pages/trunk/readme.txt
r366849 r366852 10 10 11 11 == Description == 12 This plugin is for adding pages in tree structure with custom strucure. 12 13 13 14 = Require = … … 22 23 * Add page content on the top 23 24 * Add subpages tree on the bottom 24 * Add same level pages list on the top 25 * Add same level pages list on the top (ohter 10 pages) 25 26 * Add page path on the top 26 * Generate one superpage from page and all subpages with content. Save as post and html.27 * Generate one superpage from selected page and all subpages with content. Save as post and html. 27 28 28 29 == Installation == -
wp-custom-pages/trunk/wp-settings.php
r366512 r366852 50 50 </tr> 51 51 <tr> 52 <td><?php _e('Set style :', 'wp-custom-pages'); ?>:</td>52 <td><?php _e('Set style', 'wp-custom-pages'); ?>:</td> 53 53 <td> 54 54 <select name="dynamic_style" title="<?php _e('Dynamic - when you change settings, style change for all pages. Static - style change only for new generated pages.', 'wp-custom-pages'); ?>">
Note: See TracChangeset
for help on using the changeset viewer.