Plugin Directory

Changeset 366852


Ignore:
Timestamp:
03/30/2011 10:09:58 AM (15 years ago)
Author:
Mikoviny
Message:
 
Location:
wp-custom-pages/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-custom-pages/trunk/lang/wp-custom-pages-sk_SK.po

    r366828 r366852  
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-custom-pages\n"
    77"POT-Creation-Date: 2011-03-30 08:27:31+00:00\n"
    8 "PO-Revision-Date: 2011-03-30 10:30+0100\n"
     8"PO-Revision-Date: 2011-03-30 12:06+0100\n"
    99"Last-Translator: stano <[email protected]>\n"
    1010"Language-Team: Stanislav Gunčaga <[email protected]>\n"
     
    113113
    114114#: wp-settings.php:52
    115 msgid "Set style:"
     115msgid "Set style"
    116116msgstr "Nastav štýl"
    117117
  • wp-custom-pages/trunk/readme.txt

    r366849 r366852  
    1010
    1111== Description ==
     12This plugin is for adding pages in tree structure with custom strucure.
    1213
    1314= Require =
     
    2223* Add page content on the top
    2324* 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)
    2526* 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.
    2728
    2829== Installation ==
  • wp-custom-pages/trunk/wp-settings.php

    r366512 r366852  
    5050  </tr>
    5151  <tr>
    52     <td><?php _e('Set style:', 'wp-custom-pages'); ?>:</td>
     52    <td><?php _e('Set style', 'wp-custom-pages'); ?>:</td>
    5353    <td>
    5454        <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.