Plugin Directory

Changeset 208620


Ignore:
Timestamp:
02/21/2010 03:03:42 PM (16 years ago)
Author:
namja
Message:

New Version

v0.5.6.2

  • CleanUp - Interface ( Huge thanks to Aleksandar for advice & help )
  • Bugfix *preg_match_all Error* - missing letter cause an error (php lower then 5.2 is affected)
Location:
capa
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • capa/tags/0.5.6.2/capa-options.php

    r163778 r208620  
    1818
    1919    // Add a new top-level menu (ill-advised):
    20         $page['global'] =   add_menu_page( __('CaPa › Global Settings','capa'), 'CaPa', 8, __FILE__, 'capa_global_page','div');
     20        $page['global'] =   add_menu_page( __('CaPa › General Settings','capa'), 'CaPa', 8, __FILE__, 'capa_global_page','div');
    2121
    2222        // Add a submenu to the custom top-level menu:
    23             $page['roles'] =    add_submenu_page(__FILE__, __('CaPa › Roles','capa'),            __('Roles','capa'),             8, 'sub-page', 'capa_sublevel_roles');
     23            $page['roles'] =    add_submenu_page(__FILE__, __('CaPa › User Roles','capa'),   __('User Roles','capa'),    8, 'sub-page', 'capa_sublevel_roles');
    2424
    2525        // Add a second submenu to the custom top-level menu:
    26             $page['users'] =    add_submenu_page(__FILE__, __('CaPa › Anonymous Users','capa'),  __('Anonymous User','capa'),    8, 'sub-page2', 'capa_sublevel_users');
     26            $page['users'] =    add_submenu_page(__FILE__, __('CaPa › Visitors','capa'),     __('Visitors','capa'),  8, 'sub-page2', 'capa_sublevel_users');
    2727
    2828        // Add a third submenu to the custom top-level menu:
    29             $page['help'] =     add_submenu_page(__FILE__, __('CaPa › Help','capa'),             __('Help','capa'),              8, 'sub-page3', 'capa_sublevel_help');
     29            $page['help'] =     add_submenu_page(__FILE__, __('CaPa › Support','capa'),      __('CaPa Support','capa'),              8, 'sub-page3', 'capa_sublevel_support');
    3030
    3131    // Add Help
     
    5454        echo (function_exists('screen_icon')) ? screen_icon('options-general') : NULL;
    5555       
    56             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Global Settings','capa') . '</h2>';
     56            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; General settings','capa') . '<br><span class="description" style="line-height:0.5em;">'. __('These settings define the display of the CaPa protected content on your blog.','capa'). '</span></h2>';
    5757
    5858            echo '<form name="capa_protect" method="post" action="'.$page_uri.'">';
     
    6262            echo '
    6363                <table class="form-table capa-form-table">
    64                 <tr valign="top">
    65                     <th scope="row">'.__('Protected Posts in the Blog','capa').'</th>
    66                     <td>
    67                         <label>
    68                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="hide" ' .
    69                                 (get_option('capa_protect_post_policy') == 'hide' ||
    70                                         get_option('capa_protect_post_policy') == false &&
    71                                             get_option('capa_protect_show_private_message') == false ? ' checked' : '') .
    72                                 '> '. __('Hide entire post.', 'capa') .'
    73                         </label>
    74                             <br>
    75                         <label>
    76                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show title"' .
    77                                 (get_option('capa_protect_post_policy') == 'show title' ? ' checked' : '') .
    78                                 '> '. __('Show title, but a private message for the content.', 'capa') .'
    79                         </label>
    80                             <br>
    81                         <label>
    82                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show message"' .
    83                             (get_option('capa_protect_post_policy') == 'show message' ||
    84                                     get_option('capa_protect_show_private_message') == true ? ' checked' : '') .
    85                             '> '. __('Show title and content.', 'capa') .'
    86                         </label>
    87 
    88                         <label for="capa_protect_private_message" id="capa_protect_private_message">
    89                             <h4>'. __('The private post message','capa') .':</h4>' .
    90                                 '<input name="capa_protect_private_message" type="text" size="50"' .
    91                                 ' value="'.$private_message.'" />
    92                         </label>
    93                     </td>
    94                 </tr>';
    95                
    96             echo '
    9764                <tr>
    98                     <th scope="row">'.__('The Pages','capa').'</th>
     65                    <th scope="row">'.__('Page display','capa').'</th>
    9966                    <td>
    10067                        <label>
    10168                            <input name="capa_protect_show_private_pages" type="checkbox" onClick="capa_enable_disable_form_elements()"' .
    10269                                (get_option('capa_protect_show_private_pages') ? " checked" : "") .
    103                                 '> ' . __('Show private pages','capa') .'
    104                         </label>
     70                                '> ' . __('Show protected pages','capa') .'
     71                        </label>
     72                        <br>
     73                        <span class="description" style="margin-left:10px;">'. __('Checking this option will show links to all the pages.','capa'). '</span>
     74                        <br>
     75                        <div style="margin-left:10px;">
     76                        </div>
    10577                    </td>
    10678                </tr>
     
    11486                                '> ' . __('Show private categories','capa') .'
    11587                        </label>
    116                             <br>
     88                        <br>
     89                        <span class="description" style="margin-left:10px;">'. __('Checking this option will show links to all the Categories.','capa'). '</span>
     90
     91                        <br>
    11792                        <label id="capa_protect_show_padlock_on_private_categories">
    11893                            <input name="capa_protect_show_padlock_on_private_categories" type="checkbox" '.
     
    12196                        </label>
    12297                    </td>
    123                 </tr>';
    124 
    125             echo '
     98                </tr>
     99
     100                <tr valign="top">
     101                    <th scope="row">'.__('Posts and pages display.','capa').'
     102                        <br>
     103                        <span class="description">'. __('How do you want to display a protected post or page?','capa'). '</span>
     104                    </th>
     105                    <td>
     106                        <label>
     107                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="hide" ' .
     108                                (get_option('capa_protect_post_policy') == 'hide' ||
     109                                        get_option('capa_protect_post_policy') == false &&
     110                                            get_option('capa_protect_show_private_message') == false ? ' checked' : '') .
     111                                '> '. __('Hide everything','capa') .'
     112                        </label>
     113                            <br>
     114                        <label>
     115                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show message"' .
     116                            (get_option('capa_protect_post_policy') == 'show message' ||
     117                                    get_option('capa_protect_show_private_message') == true ? ' checked' : '') .
     118                            '> '. __('Show everything','capa') .'
     119                        </label>
     120                            <br>
     121                        <label>
     122                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show title"' .
     123                                (get_option('capa_protect_post_policy') == 'show title' ? ' checked' : '') .
     124                                '> '. __('Show title and the private message as content','capa') .'
     125                               
     126                        </label>
     127                    </td>
     128                </tr>
     129                <tr>
     130                    <th scope="row">'. __('The private message','capa') .'</th>
     131                    <td>
     132                        <label for="capa_protect_private_message" id="capa_protect_private_message">
     133                                <input name="capa_protect_private_message" type="text" size="50"' .
     134                                ' value="'.$private_message.'" />
     135                        </label>
     136                    </td>
     137                </tr>
     138
    126139                <tr>
    127140                    <th scope="row">'.__('The Comments','capa').'</th>
     
    163176
    164177                    </td>
    165                 </tr>';
    166                
    167             echo '
     178                </tr>
     179
    168180                <tr>
    169181                    <th scope="row">' .__('Miscellaneous','capa'). '</th>
     
    172184                            <input type="checkbox" name="capa_protect_keep_options" value="on"' .
    173185                                (get_option('capa_protect_keep_options') == '1' ? ' checked' : '') .
    174                                 '> '. __('Keep CaPa Settings', 'capa') .'
     186                                '> '. __('Keep CaPa Settings','capa') .'
    175187                        </label><br>
    176                         <span class="description" style="margin-left:10px;">'. __('In the Case that CaPa is disabled but you wants to keep the Settings.', 'capa' ). '</span>
     188                        <span class="description" style="margin-left:10px;">'. __('In the Case that CaPa is disabled but you wants to keep the Settings.','capa'). '</span>
    177189                    </td>
    178190                </tr>
    179191                </table>
    180                
    181192            ';
    182193
    183194            echo '
    184195                <p class="submit" style="float:left; margin-right:10px;">
    185                     <button type="submit" name="submit" class="button-primary" value="Update Global Options" >'. __('Update Global Options','capa') .'</button>
     196                    <button type="submit" name="submit" class="button-primary" value="Update general settings" >'. __('Update general settings','capa') .'</button>
    186197                </p>
    187198                <p class="submit">
    188                     <button type="submit" name="submit" class="button-secondary" value="Reset Global Options" >'. __('Reset Global Options','capa').'</button>
     199                    <button type="submit" name="submit" class="button-secondary" value="Reset defaults" >'. __('Reset defaults','capa').'</button>
    189200                </p>
    190201               
     
    204215        // For WP < 27
    205216            echo (function_exists('screen_icon')) ? screen_icon('users') : NULL;
    206             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Roles','capa') . '</h2>';
     217            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Users Roles','capa') . '</h2>';
    207218
    208219            // --------------------------------------------------------------
     
    228239  // --------------------------------------------------------------
    229240
    230             echo '<h2 style="margin-bottom:15px;">' . __('Categories','capa') . '</h2>';
    231            
     241            echo '<h2 style="margin-bottom:15px;">' . _n('Category visibility','Categories visibility',count($categorys),'capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Select which categories are available for each user role.','capa'). '</span></h2>';
     242
    232243            echo '
    233244                <table class="widefat fixed">
    234245                    <thead style="background:#E6E6E6;">
    235246                        <tr>
    236                             <th><b>'.__('Categories','capa').'</b></th>
     247                            <th>&nbsp;</th>
    237248                            <th style="text-align:center;">'.__('Administrator','capa').'</th>
    238249                            <th style="text-align:center;">'.__('Editor','capa').'</th>
     
    273284                ob_end_clean();
    274285
    275                     preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     286                    preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    276287                    $sort_order = $sort_order['id'];
    277288                    $i = 0;
     
    302313  // --------------------------------------------------------------
    303314        if($pages){
    304    
    305             echo '<h2 style="margin-bottom:15px;">' . __('Pages','capa') . '</h2>';
     315
     316            echo '<h2 style="margin-bottom:15px;">' . _n('Page visibility', 'Pages visibility', count($pages),'capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Select which pages are available for each user role.','capa'). '</span></h2>';
    306317           
    307318            echo '
     
    309320                    <thead style="background:#E6E6E6;">
    310321                        <tr>
    311                             <th><b>'.__('Pages','capa').'</b></th>
     322                            <th>&nbsp;</th>
    312323                            <th style="text-align:center;">'.__('Administrator','capa').'</th>
    313324                            <th style="text-align:center;">'.__('Editor','capa').'</th>
     
    365376            echo '
    366377                <p class="submit" style="float:left; margin-right:10px;">
    367                     <button type="submit" name="submit" class="button-primary" value="Update Role Options" >'. __('Update Role Options','capa') .'</button>
     378                    <button type="submit" name="submit" class="button-primary" value="Update Role Options" >'. __('Update user roles settings','capa') .'</button>
    368379                </p>
    369380                <p class="submit">
    370                     <button type="submit" name="submit" class="button" value="Reset Role Options" >'. __('Reset Role Options','capa').'</button>
     381                    <button type="submit" name="submit" class="button" value="Reset Role Options" >'. __('Reset user roles','capa').'</button>
    371382                </p>
    372383                </form>';
     
    381392        // For WP < 27
    382393            echo (function_exists('screen_icon')) ? screen_icon('users') : NULL;
    383             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Anonymous Users','capa') . '</h2>';
     394            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Visitors','capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Here you can set which categories and pages will be visible to the users that are not logged in.','capa'). '</span></h2>';
    384395
    385396            // --------------------------------------------------------------
     
    408419            ob_end_clean();
    409420
    410                 preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     421                preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    411422                $sort_order = $sort_order['id'];
    412423        // -- @END --
     
    425436
    426437            echo '<td>';
    427                 // Category table
    428                 echo '<h3>'. __('Category &amp; Pages Access for Anonymous Users','capa') .'</h3>';
    429                 echo '<p>' . __('Set the visibility of categories / pages for users that are not logged in below.','capa').'</p>';
    430438
    431439            echo '</td><tr>';
     
    520528                // CATEGORIES
    521529                    echo '
    522                         <table class="widefat fixed capa-table" cellspacing="0">
     530                        <table class="widefat capa-table" cellspacing="0">
    523531                            <thead>
    524532                            <tr>
    525                                 <th scope="col" id="name" class="manage-column column-name">'. __('Categories','capa') .'</th>
    526                                 <th scope="col" id="name" class="manage-column column-name">'. __('Pages','capa') .'</th>
     533                                <th scope="col" id="name" class="manage-column column-name">'. _n('Category visibility', 'Categories visibility', count($categorys),'capa') .'</th>
     534                                <th scope="col" id="name" class="manage-column column-name">'. _n('Page visibility', 'Pages visibility', count($pages),'capa') .'</th>
    527535                            </tr>
    528536                            </thead>
     
    600608            echo '
    601609                <p class="submit" style="float:left; margin-right:10px;">
    602                     <button type="submit" name="submit" class="button-primary" value="Update User Options">'. __('Update User Options','capa') .'</button>
     610                    <button type="submit" name="submit" class="button-primary" value="Update User Options">'. __('Update visitors settings','capa') .'</button>
    603611                </p>
    604612                <p class="submit">
    605                     <button type="submit" name="submit" class="button" value="Reset User Options">'. __('Reset User Options','capa').'</button>
     613                    <button type="submit" name="submit" class="button" value="Reset User Options">'. __('Reset visitors','capa').'</button>
    606614                </p>
    607615                </form>';
     
    611619
    612620// capa_subleve_debug() displays information for an better help
    613     function capa_sublevel_help() {
     621    function capa_sublevel_support() {
    614622    // Check if POST isnt empty
    615623        ($_POST) ? capa_handle_action() : NULL ;
     
    618626    // For WP < 27
    619627        echo (function_exists('screen_icon')) ? screen_icon('edit-comments') : NULL;
    620             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Help','capa') . '</h2>';
     628            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; CaPa Support','capa') . '</h2>';
    621629
    622630            echo '<h3>'.__('Information to provide a faster way to help you.','capa').'</h3>';
     
    708716            <tr>
    709717                <th style="font-size:11px;">';
    710                 echo    '<b>'.__('Titel','capa').'</b>';
     718                echo    '<b>'.__('Title','capa').'</b>';
    711719
    712720        echo'   </th>
    713721                <td valign="top">';
    714722                    echo '<input type="text" name="titel" value="Help Info from '.get_option('blogname').'" class="regular-text">';
    715                     echo '<span class="description"> '. __('You can change the Titel as you wish.','capa') .'</span>';
     723                    echo '<span class="description"> '. __('You can change the Title as you wish.','capa') .'</span>';
    716724        echo'   </td>
    717725            </tr>
     
    752760        global $_POST;
    753761
    754         if ($_POST['submit'] == 'Reset Global Options') {
     762        if ($_POST['submit'] == 'reset defaults') {
    755763            delete_option('capa_protect_private_message');
    756764            delete_option('capa_protect_post_policy');
     
    804812
    805813
    806         if($_POST['submit'] == 'Update Global Options'){
     814        if($_POST['submit'] == 'Update general settings'){
    807815
    808816            // Comment Update
  • capa/tags/0.5.6.2/capa-user-edit.php

    r163698 r208620  
    4848        echo (function_exists('screen_icon')) ? screen_icon('plugins') : NULL;
    4949
    50         echo '<h2>'. __('CaPa &raquo; User Settings','capa').'</h2>';
    51         echo '<p class="desc">'. __('The following checked categories &amp; pages are visible for this user.','capa').'</p>';
     50        echo '<h2 style="margin-bottom:30px;">'. __('CaPa &raquo; User Settings','capa').'<br><span class="description" style="line-height:0.5em;">'. __('Here you can set categories and pages only for this users.','capa'). '</span></h2>';
    5251
    5352        $user_id = empty($_POST['user_id']) ? $_GET['user_id'] : $_POST['user_id'];
     
    5756
    5857            echo '<h3>'. __('Access','capa') .' &amp; </h3>';
    59             echo '<p class="desc">'. __('As a manager, this user can view all categories &amp; pages.','capa').'</p>';
     58            echo '<p class="desc">'. __('As a manager, this user see all categories &amp; pages.','capa').'</p>';
    6059
    6160        }else{
     
    8382                            ob_end_clean();
    8483
    85                                 preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     84                                preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    8685                                $sort_order = $sort_order['id'];
    8786                        // -- @END --
     
    103102                                    <thead>
    104103                                    <tr>
    105                                         <th scope="col" id="name" class="manage-column column-name">'. __('Categories','capa') .'</th>
    106                                         <th scope="col" id="name" class="manage-column column-name">'. __('Pages','capa') .'</th>
     104                                        <th scope="col" id="name" class="manage-column column-name">'. _n('Category visibility','Categories visibility',count($categorys),'capa') .'</th>
     105                                        <th scope="col" id="name" class="manage-column column-name">'. _n('Page visibility','Pages visibility',count($pages),'capa') .'</th>
    107106                                    </tr>
    108107                                    </thead>
     
    176175
    177176                echo '<input type="checkbox" name="capa_protect_user_reset"> '. __('Reset current CaPa user settings','capa');
    178                 echo '<br><br><hr><br>';
     177                echo '<br><br><hr>';
    179178
    180179            echo '</div>';
  • capa/tags/0.5.6.2/capa.php

    r163778 r208620  
    33Plugin Name: CaPa Protect
    44Plugin URI: http://www.smatern.de/category/coding/capa/
    5 Description: Protects Categories, Pages and Posts from specific users.
    6 Version: 0.5.6.1
     5Description: CaPa provides Category & Pages protection on a roles & user basis.
     6Version: 0.5.6.2
    77Author: S. Matern
    88Author URI: http://www.smatern.de
     
    1919$capa_protect_private_message                       = get_option("capa_protect_private_message");
    2020$capa_protect_post_policy                           = get_option('capa_protect_post_policy');
    21 $capa_protect_default_private_message               = __('Sorry, you do not have sufficient privileges to view this post.', 'capa');;
     21$capa_protect_default_private_message               = __('Sorry, you do not have sufficient privileges to view this post.', 'capa');
    2222$capa_protect_show_private_message                  = get_option('capa_protect_show_private_message');
    2323$capa_protect_show_private_categories               = get_option('capa_protect_show_private_categories');
     
    507507
    508508        return $sql;
    509 
    510509    }
    511510
     
    10141013
    10151014    function cleanup_capa_help($params){
    1016         $search_string = '_<h5>' . __('Other Help').'(.*)</div>{1}_';
     1015        $search_string = '_<h5>' . __('Other Help','capa').'(.*)</div>{1}_';
    10171016    // Remove Other Help from Capa Wordpress Adminpages
    10181017        return preg_replace($search_string, '', $params);
  • capa/tags/0.5.6.2/css/capa-style.css

    r163698 r208620  
    2424    display:    block;
    2525}
    26 
    2726.capa-form-table h4{
    2827    margin-bottom:  0px;
     
    3231.capa-table thead th{
    3332    text-align: center;
     33}
     34
     35.capa-form-table tbody tr{
     36    border-top: 5px solid transparent;
    3437}
    3538.capa-tbody th label{
  • capa/tags/0.5.6.2/lang/capa-de_DE.po

    r163778 r208620  
    33"Project-Id-Version: CaPa Protect\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-10-15 22:20+0100\n"
    6 "PO-Revision-Date: 2009-10-15 22:21+0100\n"
     5"POT-Creation-Date: 2010-02-18 19:31+0100\n"
     6"PO-Revision-Date: 2010-02-18 19:31+0100\n"
    77"Last-Translator: \n"
    88"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Poedit-KeywordsList: __;_e\n"
     12"X-Poedit-KeywordsList: __;_e;_n:1,2\n"
    1313"X-Poedit-Basepath: .\n"
     14"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1415"X-Poedit-Language: German\n"
    1516"X-Poedit-Country: GERMANY\n"
     17"X-Poedit-SourceCharset: utf-8\n"
    1618"X-Poedit-SearchPath-0: /Users/sascha/Sites/wp/plugins/capa/trunk\n"
    1719
    1820#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:20
    19 msgid "CaPa &rsaquo; Global Settings"
     21msgid "CaPa &rsaquo; General Settings"
    2022msgstr "CaPa &rsaquo; Allgemeine Einstellungen"
    2123
    2224#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:23
    23 msgid "CaPa &rsaquo; Roles"
     25msgid "CaPa &rsaquo; User Roles"
    2426msgstr "CaPa &rsaquo; Rollen"
    2527
    2628#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:23
    27 msgid "Roles"
     29msgid "User Roles"
    2830msgstr "Rollen"
    2931
    3032#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:26
    31 msgid "CaPa &rsaquo; Anonymous Users"
    32 msgstr "CaPa &rsaquo; Anonymer Benutzer"
     33msgid "CaPa &rsaquo; Visitors"
     34msgstr "CaPa &rsaquo; Besucher"
    3335
    3436#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:26
    35 msgid "Anonymous User"
    36 msgstr "Anonymer Benutzer"
     37msgid "Visitors"
     38msgstr "Besucher"
    3739
    3840#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:29
    39 msgid "CaPa &rsaquo; Help"
    40 msgstr "CaPa &raquo; Hilfe"
     41msgid "CaPa &rsaquo; Support"
     42msgstr "CaPa &raquo; Support"
    4143
    4244#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:29
    43 msgid "Help"
    44 msgstr "Hilfe"
     45msgid "CaPa Support"
     46msgstr "CaPa Support"
    4547
    4648#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:56
    47 msgid "CaPa &raquo; Global Settings"
     49msgid "CaPa &raquo; General settings"
    4850msgstr "CaPa &raquo; Allgemeine Einstellungen"
    4951
     52#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:56
     53msgid "These settings define the display of the CaPa protected content on your blog."
     54msgstr "Diese Einstellung definieren die Darstellung von CaPa gesch&uuml;schten Inhalt in Ihrem Blog."
     55
    5056#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:65
    51 msgid "Protected Posts in the Blog"
    52 msgstr "Schutz f&uuml;r die Beitr&auml;ge"
    53 
    54 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:72
    55 msgid "Hide entire post."
    56 msgstr "Verstecke Beitrag"
    57 
    58 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:78
    59 msgid "Show title, but a private message for the content."
    60 msgstr "Zeige Title und eine private Nachricht f&uuml;r den Inhalt"
    61 
    62 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:85
    63 msgid "Show title and content."
    64 msgstr "Zeige Titel &amp; Inhalt"
    65 
     57msgid "Page display"
     58msgstr "Seiten Darstellung"
     59
     60#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:70
     61msgid "Show protected pages"
     62msgstr "Zeige gesch&uuml;tzte Seiten"
     63
     64#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:73
    6665#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:89
    67 msgid "The private post message"
    68 msgstr "Private Nachricht"
    69 
    70 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:98
    71 msgid "The Pages"
    72 msgstr "Seiten"
    73 
    74 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:103
    75 msgid "Show private pages"
    76 msgstr "Zeige gesch&uuml;tzte Seiten"
    77 
    78 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:109
     66msgid "Checking this option will show links to all the pages."
     67msgstr "Bei Aktivierung dieser Option werden die Links zu allen Seiten gezeigt."
     68
     69#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:81
    7970msgid "The Category List"
    8071msgstr "Kategorien"
    8172
    82 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:114
     73#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:86
    8374msgid "Show private categories"
    8475msgstr "Zeige gesch&uuml;tzte Kategorien"
    8576
    86 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:120
     77#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:95
    8778msgid "Show a padlock icon next to private categories"
    8879msgstr "Zeige ein Schloss Symbol neben gesch&uuml;tzten Kategorie Namen"
    8980
    90 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:127
     81#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:101
     82msgid "Posts and pages display."
     83msgstr "Beitr&auml;ge und Seiten Darstellung"
     84
     85#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:103
     86msgid "How do you want to display a protected post or page?"
     87msgstr "Wie m&ouml;chten Sie die gesch&uuml;sten Beitr&auml;ge und Seiten zeigen?"
     88
     89#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:111
     90msgid "Hide everything"
     91msgstr "Verstecke alles"
     92
     93#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:118
     94msgid "Show everything"
     95msgstr "Zeige alles"
     96
     97#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:124
     98msgid "Show title and the private message as content"
     99msgstr "Zeige Title und eine private Nachricht f&uuml;r den Inhalt"
     100
     101#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:130
     102msgid "The private message"
     103msgstr "Private Nachricht"
     104
     105#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:140
    91106msgid "The Comments"
    92107msgstr "Kommentare"
    93108
    94 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:129
     109#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:142
    95110msgid "Public &amp; Allowed Comments"
    96111msgstr "Ungesch&uuml;tzte &amp; Erlaubte Kommentare"
    97112
    98 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:135
     113#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:148
    99114msgid "Hide all comments."
    100115msgstr "Verstecke alle Kommentar"
    101116
    102 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:141
     117#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:154
    103118msgid "Show Author, but the private message for the content."
    104119msgstr "Zeige Autor, aber eine private Nachricht f&uuml;r den Inhalt."
    105120
    106 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:147
     121#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:160
    107122msgid "Show content, but no author."
    108123msgstr "Zeige Inhalt, aber keinen Autor Namen."
    109124
    110 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:153
     125#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:166
    111126msgid "Show everything."
    112127msgstr "Zeige alles"
    113128
    114 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:156
     129#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:169
    115130msgid "Private Comments"
    116131msgstr "Gesch&uuml;tzte Kommentare"
    117132
    118 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:161
     133#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:174
    119134msgid "Use the Settings for comments from protected Posts."
    120135msgstr "Benutze die selben Einstellungen f&uuml;r Kommentare von gesch&uuml;tzten Beitr&auml;ge."
    121136
    122 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:169
     137#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:181
    123138msgid "Miscellaneous"
    124139msgstr "Verschiedenes"
    125140
    126 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:174
     141#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:186
    127142msgid "Keep CaPa Settings"
    128143msgstr "Behalte CaPa Einstellung"
    129144
    130 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:176
     145#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:188
    131146msgid "In the Case that CaPa is disabled but you wants to keep the Settings."
    132147msgstr "Beh&auml;lt die Einstellung, wenn CaPa deaktiviert ist."
    133148
    134 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:185
    135 msgid "Update Global Options"
     149#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:196
     150msgid "Update general settings"
    136151msgstr "&Auml;nderungen &uuml;bernehmen"
    137152
    138 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:188
    139 msgid "Reset Global Options"
    140 msgstr "Allgemeine Einstellungen zur&uuml;cksetzen"
    141 
    142 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:206
    143 msgid "CaPa &raquo; Roles"
     153#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:199
     154msgid "Reset defaults"
     155msgstr "Einstellung zur&uuml;cksetzen"
     156
     157#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:217
     158msgid "CaPa &raquo; Users Roles"
    144159msgstr "CaPa &raquo; Rollen"
    145160
    146 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:230
    147 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:236
    148 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:525
    149 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:105
    150 msgid "Categories"
    151 msgstr "Kategorien"
    152 
    153 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:237
    154 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:312
     161#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
     162#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:533
     163#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:104
     164msgid "Category visibility"
     165msgid_plural "Categories visibility"
     166msgstr[0] "Kategorie"
     167msgstr[1] "Kategorien"
     168
     169#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
     170msgid "Select which categories are available for each user role."
     171msgstr "Markiere f&uuml;r jede Rolle die sichtbaren Kategorien."
     172
     173#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:248
     174#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:323
    155175msgid "Administrator"
    156176msgstr "Administrator"
    157177
    158 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:238
    159 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:313
     178#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:249
     179#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:324
    160180msgid "Editor"
    161181msgstr "Redakteur"
    162182
    163 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:239
    164 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:314
     183#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:250
     184#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:325
    165185msgid "Author"
    166186msgstr "Autor"
    167187
    168 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:240
    169 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:315
     188#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:251
     189#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:326
    170190msgid "Contributor"
    171191msgstr "Mitarbeiter"
    172192
    173 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
    174 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     193#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:252
     194#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:327
    175195msgid "Subscriber"
    176196msgstr "Abonnent"
    177197
    178 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:247
    179 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:322
     198#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:258
     199#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:333
    180200msgid "check/uncheck"
    181201msgstr ""
    182202
    183 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:305
    184 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:311
    185 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:526
    186 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:106
    187 msgid "Pages"
    188 msgstr "Seiten"
    189 
    190 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:367
    191 msgid "Update Role Options"
     203#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     204#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:534
     205#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:105
     206msgid "Page visibility"
     207msgid_plural "Pages visibility"
     208msgstr[0] "Sichtbarkeit der Seite"
     209msgstr[1] "Sichtbarkeit der Seiten"
     210
     211#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     212msgid "Select which pages are available for each user role."
     213msgstr "W&auml;hle aus, welche Seiten sichtbar ist f&uuml;r jede Rolle "
     214
     215#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:378
     216msgid "Update user roles settings"
    192217msgstr "&Auml;nderungen &uuml;bernehmen"
    193218
    194 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:370
    195 msgid "Reset Role Options"
    196 msgstr "Rollen Einstellungen zur&uuml;cksetzen"
    197 
    198 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:383
    199 msgid "CaPa &raquo; Anonymous Users"
    200 msgstr "CaPa &raquo; Anonymer Benutzer"
    201 
    202 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:428
    203 msgid "Category &amp; Pages Access for Anonymous Users"
    204 msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    205 
    206 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:429
    207 msgid "Set the visibility of categories / pages for users that are not logged in below."
    208 msgstr "Geben Sie hier die Standart-Seiten f&uuml;r <b>nicht angemeldete</b> Benutzer an. Normalerweise handelt es sich dabei um unangemeldete Benutzer oder Besucher."
    209 
    210 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:534
    211 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:114
     219#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:381
     220msgid "Reset user roles"
     221msgstr "Benutzer Einstellungen zur&uuml;cksetzen"
     222
     223#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:394
     224msgid "CaPa &raquo; Visitors"
     225msgstr "CaPa &raquo; Besucher"
     226
     227#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:394
     228msgid "Here you can set which categories and pages will be visible to the users that are not logged in."
     229msgstr "Hier geben Sie an welchen Kategorien &amp; Seiten sichtbar sind für nicht angemeldete Besucher."
     230
     231#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:542
     232#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:113
    212233msgid "check/uncheck all Categories"
    213234msgstr ""
    214235
    215 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:539
    216 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:119
     236#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:547
     237#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:118
    217238msgid "check/uncheck all Pages"
    218239msgstr ""
    219240
    220 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:602
    221 msgid "Update User Options"
     241#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:610
     242msgid "Update visitors settings"
    222243msgstr "&Auml;nderungen &uuml;bernehmen"
    223244
    224 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:605
    225 msgid "Reset User Options"
    226 msgstr "Benutzer Einstellungen zur&uuml;cksetzen"
    227 
    228 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:620
    229 msgid "CaPa &raquo; Help"
    230 msgstr "CaPa &raquo; Hilfe"
    231 
    232 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:622
     245#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:613
     246msgid "Reset visitors"
     247msgstr "Einstellungen zur&uuml;cksetzen"
     248
     249#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:628
     250msgid "CaPa &raquo; CaPa Support"
     251msgstr "CaPa &raquo; CaPa Support"
     252
     253#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:630
    233254msgid "Information to provide a faster way to help you."
    234255msgstr "Information um eine schnelle Hilfe zu erm&ouml;glichen"
    235256
    236 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:623
     257#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:631
    237258msgid "Information will be send per e-mail. A Copy goes to the Sender E-Mail."
    238259msgstr "Die Information wird per E-Mail versendet. Eine Kopie wird an die E-Mail Adresse des Versenders geschickt."
    239260
    240 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:659
    241 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:677
     261#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
     262#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:685
    242263msgid "@Active Plugins"
    243264msgstr "@Aktive Plugins"
    244265
    245 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:659
     266#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
    246267msgid "To avoid Problems between CaPa and others Plugins. All active plugins will be displayed."
    247268msgstr "Um Probleme zwischen CaPa und anderen Plugins zu verhindern werden alle aktiven Plugins angezeigt."
    248269
    249 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:661
    250 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:686
     270#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:669
     271#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:694
    251272msgid "@Serialize Categories ID&#39;s"
    252273msgstr "@Serialisierte Kategorie ID&#39;s"
    253274
    254 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:661
     275#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:669
    255276msgid "Serialize Categories contains only the Categories ID&#39;s in menu order"
    256277msgstr "Serialisierte Kategorien enthalten nur die Kategorien ID&#39;s in Menu Reihenfolge "
    257278
    258 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:663
    259 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:689
     279#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:671
     280#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:697
    260281msgid "@Serialize Pages ID&#39;s"
    261282msgstr "@Serialisierte Seiten ID&#39;s"
    262283
    263 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:663
     284#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:671
    264285msgid "Serialize Pages contains only the Pages ID&#39;s in menu order"
    265286msgstr "Serialisierte Seiten enthalten nur die Seiten ID&#39;s in Menu Reihenfolge "
    266287
    267 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:665
    268 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:693
     288#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:673
     289#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:701
    269290msgid "@CaPa Settings"
    270291msgstr "@CaPa Einstellung"
    271292
    272 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:665
     293#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:673
    273294msgid "All CaPa Settings"
    274295msgstr "Alle CaPa Einstellungen"
    275296
    276 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
     297#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:675
    277298msgid "In the case you don&#39;t want send all Information, just remove the part&#39;s."
    278299msgstr "Im Falle Sie m&ouml;chten nicht alle Informationen senden, l&ouml;schen Sie die nicht gewollten Informationen."
    279300
    280 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:672
     301#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:680
    281302msgid "@Wordpress"
    282303msgstr ""
    283304
    284 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:674
     305#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:682
    285306msgid "Version:"
    286307msgstr ""
    287308
    288 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:675
     309#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:683
    289310msgid "PHP Version:"
    290311msgstr ""
    291312
    292 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:710
     313#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:718
    293314msgid "Titel"
    294315msgstr "Titel"
    295316
    296 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:715
    297 msgid "You can change the Titel as you wish."
     317#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:723
     318msgid "You can change the Title as you wish."
    298319msgstr "Sie k&ouml;nnen den Titel nach Ihrer Vorstellung &auml;ndern."
    299320
    300 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:721
     321#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:729
    301322msgid "Sender"
    302323msgstr "Versender E-Mail"
    303324
    304 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:726
     325#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:734
    305326msgid "You can change the Sender E-Mail."
    306327msgstr "Sie k&ouml;nnen die E-Mail zum Versenden &auml;ndern."
    307328
    308 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:731
     329#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:739
    309330msgid "Comment (Optional)"
    310331msgstr "Kommentar (Optional)"
    311332
    312 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:742
     333#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:750
    313334msgid "Send Help"
    314335msgstr "Hilfe Abschicken"
    315336
    316 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:774
     337#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:782
    317338msgid "Global Settings are reset."
    318339msgstr "Globale Einstellung sind zur&uuml;ckgesetzt"
    319340
    320 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:786
     341#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:794
    321342msgid "User Settings are reset."
    322343msgstr "Benutzer Einstellung wurden zur&uuml;ckgesetzt."
    323344
    324 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:801
     345#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:809
    325346msgid "Role Settings are reset."
    326347msgstr "Rollen Einstellung wurden zur&uuml;ckgesetzt."
    327348
    328 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:878
     349#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:886
    329350msgid "Global Settings saved."
    330351msgstr "Globale Einstellung gespeichert."
    331352
    332 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:921
     353#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:929
    333354msgid "Role Settings saved."
    334355msgstr "Rollen Einstellung gesichert."
    335356
    336 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:955
     357#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:963
    337358msgid "User Settings saved."
    338359msgstr "Benutzer Einstellung gesichert"
    339360
    340 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:976
     361#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:984
    341362msgid "Message sent."
    342363msgstr "Nachricht versendet."
    343364
    344 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:979
     365#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:987
    345366msgid "Message wasn&#39;t sent. Please try again or send by yourself."
    346367msgstr "Nachrich wurde nicht geschickt. Bitte probieren Sie es sp&auml;ter nochmals oder schicken Sie die E-Mail selber."
     
    350371msgstr "CaPa &raquo; Benutzer Einstellung"
    351372
    352 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:51
    353 msgid "The following checked categories &amp; pages are visible for this user."
    354 msgstr "Markierte Kategorien / Seiten sind f&uuml;r diesen Benutzer sichtbar."
    355 
    356 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:58
     373#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:50
     374msgid "Here you can set categories and pages only for this users."
     375msgstr "Hier geben Sie an welche Kategorien &amp; Seiten nur für diesen Benutzer sichtbar sind."
     376
     377#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:57
    357378msgid "Access"
    358379msgstr "Zugriff"
    359380
    360 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:59
    361 msgid "As a manager, this user can view all categories &amp; pages."
     381#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:58
     382msgid "As a manager, this user see all categories &amp; pages."
    362383msgstr "Als ein Manager, dieser Benutzer sieht alle Kategorien &amp; Seiten."
    363384
    364 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:177
     385#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:176
    365386msgid "Reset current CaPa user settings"
    366387msgstr "Capa Benutzer Einstellung zur&uuml;cksetzen."
     
    374395msgstr "Unbekannter Author"
    375396
    376 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:543
     397#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:542
    377398msgid "No Title"
    378399msgstr "Kein Titel"
    379400
    380 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:1016
     401#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:1015
    381402msgid "Other Help"
    382403msgstr "Andere Hilfe"
    383404
    384 #~ msgid "Check all categories"
    385 #~ msgstr "Alle Kategorien selektieren"
    386 #~ msgid "Page Access for Anonymous Users"
    387 #~ msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    388 #~ msgid ""
    389 #~ "Set the visibility of pages for users that are not logged in below. "
    390 #~ "Usually this is the same as or more restrictive than the access granted "
    391 #~ "to new users."
    392 #~ msgstr ""
    393 #~ "Geben Sie hier die Standart-Seiten f&uuml;r <b>nicht angemeldete</b> "
    394 #~ "Benutzer an. Normalerweise handelt es sich dabei um unangemeldete "
    395 #~ "Benutzer oder Besucher."
    396 #~ msgid "Check all pages"
    397 #~ msgstr "Alle Seiten selektieren"
    398 #~ msgid "Category Access"
    399 #~ msgstr "Kategorien"
    400 #~ msgid "Page Access"
     405#~ msgid "CaPa &rsaquo; Anonymous Users"
     406#~ msgstr "CaPa &rsaquo; Anonymer Benutzer"
     407#~ msgid "Anonymous User"
     408#~ msgstr "Anonymer Benutzer"
     409#~ msgid "Help"
     410#~ msgstr "Hilfe"
     411#~ msgid "Protected Posts in the Blog"
     412#~ msgstr "Schutz f&uuml;r die Beitr&auml;ge"
     413#~ msgid "Hide entire post."
     414#~ msgstr "Verstecke Beitrag"
     415#~ msgid "Show title and content."
     416#~ msgstr "Zeige Titel &amp; Inhalt"
     417#~ msgid "The Pages"
    401418#~ msgstr "Seiten"
    402 #~ msgid "Protected Comments in the Blog"
    403 #~ msgstr "Kommentarschutz"
    404 #~ msgid "The following checked pages are visible to this user."
    405 #~ msgstr "Markierte Seiten sind f&uuml;r diesen Benutzer sichtbar"
    406 #~ msgid "CaPa Roles"
    407 #~ msgstr "CaPa Schutz"
    408 #~ msgid "CaPa Anonymous Users"
    409 #~ msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    410 #~ msgid "Category Access for New Users"
    411 #~ msgstr "Kategorie Zugriff für neu angemeldete Benutzer"
    412 #~ msgid ""
    413 #~ "Set the default visibility of categories for new users below. These "
    414 #~ "values can be set on a user-by-user basis in the management page."
    415 #~ msgstr ""
    416 #~ "Geben Sie hier die Standart-Kategorien für <b>neu angemeldete</b> "
    417 #~ "Benutzer an. Diese Einstellung können Sie bei jedem einzelnen Benutzer "
    418 #~ "bei den Benutzereinstellungen ändern."
    419 #~ msgid "Pages Access for New Users"
    420 #~ msgstr "Seiten Zugriff für neue Benutzer"
    421 #~ msgid ""
    422 #~ "Set the default visibility of pages for new users below. These values can "
    423 #~ "be set on a user-by-user basis in the management page."
    424 #~ msgstr ""
    425 #~ "Geben Sie hier die Standart-Kategorien für <b>neu angemeldete</b> "
    426 #~ "Benutzer an. Diese Einstellung können Sie bei jedem einzelnen Benutzer "
    427 #~ "bei den Benutzereinstellungen ändern."
    428 #~ msgid "Show a padlock icon on the private post message."
    429 #~ msgstr "Zeige ein Schloss in der Privaten Nachricht"
    430 #~ msgid "Show Comments from the private post."
    431 #~ msgstr "Zeige Kommentar vom geschützen Beitrag"
    432 #~ msgid "Advance Protect"
    433 #~ msgstr "Erweiterter Schutz"
    434 
     419#~ msgid "Update Global Options"
     420#~ msgstr "&Auml;nderungen &uuml;bernehmen"
     421#~ msgid "Reset Global Options"
     422#~ msgstr "Allgemeine Einstellungen zur&uuml;cksetzen"
     423
  • capa/tags/0.5.6.2/readme.txt

    r163778 r208620  
    33Donate link: http://www.smatern.de/
    44Tags: restrict, restriction, category, categories, page, pages, protect, comments, security, Post, admin, plugin, posts, invisible, hide comments, comments private, hide comments from non-members
    5 Requires at least: 2.6.5
    6 Tested up to: 2.8.4
    7 Stable tag: 0.5.6.1
    8 
     5Requires at least: 2.7.1
     6Tested up to: 2.9.2
     7Stable tag: 0.5.6.2
    98
    109Protects Categories, Pages and Posts for specific users & anonymous visitor
     
    5453
    5554== Changelog ==
     55
     56= v0.5.6.2 =
     57* CleanUp - Interface ( Huge thanks to Aleksandar for advice & help )
     58* Bugfix *preg_match_all Error* - missing letter cause an error (php lower then 5.2 is affected)
    5659
    5760= v0.5.6.1 =
  • capa/trunk/capa-options.php

    r163778 r208620  
    1818
    1919    // Add a new top-level menu (ill-advised):
    20         $page['global'] =   add_menu_page( __('CaPa &rsaquo; Global Settings','capa'), 'CaPa', 8, __FILE__, 'capa_global_page','div');
     20        $page['global'] =   add_menu_page( __('CaPa &rsaquo; General Settings','capa'), 'CaPa', 8, __FILE__, 'capa_global_page','div');
    2121
    2222        // Add a submenu to the custom top-level menu:
    23             $page['roles'] =    add_submenu_page(__FILE__, __('CaPa &rsaquo; Roles','capa'),            __('Roles','capa'),             8, 'sub-page', 'capa_sublevel_roles');
     23            $page['roles'] =    add_submenu_page(__FILE__, __('CaPa &rsaquo; User Roles','capa'),   __('User Roles','capa'),    8, 'sub-page', 'capa_sublevel_roles');
    2424
    2525        // Add a second submenu to the custom top-level menu:
    26             $page['users'] =    add_submenu_page(__FILE__, __('CaPa &rsaquo; Anonymous Users','capa'),  __('Anonymous User','capa'),    8, 'sub-page2', 'capa_sublevel_users');
     26            $page['users'] =    add_submenu_page(__FILE__, __('CaPa &rsaquo; Visitors','capa'),     __('Visitors','capa'),  8, 'sub-page2', 'capa_sublevel_users');
    2727
    2828        // Add a third submenu to the custom top-level menu:
    29             $page['help'] =     add_submenu_page(__FILE__, __('CaPa &rsaquo; Help','capa'),             __('Help','capa'),              8, 'sub-page3', 'capa_sublevel_help');
     29            $page['help'] =     add_submenu_page(__FILE__, __('CaPa &rsaquo; Support','capa'),      __('CaPa Support','capa'),              8, 'sub-page3', 'capa_sublevel_support');
    3030
    3131    // Add Help
     
    5454        echo (function_exists('screen_icon')) ? screen_icon('options-general') : NULL;
    5555       
    56             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Global Settings','capa') . '</h2>';
     56            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; General settings','capa') . '<br><span class="description" style="line-height:0.5em;">'. __('These settings define the display of the CaPa protected content on your blog.','capa'). '</span></h2>';
    5757
    5858            echo '<form name="capa_protect" method="post" action="'.$page_uri.'">';
     
    6262            echo '
    6363                <table class="form-table capa-form-table">
    64                 <tr valign="top">
    65                     <th scope="row">'.__('Protected Posts in the Blog','capa').'</th>
    66                     <td>
    67                         <label>
    68                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="hide" ' .
    69                                 (get_option('capa_protect_post_policy') == 'hide' ||
    70                                         get_option('capa_protect_post_policy') == false &&
    71                                             get_option('capa_protect_show_private_message') == false ? ' checked' : '') .
    72                                 '> '. __('Hide entire post.', 'capa') .'
    73                         </label>
    74                             <br>
    75                         <label>
    76                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show title"' .
    77                                 (get_option('capa_protect_post_policy') == 'show title' ? ' checked' : '') .
    78                                 '> '. __('Show title, but a private message for the content.', 'capa') .'
    79                         </label>
    80                             <br>
    81                         <label>
    82                             <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show message"' .
    83                             (get_option('capa_protect_post_policy') == 'show message' ||
    84                                     get_option('capa_protect_show_private_message') == true ? ' checked' : '') .
    85                             '> '. __('Show title and content.', 'capa') .'
    86                         </label>
    87 
    88                         <label for="capa_protect_private_message" id="capa_protect_private_message">
    89                             <h4>'. __('The private post message','capa') .':</h4>' .
    90                                 '<input name="capa_protect_private_message" type="text" size="50"' .
    91                                 ' value="'.$private_message.'" />
    92                         </label>
    93                     </td>
    94                 </tr>';
    95                
    96             echo '
    9764                <tr>
    98                     <th scope="row">'.__('The Pages','capa').'</th>
     65                    <th scope="row">'.__('Page display','capa').'</th>
    9966                    <td>
    10067                        <label>
    10168                            <input name="capa_protect_show_private_pages" type="checkbox" onClick="capa_enable_disable_form_elements()"' .
    10269                                (get_option('capa_protect_show_private_pages') ? " checked" : "") .
    103                                 '> ' . __('Show private pages','capa') .'
    104                         </label>
     70                                '> ' . __('Show protected pages','capa') .'
     71                        </label>
     72                        <br>
     73                        <span class="description" style="margin-left:10px;">'. __('Checking this option will show links to all the pages.','capa'). '</span>
     74                        <br>
     75                        <div style="margin-left:10px;">
     76                        </div>
    10577                    </td>
    10678                </tr>
     
    11486                                '> ' . __('Show private categories','capa') .'
    11587                        </label>
    116                             <br>
     88                        <br>
     89                        <span class="description" style="margin-left:10px;">'. __('Checking this option will show links to all the Categories.','capa'). '</span>
     90
     91                        <br>
    11792                        <label id="capa_protect_show_padlock_on_private_categories">
    11893                            <input name="capa_protect_show_padlock_on_private_categories" type="checkbox" '.
     
    12196                        </label>
    12297                    </td>
    123                 </tr>';
    124 
    125             echo '
     98                </tr>
     99
     100                <tr valign="top">
     101                    <th scope="row">'.__('Posts and pages display.','capa').'
     102                        <br>
     103                        <span class="description">'. __('How do you want to display a protected post or page?','capa'). '</span>
     104                    </th>
     105                    <td>
     106                        <label>
     107                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="hide" ' .
     108                                (get_option('capa_protect_post_policy') == 'hide' ||
     109                                        get_option('capa_protect_post_policy') == false &&
     110                                            get_option('capa_protect_show_private_message') == false ? ' checked' : '') .
     111                                '> '. __('Hide everything','capa') .'
     112                        </label>
     113                            <br>
     114                        <label>
     115                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show message"' .
     116                            (get_option('capa_protect_post_policy') == 'show message' ||
     117                                    get_option('capa_protect_show_private_message') == true ? ' checked' : '') .
     118                            '> '. __('Show everything','capa') .'
     119                        </label>
     120                            <br>
     121                        <label>
     122                            <input type="radio" name="capa_protect_post_policy" onClick="capa_enable_disable_form_elements()" value="show title"' .
     123                                (get_option('capa_protect_post_policy') == 'show title' ? ' checked' : '') .
     124                                '> '. __('Show title and the private message as content','capa') .'
     125                               
     126                        </label>
     127                    </td>
     128                </tr>
     129                <tr>
     130                    <th scope="row">'. __('The private message','capa') .'</th>
     131                    <td>
     132                        <label for="capa_protect_private_message" id="capa_protect_private_message">
     133                                <input name="capa_protect_private_message" type="text" size="50"' .
     134                                ' value="'.$private_message.'" />
     135                        </label>
     136                    </td>
     137                </tr>
     138
    126139                <tr>
    127140                    <th scope="row">'.__('The Comments','capa').'</th>
     
    163176
    164177                    </td>
    165                 </tr>';
    166                
    167             echo '
     178                </tr>
     179
    168180                <tr>
    169181                    <th scope="row">' .__('Miscellaneous','capa'). '</th>
     
    172184                            <input type="checkbox" name="capa_protect_keep_options" value="on"' .
    173185                                (get_option('capa_protect_keep_options') == '1' ? ' checked' : '') .
    174                                 '> '. __('Keep CaPa Settings', 'capa') .'
     186                                '> '. __('Keep CaPa Settings','capa') .'
    175187                        </label><br>
    176                         <span class="description" style="margin-left:10px;">'. __('In the Case that CaPa is disabled but you wants to keep the Settings.', 'capa' ). '</span>
     188                        <span class="description" style="margin-left:10px;">'. __('In the Case that CaPa is disabled but you wants to keep the Settings.','capa'). '</span>
    177189                    </td>
    178190                </tr>
    179191                </table>
    180                
    181192            ';
    182193
    183194            echo '
    184195                <p class="submit" style="float:left; margin-right:10px;">
    185                     <button type="submit" name="submit" class="button-primary" value="Update Global Options" >'. __('Update Global Options','capa') .'</button>
     196                    <button type="submit" name="submit" class="button-primary" value="Update general settings" >'. __('Update general settings','capa') .'</button>
    186197                </p>
    187198                <p class="submit">
    188                     <button type="submit" name="submit" class="button-secondary" value="Reset Global Options" >'. __('Reset Global Options','capa').'</button>
     199                    <button type="submit" name="submit" class="button-secondary" value="Reset defaults" >'. __('Reset defaults','capa').'</button>
    189200                </p>
    190201               
     
    204215        // For WP < 27
    205216            echo (function_exists('screen_icon')) ? screen_icon('users') : NULL;
    206             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Roles','capa') . '</h2>';
     217            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Users Roles','capa') . '</h2>';
    207218
    208219            // --------------------------------------------------------------
     
    228239  // --------------------------------------------------------------
    229240
    230             echo '<h2 style="margin-bottom:15px;">' . __('Categories','capa') . '</h2>';
    231            
     241            echo '<h2 style="margin-bottom:15px;">' . _n('Category visibility','Categories visibility',count($categorys),'capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Select which categories are available for each user role.','capa'). '</span></h2>';
     242
    232243            echo '
    233244                <table class="widefat fixed">
    234245                    <thead style="background:#E6E6E6;">
    235246                        <tr>
    236                             <th><b>'.__('Categories','capa').'</b></th>
     247                            <th>&nbsp;</th>
    237248                            <th style="text-align:center;">'.__('Administrator','capa').'</th>
    238249                            <th style="text-align:center;">'.__('Editor','capa').'</th>
     
    273284                ob_end_clean();
    274285
    275                     preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     286                    preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    276287                    $sort_order = $sort_order['id'];
    277288                    $i = 0;
     
    302313  // --------------------------------------------------------------
    303314        if($pages){
    304    
    305             echo '<h2 style="margin-bottom:15px;">' . __('Pages','capa') . '</h2>';
     315
     316            echo '<h2 style="margin-bottom:15px;">' . _n('Page visibility', 'Pages visibility', count($pages),'capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Select which pages are available for each user role.','capa'). '</span></h2>';
    306317           
    307318            echo '
     
    309320                    <thead style="background:#E6E6E6;">
    310321                        <tr>
    311                             <th><b>'.__('Pages','capa').'</b></th>
     322                            <th>&nbsp;</th>
    312323                            <th style="text-align:center;">'.__('Administrator','capa').'</th>
    313324                            <th style="text-align:center;">'.__('Editor','capa').'</th>
     
    365376            echo '
    366377                <p class="submit" style="float:left; margin-right:10px;">
    367                     <button type="submit" name="submit" class="button-primary" value="Update Role Options" >'. __('Update Role Options','capa') .'</button>
     378                    <button type="submit" name="submit" class="button-primary" value="Update Role Options" >'. __('Update user roles settings','capa') .'</button>
    368379                </p>
    369380                <p class="submit">
    370                     <button type="submit" name="submit" class="button" value="Reset Role Options" >'. __('Reset Role Options','capa').'</button>
     381                    <button type="submit" name="submit" class="button" value="Reset Role Options" >'. __('Reset user roles','capa').'</button>
    371382                </p>
    372383                </form>';
     
    381392        // For WP < 27
    382393            echo (function_exists('screen_icon')) ? screen_icon('users') : NULL;
    383             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Anonymous Users','capa') . '</h2>';
     394            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Visitors','capa') . '<br><span class="description" style="line-height:0.5em;">'. __('Here you can set which categories and pages will be visible to the users that are not logged in.','capa'). '</span></h2>';
    384395
    385396            // --------------------------------------------------------------
     
    408419            ob_end_clean();
    409420
    410                 preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     421                preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    411422                $sort_order = $sort_order['id'];
    412423        // -- @END --
     
    425436
    426437            echo '<td>';
    427                 // Category table
    428                 echo '<h3>'. __('Category &amp; Pages Access for Anonymous Users','capa') .'</h3>';
    429                 echo '<p>' . __('Set the visibility of categories / pages for users that are not logged in below.','capa').'</p>';
    430438
    431439            echo '</td><tr>';
     
    520528                // CATEGORIES
    521529                    echo '
    522                         <table class="widefat fixed capa-table" cellspacing="0">
     530                        <table class="widefat capa-table" cellspacing="0">
    523531                            <thead>
    524532                            <tr>
    525                                 <th scope="col" id="name" class="manage-column column-name">'. __('Categories','capa') .'</th>
    526                                 <th scope="col" id="name" class="manage-column column-name">'. __('Pages','capa') .'</th>
     533                                <th scope="col" id="name" class="manage-column column-name">'. _n('Category visibility', 'Categories visibility', count($categorys),'capa') .'</th>
     534                                <th scope="col" id="name" class="manage-column column-name">'. _n('Page visibility', 'Pages visibility', count($pages),'capa') .'</th>
    527535                            </tr>
    528536                            </thead>
     
    600608            echo '
    601609                <p class="submit" style="float:left; margin-right:10px;">
    602                     <button type="submit" name="submit" class="button-primary" value="Update User Options">'. __('Update User Options','capa') .'</button>
     610                    <button type="submit" name="submit" class="button-primary" value="Update User Options">'. __('Update visitors settings','capa') .'</button>
    603611                </p>
    604612                <p class="submit">
    605                     <button type="submit" name="submit" class="button" value="Reset User Options">'. __('Reset User Options','capa').'</button>
     613                    <button type="submit" name="submit" class="button" value="Reset User Options">'. __('Reset visitors','capa').'</button>
    606614                </p>
    607615                </form>';
     
    611619
    612620// capa_subleve_debug() displays information for an better help
    613     function capa_sublevel_help() {
     621    function capa_sublevel_support() {
    614622    // Check if POST isnt empty
    615623        ($_POST) ? capa_handle_action() : NULL ;
     
    618626    // For WP < 27
    619627        echo (function_exists('screen_icon')) ? screen_icon('edit-comments') : NULL;
    620             echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; Help','capa') . '</h2>';
     628            echo '<h2 style="margin-bottom:15px;">' . __('CaPa &raquo; CaPa Support','capa') . '</h2>';
    621629
    622630            echo '<h3>'.__('Information to provide a faster way to help you.','capa').'</h3>';
     
    708716            <tr>
    709717                <th style="font-size:11px;">';
    710                 echo    '<b>'.__('Titel','capa').'</b>';
     718                echo    '<b>'.__('Title','capa').'</b>';
    711719
    712720        echo'   </th>
    713721                <td valign="top">';
    714722                    echo '<input type="text" name="titel" value="Help Info from '.get_option('blogname').'" class="regular-text">';
    715                     echo '<span class="description"> '. __('You can change the Titel as you wish.','capa') .'</span>';
     723                    echo '<span class="description"> '. __('You can change the Title as you wish.','capa') .'</span>';
    716724        echo'   </td>
    717725            </tr>
     
    752760        global $_POST;
    753761
    754         if ($_POST['submit'] == 'Reset Global Options') {
     762        if ($_POST['submit'] == 'reset defaults') {
    755763            delete_option('capa_protect_private_message');
    756764            delete_option('capa_protect_post_policy');
     
    804812
    805813
    806         if($_POST['submit'] == 'Update Global Options'){
     814        if($_POST['submit'] == 'Update general settings'){
    807815
    808816            // Comment Update
  • capa/trunk/capa-user-edit.php

    r163698 r208620  
    4848        echo (function_exists('screen_icon')) ? screen_icon('plugins') : NULL;
    4949
    50         echo '<h2>'. __('CaPa &raquo; User Settings','capa').'</h2>';
    51         echo '<p class="desc">'. __('The following checked categories &amp; pages are visible for this user.','capa').'</p>';
     50        echo '<h2 style="margin-bottom:30px;">'. __('CaPa &raquo; User Settings','capa').'<br><span class="description" style="line-height:0.5em;">'. __('Here you can set categories and pages only for this users.','capa'). '</span></h2>';
    5251
    5352        $user_id = empty($_POST['user_id']) ? $_GET['user_id'] : $_POST['user_id'];
     
    5756
    5857            echo '<h3>'. __('Access','capa') .' &amp; </h3>';
    59             echo '<p class="desc">'. __('As a manager, this user can view all categories &amp; pages.','capa').'</p>';
     58            echo '<p class="desc">'. __('As a manager, this user see all categories &amp; pages.','capa').'</p>';
    6059
    6160        }else{
     
    8382                            ob_end_clean();
    8483
    85                                 preg_match_all("#category-(?<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
     84                                preg_match_all("#category-(?P<id>(\d+))'( |>)#isU",$cat_output, $sort_order, PREG_PATTERN_ORDER);
    8685                                $sort_order = $sort_order['id'];
    8786                        // -- @END --
     
    103102                                    <thead>
    104103                                    <tr>
    105                                         <th scope="col" id="name" class="manage-column column-name">'. __('Categories','capa') .'</th>
    106                                         <th scope="col" id="name" class="manage-column column-name">'. __('Pages','capa') .'</th>
     104                                        <th scope="col" id="name" class="manage-column column-name">'. _n('Category visibility','Categories visibility',count($categorys),'capa') .'</th>
     105                                        <th scope="col" id="name" class="manage-column column-name">'. _n('Page visibility','Pages visibility',count($pages),'capa') .'</th>
    107106                                    </tr>
    108107                                    </thead>
     
    176175
    177176                echo '<input type="checkbox" name="capa_protect_user_reset"> '. __('Reset current CaPa user settings','capa');
    178                 echo '<br><br><hr><br>';
     177                echo '<br><br><hr>';
    179178
    180179            echo '</div>';
  • capa/trunk/capa.php

    r163778 r208620  
    33Plugin Name: CaPa Protect
    44Plugin URI: http://www.smatern.de/category/coding/capa/
    5 Description: Protects Categories, Pages and Posts from specific users.
    6 Version: 0.5.6.1
     5Description: CaPa provides Category & Pages protection on a roles & user basis.
     6Version: 0.5.6.2
    77Author: S. Matern
    88Author URI: http://www.smatern.de
     
    1919$capa_protect_private_message                       = get_option("capa_protect_private_message");
    2020$capa_protect_post_policy                           = get_option('capa_protect_post_policy');
    21 $capa_protect_default_private_message               = __('Sorry, you do not have sufficient privileges to view this post.', 'capa');;
     21$capa_protect_default_private_message               = __('Sorry, you do not have sufficient privileges to view this post.', 'capa');
    2222$capa_protect_show_private_message                  = get_option('capa_protect_show_private_message');
    2323$capa_protect_show_private_categories               = get_option('capa_protect_show_private_categories');
     
    507507
    508508        return $sql;
    509 
    510509    }
    511510
     
    10141013
    10151014    function cleanup_capa_help($params){
    1016         $search_string = '_<h5>' . __('Other Help').'(.*)</div>{1}_';
     1015        $search_string = '_<h5>' . __('Other Help','capa').'(.*)</div>{1}_';
    10171016    // Remove Other Help from Capa Wordpress Adminpages
    10181017        return preg_replace($search_string, '', $params);
  • capa/trunk/css/capa-style.css

    r163698 r208620  
    2424    display:    block;
    2525}
    26 
    2726.capa-form-table h4{
    2827    margin-bottom:  0px;
     
    3231.capa-table thead th{
    3332    text-align: center;
     33}
     34
     35.capa-form-table tbody tr{
     36    border-top: 5px solid transparent;
    3437}
    3538.capa-tbody th label{
  • capa/trunk/lang/capa-de_DE.po

    r163778 r208620  
    33"Project-Id-Version: CaPa Protect\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-10-15 22:20+0100\n"
    6 "PO-Revision-Date: 2009-10-15 22:21+0100\n"
     5"POT-Creation-Date: 2010-02-21 15:56+0100\n"
     6"PO-Revision-Date: 2010-02-21 15:58+0100\n"
    77"Last-Translator: \n"
    88"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Poedit-KeywordsList: __;_e\n"
     12"X-Poedit-KeywordsList: __;_e;_n:1,2\n"
    1313"X-Poedit-Basepath: .\n"
     14"Plural-Forms: nplurals=2; plural=n != 1;\n"
    1415"X-Poedit-Language: German\n"
    1516"X-Poedit-Country: GERMANY\n"
     17"X-Poedit-SourceCharset: utf-8\n"
    1618"X-Poedit-SearchPath-0: /Users/sascha/Sites/wp/plugins/capa/trunk\n"
    1719
    1820#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:20
    19 msgid "CaPa &rsaquo; Global Settings"
     21msgid "CaPa &rsaquo; General Settings"
    2022msgstr "CaPa &rsaquo; Allgemeine Einstellungen"
    2123
    2224#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:23
    23 msgid "CaPa &rsaquo; Roles"
     25msgid "CaPa &rsaquo; User Roles"
    2426msgstr "CaPa &rsaquo; Rollen"
    2527
    2628#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:23
    27 msgid "Roles"
     29msgid "User Roles"
    2830msgstr "Rollen"
    2931
    3032#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:26
    31 msgid "CaPa &rsaquo; Anonymous Users"
    32 msgstr "CaPa &rsaquo; Anonymer Benutzer"
     33msgid "CaPa &rsaquo; Visitors"
     34msgstr "CaPa &rsaquo; Besucher"
    3335
    3436#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:26
    35 msgid "Anonymous User"
    36 msgstr "Anonymer Benutzer"
     37msgid "Visitors"
     38msgstr "Besucher"
    3739
    3840#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:29
    39 msgid "CaPa &rsaquo; Help"
    40 msgstr "CaPa &raquo; Hilfe"
     41msgid "CaPa &rsaquo; Support"
     42msgstr "CaPa &raquo; Support"
    4143
    4244#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:29
    43 msgid "Help"
    44 msgstr "Hilfe"
     45msgid "CaPa Support"
     46msgstr "CaPa Support"
    4547
    4648#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:56
    47 msgid "CaPa &raquo; Global Settings"
     49msgid "CaPa &raquo; General settings"
    4850msgstr "CaPa &raquo; Allgemeine Einstellungen"
    4951
     52#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:56
     53msgid "These settings define the display of the CaPa protected content on your blog."
     54msgstr "Diese Einstellung definieren die Darstellung von CaPa gesch&uuml;tzten Inhalt in Ihrem Blog."
     55
    5056#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:65
    51 msgid "Protected Posts in the Blog"
    52 msgstr "Schutz f&uuml;r die Beitr&auml;ge"
    53 
    54 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:72
    55 msgid "Hide entire post."
    56 msgstr "Verstecke Beitrag"
    57 
    58 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:78
    59 msgid "Show title, but a private message for the content."
    60 msgstr "Zeige Title und eine private Nachricht f&uuml;r den Inhalt"
    61 
    62 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:85
    63 msgid "Show title and content."
    64 msgstr "Zeige Titel &amp; Inhalt"
    65 
    66 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:89
    67 msgid "The private post message"
    68 msgstr "Private Nachricht"
    69 
    70 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:98
    71 msgid "The Pages"
    72 msgstr "Seiten"
    73 
    74 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:103
    75 msgid "Show private pages"
     57msgid "Page display"
     58msgstr "Seiten Darstellung"
     59
     60#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:70
     61msgid "Show protected pages"
    7662msgstr "Zeige gesch&uuml;tzte Seiten"
    7763
    78 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:109
     64#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:73
     65msgid "Checking this option will show links to all the pages."
     66msgstr "Bei Aktivierung dieser Option werden die Links zu allen Seiten gezeigt."
     67
     68#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:81
    7969msgid "The Category List"
    8070msgstr "Kategorien"
    8171
    82 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:114
     72#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:86
    8373msgid "Show private categories"
    8474msgstr "Zeige gesch&uuml;tzte Kategorien"
    8575
    86 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:120
     76#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:89
     77msgid "Checking this option will show links to all the Categories."
     78msgstr "Bei Aktivierung dieser Option werden die Links zu allen Kategorien gezeigt."
     79
     80#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:95
    8781msgid "Show a padlock icon next to private categories"
    8882msgstr "Zeige ein Schloss Symbol neben gesch&uuml;tzten Kategorie Namen"
    8983
    90 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:127
     84#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:101
     85msgid "Posts and pages display."
     86msgstr "Beitr&auml;ge und Seiten Darstellung"
     87
     88#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:103
     89msgid "How do you want to display a protected post or page?"
     90msgstr "Wie m&ouml;chten Sie die gesch&uuml;tzten Beitr&auml;ge und Seiten zeigen?"
     91
     92#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:111
     93msgid "Hide everything"
     94msgstr "Verstecke alles"
     95
     96#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:118
     97msgid "Show everything"
     98msgstr "Zeige alles"
     99
     100#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:124
     101msgid "Show title and the private message as content"
     102msgstr "Zeige Title und eine private Nachricht f&uuml;r den Inhalt"
     103
     104#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:130
     105msgid "The private message"
     106msgstr "Private Nachricht"
     107
     108#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:140
    91109msgid "The Comments"
    92110msgstr "Kommentare"
    93111
    94 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:129
     112#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:142
    95113msgid "Public &amp; Allowed Comments"
    96114msgstr "Ungesch&uuml;tzte &amp; Erlaubte Kommentare"
    97115
    98 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:135
     116#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:148
    99117msgid "Hide all comments."
    100118msgstr "Verstecke alle Kommentar"
    101119
    102 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:141
     120#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:154
    103121msgid "Show Author, but the private message for the content."
    104122msgstr "Zeige Autor, aber eine private Nachricht f&uuml;r den Inhalt."
    105123
    106 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:147
     124#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:160
    107125msgid "Show content, but no author."
    108126msgstr "Zeige Inhalt, aber keinen Autor Namen."
    109127
    110 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:153
     128#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:166
    111129msgid "Show everything."
    112130msgstr "Zeige alles"
    113131
    114 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:156
     132#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:169
    115133msgid "Private Comments"
    116134msgstr "Gesch&uuml;tzte Kommentare"
    117135
    118 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:161
     136#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:174
    119137msgid "Use the Settings for comments from protected Posts."
    120138msgstr "Benutze die selben Einstellungen f&uuml;r Kommentare von gesch&uuml;tzten Beitr&auml;ge."
    121139
    122 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:169
     140#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:181
    123141msgid "Miscellaneous"
    124142msgstr "Verschiedenes"
    125143
    126 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:174
     144#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:186
    127145msgid "Keep CaPa Settings"
    128146msgstr "Behalte CaPa Einstellung"
    129147
    130 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:176
     148#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:188
    131149msgid "In the Case that CaPa is disabled but you wants to keep the Settings."
    132150msgstr "Beh&auml;lt die Einstellung, wenn CaPa deaktiviert ist."
    133151
    134 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:185
    135 msgid "Update Global Options"
     152#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:196
     153msgid "Update general settings"
    136154msgstr "&Auml;nderungen &uuml;bernehmen"
    137155
    138 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:188
    139 msgid "Reset Global Options"
    140 msgstr "Allgemeine Einstellungen zur&uuml;cksetzen"
    141 
    142 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:206
    143 msgid "CaPa &raquo; Roles"
     156#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:199
     157msgid "Reset defaults"
     158msgstr "Einstellung zur&uuml;cksetzen"
     159
     160#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:217
     161msgid "CaPa &raquo; Users Roles"
    144162msgstr "CaPa &raquo; Rollen"
    145163
    146 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:230
    147 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:236
    148 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:525
    149 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:105
    150 msgid "Categories"
    151 msgstr "Kategorien"
    152 
    153 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:237
    154 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:312
     164#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
     165#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:533
     166#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:104
     167msgid "Category visibility"
     168msgid_plural "Categories visibility"
     169msgstr[0] "Kategorie"
     170msgstr[1] "Kategorien"
     171
     172#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
     173msgid "Select which categories are available for each user role."
     174msgstr "Markiere f&uuml;r jede Rolle die sichtbaren Kategorien."
     175
     176#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:248
     177#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:323
    155178msgid "Administrator"
    156179msgstr "Administrator"
    157180
    158 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:238
    159 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:313
     181#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:249
     182#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:324
    160183msgid "Editor"
    161184msgstr "Redakteur"
    162185
    163 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:239
    164 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:314
     186#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:250
     187#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:325
    165188msgid "Author"
    166189msgstr "Autor"
    167190
    168 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:240
    169 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:315
     191#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:251
     192#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:326
    170193msgid "Contributor"
    171194msgstr "Mitarbeiter"
    172195
    173 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:241
    174 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     196#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:252
     197#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:327
    175198msgid "Subscriber"
    176199msgstr "Abonnent"
    177200
    178 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:247
    179 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:322
     201#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:258
     202#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:333
    180203msgid "check/uncheck"
    181204msgstr ""
    182205
    183 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:305
    184 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:311
    185 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:526
    186 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:106
    187 msgid "Pages"
    188 msgstr "Seiten"
    189 
    190 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:367
    191 msgid "Update Role Options"
     206#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     207#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:534
     208#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:105
     209msgid "Page visibility"
     210msgid_plural "Pages visibility"
     211msgstr[0] "Seite"
     212msgstr[1] "Seiten"
     213
     214#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:316
     215msgid "Select which pages are available for each user role."
     216msgstr "W&auml;hle aus, welche Seiten sichtbar ist f&uuml;r jede Rolle "
     217
     218#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:378
     219msgid "Update user roles settings"
    192220msgstr "&Auml;nderungen &uuml;bernehmen"
    193221
    194 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:370
    195 msgid "Reset Role Options"
    196 msgstr "Rollen Einstellungen zur&uuml;cksetzen"
    197 
    198 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:383
    199 msgid "CaPa &raquo; Anonymous Users"
    200 msgstr "CaPa &raquo; Anonymer Benutzer"
    201 
    202 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:428
    203 msgid "Category &amp; Pages Access for Anonymous Users"
    204 msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    205 
    206 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:429
    207 msgid "Set the visibility of categories / pages for users that are not logged in below."
    208 msgstr "Geben Sie hier die Standart-Seiten f&uuml;r <b>nicht angemeldete</b> Benutzer an. Normalerweise handelt es sich dabei um unangemeldete Benutzer oder Besucher."
    209 
    210 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:534
    211 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:114
     222#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:381
     223msgid "Reset user roles"
     224msgstr "Benutzer Einstellungen zur&uuml;cksetzen"
     225
     226#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:394
     227msgid "CaPa &raquo; Visitors"
     228msgstr "CaPa &raquo; Besucher"
     229
     230#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:394
     231msgid "Here you can set which categories and pages will be visible to the users that are not logged in."
     232msgstr "Hier geben Sie an welchen Kategorien &amp; Seiten sichtbar sind für nicht angemeldete Besucher."
     233
     234#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:542
     235#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:113
    212236msgid "check/uncheck all Categories"
    213237msgstr ""
    214238
    215 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:539
    216 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:119
     239#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:547
     240#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:118
    217241msgid "check/uncheck all Pages"
    218242msgstr ""
    219243
    220 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:602
    221 msgid "Update User Options"
     244#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:610
     245msgid "Update visitors settings"
    222246msgstr "&Auml;nderungen &uuml;bernehmen"
    223247
    224 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:605
    225 msgid "Reset User Options"
    226 msgstr "Benutzer Einstellungen zur&uuml;cksetzen"
    227 
    228 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:620
    229 msgid "CaPa &raquo; Help"
    230 msgstr "CaPa &raquo; Hilfe"
    231 
    232 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:622
     248#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:613
     249msgid "Reset visitors"
     250msgstr "Einstellungen zur&uuml;cksetzen"
     251
     252#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:628
     253msgid "CaPa &raquo; CaPa Support"
     254msgstr "CaPa &raquo; CaPa Support"
     255
     256#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:630
    233257msgid "Information to provide a faster way to help you."
    234258msgstr "Information um eine schnelle Hilfe zu erm&ouml;glichen"
    235259
    236 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:623
     260#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:631
    237261msgid "Information will be send per e-mail. A Copy goes to the Sender E-Mail."
    238262msgstr "Die Information wird per E-Mail versendet. Eine Kopie wird an die E-Mail Adresse des Versenders geschickt."
    239263
    240 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:659
    241 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:677
     264#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
     265#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:685
    242266msgid "@Active Plugins"
    243267msgstr "@Aktive Plugins"
    244268
    245 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:659
     269#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
    246270msgid "To avoid Problems between CaPa and others Plugins. All active plugins will be displayed."
    247271msgstr "Um Probleme zwischen CaPa und anderen Plugins zu verhindern werden alle aktiven Plugins angezeigt."
    248272
    249 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:661
    250 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:686
     273#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:669
     274#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:694
    251275msgid "@Serialize Categories ID&#39;s"
    252276msgstr "@Serialisierte Kategorie ID&#39;s"
    253277
    254 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:661
     278#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:669
    255279msgid "Serialize Categories contains only the Categories ID&#39;s in menu order"
    256280msgstr "Serialisierte Kategorien enthalten nur die Kategorien ID&#39;s in Menu Reihenfolge "
    257281
    258 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:663
    259 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:689
     282#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:671
     283#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:697
    260284msgid "@Serialize Pages ID&#39;s"
    261285msgstr "@Serialisierte Seiten ID&#39;s"
    262286
    263 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:663
     287#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:671
    264288msgid "Serialize Pages contains only the Pages ID&#39;s in menu order"
    265289msgstr "Serialisierte Seiten enthalten nur die Seiten ID&#39;s in Menu Reihenfolge "
    266290
    267 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:665
    268 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:693
     291#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:673
     292#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:701
    269293msgid "@CaPa Settings"
    270294msgstr "@CaPa Einstellung"
    271295
    272 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:665
     296#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:673
    273297msgid "All CaPa Settings"
    274298msgstr "Alle CaPa Einstellungen"
    275299
    276 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:667
     300#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:675
    277301msgid "In the case you don&#39;t want send all Information, just remove the part&#39;s."
    278302msgstr "Im Falle Sie m&ouml;chten nicht alle Informationen senden, l&ouml;schen Sie die nicht gewollten Informationen."
    279303
    280 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:672
     304#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:680
    281305msgid "@Wordpress"
    282306msgstr ""
    283307
    284 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:674
     308#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:682
    285309msgid "Version:"
    286310msgstr ""
    287311
    288 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:675
     312#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:683
    289313msgid "PHP Version:"
    290314msgstr ""
    291315
    292 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:710
    293 msgid "Titel"
     316#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:718
     317msgid "Title"
    294318msgstr "Titel"
    295319
    296 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:715
    297 msgid "You can change the Titel as you wish."
     320#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:723
     321msgid "You can change the Title as you wish."
    298322msgstr "Sie k&ouml;nnen den Titel nach Ihrer Vorstellung &auml;ndern."
    299323
    300 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:721
     324#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:729
    301325msgid "Sender"
    302326msgstr "Versender E-Mail"
    303327
    304 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:726
     328#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:734
    305329msgid "You can change the Sender E-Mail."
    306330msgstr "Sie k&ouml;nnen die E-Mail zum Versenden &auml;ndern."
    307331
    308 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:731
     332#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:739
    309333msgid "Comment (Optional)"
    310334msgstr "Kommentar (Optional)"
    311335
    312 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:742
     336#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:750
    313337msgid "Send Help"
    314338msgstr "Hilfe Abschicken"
    315339
    316 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:774
     340#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:782
    317341msgid "Global Settings are reset."
    318342msgstr "Globale Einstellung sind zur&uuml;ckgesetzt"
    319343
    320 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:786
     344#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:794
    321345msgid "User Settings are reset."
    322346msgstr "Benutzer Einstellung wurden zur&uuml;ckgesetzt."
    323347
    324 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:801
     348#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:809
    325349msgid "Role Settings are reset."
    326350msgstr "Rollen Einstellung wurden zur&uuml;ckgesetzt."
    327351
    328 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:878
     352#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:886
    329353msgid "Global Settings saved."
    330354msgstr "Globale Einstellung gespeichert."
    331355
    332 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:921
     356#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:929
    333357msgid "Role Settings saved."
    334358msgstr "Rollen Einstellung gesichert."
    335359
    336 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:955
     360#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:963
    337361msgid "User Settings saved."
    338362msgstr "Benutzer Einstellung gesichert"
    339363
    340 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:976
     364#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:984
    341365msgid "Message sent."
    342366msgstr "Nachricht versendet."
    343367
    344 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:979
     368#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-options.php:987
    345369msgid "Message wasn&#39;t sent. Please try again or send by yourself."
    346370msgstr "Nachrich wurde nicht geschickt. Bitte probieren Sie es sp&auml;ter nochmals oder schicken Sie die E-Mail selber."
     
    350374msgstr "CaPa &raquo; Benutzer Einstellung"
    351375
    352 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:51
    353 msgid "The following checked categories &amp; pages are visible for this user."
    354 msgstr "Markierte Kategorien / Seiten sind f&uuml;r diesen Benutzer sichtbar."
    355 
    356 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:58
     376#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:50
     377msgid "Here you can set categories and pages only for this users."
     378msgstr "Hier geben Sie an welche Kategorien &amp; Seiten nur für diesen Benutzer sichtbar sind."
     379
     380#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:57
    357381msgid "Access"
    358382msgstr "Zugriff"
    359383
    360 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:59
    361 msgid "As a manager, this user can view all categories &amp; pages."
     384#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:58
     385msgid "As a manager, this user see all categories &amp; pages."
    362386msgstr "Als ein Manager, dieser Benutzer sieht alle Kategorien &amp; Seiten."
    363387
    364 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:177
     388#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa-user-edit.php:176
    365389msgid "Reset current CaPa user settings"
    366390msgstr "Capa Benutzer Einstellung zur&uuml;cksetzen."
     
    374398msgstr "Unbekannter Author"
    375399
    376 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:543
     400#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:542
    377401msgid "No Title"
    378402msgstr "Kein Titel"
    379403
    380 #: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:1016
     404#: /Users/sascha/Sites/wp/plugins/capa/trunk/capa.php:1015
    381405msgid "Other Help"
    382406msgstr "Andere Hilfe"
    383407
    384 #~ msgid "Check all categories"
    385 #~ msgstr "Alle Kategorien selektieren"
    386 #~ msgid "Page Access for Anonymous Users"
    387 #~ msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    388 #~ msgid ""
    389 #~ "Set the visibility of pages for users that are not logged in below. "
    390 #~ "Usually this is the same as or more restrictive than the access granted "
    391 #~ "to new users."
    392 #~ msgstr ""
    393 #~ "Geben Sie hier die Standart-Seiten f&uuml;r <b>nicht angemeldete</b> "
    394 #~ "Benutzer an. Normalerweise handelt es sich dabei um unangemeldete "
    395 #~ "Benutzer oder Besucher."
    396 #~ msgid "Check all pages"
    397 #~ msgstr "Alle Seiten selektieren"
    398 #~ msgid "Category Access"
    399 #~ msgstr "Kategorien"
    400 #~ msgid "Page Access"
     408#~ msgid "CaPa &rsaquo; Anonymous Users"
     409#~ msgstr "CaPa &rsaquo; Anonymer Benutzer"
     410#~ msgid "Anonymous User"
     411#~ msgstr "Anonymer Benutzer"
     412#~ msgid "Help"
     413#~ msgstr "Hilfe"
     414#~ msgid "Protected Posts in the Blog"
     415#~ msgstr "Schutz f&uuml;r die Beitr&auml;ge"
     416#~ msgid "Hide entire post."
     417#~ msgstr "Verstecke Beitrag"
     418#~ msgid "Show title and content."
     419#~ msgstr "Zeige Titel &amp; Inhalt"
     420#~ msgid "The Pages"
    401421#~ msgstr "Seiten"
    402 #~ msgid "Protected Comments in the Blog"
    403 #~ msgstr "Kommentarschutz"
    404 #~ msgid "The following checked pages are visible to this user."
    405 #~ msgstr "Markierte Seiten sind f&uuml;r diesen Benutzer sichtbar"
    406 #~ msgid "CaPa Roles"
    407 #~ msgstr "CaPa Schutz"
    408 #~ msgid "CaPa Anonymous Users"
    409 #~ msgstr "Kategorie Zugriff f&uuml;r Anonyme Besucher"
    410 #~ msgid "Category Access for New Users"
    411 #~ msgstr "Kategorie Zugriff für neu angemeldete Benutzer"
    412 #~ msgid ""
    413 #~ "Set the default visibility of categories for new users below. These "
    414 #~ "values can be set on a user-by-user basis in the management page."
    415 #~ msgstr ""
    416 #~ "Geben Sie hier die Standart-Kategorien für <b>neu angemeldete</b> "
    417 #~ "Benutzer an. Diese Einstellung können Sie bei jedem einzelnen Benutzer "
    418 #~ "bei den Benutzereinstellungen ändern."
    419 #~ msgid "Pages Access for New Users"
    420 #~ msgstr "Seiten Zugriff für neue Benutzer"
    421 #~ msgid ""
    422 #~ "Set the default visibility of pages for new users below. These values can "
    423 #~ "be set on a user-by-user basis in the management page."
    424 #~ msgstr ""
    425 #~ "Geben Sie hier die Standart-Kategorien für <b>neu angemeldete</b> "
    426 #~ "Benutzer an. Diese Einstellung können Sie bei jedem einzelnen Benutzer "
    427 #~ "bei den Benutzereinstellungen ändern."
    428 #~ msgid "Show a padlock icon on the private post message."
    429 #~ msgstr "Zeige ein Schloss in der Privaten Nachricht"
    430 #~ msgid "Show Comments from the private post."
    431 #~ msgstr "Zeige Kommentar vom geschützen Beitrag"
    432 #~ msgid "Advance Protect"
    433 #~ msgstr "Erweiterter Schutz"
    434 
     422#~ msgid "Update Global Options"
     423#~ msgstr "&Auml;nderungen &uuml;bernehmen"
     424#~ msgid "Reset Global Options"
     425#~ msgstr "Allgemeine Einstellungen zur&uuml;cksetzen"
     426
  • capa/trunk/readme.txt

    r163778 r208620  
    33Donate link: http://www.smatern.de/
    44Tags: restrict, restriction, category, categories, page, pages, protect, comments, security, Post, admin, plugin, posts, invisible, hide comments, comments private, hide comments from non-members
    5 Requires at least: 2.6.5
    6 Tested up to: 2.8.4
    7 Stable tag: 0.5.6.1
    8 
     5Requires at least: 2.7.1
     6Tested up to: 2.9.2
     7Stable tag: 0.5.6.2
    98
    109Protects Categories, Pages and Posts for specific users & anonymous visitor
     
    5453
    5554== Changelog ==
     55
     56= v0.5.6.2 =
     57* CleanUp - Interface ( Huge thanks to Aleksandar for advice & help )
     58* Bugfix *preg_match_all Error* - missing letter cause an error (php lower then 5.2 is affected)
    5659
    5760= v0.5.6.1 =
Note: See TracChangeset for help on using the changeset viewer.