Plugin Directory

Changeset 198515


Ignore:
Timestamp:
01/26/2010 11:10:16 PM (16 years ago)
Author:
Txanny
Message:

Importing Capability Manager 1.3

Location:
capsman/trunk
Files:
42 added
9 deleted
16 edited

Legend:

Unmodified
Added
Removed
  • capsman/trunk/admin.css

    r196967 r198515  
    3333    }
    3434
    35 a.ak-delete {
    36     color: red;
    37     padding: 5px 20px;
    38     text-decoration: none;
    39     }
    40    
    41 a.ak-delete:hover {
    42     background-color: red;
    43     color: white;
    44     }
    45    
    46 table#akmin {
    47     width: 100%;
    48     border: 0 none;
    49     padding: 0;
    50     margin:0;
    51     }
    52    
    53 table#akmin fieldset {
    54     border: 0 none;
    55     padding: 0;
    56     margin:0;
    57     }
    58    
    59 table#akmin td {
    60     vertical-align: top;
     35/* ====================================================== SIDEBAR ICONS */
     36
     37td.sidebar a.capsman {
     38    background-image: url('images/capsman.png');
    6139    }
    6240
    63 table#akmin td dl {
    64     padding: 0;
    65     margin: 10px 0 20px 0;
    66     background-color: white;
    67     border: 1px solid #dfdfdf;
    68     }
    69    
    70 table#akmin td dl {
    71     -moz-border-radius: 5px;
    72     -khtml-border-radius: 5px;
    73     -webkit-border-radius: 5px;
    74     border-radius: 5px;
    75     }
    76    
    77 table#akmin dl dt {
    78     font-size: 13px;
    79     font-weight: bold;
    80     margin: 0;
    81     padding: 4px 10px 4px 10px;
    82     background: #dfdfdf url('images/dl-bg-gray.png') repeat-x left top;
    83     }
    84 
    85 table#akmin p {
    86     padding: 5px 0 5px 0;
    87     margin: 0;
    88     }
    89 
    90 table#akmin .footer {
    91     text-align: center;
    92     font-size: 10.5px;
    93     }
    94            
    95 table#akmin .footer a {
    96     font-size: 10.5px;
    97     text-decoration: none;
    98     }
    99    
    100 table#akmin .footer a:hover {
    101     text-decoration: underline;
    102     }
    103 table#akmin td small {
    104     font-size: 10.5px;
    105     }
    106    
    107 table#akmin hr {
    108     border: none 0;
    109     border-top: 1px solid #bbbbbb;
    110     height: 1px;
    111     }
    112 
    113 table#akmin ul {
    114     list-style: none;
    115     }
    116    
    117 table#akmin ul.bullet {
    118     list-style-type: disc;
    119     padding-left: 20px;
    120     }
    121 
    122 /* ====================================================== ADMIN CONTENT */
    123 
    124 table#akmin td.content {
    125     padding: 0 8px 0 0;
    126     }
    127 
    128 table#akmin td.content dd {
    129     margin: 0;
    130     padding: 10px 20px 10px 20px;
    131     }
    132 
    133 /* ====================================================== ADMIN SIDEBAR */
    134 
    135 table#akmin td.sidebar {
    136     width: 200px;
    137     padding: 0 0 0 8px;
    138     }
    139    
    140 table#akmin td.sidebar ul, table#akmin td.sidebar ul li {
    141     list-style: none;
    142     padding: 0;
    143     margin: 0;
    144     }
    145 
    146 table#akmin td.sidebar a {
    147     text-decoration: none;
    148     background-position: 0px 60%;
    149     background-repeat: no-repeat;
    150     padding: 4px 0px 4px 22px;
    151     border: 0 none;
    152     display: block;
    153     }
    154 
    155 table#akmin td.sidebar ul li {
    156     margin: 0;
    157     border-bottom: 1px dotted gray;
    158     }
    159 
    160 table#akmin td.sidebar dd {
    161     margin: 0;
    162     padding: 5px 10px 5px 10px;
    163     }
    164 
    165 /* ====================================================== SIDEBAR ICONS */
    166 
    167 td.sidebar a.capsman-home {
    168     background-image: url('images/capsman.png');
    169     }
    170    
    171 td.sidebar a.support-forum {
    172     background-image: url('images/support.png');
    173     }
    174    
    175 td.sidebar a.ak-home {
    176     background-image: url('images/alkivia.png');
    177     }
    178 
    179 td.sidebar a.donate {
    180     background-image: url('images/paypal.png');
    181     }
    182    
    18341/* EOF */
  • capsman/trunk/capsman.php

    r196967 r198515  
    44Plugin URI: http://alkivia.org/wordpress/capsman
    55Description: Manage user capabilities and roles.
    6 Version: 1.2.5
     6Version: 1.3
    77Author: Jordi Canals
    88Author URI: http://alkivia.org
     
    3737 */
    3838
    39 define ( 'CMAN_PATH', dirname(__FILE__));
     39define ( 'AK_CMAN_PATH', dirname(__FILE__) );
     40define ( 'AK_CMAN_LIB', AK_CMAN_PATH . '/includes' );
    4041
    4142/**
     
    6566} else {
    6667    // Run the plugin
    67     include ( CMAN_PATH . '/manager.php' );
    68     $objCapsManager = new cmanCapsManager(__FILE__, 'capsman');
     68    include_once ( AK_CMAN_PATH . '/framework/loader.php' );
     69    include ( AK_CMAN_LIB . '/manager.php' );
    6970
    70     if ( $objCapsManager ) {    // The system is compatible
    71         include_once ( CMAN_PATH . '/framework/formating.php' );
    72         include_once ( CMAN_PATH . '/framework/roles.php' );
    73     }
     71    ak_create_object('capsman', new CapabilityManager(__FILE__, 'capsman'));
    7472}
  • capsman/trunk/lang/capsman-by_BY.po

    r154498 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-05-27 01:01+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    7 "Last-Translator: Fat Cow <zhr@tut.by>\n"
     7"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
    88"Language-Team: antsar.info <iliamrv@ya.ru>\n"
    99"MIME-Version: 1.0\n"
     
    1515"X-Poedit-SourceCharset: utf-8\n"
    1616
    17 #: ../admin-general.php:39
     17#: ../capsman.php:53
     18#: ../framework/classes/abstract/plugin.php:210
     19#: ../framework/classes/abstract/plugin.php:229
     20msgid "Warning:"
     21msgstr "Папярэджанне:"
     22
     23#: ../capsman.php:54
     24#, php-format
     25msgid "The active plugin %s is not compatible with your PHP version."
     26msgstr "Убудова %s не сумяшчальны з вашай версіяй PHP."
     27
     28#: ../capsman.php:56
     29#, php-format
     30msgid "%s is required for this plugin."
     31msgstr "%s неабходзен лоя ўбудовы."
     32
     33#: ../framework/classes/abstract/module.php:507
     34msgid "Option blocked by administrator."
     35msgstr ""
     36
     37#: ../framework/classes/abstract/plugin.php:211
     38#, php-format
     39msgid "The active plugin %s is not compatible with your WordPress version."
     40msgstr "Актыўная ўбудова %s не сумяшчальны з бягучай версіяй WordPress."
     41
     42#: ../framework/classes/abstract/plugin.php:213
     43#, php-format
     44msgid "WordPress %s is required to run this plugin."
     45msgstr "WordPress %s неабходзен для запуску гэтай убудовы."
     46
     47#: ../framework/classes/abstract/plugin.php:230
     48msgid "Standard sidebar functions are not present."
     49msgstr "Стандартныя функцыі бакавой панэлі не прадстаўлены."
     50
     51#: ../framework/classes/abstract/plugin.php:231
     52#, php-format
     53msgid "It is required to use the standard sidebar to run %s"
     54msgstr "Гэта неабходна для выкарыстання стандартнай бакавой панэлі для запуску %s"
     55
     56#: ../framework/lib/formating.php:52
     57msgid "Settings saved."
     58msgstr "Налады захаваны."
     59
     60#: ../framework/lib/formating.php:161
     61msgid "Just Now"
     62msgstr ""
     63
     64#: ../framework/lib/formating.php:164
     65msgid "1 minute ago"
     66msgstr ""
     67
     68#: ../framework/lib/formating.php:167
     69msgid "1 hour ago"
     70msgstr ""
     71
     72#: ../framework/lib/formating.php:171
     73#, php-format
     74msgid "Today at %s"
     75msgstr ""
     76
     77#: ../framework/lib/formating.php:171
     78#, php-format
     79msgid "Yesterday at %s"
     80msgstr ""
     81
     82#: ../framework/lib/themes.php:160
     83msgid "Plugin Homepage"
     84msgstr "Хатняя старонка ўбудовы"
     85
     86#: ../framework/lib/themes.php:164
     87#, fuzzy
     88msgid "Theme Homepage"
     89msgstr "Хатняя старонка аўтара"
     90
     91#: ../framework/lib/themes.php:168
     92#, fuzzy
     93msgid "Documentation"
     94msgstr "Няма дзеянняў"
     95
     96#: ../framework/lib/themes.php:172
     97msgid "Support Forum"
     98msgstr "Форум падтрымкі"
     99
     100#: ../framework/lib/themes.php:176
     101msgid "Author Homepage"
     102msgstr "Хатняя старонка аўтара"
     103
     104#: ../framework/lib/themes.php:180
     105msgid "Donate to project"
     106msgstr ""
     107
     108#: ../framework/vendor/upload/class.upload.php:2172
     109msgid "File error. Please try again."
     110msgstr ""
     111
     112#: ../framework/vendor/upload/class.upload.php:2173
     113msgid "Local file doesn't exist."
     114msgstr ""
     115
     116#: ../framework/vendor/upload/class.upload.php:2174
     117msgid "Local file is not readable."
     118msgstr ""
     119
     120#: ../framework/vendor/upload/class.upload.php:2175
     121msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     122msgstr ""
     123
     124#: ../framework/vendor/upload/class.upload.php:2176
     125msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     126msgstr ""
     127
     128#: ../framework/vendor/upload/class.upload.php:2177
     129msgid "File upload error (the uploaded file was only partially uploaded)."
     130msgstr ""
     131
     132#: ../framework/vendor/upload/class.upload.php:2178
     133msgid "File upload error (no file was uploaded)."
     134msgstr ""
     135
     136#: ../framework/vendor/upload/class.upload.php:2179
     137msgid "File upload error (missing a temporary folder)."
     138msgstr ""
     139
     140#: ../framework/vendor/upload/class.upload.php:2180
     141msgid "File upload error (failed to write file to disk)."
     142msgstr ""
     143
     144#: ../framework/vendor/upload/class.upload.php:2181
     145msgid "File upload error (file upload stopped by extension)."
     146msgstr ""
     147
     148#: ../framework/vendor/upload/class.upload.php:2182
     149msgid "File upload error (unknown error code)."
     150msgstr ""
     151
     152#: ../framework/vendor/upload/class.upload.php:2183
     153msgid "File upload error. Please try again."
     154msgstr ""
     155
     156#: ../framework/vendor/upload/class.upload.php:2184
     157msgid "File too big."
     158msgstr ""
     159
     160#: ../framework/vendor/upload/class.upload.php:2185
     161msgid "MIME type can't be detected."
     162msgstr ""
     163
     164#: ../framework/vendor/upload/class.upload.php:2186
     165#, fuzzy
     166msgid "Incorrect type of file."
     167msgstr "Некарэктнае імя магчымасці."
     168
     169#: ../framework/vendor/upload/class.upload.php:2187
     170msgid "Image too wide."
     171msgstr ""
     172
     173#: ../framework/vendor/upload/class.upload.php:2188
     174msgid "Image too narrow."
     175msgstr ""
     176
     177#: ../framework/vendor/upload/class.upload.php:2189
     178msgid "Image too high."
     179msgstr ""
     180
     181#: ../framework/vendor/upload/class.upload.php:2190
     182msgid "Image too short."
     183msgstr ""
     184
     185#: ../framework/vendor/upload/class.upload.php:2191
     186msgid "Image ratio too high (image too wide)."
     187msgstr ""
     188
     189#: ../framework/vendor/upload/class.upload.php:2192
     190msgid "Image ratio too low (image too high)."
     191msgstr ""
     192
     193#: ../framework/vendor/upload/class.upload.php:2193
     194msgid "Image has too many pixels."
     195msgstr ""
     196
     197#: ../framework/vendor/upload/class.upload.php:2194
     198msgid "Image has not enough pixels."
     199msgstr ""
     200
     201#: ../framework/vendor/upload/class.upload.php:2195
     202msgid "File not uploaded. Can't carry on a process."
     203msgstr ""
     204
     205#: ../framework/vendor/upload/class.upload.php:2196
     206#, php-format
     207msgid "%s already exists. Please change the file name."
     208msgstr ""
     209
     210#: ../framework/vendor/upload/class.upload.php:2197
     211msgid "No correct temp source file. Can't carry on a process."
     212msgstr ""
     213
     214#: ../framework/vendor/upload/class.upload.php:2198
     215msgid "No correct uploaded source file. Can't carry on a process."
     216msgstr ""
     217
     218#: ../framework/vendor/upload/class.upload.php:2199
     219msgid "Destination directory can't be created. Can't carry on a process."
     220msgstr ""
     221
     222#: ../framework/vendor/upload/class.upload.php:2200
     223msgid "Destination directory doesn't exist. Can't carry on a process."
     224msgstr ""
     225
     226#: ../framework/vendor/upload/class.upload.php:2201
     227msgid "Destination path is not a directory. Can't carry on a process."
     228msgstr ""
     229
     230#: ../framework/vendor/upload/class.upload.php:2202
     231msgid "Destination directory can't be made writeable. Can't carry on a process."
     232msgstr ""
     233
     234#: ../framework/vendor/upload/class.upload.php:2203
     235msgid "Destination path is not a writeable. Can't carry on a process."
     236msgstr ""
     237
     238#: ../framework/vendor/upload/class.upload.php:2204
     239msgid "Can't create the temporary file. Can't carry on a process."
     240msgstr ""
     241
     242#: ../framework/vendor/upload/class.upload.php:2205
     243msgid "Source file is not readable. Can't carry on a process."
     244msgstr ""
     245
     246#: ../framework/vendor/upload/class.upload.php:2206
     247#, php-format
     248msgid "No create from %s support."
     249msgstr ""
     250
     251#: ../framework/vendor/upload/class.upload.php:2207
     252#, fuzzy, php-format
     253msgid "Error in creating %s image from source."
     254msgstr "Памылка: Новая роля не створана."
     255
     256#: ../framework/vendor/upload/class.upload.php:2208
     257msgid "Can't read image source. Not an image?."
     258msgstr ""
     259
     260#: ../framework/vendor/upload/class.upload.php:2209
     261msgid "GD doesn't seem to be present."
     262msgstr ""
     263
     264#: ../framework/vendor/upload/class.upload.php:2210
     265#, php-format
     266msgid "No create from %s support, can't read watermark."
     267msgstr ""
     268
     269#: ../framework/vendor/upload/class.upload.php:2211
     270#, php-format
     271msgid "No %s read support, can't create watermark."
     272msgstr ""
     273
     274#: ../framework/vendor/upload/class.upload.php:2212
     275msgid "Unknown image format, can't read watermark."
     276msgstr ""
     277
     278#: ../framework/vendor/upload/class.upload.php:2213
     279#, php-format
     280msgid "No %s create support."
     281msgstr ""
     282
     283#: ../framework/vendor/upload/class.upload.php:2214
     284msgid "No conversion type defined."
     285msgstr ""
     286
     287#: ../framework/vendor/upload/class.upload.php:2215
     288msgid "Error copying file on the server. copy() failed."
     289msgstr ""
     290
     291#: ../framework/vendor/upload/class.upload.php:2216
     292#, fuzzy
     293msgid "Error reading the file."
     294msgstr "Памылка: Новая роля не створана."
     295
     296#: ../includes/admin.php:36
    18297msgid "Roles and Capabilities"
    19298msgstr "Ролі і магчымасці"
    20299
    21 #: ../admin-general.php:48
     300#: ../includes/admin.php:45
    22301#, php-format
    23302msgid "Capabilities for %s"
    24303msgstr "Магчымасць для %s"
    25304
    26 #: ../admin-general.php:95
     305#: ../includes/admin.php:92
    27306msgid "Level:"
    28307msgstr "Узровень:"
    29308
    30 #: ../admin-general.php:118
    31 #: ../manager.php:231
     309#: ../includes/admin.php:115
     310#: ../includes/manager.php:319
    32311msgid "Save Changes"
    33312msgstr "Захаваць налады"
    34313
    35 #: ../admin-general.php:120
     314#: ../includes/admin.php:117
    36315msgid "Delete this role"
    37316msgstr "Выдаліць гэту ролю"
    38317
    39 #: ../admin-general.php:120
     318#: ../includes/admin.php:117
    40319#, php-format
    41320msgid ""
     
    46325"  'Адмяніць' для прыпынку, 'ОК' для выдалення."
    47326
    48 #: ../admin-general.php:120
     327#: ../includes/admin.php:117
    49328msgid "Delete Role"
    50329msgstr "Выдаленне ролі"
    51330
    52 #: ../admin-general.php:132
    53 #: ../backup.php:81
    54 msgid "Plugin Homepage"
    55 msgstr "Хатняя старонка ўбудовы"
    56 
    57 #: ../admin-general.php:133
    58 #: ../backup.php:82
    59 msgid "Support Forum"
    60 msgstr "Форум падтрымкі"
    61 
    62 #: ../admin-general.php:134
    63 #: ../backup.php:83
    64 msgid "Author Homepage"
    65 msgstr "Хатняя старонка аўтара"
    66 
    67 #: ../admin-general.php:135
    68 #: ../backup.php:84
     331#: ../includes/admin.php:128
     332msgid "Select New Role"
     333msgstr "Абраць новую ролю"
     334
     335#: ../includes/admin.php:136
     336#: ../includes/manager.php:296
     337msgid "Change"
     338msgstr "Змяніць"
     339
     340#: ../includes/admin.php:141
     341msgid "Create New Role"
     342msgstr "Стварыць новую ролю"
     343
     344#: ../includes/admin.php:144
     345#: ../includes/manager.php:300
     346msgid "Create"
     347msgstr "Стварыць"
     348
     349#: ../includes/admin.php:149
     350msgid "Copy this role to"
     351msgstr "Копія гэтай ролі"
     352
     353#: ../includes/admin.php:152
     354#: ../includes/manager.php:309
     355msgid "Copy"
     356msgstr "Копія"
     357
     358#: ../includes/admin.php:157
     359msgid "Add Capability"
     360msgstr "Дадаць магчымасць"
     361
     362#: ../includes/admin.php:160
     363#: ../includes/manager.php:323
     364msgid "Add to role"
     365msgstr "Дадаць ролю"
     366
     367#: ../includes/author-widget.php:38
    69368msgid "Help donating"
    70369msgstr "Дапамога праз ахвяраванні"
    71370
    72 #: ../admin-general.php:141
    73 msgid "Select New Role"
    74 msgstr "Абраць новую ролю"
    75 
    76 #: ../admin-general.php:149
    77 #: ../manager.php:208
    78 msgid "Change"
    79 msgstr "Змяніць"
    80 
    81 #: ../admin-general.php:154
    82 msgid "Create New Role"
    83 msgstr "Стварыць новую ролю"
    84 
    85 #: ../admin-general.php:157
    86 #: ../manager.php:212
    87 msgid "Create"
    88 msgstr "Стварыць"
    89 
    90 #: ../admin-general.php:162
    91 msgid "Copy this role to"
    92 msgstr "Копія гэтай ролі"
    93 
    94 #: ../admin-general.php:165
    95 #: ../manager.php:221
    96 msgid "Copy"
    97 msgstr "Копія"
    98 
    99 #: ../admin-general.php:170
    100 msgid "Add Capability"
    101 msgstr "Дадаць магчымасць"
    102 
    103 #: ../admin-general.php:173
    104 #: ../manager.php:235
    105 msgid "Add to role"
    106 msgstr "Дадаць ролю"
    107 
    108 #: ../backup.php:36
     371#: ../includes/backup.php:33
    109372msgid "Backup Tool for Capability Manager"
    110373msgstr "Прылада для стварэння рэзервовай копіі для Capability Manager"
    111374
    112 #: ../backup.php:45
     375#: ../includes/backup.php:42
    113376msgid "Backup and Restore"
    114377msgstr "Рэзервовая копія і аднаўленне"
    115378
    116 #: ../backup.php:49
     379#: ../includes/backup.php:46
    117380msgid "Select action:"
    118381msgstr "Абраць дзеянне:"
    119382
    120 #: ../backup.php:52
     383#: ../includes/backup.php:49
    121384msgid "Backup roles and capabilities"
    122385msgstr "Рэзерв. копія роляў і магчымасцяў"
    123386
    124 #: ../backup.php:53
     387#: ../includes/backup.php:50
    125388msgid "Restore last saved backup"
    126389msgstr "Аднавіць з апошняга захаванага бэкапу"
    127390
    128 #: ../backup.php:55
     391#: ../includes/backup.php:52
    129392msgid "Do Action"
    130393msgstr "Няма дзеянняў"
    131394
    132 #: ../backup.php:63
     395#: ../includes/backup.php:60
    133396msgid "Reset WordPress Defaults"
    134397msgstr "Сбростить налады WordPress па змаўчанні"
    135398
    136 #: ../backup.php:65
     399#: ../includes/backup.php:62
    137400msgid "WARNING:"
    138401msgstr "УВАГА:"
    139402
    140 #: ../backup.php:65
     403#: ../includes/backup.php:62
    141404msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    142405msgstr "Скід стандартных роляў і магчымасцяў павінен скінуць налады па змаўчанні пры установвке ў WordPress."
    143406
    144 #: ../backup.php:66
     407#: ../includes/backup.php:63
    145408msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    146409msgstr "Калі вы ўсталявалі іншую ўбудову, які дадае новыя ролі ці магчымасці, гэта павінна знікнуць. "
    147410
    148 #: ../backup.php:67
     411#: ../includes/backup.php:64
    149412msgid "It is recommended to use this only as a last resource!"
    150413msgstr "Гэта рэкамендуецца дя выкарыстанні толькі як последный рэсурс!"
    151414
    152 #: ../backup.php:68
     415#: ../includes/backup.php:65
    153416msgid "Reset Roles and Capabilities to WordPress defaults"
    154417msgstr "Скінуць ролі і воможности"
    155418
    156 #: ../backup.php:68
     419#: ../includes/backup.php:65
    157420msgid ""
    158421"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    162425"  'Адмяніць' для прыпынку, 'ОК' для скіду."
    163426
    164 #: ../backup.php:68
     427#: ../includes/backup.php:65
    165428msgid "Reset to WordPress defaults"
    166429msgstr "Скінуць налады WordPress"
    167430
    168 #: ../capsman.php:50
    169 #: ../framework/plugins.php:467
    170 #: ../framework/plugins.php:509
    171 msgid "Warning:"
    172 msgstr "Папярэджанне:"
    173 
    174 #: ../capsman.php:51
    175 #, php-format
    176 msgid "The active plugin %s is not compatible with your PHP version."
    177 msgstr "Убудова %s не сумяшчальны з вашай версіяй PHP."
    178 
    179 #: ../capsman.php:53
    180 #, php-format
    181 msgid "%s is required for this plugin."
    182 msgstr "%s неабходзен лоя ўбудовы."
    183 
    184 #: ../manager.php:117
    185 #: ../manager.php:118
     431#: ../includes/manager.php:139
     432#: ../includes/manager.php:140
    186433msgid "Capability Manager"
    187434msgstr "Capability Manager"
    188435
    189 #: ../manager.php:117
     436#: ../includes/manager.php:139
    190437msgid "Capabilities"
    191438msgstr "Магчымасці"
    192439
    193 #: ../manager.php:140
    194 #: ../manager.php:174
     440#: ../includes/manager.php:220
     441#: ../includes/manager.php:256
    195442msgid "What do you think you're doing?!?"
    196443msgstr "Вы ведаеце, што робіце?!?"
    197444
    198 #: ../manager.php:199
     445#: ../includes/manager.php:283
    199446msgid "Bad form Received"
    200447msgstr "Se ha recibido un formulario incorrecto."
    201448
    202 #: ../manager.php:214
    203 #: ../manager.php:224
     449#: ../includes/manager.php:302
     450#: ../includes/manager.php:312
    204451msgid "New role created."
    205452msgstr "Новая роля створана."
    206453
    207 #: ../manager.php:217
    208 #: ../manager.php:227
     454#: ../includes/manager.php:305
     455#: ../includes/manager.php:315
    209456msgid "Error: Failed creating the new role."
    210457msgstr "Памылка: Новая роля не створана."
    211458
    212 #: ../manager.php:232
     459#: ../includes/manager.php:320
    213460msgid "New capabilities saved."
    214461msgstr "Новыя магчымасці захаваны."
    215462
    216 #: ../manager.php:240
     463#: ../includes/manager.php:328
    217464msgid "New capability added to role."
    218465msgstr "Новая воможность дададзена да ролі."
    219466
    220 #: ../manager.php:242
     467#: ../includes/manager.php:330
    221468msgid "Incorrect capability name."
    222469msgstr "Некарэктнае імя магчымасці."
    223470
    224 #: ../manager.php:245
     471#: ../includes/manager.php:334
    225472msgid "Bad form received."
    226473msgstr "Дрэнная форма адпраўкі."
    227474
    228 #: ../manager.php:264
     475#: ../includes/manager.php:354
    229476msgid "New backup saved."
    230477msgstr "Новы бэкап захаваны."
    231478
    232 #: ../manager.php:270
     479#: ../includes/manager.php:360
    233480msgid "Roles and Capabilities restored from last backup."
    234481msgstr "Ролі і магчымасці адноўлены з апошняга бэкапу."
    235482
    236 #: ../manager.php:272
     483#: ../includes/manager.php:362
    237484msgid "Restore failed. No backup found."
    238485msgstr "Аднаўленне спынена. Не знойдзена бэкапаў.  "
    239486
    240 #: ../manager.php:293
     487#: ../includes/manager.php:384
    241488#, php-format
    242489msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    243490msgstr "Не выдалена стандартная роля. Вы <a href=\"%s\">павінны спачатку змяніць гэта</a>."
    244491
    245 #: ../manager.php:314
    246 #, php-format
    247 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
     492#: ../includes/manager.php:405
     493#, fuzzy, php-format
     494msgid "Role has been deleted. %1$d users moved to default role %2$s."
    248495msgstr "Роля %1$s была выдалена. %2$d карыстачоў перамешчана ў стандартную ролю %3$s."
    249496
    250 #: ../manager.php:327
     497#: ../includes/manager.php:419
    251498msgid "Needed function to create default roles not found!"
    252499msgstr "Неабходная функцыя па стварэнні роляў не знойдзена!"
    253500
    254 #: ../manager.php:339
     501#: ../includes/manager.php:431
    255502msgid "Roles and Capabilities reset to WordPress defaults"
    256503msgstr "Ролі і магчымасці скінуты да стандартных для WordPress "
    257504
    258 #: ../manager.php:511
     505#: ../includes/manager.php:620
    259506msgid "You cannot remove Manage Capabilities from Administrators"
    260507msgstr "Вы не можаце выдаліць Manage Capabilities праз адміністратараў ."
    261508
    262 #: ../framework/formating.php:38
    263 msgid "Settings saved."
    264 msgstr "Налады захаваны."
    265 
    266 #: ../framework/plugins.php:468
    267 #, php-format
    268 msgid "The active plugin %s is not compatible with your WordPress version."
    269 msgstr "Актыўная ўбудова %s не сумяшчальны з бягучай версіяй WordPress."
    270 
    271 #: ../framework/plugins.php:470
    272 #, php-format
    273 msgid "WordPress %s is required to run this plugin."
    274 msgstr "WordPress %s неабходзен для запуску гэтай убудовы."
    275 
    276 #: ../framework/plugins.php:510
    277 msgid "Standard sidebar functions are not present."
    278 msgstr "Стандартныя функцыі бакавой панэлі не прадстаўлены."
    279 
    280 #: ../framework/plugins.php:511
    281 #, php-format
    282 msgid "It is required to use the standard sidebar to run %s"
    283 msgstr "Гэта неабходна для выкарыстання стандартнай бакавой панэлі для запуску %s"
    284 
    285509#~ msgid "Managing %s"
    286510#~ msgstr "Administrando %s"
  • capsman/trunk/lang/capsman-ca.po

    r196967 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-23 02:16+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
     
    1414"X-Poedit-SourceCharset: utf-8\n"
    1515
    16 #: ../admin-general.php:41
     16#: ../capsman.php:53
     17#: ../framework/classes/abstract/plugin.php:210
     18#: ../framework/classes/abstract/plugin.php:229
     19msgid "Warning:"
     20msgstr "Atenció:"
     21
     22#: ../capsman.php:54
     23#, php-format
     24msgid "The active plugin %s is not compatible with your PHP version."
     25msgstr "L'extensió activa %s no és compatible amb la teva versió de PHP."
     26
     27#: ../capsman.php:56
     28#, php-format
     29msgid "%s is required for this plugin."
     30msgstr "Es requereix %s per aquesta extensió."
     31
     32#: ../framework/classes/abstract/module.php:507
     33msgid "Option blocked by administrator."
     34msgstr "Opció desactivada per l'administrador."
     35
     36#: ../framework/classes/abstract/plugin.php:211
     37#, php-format
     38msgid "The active plugin %s is not compatible with your WordPress version."
     39msgstr "L'extensió activa %s no és compatible amb la teva versió de WordPress."
     40
     41#: ../framework/classes/abstract/plugin.php:213
     42#, php-format
     43msgid "WordPress %s is required to run this plugin."
     44msgstr "Aquesta extensió requereix com a mínim WordPress %s."
     45
     46#: ../framework/classes/abstract/plugin.php:230
     47msgid "Standard sidebar functions are not present."
     48msgstr "Les funcions de la barra lateral estàndard no es troben presents."
     49
     50#: ../framework/classes/abstract/plugin.php:231
     51#, php-format
     52msgid "It is required to use the standard sidebar to run %s"
     53msgstr "És necessari utilitzar la barra lateral estàndard per executar %s"
     54
     55#: ../framework/lib/formating.php:52
     56msgid "Settings saved."
     57msgstr "Opcions desades."
     58
     59#: ../framework/lib/formating.php:161
     60msgid "Just Now"
     61msgstr "Ara mateix"
     62
     63#: ../framework/lib/formating.php:164
     64msgid "1 minute ago"
     65msgstr "Fa 1 minut"
     66
     67#: ../framework/lib/formating.php:167
     68msgid "1 hour ago"
     69msgstr "Fa 1 hora"
     70
     71#: ../framework/lib/formating.php:171
     72#, php-format
     73msgid "Today at %s"
     74msgstr "Avui a les %s"
     75
     76#: ../framework/lib/formating.php:171
     77#, php-format
     78msgid "Yesterday at %s"
     79msgstr "Ahir a les %s"
     80
     81#: ../framework/lib/themes.php:160
     82msgid "Plugin Homepage"
     83msgstr "Pàgina web de l'extensió"
     84
     85#: ../framework/lib/themes.php:164
     86msgid "Theme Homepage"
     87msgstr "Pàgina web del tema"
     88
     89#: ../framework/lib/themes.php:168
     90msgid "Documentation"
     91msgstr "Documentació"
     92
     93#: ../framework/lib/themes.php:172
     94msgid "Support Forum"
     95msgstr "Forum d'Ajuda"
     96
     97#: ../framework/lib/themes.php:176
     98msgid "Author Homepage"
     99msgstr "Lloc web de l'autor"
     100
     101#: ../framework/lib/themes.php:180
     102msgid "Donate to project"
     103msgstr "Fes un donatiu"
     104
     105#: ../framework/vendor/upload/class.upload.php:2172
     106msgid "File error. Please try again."
     107msgstr "Error de fitxer. Si us plau, torneu-ho a provar."
     108
     109#: ../framework/vendor/upload/class.upload.php:2173
     110msgid "Local file doesn't exist."
     111msgstr "El fitxer local no existeix."
     112
     113#: ../framework/vendor/upload/class.upload.php:2174
     114msgid "Local file is not readable."
     115msgstr "El fitxer local no es pot llegir."
     116
     117#: ../framework/vendor/upload/class.upload.php:2175
     118msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     119msgstr "Error de pujada de fitxer (El fitxer pujat excedeix de la directiva upload_max_filesize de php.ini)."
     120
     121#: ../framework/vendor/upload/class.upload.php:2176
     122msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     123msgstr "Error pujant el fitxer (el fitxer pujat excedeix la directiva MAX_FILE_SIZE que s'ha especificat al formulari HTML)."
     124
     125#: ../framework/vendor/upload/class.upload.php:2177
     126msgid "File upload error (the uploaded file was only partially uploaded)."
     127msgstr "Error pujant el fitxer (El fitxer només s'ha rebut parcialment)."
     128
     129#: ../framework/vendor/upload/class.upload.php:2178
     130msgid "File upload error (no file was uploaded)."
     131msgstr "Error pujant el fitxer (No s'ha rebut cap fitxer)."
     132
     133#: ../framework/vendor/upload/class.upload.php:2179
     134msgid "File upload error (missing a temporary folder)."
     135msgstr "Error pujant el fitxer (manca la carpeta temporal)."
     136
     137#: ../framework/vendor/upload/class.upload.php:2180
     138msgid "File upload error (failed to write file to disk)."
     139msgstr "Error pujant el fitxer (No s'ha pogut escriure al disc)."
     140
     141#: ../framework/vendor/upload/class.upload.php:2181
     142msgid "File upload error (file upload stopped by extension)."
     143msgstr "Error pujant el fitxer (El fitxer s'ha bloquejat per extensió)."
     144
     145#: ../framework/vendor/upload/class.upload.php:2182
     146msgid "File upload error (unknown error code)."
     147msgstr "Error pujant el fitxer (Codi d'error desconegut)."
     148
     149#: ../framework/vendor/upload/class.upload.php:2183
     150msgid "File upload error. Please try again."
     151msgstr "S'ha produït un error pujant el fitxer. Torneu-ho a provar d'aquí una estona."
     152
     153#: ../framework/vendor/upload/class.upload.php:2184
     154msgid "File too big."
     155msgstr "Fitxer massa gran."
     156
     157#: ../framework/vendor/upload/class.upload.php:2185
     158msgid "MIME type can't be detected."
     159msgstr "No es pot detectar el tipus MIME."
     160
     161#: ../framework/vendor/upload/class.upload.php:2186
     162msgid "Incorrect type of file."
     163msgstr "Tipus d'arxiu invàlid"
     164
     165#: ../framework/vendor/upload/class.upload.php:2187
     166msgid "Image too wide."
     167msgstr "Imatge massa ample."
     168
     169#: ../framework/vendor/upload/class.upload.php:2188
     170msgid "Image too narrow."
     171msgstr "Imatge massa estreta."
     172
     173#: ../framework/vendor/upload/class.upload.php:2189
     174msgid "Image too high."
     175msgstr "Imatge massa alta."
     176
     177#: ../framework/vendor/upload/class.upload.php:2190
     178msgid "Image too short."
     179msgstr "Imatge massa baixa."
     180
     181#: ../framework/vendor/upload/class.upload.php:2191
     182msgid "Image ratio too high (image too wide)."
     183msgstr "Ratio d'imatge massa gran (Imatge massa ample)."
     184
     185#: ../framework/vendor/upload/class.upload.php:2192
     186msgid "Image ratio too low (image too high)."
     187msgstr "Ratio d'imatge massa baix (Imatge massa alta)."
     188
     189#: ../framework/vendor/upload/class.upload.php:2193
     190msgid "Image has too many pixels."
     191msgstr "La imatge té massa píxels."
     192
     193#: ../framework/vendor/upload/class.upload.php:2194
     194msgid "Image has not enough pixels."
     195msgstr "La imatge no té prou píxels."
     196
     197#: ../framework/vendor/upload/class.upload.php:2195
     198msgid "File not uploaded. Can't carry on a process."
     199msgstr "No s'ha pujat el fitxer. No s'ha pogut executar el procés."
     200
     201#: ../framework/vendor/upload/class.upload.php:2196
     202#, php-format
     203msgid "%s already exists. Please change the file name."
     204msgstr "El fitxer %s ja existeix. Si en plau canvieu-ne el nom."
     205
     206#: ../framework/vendor/upload/class.upload.php:2197
     207msgid "No correct temp source file. Can't carry on a process."
     208msgstr "El fitxer temporal no es correcte. No es pot executar el procés."
     209
     210#: ../framework/vendor/upload/class.upload.php:2198
     211msgid "No correct uploaded source file. Can't carry on a process."
     212msgstr "El fitxer original no es correcte. No es pot executar el procés."
     213
     214#: ../framework/vendor/upload/class.upload.php:2199
     215msgid "Destination directory can't be created. Can't carry on a process."
     216msgstr "No es pot crear el directori de destí. No es pot executar el procés."
     217
     218#: ../framework/vendor/upload/class.upload.php:2200
     219msgid "Destination directory doesn't exist. Can't carry on a process."
     220msgstr "El directori de destí no existeix. No es pot executar el procés."
     221
     222#: ../framework/vendor/upload/class.upload.php:2201
     223msgid "Destination path is not a directory. Can't carry on a process."
     224msgstr "La ruta de destí no és un directori. No es pot executar el procés."
     225
     226#: ../framework/vendor/upload/class.upload.php:2202
     227msgid "Destination directory can't be made writeable. Can't carry on a process."
     228msgstr "No es pot canviar a 'escriure' els drets del directori de destí. No es pot executar el procés."
     229
     230#: ../framework/vendor/upload/class.upload.php:2203
     231msgid "Destination path is not a writeable. Can't carry on a process."
     232msgstr "No es pot escriure en el directori de destí. No es pot executar el procés."
     233
     234#: ../framework/vendor/upload/class.upload.php:2204
     235msgid "Can't create the temporary file. Can't carry on a process."
     236msgstr "No es pot crear un fitxer temporal. No es pot executar el procés."
     237
     238#: ../framework/vendor/upload/class.upload.php:2205
     239msgid "Source file is not readable. Can't carry on a process."
     240msgstr "El fitxer d'origen no es pot llegir. No es pot executar el procés."
     241
     242#: ../framework/vendor/upload/class.upload.php:2206
     243#, php-format
     244msgid "No create from %s support."
     245msgstr "No hi ha funcions per crear des de %s."
     246
     247#: ../framework/vendor/upload/class.upload.php:2207
     248#, php-format
     249msgid "Error in creating %s image from source."
     250msgstr "Error creant la imatge %s des de l'original."
     251
     252#: ../framework/vendor/upload/class.upload.php:2208
     253msgid "Can't read image source. Not an image?."
     254msgstr "No es pot llegir la imatge original. És una imatge?"
     255
     256#: ../framework/vendor/upload/class.upload.php:2209
     257msgid "GD doesn't seem to be present."
     258msgstr "No sembla que la llibreria GD estigui present."
     259
     260#: ../framework/vendor/upload/class.upload.php:2210
     261#, php-format
     262msgid "No create from %s support, can't read watermark."
     263msgstr "No hi ha funcions per crear des de %s, no es pot llegir la marca a l'aigua."
     264
     265#: ../framework/vendor/upload/class.upload.php:2211
     266#, php-format
     267msgid "No %s read support, can't create watermark."
     268msgstr "No hi ha funcions per llegir %s, no es pot crear la marca a l'aigua."
     269
     270#: ../framework/vendor/upload/class.upload.php:2212
     271msgid "Unknown image format, can't read watermark."
     272msgstr "Format d'imatge desconegut, no es pot llegir la marca a l'aigua."
     273
     274#: ../framework/vendor/upload/class.upload.php:2213
     275#, php-format
     276msgid "No %s create support."
     277msgstr "No hi ha funcions per crear %s."
     278
     279#: ../framework/vendor/upload/class.upload.php:2214
     280msgid "No conversion type defined."
     281msgstr "No s'ha definit cap tipus de conversió."
     282
     283#: ../framework/vendor/upload/class.upload.php:2215
     284msgid "Error copying file on the server. copy() failed."
     285msgstr "Error copiant el fitxer al serivor. copy() ha fallat."
     286
     287#: ../framework/vendor/upload/class.upload.php:2216
     288msgid "Error reading the file."
     289msgstr "Error llegint el fitxer."
     290
     291#: ../includes/admin.php:36
    17292msgid "Roles and Capabilities"
    18293msgstr "Rols i Competències"
    19294
    20 #: ../admin-general.php:50
     295#: ../includes/admin.php:45
    21296#, php-format
    22297msgid "Capabilities for %s"
    23298msgstr "Competències per %s"
    24299
    25 #: ../admin-general.php:97
     300#: ../includes/admin.php:92
    26301msgid "Level:"
    27302msgstr "Nivell:"
    28303
    29 #: ../admin-general.php:120
    30 #: ../manager.php:233
     304#: ../includes/admin.php:115
     305#: ../includes/manager.php:319
    31306msgid "Save Changes"
    32307msgstr "Desa els canvis"
    33308
    34 #: ../admin-general.php:122
     309#: ../includes/admin.php:117
    35310msgid "Delete this role"
    36311msgstr "Elimina aquest rol"
    37312
    38 #: ../admin-general.php:122
     313#: ../includes/admin.php:117
    39314#, php-format
    40315msgid ""
     
    45320"  'Cancel·la' per sortir, 'D'acord' per eliminar."
    46321
    47 #: ../admin-general.php:122
     322#: ../includes/admin.php:117
    48323msgid "Delete Role"
    49324msgstr "Eliminar Rol"
    50325
    51 #: ../admin-general.php:134
    52 #: ../backup.php:83
    53 msgid "Plugin Homepage"
    54 msgstr "Pàgina web de l'extensió"
    55 
    56 #: ../admin-general.php:135
    57 #: ../backup.php:84
    58 msgid "Support Forum"
    59 msgstr "Forum d'Ajuda"
    60 
    61 #: ../admin-general.php:136
    62 #: ../backup.php:85
    63 msgid "Author Homepage"
    64 msgstr "Lloc web de l'autor"
    65 
    66 #: ../admin-general.php:137
    67 #: ../backup.php:86
     326#: ../includes/admin.php:128
     327msgid "Select New Role"
     328msgstr "Selecciona un nou Rol"
     329
     330#: ../includes/admin.php:136
     331#: ../includes/manager.php:296
     332msgid "Change"
     333msgstr "Canvia"
     334
     335#: ../includes/admin.php:141
     336msgid "Create New Role"
     337msgstr "Crear rol nou"
     338
     339#: ../includes/admin.php:144
     340#: ../includes/manager.php:300
     341msgid "Create"
     342msgstr "Crear"
     343
     344#: ../includes/admin.php:149
     345msgid "Copy this role to"
     346msgstr "Copia aquest rol a"
     347
     348#: ../includes/admin.php:152
     349#: ../includes/manager.php:309
     350msgid "Copy"
     351msgstr "Copiar"
     352
     353#: ../includes/admin.php:157
     354msgid "Add Capability"
     355msgstr "Afegeix Competència"
     356
     357#: ../includes/admin.php:160
     358#: ../includes/manager.php:323
     359msgid "Add to role"
     360msgstr "Afegir al rol"
     361
     362#: ../includes/author-widget.php:38
    68363msgid "Help donating"
    69364msgstr "Ajuda donant"
    70365
    71 #: ../admin-general.php:143
    72 msgid "Select New Role"
    73 msgstr "Selecciona un nou Rol"
    74 
    75 #: ../admin-general.php:151
    76 #: ../manager.php:210
    77 msgid "Change"
    78 msgstr "Canvia"
    79 
    80 #: ../admin-general.php:156
    81 msgid "Create New Role"
    82 msgstr "Crear rol nou"
    83 
    84 #: ../admin-general.php:159
    85 #: ../manager.php:214
    86 msgid "Create"
    87 msgstr "Crear"
    88 
    89 #: ../admin-general.php:164
    90 msgid "Copy this role to"
    91 msgstr "Copia aquest rol a"
    92 
    93 #: ../admin-general.php:167
    94 #: ../manager.php:223
    95 msgid "Copy"
    96 msgstr "Copiar"
    97 
    98 #: ../admin-general.php:172
    99 msgid "Add Capability"
    100 msgstr "Afegeix Competència"
    101 
    102 #: ../admin-general.php:175
    103 #: ../manager.php:237
    104 msgid "Add to role"
    105 msgstr "Afegir al rol"
    106 
    107 #: ../backup.php:38
     366#: ../includes/backup.php:33
    108367msgid "Backup Tool for Capability Manager"
    109368msgstr "Eina de Copies de Seguretat per a Capability Manager"
    110369
    111 #: ../backup.php:47
     370#: ../includes/backup.php:42
    112371msgid "Backup and Restore"
    113372msgstr "Copia i Restaura"
    114373
    115 #: ../backup.php:51
     374#: ../includes/backup.php:46
    116375msgid "Select action:"
    117376msgstr "Selecciona una acció:"
    118377
    119 #: ../backup.php:54
     378#: ../includes/backup.php:49
    120379msgid "Backup roles and capabilities"
    121380msgstr "Desa una copia de rols i competències"
    122381
    123 #: ../backup.php:55
     382#: ../includes/backup.php:50
    124383msgid "Restore last saved backup"
    125384msgstr "Recupera la darrera còpia de seguretat"
    126385
    127 #: ../backup.php:57
     386#: ../includes/backup.php:52
    128387msgid "Do Action"
    129388msgstr "Executa l'Acció"
    130389
    131 #: ../backup.php:65
     390#: ../includes/backup.php:60
    132391msgid "Reset WordPress Defaults"
    133392msgstr "Restaura valors predeterminats de WordPress"
    134393
    135 #: ../backup.php:67
     394#: ../includes/backup.php:62
    136395msgid "WARNING:"
    137396msgstr "ATENCIÓ:"
    138397
    139 #: ../backup.php:67
     398#: ../includes/backup.php:62
    140399msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    141400msgstr "Restaurant els valors predeterminats per a Rols i Competències, els configurarà als valors predeterminats de la instal·lació de WordPress."
    142401
    143 #: ../backup.php:68
     402#: ../includes/backup.php:63
    144403msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    145404msgstr "Si has instal·lat alguna extensió que afegeix nous rols o competències, aquests es perdran."
    146405
    147 #: ../backup.php:69
     406#: ../includes/backup.php:64
    148407msgid "It is recommended to use this only as a last resource!"
    149408msgstr "Es recomana utilitzar aquesta opció només com a últim recurs!"
    150409
    151 #: ../backup.php:70
     410#: ../includes/backup.php:65
    152411msgid "Reset Roles and Capabilities to WordPress defaults"
    153412msgstr "Restaura Rols i Competències als valors predeterminats de WordPress"
    154413
    155 #: ../backup.php:70
     414#: ../includes/backup.php:65
    156415msgid ""
    157416"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    161420"  'Cancel·la' per abandonarr, 'D'acord' per restaurar."
    162421
    163 #: ../backup.php:70
     422#: ../includes/backup.php:65
    164423msgid "Reset to WordPress defaults"
    165424msgstr "Restaura els valors predeterminats de WordPress"
    166425
    167 #: ../capsman.php:52
    168 #: ../framework/plugins.php:484
    169 #: ../framework/plugins.php:526
    170 msgid "Warning:"
    171 msgstr "Atenció:"
    172 
    173 #: ../capsman.php:53
    174 #, php-format
    175 msgid "The active plugin %s is not compatible with your PHP version."
    176 msgstr "L'extensió activa %s no és compatible amb la teva versió de PHP."
    177 
    178 #: ../capsman.php:55
    179 #, php-format
    180 msgid "%s is required for this plugin."
    181 msgstr "Es requereix %s per aquesta extensió."
    182 
    183 #: ../manager.php:119
    184 #: ../manager.php:120
     426#: ../includes/manager.php:139
     427#: ../includes/manager.php:140
    185428msgid "Capability Manager"
    186429msgstr "Administrador de Compoetències"
    187430
    188 #: ../manager.php:119
     431#: ../includes/manager.php:139
    189432msgid "Capabilities"
    190433msgstr "Competències"
    191434
    192 #: ../manager.php:142
    193 #: ../manager.php:176
     435#: ../includes/manager.php:220
     436#: ../includes/manager.php:256
    194437msgid "What do you think you're doing?!?"
    195438msgstr "Que et penses que fas?"
    196439
    197 #: ../manager.php:201
     440#: ../includes/manager.php:283
    198441msgid "Bad form Received"
    199442msgstr "S'ha rebut un formulari incorrecte."
    200443
    201 #: ../manager.php:216
    202 #: ../manager.php:226
     444#: ../includes/manager.php:302
     445#: ../includes/manager.php:312
    203446msgid "New role created."
    204447msgstr "S'ha creat el nou rol."
    205448
    206 #: ../manager.php:219
    207 #: ../manager.php:229
     449#: ../includes/manager.php:305
     450#: ../includes/manager.php:315
    208451msgid "Error: Failed creating the new role."
    209452msgstr "Error: No s'ha pogut crear el nou rol."
    210453
    211 #: ../manager.php:234
     454#: ../includes/manager.php:320
    212455msgid "New capabilities saved."
    213456msgstr "S'han desat les noves competències."
    214457
    215 #: ../manager.php:242
     458#: ../includes/manager.php:328
    216459msgid "New capability added to role."
    217460msgstr "Nova competència afegida al rol."
    218461
    219 #: ../manager.php:244
     462#: ../includes/manager.php:330
    220463msgid "Incorrect capability name."
    221464msgstr "Nom incorrecte de competència."
    222465
    223 #: ../manager.php:247
     466#: ../includes/manager.php:334
    224467msgid "Bad form received."
    225468msgstr "S'ha rebut un formulari incorrecte."
    226469
    227 #: ../manager.php:266
     470#: ../includes/manager.php:354
    228471msgid "New backup saved."
    229472msgstr "S'ha creat la copia de seguretat."
    230473
    231 #: ../manager.php:272
     474#: ../includes/manager.php:360
    232475msgid "Roles and Capabilities restored from last backup."
    233476msgstr "S'han recuperat els Rols i Competències des de la copia de seguretat."
    234477
    235 #: ../manager.php:274
     478#: ../includes/manager.php:362
    236479msgid "Restore failed. No backup found."
    237480msgstr "Ha fallat la recuperació. No s'ha trobat cap copia de seguretat."
    238481
    239 #: ../manager.php:295
     482#: ../includes/manager.php:384
    240483#, php-format
    241484msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    242485msgstr "No es pot eliminar el rol predeterminat. <a href=\"%s\" Abans has de canviar-lo</a>."
    243486
    244 #: ../manager.php:316
    245 #, php-format
    246 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
    247 msgstr "El rol %1$s ha estat eliminat. S'han mogut %2$d usuaris al rol predeterminat %3$s."
    248 
    249 #: ../manager.php:329
     487#: ../includes/manager.php:405
     488#, php-format
     489msgid "Role has been deleted. %1$d users moved to default role %2$s."
     490msgstr "El rol ha estat eliminat. S'han mogut %1$d usuaris al rol predeterminat %2$s."
     491
     492#: ../includes/manager.php:419
    250493msgid "Needed function to create default roles not found!"
    251494msgstr "La funció per crear els rols predeterminats no s'ha trobat!"
    252495
    253 #: ../manager.php:341
     496#: ../includes/manager.php:431
    254497msgid "Roles and Capabilities reset to WordPress defaults"
    255498msgstr "S'han restaurat Rols i Competències als valors predeterminats de WordPress."
    256499
    257 #: ../manager.php:513
     500#: ../includes/manager.php:620
    258501msgid "You cannot remove Manage Capabilities from Administrators"
    259502msgstr "No pots eliminar 'Manage Capabilities' dels administradors"
    260503
    261 #: ../framework/formating.php:39
    262 msgid "Settings saved."
    263 msgstr "Opcions desades."
    264 
    265 #: ../framework/plugins.php:485
    266 #, php-format
    267 msgid "The active plugin %s is not compatible with your WordPress version."
    268 msgstr "L'extensió activa %s no és compatible amb la teva versió de WordPress."
    269 
    270 #: ../framework/plugins.php:487
    271 #, php-format
    272 msgid "WordPress %s is required to run this plugin."
    273 msgstr "Aquesta extensió requereix com a mínim WordPress %s."
    274 
    275 #: ../framework/plugins.php:527
    276 msgid "Standard sidebar functions are not present."
    277 msgstr "Les funcions de la barra lateral estàndard no es troben presents."
    278 
    279 #: ../framework/plugins.php:528
    280 #, php-format
    281 msgid "It is required to use the standard sidebar to run %s"
    282 msgstr "És necessari utilitzar la barra lateral estàndard per executar %s"
    283 
  • capsman/trunk/lang/capsman-de_DE.po

    r154498 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-05-27 01:01+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    7 "Last-Translator: Carsten Tauber <carsten.tauber@greatsolution.de>\n"
     7"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
    88"Language-Team: Alkivia | http://alkivia.org <alkivia@jcanals.net>\n"
    99"MIME-Version: 1.0\n"
     
    1515"X-Poedit-SourceCharset: utf-8\n"
    1616
    17 #: ../admin-general.php:39
     17#: ../capsman.php:53
     18#: ../framework/classes/abstract/plugin.php:210
     19#: ../framework/classes/abstract/plugin.php:229
     20msgid "Warning:"
     21msgstr "WARNUNG:"
     22
     23#: ../capsman.php:54
     24#, php-format
     25msgid "The active plugin %s is not compatible with your PHP version."
     26msgstr "Das aktive Plugin %s ist mit der PHP Version nicht kompatibel."
     27
     28#: ../capsman.php:56
     29#, php-format
     30msgid "%s is required for this plugin."
     31msgstr "%s wird für dieses Plugin benötigt."
     32
     33#: ../framework/classes/abstract/module.php:507
     34msgid "Option blocked by administrator."
     35msgstr ""
     36
     37#: ../framework/classes/abstract/plugin.php:211
     38#, php-format
     39msgid "The active plugin %s is not compatible with your WordPress version."
     40msgstr "Das Plugin %s ist zu der aktuellen Wordpressversion nicht kompatibel!"
     41
     42#: ../framework/classes/abstract/plugin.php:213
     43#, php-format
     44msgid "WordPress %s is required to run this plugin."
     45msgstr "WordPress %s wird für dieses Plugin benötigt."
     46
     47#: ../framework/classes/abstract/plugin.php:230
     48msgid "Standard sidebar functions are not present."
     49msgstr "Standard Sidebarfunktionen stehen nicht zur Verfügung!"
     50
     51#: ../framework/classes/abstract/plugin.php:231
     52#, php-format
     53msgid "It is required to use the standard sidebar to run %s"
     54msgstr "Standard Sidebaroptionen werden benötigt, to run %s"
     55
     56#: ../framework/lib/formating.php:52
     57msgid "Settings saved."
     58msgstr "Einstellungen gespeichert"
     59
     60#: ../framework/lib/formating.php:161
     61msgid "Just Now"
     62msgstr ""
     63
     64#: ../framework/lib/formating.php:164
     65msgid "1 minute ago"
     66msgstr ""
     67
     68#: ../framework/lib/formating.php:167
     69msgid "1 hour ago"
     70msgstr ""
     71
     72#: ../framework/lib/formating.php:171
     73#, php-format
     74msgid "Today at %s"
     75msgstr ""
     76
     77#: ../framework/lib/formating.php:171
     78#, php-format
     79msgid "Yesterday at %s"
     80msgstr ""
     81
     82#: ../framework/lib/themes.php:160
     83msgid "Plugin Homepage"
     84msgstr "Plugin Homepage"
     85
     86#: ../framework/lib/themes.php:164
     87#, fuzzy
     88msgid "Theme Homepage"
     89msgstr "Author Homepage"
     90
     91#: ../framework/lib/themes.php:168
     92#, fuzzy
     93msgid "Documentation"
     94msgstr "ausführen"
     95
     96#: ../framework/lib/themes.php:172
     97msgid "Support Forum"
     98msgstr "Support Forum"
     99
     100#: ../framework/lib/themes.php:176
     101msgid "Author Homepage"
     102msgstr "Author Homepage"
     103
     104#: ../framework/lib/themes.php:180
     105msgid "Donate to project"
     106msgstr ""
     107
     108#: ../framework/vendor/upload/class.upload.php:2172
     109msgid "File error. Please try again."
     110msgstr ""
     111
     112#: ../framework/vendor/upload/class.upload.php:2173
     113msgid "Local file doesn't exist."
     114msgstr ""
     115
     116#: ../framework/vendor/upload/class.upload.php:2174
     117msgid "Local file is not readable."
     118msgstr ""
     119
     120#: ../framework/vendor/upload/class.upload.php:2175
     121msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     122msgstr ""
     123
     124#: ../framework/vendor/upload/class.upload.php:2176
     125msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     126msgstr ""
     127
     128#: ../framework/vendor/upload/class.upload.php:2177
     129msgid "File upload error (the uploaded file was only partially uploaded)."
     130msgstr ""
     131
     132#: ../framework/vendor/upload/class.upload.php:2178
     133msgid "File upload error (no file was uploaded)."
     134msgstr ""
     135
     136#: ../framework/vendor/upload/class.upload.php:2179
     137msgid "File upload error (missing a temporary folder)."
     138msgstr ""
     139
     140#: ../framework/vendor/upload/class.upload.php:2180
     141msgid "File upload error (failed to write file to disk)."
     142msgstr ""
     143
     144#: ../framework/vendor/upload/class.upload.php:2181
     145msgid "File upload error (file upload stopped by extension)."
     146msgstr ""
     147
     148#: ../framework/vendor/upload/class.upload.php:2182
     149msgid "File upload error (unknown error code)."
     150msgstr ""
     151
     152#: ../framework/vendor/upload/class.upload.php:2183
     153msgid "File upload error. Please try again."
     154msgstr ""
     155
     156#: ../framework/vendor/upload/class.upload.php:2184
     157msgid "File too big."
     158msgstr ""
     159
     160#: ../framework/vendor/upload/class.upload.php:2185
     161msgid "MIME type can't be detected."
     162msgstr ""
     163
     164#: ../framework/vendor/upload/class.upload.php:2186
     165#, fuzzy
     166msgid "Incorrect type of file."
     167msgstr "Berechtigungsname ist nicht zulässig."
     168
     169#: ../framework/vendor/upload/class.upload.php:2187
     170msgid "Image too wide."
     171msgstr ""
     172
     173#: ../framework/vendor/upload/class.upload.php:2188
     174msgid "Image too narrow."
     175msgstr ""
     176
     177#: ../framework/vendor/upload/class.upload.php:2189
     178msgid "Image too high."
     179msgstr ""
     180
     181#: ../framework/vendor/upload/class.upload.php:2190
     182msgid "Image too short."
     183msgstr ""
     184
     185#: ../framework/vendor/upload/class.upload.php:2191
     186msgid "Image ratio too high (image too wide)."
     187msgstr ""
     188
     189#: ../framework/vendor/upload/class.upload.php:2192
     190msgid "Image ratio too low (image too high)."
     191msgstr ""
     192
     193#: ../framework/vendor/upload/class.upload.php:2193
     194msgid "Image has too many pixels."
     195msgstr ""
     196
     197#: ../framework/vendor/upload/class.upload.php:2194
     198msgid "Image has not enough pixels."
     199msgstr ""
     200
     201#: ../framework/vendor/upload/class.upload.php:2195
     202msgid "File not uploaded. Can't carry on a process."
     203msgstr ""
     204
     205#: ../framework/vendor/upload/class.upload.php:2196
     206#, php-format
     207msgid "%s already exists. Please change the file name."
     208msgstr ""
     209
     210#: ../framework/vendor/upload/class.upload.php:2197
     211msgid "No correct temp source file. Can't carry on a process."
     212msgstr ""
     213
     214#: ../framework/vendor/upload/class.upload.php:2198
     215msgid "No correct uploaded source file. Can't carry on a process."
     216msgstr ""
     217
     218#: ../framework/vendor/upload/class.upload.php:2199
     219msgid "Destination directory can't be created. Can't carry on a process."
     220msgstr ""
     221
     222#: ../framework/vendor/upload/class.upload.php:2200
     223msgid "Destination directory doesn't exist. Can't carry on a process."
     224msgstr ""
     225
     226#: ../framework/vendor/upload/class.upload.php:2201
     227msgid "Destination path is not a directory. Can't carry on a process."
     228msgstr ""
     229
     230#: ../framework/vendor/upload/class.upload.php:2202
     231msgid "Destination directory can't be made writeable. Can't carry on a process."
     232msgstr ""
     233
     234#: ../framework/vendor/upload/class.upload.php:2203
     235msgid "Destination path is not a writeable. Can't carry on a process."
     236msgstr ""
     237
     238#: ../framework/vendor/upload/class.upload.php:2204
     239msgid "Can't create the temporary file. Can't carry on a process."
     240msgstr ""
     241
     242#: ../framework/vendor/upload/class.upload.php:2205
     243msgid "Source file is not readable. Can't carry on a process."
     244msgstr ""
     245
     246#: ../framework/vendor/upload/class.upload.php:2206
     247#, php-format
     248msgid "No create from %s support."
     249msgstr ""
     250
     251#: ../framework/vendor/upload/class.upload.php:2207
     252#, fuzzy, php-format
     253msgid "Error in creating %s image from source."
     254msgstr "FEHLER: Rolle konnte nicht angelegt werden."
     255
     256#: ../framework/vendor/upload/class.upload.php:2208
     257msgid "Can't read image source. Not an image?."
     258msgstr ""
     259
     260#: ../framework/vendor/upload/class.upload.php:2209
     261msgid "GD doesn't seem to be present."
     262msgstr ""
     263
     264#: ../framework/vendor/upload/class.upload.php:2210
     265#, php-format
     266msgid "No create from %s support, can't read watermark."
     267msgstr ""
     268
     269#: ../framework/vendor/upload/class.upload.php:2211
     270#, php-format
     271msgid "No %s read support, can't create watermark."
     272msgstr ""
     273
     274#: ../framework/vendor/upload/class.upload.php:2212
     275msgid "Unknown image format, can't read watermark."
     276msgstr ""
     277
     278#: ../framework/vendor/upload/class.upload.php:2213
     279#, php-format
     280msgid "No %s create support."
     281msgstr ""
     282
     283#: ../framework/vendor/upload/class.upload.php:2214
     284msgid "No conversion type defined."
     285msgstr ""
     286
     287#: ../framework/vendor/upload/class.upload.php:2215
     288msgid "Error copying file on the server. copy() failed."
     289msgstr ""
     290
     291#: ../framework/vendor/upload/class.upload.php:2216
     292#, fuzzy
     293msgid "Error reading the file."
     294msgstr "FEHLER: Rolle konnte nicht angelegt werden."
     295
     296#: ../includes/admin.php:36
    18297msgid "Roles and Capabilities"
    19298msgstr "Rollen und Berechtigungen"
    20299
    21 #: ../admin-general.php:48
     300#: ../includes/admin.php:45
    22301#, php-format
    23302msgid "Capabilities for %s"
    24303msgstr "Berechtigungen für %s"
    25304
    26 #: ../admin-general.php:95
     305#: ../includes/admin.php:92
    27306msgid "Level:"
    28307msgstr "Berechtigungslevel:"
    29308
    30 #: ../admin-general.php:118
    31 #: ../manager.php:231
     309#: ../includes/admin.php:115
     310#: ../includes/manager.php:319
    32311msgid "Save Changes"
    33312msgstr "Einstellungen speichern"
    34313
    35 #: ../admin-general.php:120
     314#: ../includes/admin.php:117
    36315msgid "Delete this role"
    37316msgstr "Diese Rolle löschen"
    38317
    39 #: ../admin-general.php:120
     318#: ../includes/admin.php:117
    40319#, php-format
    41320msgid ""
     
    46325"  'Abbrechen' um zu stoppen, 'OK' zum löschen."
    47326
    48 #: ../admin-general.php:120
     327#: ../includes/admin.php:117
    49328msgid "Delete Role"
    50329msgstr "Rolle löschen"
    51330
    52 #: ../admin-general.php:132
    53 #: ../backup.php:81
    54 msgid "Plugin Homepage"
    55 msgstr "Plugin Homepage"
    56 
    57 #: ../admin-general.php:133
    58 #: ../backup.php:82
    59 msgid "Support Forum"
    60 msgstr "Support Forum"
    61 
    62 #: ../admin-general.php:134
    63 #: ../backup.php:83
    64 msgid "Author Homepage"
    65 msgstr "Author Homepage"
    66 
    67 #: ../admin-general.php:135
    68 #: ../backup.php:84
     331#: ../includes/admin.php:128
     332msgid "Select New Role"
     333msgstr "Neue Rolle auswählen"
     334
     335#: ../includes/admin.php:136
     336#: ../includes/manager.php:296
     337msgid "Change"
     338msgstr "ändern"
     339
     340#: ../includes/admin.php:141
     341msgid "Create New Role"
     342msgstr "Neue Rolle anlegen "
     343
     344#: ../includes/admin.php:144
     345#: ../includes/manager.php:300
     346msgid "Create"
     347msgstr "erstellen"
     348
     349#: ../includes/admin.php:149
     350msgid "Copy this role to"
     351msgstr "Diese Rolle kopieren"
     352
     353#: ../includes/admin.php:152
     354#: ../includes/manager.php:309
     355msgid "Copy"
     356msgstr "kopieren"
     357
     358#: ../includes/admin.php:157
     359msgid "Add Capability"
     360msgstr "Berechtigung hinzufügen"
     361
     362#: ../includes/admin.php:160
     363#: ../includes/manager.php:323
     364msgid "Add to role"
     365msgstr "zur Rolle hinzufügen"
     366
     367#: ../includes/author-widget.php:38
    69368msgid "Help donating"
    70369msgstr "Spenden"
    71370
    72 #: ../admin-general.php:141
    73 msgid "Select New Role"
    74 msgstr "Neue Rolle auswählen"
    75 
    76 #: ../admin-general.php:149
    77 #: ../manager.php:208
    78 msgid "Change"
    79 msgstr "ändern"
    80 
    81 #: ../admin-general.php:154
    82 msgid "Create New Role"
    83 msgstr "Neue Rolle anlegen "
    84 
    85 #: ../admin-general.php:157
    86 #: ../manager.php:212
    87 msgid "Create"
    88 msgstr "erstellen"
    89 
    90 #: ../admin-general.php:162
    91 msgid "Copy this role to"
    92 msgstr "Diese Rolle kopieren"
    93 
    94 #: ../admin-general.php:165
    95 #: ../manager.php:221
    96 msgid "Copy"
    97 msgstr "kopieren"
    98 
    99 #: ../admin-general.php:170
    100 msgid "Add Capability"
    101 msgstr "Berechtigung hinzufügen"
    102 
    103 #: ../admin-general.php:173
    104 #: ../manager.php:235
    105 msgid "Add to role"
    106 msgstr "zur Rolle hinzufügen"
    107 
    108 #: ../backup.php:36
     371#: ../includes/backup.php:33
    109372msgid "Backup Tool for Capability Manager"
    110373msgstr "Backup-Tool für den Berechtigungsmanager (Capability Manager)"
    111374
    112 #: ../backup.php:45
     375#: ../includes/backup.php:42
    113376msgid "Backup and Restore"
    114377msgstr "Sichern und Wiederherstellen"
    115378
    116 #: ../backup.php:49
     379#: ../includes/backup.php:46
    117380msgid "Select action:"
    118381msgstr "Aktion auswählen"
    119382
    120 #: ../backup.php:52
     383#: ../includes/backup.php:49
    121384msgid "Backup roles and capabilities"
    122385msgstr "Backup der Rollen und Berechtigungen"
    123386
    124 #: ../backup.php:53
     387#: ../includes/backup.php:50
    125388msgid "Restore last saved backup"
    126389msgstr "Zuletzt gespeichertes Sicherung wiederherstellen"
    127390
    128 #: ../backup.php:55
     391#: ../includes/backup.php:52
    129392msgid "Do Action"
    130393msgstr "ausführen"
    131394
    132 #: ../backup.php:63
     395#: ../includes/backup.php:60
    133396msgid "Reset WordPress Defaults"
    134397msgstr "Wordpress Standardeinstellungen wiederherstellen"
    135398
    136 #: ../backup.php:65
     399#: ../includes/backup.php:62
    137400msgid "WARNING:"
    138401msgstr "WARNUNG:"
    139402
    140 #: ../backup.php:65
     403#: ../includes/backup.php:62
    141404msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    142405msgstr "das Wiederherstellen von Rollen und Berechtigungen erfolgt auf den Wordpress Standard!"
    143406
    144 #: ../backup.php:66
     407#: ../includes/backup.php:63
    145408msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    146409msgstr "Einstellungen zu Rollen und Berechtigungen die nicht mit dem Berechtigungs-Manager erstellt wurden, werden gelöscht!"
    147410
    148 #: ../backup.php:67
     411#: ../includes/backup.php:64
    149412msgid "It is recommended to use this only as a last resource!"
    150413msgstr "Es wird empfohlen, dies als letzte Möglichkeit anzuwenden!"
    151414
    152 #: ../backup.php:68
     415#: ../includes/backup.php:65
    153416msgid "Reset Roles and Capabilities to WordPress defaults"
    154417msgstr "Rollen und Berechtigungen auf den Wordpress Standard zurücksetzen"
    155418
    156 #: ../backup.php:68
     419#: ../includes/backup.php:65
    157420msgid ""
    158421"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    162425" 'Abbrechen' um dies nicht zu tun, 'OK' um auf Standardwerte zurückzusetzen."
    163426
    164 #: ../backup.php:68
     427#: ../includes/backup.php:65
    165428msgid "Reset to WordPress defaults"
    166429msgstr "Wordpress Standardwerte wiederherstellen."
    167430
    168 #: ../capsman.php:50
    169 #: ../framework/plugins.php:467
    170 #: ../framework/plugins.php:509
    171 msgid "Warning:"
    172 msgstr "WARNUNG:"
    173 
    174 #: ../capsman.php:51
    175 #, php-format
    176 msgid "The active plugin %s is not compatible with your PHP version."
    177 msgstr "Das aktive Plugin %s ist mit der PHP Version nicht kompatibel."
    178 
    179 #: ../capsman.php:53
    180 #, php-format
    181 msgid "%s is required for this plugin."
    182 msgstr "%s wird für dieses Plugin benötigt."
    183 
    184 #: ../manager.php:117
    185 #: ../manager.php:118
     431#: ../includes/manager.php:139
     432#: ../includes/manager.php:140
    186433msgid "Capability Manager"
    187434msgstr "Berechtigungs Manager"
    188435
    189 #: ../manager.php:117
     436#: ../includes/manager.php:139
    190437msgid "Capabilities"
    191438msgstr "Berechtigungen"
    192439
    193 #: ../manager.php:140
    194 #: ../manager.php:174
     440#: ../includes/manager.php:220
     441#: ../includes/manager.php:256
    195442msgid "What do you think you're doing?!?"
    196443msgstr "Was glaubst du, was Du tust?"
    197444
    198 #: ../manager.php:199
     445#: ../includes/manager.php:283
    199446msgid "Bad form Received"
    200447msgstr "Fehlerhaftes Formular empfangen."
    201448
    202 #: ../manager.php:214
    203 #: ../manager.php:224
     449#: ../includes/manager.php:302
     450#: ../includes/manager.php:312
    204451msgid "New role created."
    205452msgstr "Neue Rolle wurde erstellt."
    206453
    207 #: ../manager.php:217
    208 #: ../manager.php:227
     454#: ../includes/manager.php:305
     455#: ../includes/manager.php:315
    209456msgid "Error: Failed creating the new role."
    210457msgstr "FEHLER: Rolle konnte nicht angelegt werden."
    211458
    212 #: ../manager.php:232
     459#: ../includes/manager.php:320
    213460msgid "New capabilities saved."
    214461msgstr "Neue Berechtigung gespeichert."
    215462
    216 #: ../manager.php:240
     463#: ../includes/manager.php:328
    217464msgid "New capability added to role."
    218465msgstr "Neue Berechtigung zur Rolle hinzugefügt."
    219466
    220 #: ../manager.php:242
     467#: ../includes/manager.php:330
    221468msgid "Incorrect capability name."
    222469msgstr "Berechtigungsname ist nicht zulässig."
    223470
    224 #: ../manager.php:245
     471#: ../includes/manager.php:334
    225472msgid "Bad form received."
    226473msgstr "Fehlerhaftes Formular empfangen."
    227474
    228 #: ../manager.php:264
     475#: ../includes/manager.php:354
    229476msgid "New backup saved."
    230477msgstr "Neues Backup wurde erfolgreich gespeichert."
    231478
    232 #: ../manager.php:270
     479#: ../includes/manager.php:360
    233480msgid "Roles and Capabilities restored from last backup."
    234481msgstr "Rollen und Berechtigungen der letzten Sicherung wiederhergestellt."
    235482
    236 #: ../manager.php:272
     483#: ../includes/manager.php:362
    237484msgid "Restore failed. No backup found."
    238485msgstr "Wiederherstellen fehlgeschlagen - kein Backup gefunden!"
    239486
    240 #: ../manager.php:293
     487#: ../includes/manager.php:384
    241488#, php-format
    242489msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    243490msgstr "Standardrolle (default) konnte nicht gelöscht werden. Zuerst <a href=\"%s\">ändern</a>."
    244491
    245 #: ../manager.php:314
    246 #, php-format
    247 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
     492#: ../includes/manager.php:405
     493#, fuzzy, php-format
     494msgid "Role has been deleted. %1$d users moved to default role %2$s."
    248495msgstr "Rolle %1$s wurde gelöscht. %2$d Benutzer auf Standardrolle (default) gesetzt %3$s."
    249496
    250 #: ../manager.php:327
     497#: ../includes/manager.php:419
    251498msgid "Needed function to create default roles not found!"
    252499msgstr "Benötigte Funktion zum Erstellen der Standardrolle (default) nicht gefunden!"
    253500
    254 #: ../manager.php:339
     501#: ../includes/manager.php:431
    255502msgid "Roles and Capabilities reset to WordPress defaults"
    256503msgstr "Rollen und Berechtigungen auf Wordpress Standard zurücksetzen"
    257504
    258 #: ../manager.php:511
     505#: ../includes/manager.php:620
    259506msgid "You cannot remove Manage Capabilities from Administrators"
    260507msgstr "Administratoren dürfen keine Berechtigungen entzogen werden!"
    261508
    262 #: ../framework/formating.php:38
    263 msgid "Settings saved."
    264 msgstr "Einstellungen gespeichert"
    265 
    266 #: ../framework/plugins.php:468
    267 #, php-format
    268 msgid "The active plugin %s is not compatible with your WordPress version."
    269 msgstr "Das Plugin %s ist zu der aktuellen Wordpressversion nicht kompatibel!"
    270 
    271 #: ../framework/plugins.php:470
    272 #, php-format
    273 msgid "WordPress %s is required to run this plugin."
    274 msgstr "WordPress %s wird für dieses Plugin benötigt."
    275 
    276 #: ../framework/plugins.php:510
    277 msgid "Standard sidebar functions are not present."
    278 msgstr "Standard Sidebarfunktionen stehen nicht zur Verfügung!"
    279 
    280 #: ../framework/plugins.php:511
    281 #, php-format
    282 msgid "It is required to use the standard sidebar to run %s"
    283 msgstr "Standard Sidebaroptionen werden benötigt, to run %s"
    284 
    285509#~ msgid "Managing %s"
    286510#~ msgstr "Administrando %s"
  • capsman/trunk/lang/capsman-es_ES.po

    r196967 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-23 02:16+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
     
    1515"X-Poedit-SourceCharset: utf-8\n"
    1616
    17 #: ../admin-general.php:41
     17#: ../capsman.php:53
     18#: ../framework/classes/abstract/plugin.php:210
     19#: ../framework/classes/abstract/plugin.php:229
     20msgid "Warning:"
     21msgstr "Atención:"
     22
     23#: ../capsman.php:54
     24#, php-format
     25msgid "The active plugin %s is not compatible with your PHP version."
     26msgstr "La extensión activa %s no es compatible con tu versión de PHP."
     27
     28#: ../capsman.php:56
     29#, php-format
     30msgid "%s is required for this plugin."
     31msgstr "Se require %s para utilizar esta extensión."
     32
     33#: ../framework/classes/abstract/module.php:507
     34msgid "Option blocked by administrator."
     35msgstr "Opción bloqueada por el administrador."
     36
     37#: ../framework/classes/abstract/plugin.php:211
     38#, php-format
     39msgid "The active plugin %s is not compatible with your WordPress version."
     40msgstr "La extensión activa %s no es compatible con tu versión de WordPress."
     41
     42#: ../framework/classes/abstract/plugin.php:213
     43#, php-format
     44msgid "WordPress %s is required to run this plugin."
     45msgstr "Se require WordPress %s para ejecutar esta extensión."
     46
     47#: ../framework/classes/abstract/plugin.php:230
     48msgid "Standard sidebar functions are not present."
     49msgstr "No se han encontrado algunas funciones de la barra lateral estándar."
     50
     51#: ../framework/classes/abstract/plugin.php:231
     52#, php-format
     53msgid "It is required to use the standard sidebar to run %s"
     54msgstr "Es preciso utilizar la barra lateral estándar para ejectutar %s"
     55
     56#: ../framework/lib/formating.php:52
     57msgid "Settings saved."
     58msgstr "Opciones guardadas."
     59
     60#: ../framework/lib/formating.php:161
     61msgid "Just Now"
     62msgstr "Ahora mismo"
     63
     64#: ../framework/lib/formating.php:164
     65msgid "1 minute ago"
     66msgstr "Hace 1 minuto"
     67
     68#: ../framework/lib/formating.php:167
     69msgid "1 hour ago"
     70msgstr "Hace una hora"
     71
     72#: ../framework/lib/formating.php:171
     73#, php-format
     74msgid "Today at %s"
     75msgstr "Hoy a las %s"
     76
     77#: ../framework/lib/formating.php:171
     78#, php-format
     79msgid "Yesterday at %s"
     80msgstr "Ayer a las %s"
     81
     82#: ../framework/lib/themes.php:160
     83msgid "Plugin Homepage"
     84msgstr "Página del plugin"
     85
     86#: ../framework/lib/themes.php:164
     87msgid "Theme Homepage"
     88msgstr "Página del tema"
     89
     90#: ../framework/lib/themes.php:168
     91msgid "Documentation"
     92msgstr "Documentación"
     93
     94#: ../framework/lib/themes.php:172
     95msgid "Support Forum"
     96msgstr "Foro de soporte"
     97
     98#: ../framework/lib/themes.php:176
     99msgid "Author Homepage"
     100msgstr "Página del autor"
     101
     102#: ../framework/lib/themes.php:180
     103msgid "Donate to project"
     104msgstr "Haz un donativo"
     105
     106#: ../framework/vendor/upload/class.upload.php:2172
     107msgid "File error. Please try again."
     108msgstr "Error de archivo. Por favor, reintentalo de nuevo."
     109
     110#: ../framework/vendor/upload/class.upload.php:2173
     111msgid "Local file doesn't exist."
     112msgstr "El archivo local no existe."
     113
     114#: ../framework/vendor/upload/class.upload.php:2174
     115msgid "Local file is not readable."
     116msgstr "El archivo local no es legible."
     117
     118#: ../framework/vendor/upload/class.upload.php:2175
     119msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     120msgstr "Error de carga de archivo (el archivo cargado excede la directiva UPLOAD_MAX_FILESIZE de PHP)."
     121
     122#: ../framework/vendor/upload/class.upload.php:2176
     123msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     124msgstr "Error de carga de archivo (el archivo enviado excede la directiva MAX_FILE_SIZE especificada en el formulario)."
     125
     126#: ../framework/vendor/upload/class.upload.php:2177
     127msgid "File upload error (the uploaded file was only partially uploaded)."
     128msgstr "Error de carga de archivo (el archivo sólo se recibió parcialmente)."
     129
     130#: ../framework/vendor/upload/class.upload.php:2178
     131msgid "File upload error (no file was uploaded)."
     132msgstr "Error de carga de archivo (no se recibió archivo)."
     133
     134#: ../framework/vendor/upload/class.upload.php:2179
     135msgid "File upload error (missing a temporary folder)."
     136msgstr "Error de carga de archivo (falta la carpeta temporal)."
     137
     138#: ../framework/vendor/upload/class.upload.php:2180
     139msgid "File upload error (failed to write file to disk)."
     140msgstr "Error de carga de archivo (no se pudo escribir en el disco)."
     141
     142#: ../framework/vendor/upload/class.upload.php:2181
     143msgid "File upload error (file upload stopped by extension)."
     144msgstr "Error de carga de archivo (se ha bloquedao el archivo por extensión)."
     145
     146#: ../framework/vendor/upload/class.upload.php:2182
     147msgid "File upload error (unknown error code)."
     148msgstr "Error de carga de archivo (código de error desconocido)."
     149
     150#: ../framework/vendor/upload/class.upload.php:2183
     151msgid "File upload error. Please try again."
     152msgstr "Error de carga de archivo. Por favor, reinténtalo."
     153
     154#: ../framework/vendor/upload/class.upload.php:2184
     155msgid "File too big."
     156msgstr "Archivo demasiado grande."
     157
     158#: ../framework/vendor/upload/class.upload.php:2185
     159msgid "MIME type can't be detected."
     160msgstr "No se pudo detectar el tipo MIME."
     161
     162#: ../framework/vendor/upload/class.upload.php:2186
     163msgid "Incorrect type of file."
     164msgstr "Tipo de archivo incorrecto."
     165
     166#: ../framework/vendor/upload/class.upload.php:2187
     167msgid "Image too wide."
     168msgstr "Imagen demasiado ancha."
     169
     170#: ../framework/vendor/upload/class.upload.php:2188
     171msgid "Image too narrow."
     172msgstr "Imagen demasiado estrecha."
     173
     174#: ../framework/vendor/upload/class.upload.php:2189
     175msgid "Image too high."
     176msgstr "Imagen demasiado alta."
     177
     178#: ../framework/vendor/upload/class.upload.php:2190
     179msgid "Image too short."
     180msgstr "Imagen demasiado baja."
     181
     182#: ../framework/vendor/upload/class.upload.php:2191
     183msgid "Image ratio too high (image too wide)."
     184msgstr "Ratio de imagen demariado alto (imagen demasiado ancha)."
     185
     186#: ../framework/vendor/upload/class.upload.php:2192
     187msgid "Image ratio too low (image too high)."
     188msgstr "Ratio de imagen demasiado bajo (imagen demasiado alta)."
     189
     190#: ../framework/vendor/upload/class.upload.php:2193
     191msgid "Image has too many pixels."
     192msgstr "La imágen tiene demasiados píxeles."
     193
     194#: ../framework/vendor/upload/class.upload.php:2194
     195msgid "Image has not enough pixels."
     196msgstr "La imagen no tiene suficientes píxeles."
     197
     198#: ../framework/vendor/upload/class.upload.php:2195
     199msgid "File not uploaded. Can't carry on a process."
     200msgstr "No se ha cargado el archivo. No se puede ejecutar el proceso."
     201
     202#: ../framework/vendor/upload/class.upload.php:2196
     203#, php-format
     204msgid "%s already exists. Please change the file name."
     205msgstr "El archivo %s ya existe. Por favor, cambia el nombre de archivo."
     206
     207#: ../framework/vendor/upload/class.upload.php:2197
     208msgid "No correct temp source file. Can't carry on a process."
     209msgstr "El archivo temporal es incorrecto. No se puede ejecutar el proceso."
     210
     211#: ../framework/vendor/upload/class.upload.php:2198
     212msgid "No correct uploaded source file. Can't carry on a process."
     213msgstr "Archivo original incorrecto. No se puede ejecutar el proceso."
     214
     215#: ../framework/vendor/upload/class.upload.php:2199
     216msgid "Destination directory can't be created. Can't carry on a process."
     217msgstr "No se puede crear el directorio de destino. No se puede realizar el proceso."
     218
     219#: ../framework/vendor/upload/class.upload.php:2200
     220msgid "Destination directory doesn't exist. Can't carry on a process."
     221msgstr "El directorio de destino no existe.  No se puede realizar el proceso."
     222
     223#: ../framework/vendor/upload/class.upload.php:2201
     224msgid "Destination path is not a directory. Can't carry on a process."
     225msgstr "La ruta de destino no es un directorio.  No se puede realizar el proceso."
     226
     227#: ../framework/vendor/upload/class.upload.php:2202
     228msgid "Destination directory can't be made writeable. Can't carry on a process."
     229msgstr "El directorio de destino no se puede cambiar a escribible.  No se puede realizar el proceso."
     230
     231#: ../framework/vendor/upload/class.upload.php:2203
     232msgid "Destination path is not a writeable. Can't carry on a process."
     233msgstr "No se puede escribir en la ruta de destino.  No se puede realizar el proceso."
     234
     235#: ../framework/vendor/upload/class.upload.php:2204
     236msgid "Can't create the temporary file. Can't carry on a process."
     237msgstr "No se puede crar un archivo temporal. No se puede ejecutar el proceso."
     238
     239#: ../framework/vendor/upload/class.upload.php:2205
     240msgid "Source file is not readable. Can't carry on a process."
     241msgstr "No se puede leer el archivo original. No se puede ejecutar el proceso."
     242
     243#: ../framework/vendor/upload/class.upload.php:2206
     244#, php-format
     245msgid "No create from %s support."
     246msgstr "No hay soporte para crear desde %s."
     247
     248#: ../framework/vendor/upload/class.upload.php:2207
     249#, php-format
     250msgid "Error in creating %s image from source."
     251msgstr "Error creacdo la imagen %s desde el original."
     252
     253#: ../framework/vendor/upload/class.upload.php:2208
     254msgid "Can't read image source. Not an image?."
     255msgstr "No se puede leer la imagen orginal. ¿Es una imagen?"
     256
     257#: ../framework/vendor/upload/class.upload.php:2209
     258msgid "GD doesn't seem to be present."
     259msgstr "No se ha detectado la libreria GD."
     260
     261#: ../framework/vendor/upload/class.upload.php:2210
     262#, php-format
     263msgid "No create from %s support, can't read watermark."
     264msgstr "No hay soporte para crear desde %s. No se puede leer la marca de agua."
     265
     266#: ../framework/vendor/upload/class.upload.php:2211
     267#, php-format
     268msgid "No %s read support, can't create watermark."
     269msgstr "No hay soporte para leer %s. No se puede crear la marca de agua."
     270
     271#: ../framework/vendor/upload/class.upload.php:2212
     272msgid "Unknown image format, can't read watermark."
     273msgstr "Formato de imagen desconocido. No se puede leer la marca al agua."
     274
     275#: ../framework/vendor/upload/class.upload.php:2213
     276#, php-format
     277msgid "No %s create support."
     278msgstr "No hay soporte para crear %s."
     279
     280#: ../framework/vendor/upload/class.upload.php:2214
     281msgid "No conversion type defined."
     282msgstr "No se ha definido el tipo de conversión."
     283
     284#: ../framework/vendor/upload/class.upload.php:2215
     285msgid "Error copying file on the server. copy() failed."
     286msgstr "Error coipiando el archivo en el servidor. Ha fallado copy()."
     287
     288#: ../framework/vendor/upload/class.upload.php:2216
     289msgid "Error reading the file."
     290msgstr "Error leyendo el archivo."
     291
     292#: ../includes/admin.php:36
    18293msgid "Roles and Capabilities"
    19294msgstr "Roles y Permisos"
    20295
    21 #: ../admin-general.php:50
     296#: ../includes/admin.php:45
    22297#, php-format
    23298msgid "Capabilities for %s"
    24299msgstr "Permisos para %s"
    25300
    26 #: ../admin-general.php:97
     301#: ../includes/admin.php:92
    27302msgid "Level:"
    28303msgstr "Nivel:"
    29304
    30 #: ../admin-general.php:120
    31 #: ../manager.php:233
     305#: ../includes/admin.php:115
     306#: ../includes/manager.php:319
    32307msgid "Save Changes"
    33308msgstr "Guardar cambios"
    34309
    35 #: ../admin-general.php:122
     310#: ../includes/admin.php:117
    36311msgid "Delete this role"
    37312msgstr "Eliminar este rol"
    38313
    39 #: ../admin-general.php:122
     314#: ../includes/admin.php:117
    40315#, php-format
    41316msgid ""
     
    46321"  'Aceptar' para borrar, 'Cancelar' para salir."
    47322
    48 #: ../admin-general.php:122
     323#: ../includes/admin.php:117
    49324msgid "Delete Role"
    50325msgstr "Eliminar Rol"
    51326
    52 #: ../admin-general.php:134
    53 #: ../backup.php:83
    54 msgid "Plugin Homepage"
    55 msgstr "Página del plugin"
    56 
    57 #: ../admin-general.php:135
    58 #: ../backup.php:84
    59 msgid "Support Forum"
    60 msgstr "Foro de soporte"
    61 
    62 #: ../admin-general.php:136
    63 #: ../backup.php:85
    64 msgid "Author Homepage"
    65 msgstr "Página del autor"
    66 
    67 #: ../admin-general.php:137
    68 #: ../backup.php:86
     327#: ../includes/admin.php:128
     328msgid "Select New Role"
     329msgstr "Seleccionar nuevo Rol"
     330
     331#: ../includes/admin.php:136
     332#: ../includes/manager.php:296
     333msgid "Change"
     334msgstr "Cambiar"
     335
     336#: ../includes/admin.php:141
     337msgid "Create New Role"
     338msgstr "Crear nuevo Rol"
     339
     340#: ../includes/admin.php:144
     341#: ../includes/manager.php:300
     342msgid "Create"
     343msgstr "Crear"
     344
     345#: ../includes/admin.php:149
     346msgid "Copy this role to"
     347msgstr "Copiar este rol a"
     348
     349#: ../includes/admin.php:152
     350#: ../includes/manager.php:309
     351msgid "Copy"
     352msgstr "Copiar"
     353
     354#: ../includes/admin.php:157
     355msgid "Add Capability"
     356msgstr "Añadir Permiso"
     357
     358#: ../includes/admin.php:160
     359#: ../includes/manager.php:323
     360msgid "Add to role"
     361msgstr "Añadir al rol"
     362
     363#: ../includes/author-widget.php:38
    69364msgid "Help donating"
    70365msgstr "Ayuda donando"
    71366
    72 #: ../admin-general.php:143
    73 msgid "Select New Role"
    74 msgstr "Seleccionar nuevo Rol"
    75 
    76 #: ../admin-general.php:151
    77 #: ../manager.php:210
    78 msgid "Change"
    79 msgstr "Cambiar"
    80 
    81 #: ../admin-general.php:156
    82 msgid "Create New Role"
    83 msgstr "Crear nuevo Rol"
    84 
    85 #: ../admin-general.php:159
    86 #: ../manager.php:214
    87 msgid "Create"
    88 msgstr "Crear"
    89 
    90 #: ../admin-general.php:164
    91 msgid "Copy this role to"
    92 msgstr "Copiar este rol a"
    93 
    94 #: ../admin-general.php:167
    95 #: ../manager.php:223
    96 msgid "Copy"
    97 msgstr "Copiar"
    98 
    99 #: ../admin-general.php:172
    100 msgid "Add Capability"
    101 msgstr "Añadir Permiso"
    102 
    103 #: ../admin-general.php:175
    104 #: ../manager.php:237
    105 msgid "Add to role"
    106 msgstr "Añadir al rol"
    107 
    108 #: ../backup.php:38
     367#: ../includes/backup.php:33
    109368msgid "Backup Tool for Capability Manager"
    110369msgstr "Herramienta de copias de seguridad para Capability Manager"
    111370
    112 #: ../backup.php:47
     371#: ../includes/backup.php:42
    113372msgid "Backup and Restore"
    114373msgstr "Salvar y Recuperar"
    115374
    116 #: ../backup.php:51
     375#: ../includes/backup.php:46
    117376msgid "Select action:"
    118377msgstr "Selecciona una acción:"
    119378
    120 #: ../backup.php:54
     379#: ../includes/backup.php:49
    121380msgid "Backup roles and capabilities"
    122381msgstr "Crea una copia de seguridad de roles y permisos"
    123382
    124 #: ../backup.php:55
     383#: ../includes/backup.php:50
    125384msgid "Restore last saved backup"
    126385msgstr "Recupera la última copia de seguridad"
    127386
    128 #: ../backup.php:57
     387#: ../includes/backup.php:52
    129388msgid "Do Action"
    130389msgstr "Ejecutar Acción"
    131390
    132 #: ../backup.php:65
     391#: ../includes/backup.php:60
    133392msgid "Reset WordPress Defaults"
    134393msgstr "Restaurar valores por defecto de WordPress"
    135394
    136 #: ../backup.php:67
     395#: ../includes/backup.php:62
    137396msgid "WARNING:"
    138397msgstr "ATENCIÓN:"
    139398
    140 #: ../backup.php:67
     399#: ../includes/backup.php:62
    141400msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    142401msgstr "Restaurando los Roles y Premisos por defecto, los devolverá al estado por defecto de la instalación de WordPress."
    143402
    144 #: ../backup.php:68
     403#: ../includes/backup.php:63
    145404msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    146405msgstr "Si has instalado algún plugin que añade roles o permisos, estos se perderán."
    147406
    148 #: ../backup.php:69
     407#: ../includes/backup.php:64
    149408msgid "It is recommended to use this only as a last resource!"
    150409msgstr "¡Se recomienda utilitzar esta opción solo como último recurso!"
    151410
    152 #: ../backup.php:70
     411#: ../includes/backup.php:65
    153412msgid "Reset Roles and Capabilities to WordPress defaults"
    154413msgstr "Restaura Roles y Permisos a los valores por defecto de WordPress"
    155414
    156 #: ../backup.php:70
     415#: ../includes/backup.php:65
    157416msgid ""
    158417"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    162421"  'Aceptar' para restaurar, 'Cancelar' para abandonar."
    163422
    164 #: ../backup.php:70
     423#: ../includes/backup.php:65
    165424msgid "Reset to WordPress defaults"
    166425msgstr "Restaura los valores por defecto de WordPress"
    167426
    168 #: ../capsman.php:52
    169 #: ../framework/plugins.php:484
    170 #: ../framework/plugins.php:526
    171 msgid "Warning:"
    172 msgstr "Atención:"
    173 
    174 #: ../capsman.php:53
    175 #, php-format
    176 msgid "The active plugin %s is not compatible with your PHP version."
    177 msgstr "La extensión activa %s no es compatible con tu versión de PHP."
    178 
    179 #: ../capsman.php:55
    180 #, php-format
    181 msgid "%s is required for this plugin."
    182 msgstr "Se require %s para utilizar esta extensión."
    183 
    184 #: ../manager.php:119
    185 #: ../manager.php:120
     427#: ../includes/manager.php:139
     428#: ../includes/manager.php:140
    186429msgid "Capability Manager"
    187430msgstr "Administrador de Permisos"
    188431
    189 #: ../manager.php:119
     432#: ../includes/manager.php:139
    190433msgid "Capabilities"
    191434msgstr "Permisos"
    192435
    193 #: ../manager.php:142
    194 #: ../manager.php:176
     436#: ../includes/manager.php:220
     437#: ../includes/manager.php:256
    195438msgid "What do you think you're doing?!?"
    196439msgstr "¿Que piensas que estás haciendo?"
    197440
    198 #: ../manager.php:201
     441#: ../includes/manager.php:283
    199442msgid "Bad form Received"
    200443msgstr "Se ha recibido un formulario incorrecto."
    201444
    202 #: ../manager.php:216
    203 #: ../manager.php:226
     445#: ../includes/manager.php:302
     446#: ../includes/manager.php:312
    204447msgid "New role created."
    205448msgstr "Se ha creado el nuevo rol."
    206449
    207 #: ../manager.php:219
    208 #: ../manager.php:229
     450#: ../includes/manager.php:305
     451#: ../includes/manager.php:315
    209452msgid "Error: Failed creating the new role."
    210453msgstr "Error: No se ha podido crear el nuevo rol."
    211454
    212 #: ../manager.php:234
     455#: ../includes/manager.php:320
    213456msgid "New capabilities saved."
    214457msgstr "Se han actualizado los nuevos permisos."
    215458
    216 #: ../manager.php:242
     459#: ../includes/manager.php:328
    217460msgid "New capability added to role."
    218461msgstr "Nuevos permiso añadido al rol."
    219462
    220 #: ../manager.php:244
     463#: ../includes/manager.php:330
    221464msgid "Incorrect capability name."
    222465msgstr "Nombre incorrecto de permiso ."
    223466
    224 #: ../manager.php:247
     467#: ../includes/manager.php:334
    225468msgid "Bad form received."
    226469msgstr "Se ha recibido un formulario incorrecto."
    227470
    228 #: ../manager.php:266
     471#: ../includes/manager.php:354
    229472msgid "New backup saved."
    230473msgstr "Se ha creado una nueva copia de seguridad."
    231474
    232 #: ../manager.php:272
     475#: ../includes/manager.php:360
    233476msgid "Roles and Capabilities restored from last backup."
    234477msgstr "Roles y permisos restaurados de la última copia de seguridad."
    235478
    236 #: ../manager.php:274
     479#: ../includes/manager.php:362
    237480msgid "Restore failed. No backup found."
    238481msgstr "Ha fallado la recuperación. No se encontró ninguna copia de seguridad."
    239482
    240 #: ../manager.php:295
     483#: ../includes/manager.php:384
    241484#, php-format
    242485msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    243486msgstr "No se puede eliminar el rol predeterminado. <a href=\"%s\">Debes cambiarlo antes</a>."
    244487
    245 #: ../manager.php:316
    246 #, php-format
    247 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
    248 msgstr "El Rol %1$s ha sido eliminado. Se ha asignado el rol predeterminado %3$s a %2$d usuarios."
    249 
    250 #: ../manager.php:329
     488#: ../includes/manager.php:405
     489#, php-format
     490msgid "Role has been deleted. %1$d users moved to default role %2$s."
     491msgstr "El rol ha sido eliminado. Se ha asignado el rol predeterminado %2$s a %1$d usuarios."
     492
     493#: ../includes/manager.php:419
    251494msgid "Needed function to create default roles not found!"
    252495msgstr "¡No se encontró la función necesaria para crear los roles por defecto!"
    253496
    254 #: ../manager.php:341
     497#: ../includes/manager.php:431
    255498msgid "Roles and Capabilities reset to WordPress defaults"
    256499msgstr "Roles y Permisos restaurados a los valores por defecto de WordPress"
    257500
    258 #: ../manager.php:513
     501#: ../includes/manager.php:620
    259502msgid "You cannot remove Manage Capabilities from Administrators"
    260503msgstr "No se puede eliminar 'Manage Capabilities' de los administradores."
    261504
    262 #: ../framework/formating.php:39
    263 msgid "Settings saved."
    264 msgstr "Opciones guardadas."
    265 
    266 #: ../framework/plugins.php:485
    267 #, php-format
    268 msgid "The active plugin %s is not compatible with your WordPress version."
    269 msgstr "La extensión activa %s no es compatible con tu versión de WordPress."
    270 
    271 #: ../framework/plugins.php:487
    272 #, php-format
    273 msgid "WordPress %s is required to run this plugin."
    274 msgstr "Se require WordPress %s para ejecutar esta extensión."
    275 
    276 #: ../framework/plugins.php:527
    277 msgid "Standard sidebar functions are not present."
    278 msgstr "No se han encontrado algunas funciones de la barra lateral estándar."
    279 
    280 #: ../framework/plugins.php:528
    281 #, php-format
    282 msgid "It is required to use the standard sidebar to run %s"
    283 msgstr "Es preciso utilizar la barra lateral estándar para ejectutar %s"
    284 
    285505#~ msgid "Managing %s"
    286506#~ msgstr "Administrando %s"
  • capsman/trunk/lang/capsman-it_IT.po

    r167386 r198515  
    33"Project-Id-Version: Capability Manager in italiano\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-05-27 01:01+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    7 "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
     7"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
    88"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
    99"MIME-Version: 1.0\n"
     
    1818"X-Poedit-SearchPath-0: ..\n"
    1919
    20 #: ../admin-general.php:39
     20#: ../capsman.php:53
     21#: ../framework/classes/abstract/plugin.php:210
     22#: ../framework/classes/abstract/plugin.php:229
     23msgid "Warning:"
     24msgstr "Attenzione:"
     25
     26#: ../capsman.php:54
     27#, php-format
     28msgid "The active plugin %s is not compatible with your PHP version."
     29msgstr "Il plugin %s non é compatibile con la tua versione PHP."
     30
     31#: ../capsman.php:56
     32#, php-format
     33msgid "%s is required for this plugin."
     34msgstr "E' necessario %s per l'utilizzo di questo plugin."
     35
     36#: ../framework/classes/abstract/module.php:507
     37msgid "Option blocked by administrator."
     38msgstr ""
     39
     40#: ../framework/classes/abstract/plugin.php:211
     41#, php-format
     42msgid "The active plugin %s is not compatible with your WordPress version."
     43msgstr "Il plugin %s non é compatibile con la tua versione di WordPress."
     44
     45#: ../framework/classes/abstract/plugin.php:213
     46#, php-format
     47msgid "WordPress %s is required to run this plugin."
     48msgstr "Per l'utilizzo del plugin é necessario WordPress %s."
     49
     50#: ../framework/classes/abstract/plugin.php:230
     51msgid "Standard sidebar functions are not present."
     52msgstr "Le funzioni standard per la sidebar non sono presenti."
     53
     54#: ../framework/classes/abstract/plugin.php:231
     55#, php-format
     56msgid "It is required to use the standard sidebar to run %s"
     57msgstr "Necessario per l'utilizzo della sidebar standard %s"
     58
     59#: ../framework/lib/formating.php:52
     60msgid "Settings saved."
     61msgstr "Le impostazioni sono state salvate."
     62
     63#: ../framework/lib/formating.php:161
     64msgid "Just Now"
     65msgstr ""
     66
     67#: ../framework/lib/formating.php:164
     68msgid "1 minute ago"
     69msgstr ""
     70
     71#: ../framework/lib/formating.php:167
     72msgid "1 hour ago"
     73msgstr ""
     74
     75#: ../framework/lib/formating.php:171
     76#, php-format
     77msgid "Today at %s"
     78msgstr ""
     79
     80#: ../framework/lib/formating.php:171
     81#, php-format
     82msgid "Yesterday at %s"
     83msgstr ""
     84
     85#: ../framework/lib/themes.php:160
     86msgid "Plugin Homepage"
     87msgstr "Homepage del plugin"
     88
     89#: ../framework/lib/themes.php:164
     90#, fuzzy
     91msgid "Theme Homepage"
     92msgstr "Homepage autore"
     93
     94#: ../framework/lib/themes.php:168
     95#, fuzzy
     96msgid "Documentation"
     97msgstr "Procedi"
     98
     99#: ../framework/lib/themes.php:172
     100msgid "Support Forum"
     101msgstr "Forum di supporto"
     102
     103#: ../framework/lib/themes.php:176
     104msgid "Author Homepage"
     105msgstr "Homepage autore"
     106
     107#: ../framework/lib/themes.php:180
     108msgid "Donate to project"
     109msgstr ""
     110
     111#: ../framework/vendor/upload/class.upload.php:2172
     112msgid "File error. Please try again."
     113msgstr ""
     114
     115#: ../framework/vendor/upload/class.upload.php:2173
     116msgid "Local file doesn't exist."
     117msgstr ""
     118
     119#: ../framework/vendor/upload/class.upload.php:2174
     120msgid "Local file is not readable."
     121msgstr ""
     122
     123#: ../framework/vendor/upload/class.upload.php:2175
     124msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     125msgstr ""
     126
     127#: ../framework/vendor/upload/class.upload.php:2176
     128msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     129msgstr ""
     130
     131#: ../framework/vendor/upload/class.upload.php:2177
     132msgid "File upload error (the uploaded file was only partially uploaded)."
     133msgstr ""
     134
     135#: ../framework/vendor/upload/class.upload.php:2178
     136msgid "File upload error (no file was uploaded)."
     137msgstr ""
     138
     139#: ../framework/vendor/upload/class.upload.php:2179
     140msgid "File upload error (missing a temporary folder)."
     141msgstr ""
     142
     143#: ../framework/vendor/upload/class.upload.php:2180
     144msgid "File upload error (failed to write file to disk)."
     145msgstr ""
     146
     147#: ../framework/vendor/upload/class.upload.php:2181
     148msgid "File upload error (file upload stopped by extension)."
     149msgstr ""
     150
     151#: ../framework/vendor/upload/class.upload.php:2182
     152msgid "File upload error (unknown error code)."
     153msgstr ""
     154
     155#: ../framework/vendor/upload/class.upload.php:2183
     156msgid "File upload error. Please try again."
     157msgstr ""
     158
     159#: ../framework/vendor/upload/class.upload.php:2184
     160msgid "File too big."
     161msgstr ""
     162
     163#: ../framework/vendor/upload/class.upload.php:2185
     164msgid "MIME type can't be detected."
     165msgstr ""
     166
     167#: ../framework/vendor/upload/class.upload.php:2186
     168#, fuzzy
     169msgid "Incorrect type of file."
     170msgstr "Nome non valido per la capacità."
     171
     172#: ../framework/vendor/upload/class.upload.php:2187
     173msgid "Image too wide."
     174msgstr ""
     175
     176#: ../framework/vendor/upload/class.upload.php:2188
     177msgid "Image too narrow."
     178msgstr ""
     179
     180#: ../framework/vendor/upload/class.upload.php:2189
     181msgid "Image too high."
     182msgstr ""
     183
     184#: ../framework/vendor/upload/class.upload.php:2190
     185msgid "Image too short."
     186msgstr ""
     187
     188#: ../framework/vendor/upload/class.upload.php:2191
     189msgid "Image ratio too high (image too wide)."
     190msgstr ""
     191
     192#: ../framework/vendor/upload/class.upload.php:2192
     193msgid "Image ratio too low (image too high)."
     194msgstr ""
     195
     196#: ../framework/vendor/upload/class.upload.php:2193
     197msgid "Image has too many pixels."
     198msgstr ""
     199
     200#: ../framework/vendor/upload/class.upload.php:2194
     201msgid "Image has not enough pixels."
     202msgstr ""
     203
     204#: ../framework/vendor/upload/class.upload.php:2195
     205msgid "File not uploaded. Can't carry on a process."
     206msgstr ""
     207
     208#: ../framework/vendor/upload/class.upload.php:2196
     209#, php-format
     210msgid "%s already exists. Please change the file name."
     211msgstr ""
     212
     213#: ../framework/vendor/upload/class.upload.php:2197
     214msgid "No correct temp source file. Can't carry on a process."
     215msgstr ""
     216
     217#: ../framework/vendor/upload/class.upload.php:2198
     218msgid "No correct uploaded source file. Can't carry on a process."
     219msgstr ""
     220
     221#: ../framework/vendor/upload/class.upload.php:2199
     222msgid "Destination directory can't be created. Can't carry on a process."
     223msgstr ""
     224
     225#: ../framework/vendor/upload/class.upload.php:2200
     226msgid "Destination directory doesn't exist. Can't carry on a process."
     227msgstr ""
     228
     229#: ../framework/vendor/upload/class.upload.php:2201
     230msgid "Destination path is not a directory. Can't carry on a process."
     231msgstr ""
     232
     233#: ../framework/vendor/upload/class.upload.php:2202
     234msgid "Destination directory can't be made writeable. Can't carry on a process."
     235msgstr ""
     236
     237#: ../framework/vendor/upload/class.upload.php:2203
     238msgid "Destination path is not a writeable. Can't carry on a process."
     239msgstr ""
     240
     241#: ../framework/vendor/upload/class.upload.php:2204
     242msgid "Can't create the temporary file. Can't carry on a process."
     243msgstr ""
     244
     245#: ../framework/vendor/upload/class.upload.php:2205
     246msgid "Source file is not readable. Can't carry on a process."
     247msgstr ""
     248
     249#: ../framework/vendor/upload/class.upload.php:2206
     250#, php-format
     251msgid "No create from %s support."
     252msgstr ""
     253
     254#: ../framework/vendor/upload/class.upload.php:2207
     255#, fuzzy, php-format
     256msgid "Error in creating %s image from source."
     257msgstr "Errore: non é stato possibile creare il nuovo ruolo."
     258
     259#: ../framework/vendor/upload/class.upload.php:2208
     260msgid "Can't read image source. Not an image?."
     261msgstr ""
     262
     263#: ../framework/vendor/upload/class.upload.php:2209
     264msgid "GD doesn't seem to be present."
     265msgstr ""
     266
     267#: ../framework/vendor/upload/class.upload.php:2210
     268#, php-format
     269msgid "No create from %s support, can't read watermark."
     270msgstr ""
     271
     272#: ../framework/vendor/upload/class.upload.php:2211
     273#, php-format
     274msgid "No %s read support, can't create watermark."
     275msgstr ""
     276
     277#: ../framework/vendor/upload/class.upload.php:2212
     278msgid "Unknown image format, can't read watermark."
     279msgstr ""
     280
     281#: ../framework/vendor/upload/class.upload.php:2213
     282#, php-format
     283msgid "No %s create support."
     284msgstr ""
     285
     286#: ../framework/vendor/upload/class.upload.php:2214
     287msgid "No conversion type defined."
     288msgstr ""
     289
     290#: ../framework/vendor/upload/class.upload.php:2215
     291msgid "Error copying file on the server. copy() failed."
     292msgstr ""
     293
     294#: ../framework/vendor/upload/class.upload.php:2216
     295#, fuzzy
     296msgid "Error reading the file."
     297msgstr "Errore: non é stato possibile creare il nuovo ruolo."
     298
     299#: ../includes/admin.php:36
    21300msgid "Roles and Capabilities"
    22301msgstr "Ruoli e capacità"
    23302
    24 #: ../admin-general.php:48
     303#: ../includes/admin.php:45
    25304#, php-format
    26305msgid "Capabilities for %s"
    27306msgstr "Capacità per %s"
    28307
    29 #: ../admin-general.php:95
     308#: ../includes/admin.php:92
    30309msgid "Level:"
    31310msgstr "Livello:"
    32311
    33 #: ../admin-general.php:118
    34 #: ../manager.php:231
     312#: ../includes/admin.php:115
     313#: ../includes/manager.php:319
    35314msgid "Save Changes"
    36315msgstr "Salva le modifiche"
    37316
    38 #: ../admin-general.php:120
     317#: ../includes/admin.php:117
    39318msgid "Delete this role"
    40319msgstr "Cancella questo ruolo"
    41320
    42 #: ../admin-general.php:120
     321#: ../includes/admin.php:117
    43322#, php-format
    44323msgid ""
     
    49328" 'Annulla' per fermarti, 'OK' per procedere."
    50329
    51 #: ../admin-general.php:120
     330#: ../includes/admin.php:117
    52331msgid "Delete Role"
    53332msgstr "Cancella il ruolo"
    54333
    55 #: ../admin-general.php:132
    56 #: ../backup.php:81
    57 msgid "Plugin Homepage"
    58 msgstr "Homepage del plugin"
    59 
    60 #: ../admin-general.php:133
    61 #: ../backup.php:82
    62 msgid "Support Forum"
    63 msgstr "Forum di supporto"
    64 
    65 #: ../admin-general.php:134
    66 #: ../backup.php:83
    67 msgid "Author Homepage"
    68 msgstr "Homepage autore"
    69 
    70 #: ../admin-general.php:135
    71 #: ../backup.php:84
     334#: ../includes/admin.php:128
     335msgid "Select New Role"
     336msgstr "Seleziona ruolo"
     337
     338#: ../includes/admin.php:136
     339#: ../includes/manager.php:296
     340msgid "Change"
     341msgstr "Cambia"
     342
     343#: ../includes/admin.php:141
     344msgid "Create New Role"
     345msgstr "Crea un nuovo ruolo"
     346
     347#: ../includes/admin.php:144
     348#: ../includes/manager.php:300
     349msgid "Create"
     350msgstr "Crea"
     351
     352#: ../includes/admin.php:149
     353msgid "Copy this role to"
     354msgstr "Copia questo ruolo per"
     355
     356#: ../includes/admin.php:152
     357#: ../includes/manager.php:309
     358msgid "Copy"
     359msgstr "Copia"
     360
     361#: ../includes/admin.php:157
     362msgid "Add Capability"
     363msgstr "Aggiungi capacità"
     364
     365#: ../includes/admin.php:160
     366#: ../includes/manager.php:323
     367msgid "Add to role"
     368msgstr "Aggiungi al ruolo"
     369
     370#: ../includes/author-widget.php:38
    72371msgid "Help donating"
    73372msgstr "Donazioni"
    74373
    75 #: ../admin-general.php:141
    76 msgid "Select New Role"
    77 msgstr "Seleziona ruolo"
    78 
    79 #: ../admin-general.php:149
    80 #: ../manager.php:208
    81 msgid "Change"
    82 msgstr "Cambia"
    83 
    84 #: ../admin-general.php:154
    85 msgid "Create New Role"
    86 msgstr "Crea un nuovo ruolo"
    87 
    88 #: ../admin-general.php:157
    89 #: ../manager.php:212
    90 msgid "Create"
    91 msgstr "Crea"
    92 
    93 #: ../admin-general.php:162
    94 msgid "Copy this role to"
    95 msgstr "Copia questo ruolo per"
    96 
    97 #: ../admin-general.php:165
    98 #: ../manager.php:221
    99 msgid "Copy"
    100 msgstr "Copia"
    101 
    102 #: ../admin-general.php:170
    103 msgid "Add Capability"
    104 msgstr "Aggiungi capacità"
    105 
    106 #: ../admin-general.php:173
    107 #: ../manager.php:235
    108 msgid "Add to role"
    109 msgstr "Aggiungi al ruolo"
    110 
    111 #: ../backup.php:36
     374#: ../includes/backup.php:33
    112375msgid "Backup Tool for Capability Manager"
    113376msgstr "Strumento di backup per Capability Manager"
    114377
    115 #: ../backup.php:45
     378#: ../includes/backup.php:42
    116379msgid "Backup and Restore"
    117380msgstr "Backup e Ripristino"
    118381
    119 #: ../backup.php:49
     382#: ../includes/backup.php:46
    120383msgid "Select action:"
    121384msgstr "Seleziona una azione:"
    122385
    123 #: ../backup.php:52
     386#: ../includes/backup.php:49
    124387msgid "Backup roles and capabilities"
    125388msgstr "Backup ruoli e capacità"
    126389
    127 #: ../backup.php:53
     390#: ../includes/backup.php:50
    128391msgid "Restore last saved backup"
    129392msgstr "Ripristina all'ultimo backup in memoria"
    130393
    131 #: ../backup.php:55
     394#: ../includes/backup.php:52
    132395msgid "Do Action"
    133396msgstr "Procedi"
    134397
    135 #: ../backup.php:63
     398#: ../includes/backup.php:60
    136399msgid "Reset WordPress Defaults"
    137400msgstr "Ripristina ai valori predefiniti di WordPress"
    138401
    139 #: ../backup.php:65
     402#: ../includes/backup.php:62
    140403msgid "WARNING:"
    141404msgstr "ATTENZIONE:"
    142405
    143 #: ../backup.php:65
     406#: ../includes/backup.php:62
    144407msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    145408msgstr "Il ripristino alle predefinite per i Ruoli e le Capacità coinciderà con i valori predefiniti di WordPress."
    146409
    147 #: ../backup.php:66
     410#: ../includes/backup.php:63
    148411msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    149412msgstr "I ruoli e le capacità propri di ogni plugin installato saranno persi."
    150413
    151 #: ../backup.php:67
     414#: ../includes/backup.php:64
    152415msgid "It is recommended to use this only as a last resource!"
    153416msgstr "Da utilizzarsi solamente come ultima risorsa!"
    154417
    155 #: ../backup.php:68
     418#: ../includes/backup.php:65
    156419msgid "Reset Roles and Capabilities to WordPress defaults"
    157420msgstr "Ripristina i Ruoli e le Capacità ai valori predefiniti di WordPress"
    158421
    159 #: ../backup.php:68
     422#: ../includes/backup.php:65
    160423msgid ""
    161424"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    165428" 'Annulla' per fermarti, 'OK' per procedere."
    166429
    167 #: ../backup.php:68
     430#: ../includes/backup.php:65
    168431msgid "Reset to WordPress defaults"
    169432msgstr "Ripristina ai predefiniti di WordPress"
    170433
    171 #: ../capsman.php:50
    172 #: ../framework/plugins.php:467
    173 #: ../framework/plugins.php:509
    174 msgid "Warning:"
    175 msgstr "Attenzione:"
    176 
    177 #: ../capsman.php:51
    178 #, php-format
    179 msgid "The active plugin %s is not compatible with your PHP version."
    180 msgstr "Il plugin %s non é compatibile con la tua versione PHP."
    181 
    182 #: ../capsman.php:53
    183 #, php-format
    184 msgid "%s is required for this plugin."
    185 msgstr "E' necessario %s per l'utilizzo di questo plugin."
    186 
    187 #: ../manager.php:117
    188 #: ../manager.php:118
     434#: ../includes/manager.php:139
     435#: ../includes/manager.php:140
    189436msgid "Capability Manager"
    190437msgstr "Gestione capacità"
    191438
    192 #: ../manager.php:117
     439#: ../includes/manager.php:139
    193440msgid "Capabilities"
    194441msgstr "Capacità"
    195442
    196 #: ../manager.php:140
    197 #: ../manager.php:174
     443#: ../includes/manager.php:220
     444#: ../includes/manager.php:256
    198445msgid "What do you think you're doing?!?"
    199446msgstr "Cosa stai facendo?!?"
    200447
    201 #: ../manager.php:199
     448#: ../includes/manager.php:283
    202449msgid "Bad form Received"
    203450msgstr "E' stata ricevuta una richiesta errata"
    204451
    205 #: ../manager.php:214
    206 #: ../manager.php:224
     452#: ../includes/manager.php:302
     453#: ../includes/manager.php:312
    207454msgid "New role created."
    208455msgstr "Il nuovo ruolo é stato creato."
    209456
    210 #: ../manager.php:217
    211 #: ../manager.php:227
     457#: ../includes/manager.php:305
     458#: ../includes/manager.php:315
    212459msgid "Error: Failed creating the new role."
    213460msgstr "Errore: non é stato possibile creare il nuovo ruolo."
    214461
    215 #: ../manager.php:232
     462#: ../includes/manager.php:320
    216463msgid "New capabilities saved."
    217464msgstr "Le nuove capacità sono state salvate."
    218465
    219 #: ../manager.php:240
     466#: ../includes/manager.php:328
    220467msgid "New capability added to role."
    221468msgstr "La nuova capacità é stata aggiunta al ruolo."
    222469
    223 #: ../manager.php:242
     470#: ../includes/manager.php:330
    224471msgid "Incorrect capability name."
    225472msgstr "Nome non valido per la capacità."
    226473
    227 #: ../manager.php:245
     474#: ../includes/manager.php:334
    228475msgid "Bad form received."
    229476msgstr "E' stata ricevuta una richiesta errata."
    230477
    231 #: ../manager.php:264
     478#: ../includes/manager.php:354
    232479msgid "New backup saved."
    233480msgstr "Il nuovo backup é stato salvato."
    234481
    235 #: ../manager.php:270
     482#: ../includes/manager.php:360
    236483msgid "Roles and Capabilities restored from last backup."
    237484msgstr "I ruoli e le capacità sono stati ripristinati all'ultimo backup in memoria."
    238485
    239 #: ../manager.php:272
     486#: ../includes/manager.php:362
    240487msgid "Restore failed. No backup found."
    241488msgstr "Non é stato possibile effettuare il ripristino. Non é stato trovato alcun file di backup."
    242489
    243 #: ../manager.php:293
     490#: ../includes/manager.php:384
    244491#, php-format
    245492msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    246493msgstr "Non é possibile cancellare il ruolo predefinito. E' necessario che tu compia questa <a href=\"%s\">modifica</a> prima di procedere."
    247494
    248 #: ../manager.php:314
    249 #, php-format
    250 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
     495#: ../includes/manager.php:405
     496#, fuzzy, php-format
     497msgid "Role has been deleted. %1$d users moved to default role %2$s."
    251498msgstr "Il ruolo %1$s é stato cancellato. Gli utenti %2$d sono stati spostati nel ruolo predefinito a nome %3$s."
    252499
    253 #: ../manager.php:327
     500#: ../includes/manager.php:419
    254501msgid "Needed function to create default roles not found!"
    255502msgstr "La funzione necessaria per la creazione dei ruoli predefiniti non é stata trovata!"
    256503
    257 #: ../manager.php:339
     504#: ../includes/manager.php:431
    258505msgid "Roles and Capabilities reset to WordPress defaults"
    259506msgstr "I ruoli e le capacità sono stati ripristinati ai valori predefiniti di WordPress"
    260507
    261 #: ../manager.php:511
     508#: ../includes/manager.php:620
    262509msgid "You cannot remove Manage Capabilities from Administrators"
    263510msgstr "Non puoi rimuovere la gestione delle capacità per gli amministratori"
    264511
    265 #: ../framework/formating.php:38
    266 msgid "Settings saved."
    267 msgstr "Le impostazioni sono state salvate."
    268 
    269 #: ../framework/plugins.php:468
    270 #, php-format
    271 msgid "The active plugin %s is not compatible with your WordPress version."
    272 msgstr "Il plugin %s non é compatibile con la tua versione di WordPress."
    273 
    274 #: ../framework/plugins.php:470
    275 #, php-format
    276 msgid "WordPress %s is required to run this plugin."
    277 msgstr "Per l'utilizzo del plugin é necessario WordPress %s."
    278 
    279 #: ../framework/plugins.php:510
    280 msgid "Standard sidebar functions are not present."
    281 msgstr "Le funzioni standard per la sidebar non sono presenti."
    282 
    283 #: ../framework/plugins.php:511
    284 #, php-format
    285 msgid "It is required to use the standard sidebar to run %s"
    286 msgstr "Necessario per l'utilizzo della sidebar standard %s"
    287 
  • capsman/trunk/lang/capsman-ru_RU.po

    r143207 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2009-05-27 01:01+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    7 "Last-Translator: Fat Cow <zhr@tut.by>\n"
     7"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
    88"Language-Team: Fat Cow <gpl@alkivia.org>\n"
    99"MIME-Version: 1.0\n"
     
    1515"X-Poedit-SourceCharset: utf-8\n"
    1616
    17 #: ../admin-general.php:39
     17#: ../capsman.php:53
     18#: ../framework/classes/abstract/plugin.php:210
     19#: ../framework/classes/abstract/plugin.php:229
     20msgid "Warning:"
     21msgstr "Предупреждение:"
     22
     23#: ../capsman.php:54
     24#, php-format
     25msgid "The active plugin %s is not compatible with your PHP version."
     26msgstr "Плагин %s не совместим с вашей версией PHP."
     27
     28#: ../capsman.php:56
     29#, php-format
     30msgid "%s is required for this plugin."
     31msgstr "%s необходим лоя плагина."
     32
     33#: ../framework/classes/abstract/module.php:507
     34msgid "Option blocked by administrator."
     35msgstr ""
     36
     37#: ../framework/classes/abstract/plugin.php:211
     38#, php-format
     39msgid "The active plugin %s is not compatible with your WordPress version."
     40msgstr "Активный плагин %s не совместим с текущей версией WordPress."
     41
     42#: ../framework/classes/abstract/plugin.php:213
     43#, php-format
     44msgid "WordPress %s is required to run this plugin."
     45msgstr "WordPress %s необходим для запуска этого плагина."
     46
     47#: ../framework/classes/abstract/plugin.php:230
     48msgid "Standard sidebar functions are not present."
     49msgstr "Стандартные функции боковой панели не представлены."
     50
     51#: ../framework/classes/abstract/plugin.php:231
     52#, php-format
     53msgid "It is required to use the standard sidebar to run %s"
     54msgstr "Это необходимо для использования стандартной боковой панели для запуска %s"
     55
     56#: ../framework/lib/formating.php:52
     57msgid "Settings saved."
     58msgstr "Настройки сохранены."
     59
     60#: ../framework/lib/formating.php:161
     61msgid "Just Now"
     62msgstr ""
     63
     64#: ../framework/lib/formating.php:164
     65msgid "1 minute ago"
     66msgstr ""
     67
     68#: ../framework/lib/formating.php:167
     69msgid "1 hour ago"
     70msgstr ""
     71
     72#: ../framework/lib/formating.php:171
     73#, php-format
     74msgid "Today at %s"
     75msgstr ""
     76
     77#: ../framework/lib/formating.php:171
     78#, php-format
     79msgid "Yesterday at %s"
     80msgstr ""
     81
     82#: ../framework/lib/themes.php:160
     83msgid "Plugin Homepage"
     84msgstr "Домашняя страница плагина"
     85
     86#: ../framework/lib/themes.php:164
     87#, fuzzy
     88msgid "Theme Homepage"
     89msgstr "Домашняя страница автора"
     90
     91#: ../framework/lib/themes.php:168
     92#, fuzzy
     93msgid "Documentation"
     94msgstr "Нет действий"
     95
     96#: ../framework/lib/themes.php:172
     97msgid "Support Forum"
     98msgstr "Форум поддержки"
     99
     100#: ../framework/lib/themes.php:176
     101msgid "Author Homepage"
     102msgstr "Домашняя страница автора"
     103
     104#: ../framework/lib/themes.php:180
     105msgid "Donate to project"
     106msgstr ""
     107
     108#: ../framework/vendor/upload/class.upload.php:2172
     109msgid "File error. Please try again."
     110msgstr ""
     111
     112#: ../framework/vendor/upload/class.upload.php:2173
     113msgid "Local file doesn't exist."
     114msgstr ""
     115
     116#: ../framework/vendor/upload/class.upload.php:2174
     117msgid "Local file is not readable."
     118msgstr ""
     119
     120#: ../framework/vendor/upload/class.upload.php:2175
     121msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     122msgstr ""
     123
     124#: ../framework/vendor/upload/class.upload.php:2176
     125msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     126msgstr ""
     127
     128#: ../framework/vendor/upload/class.upload.php:2177
     129msgid "File upload error (the uploaded file was only partially uploaded)."
     130msgstr ""
     131
     132#: ../framework/vendor/upload/class.upload.php:2178
     133msgid "File upload error (no file was uploaded)."
     134msgstr ""
     135
     136#: ../framework/vendor/upload/class.upload.php:2179
     137msgid "File upload error (missing a temporary folder)."
     138msgstr ""
     139
     140#: ../framework/vendor/upload/class.upload.php:2180
     141msgid "File upload error (failed to write file to disk)."
     142msgstr ""
     143
     144#: ../framework/vendor/upload/class.upload.php:2181
     145msgid "File upload error (file upload stopped by extension)."
     146msgstr ""
     147
     148#: ../framework/vendor/upload/class.upload.php:2182
     149msgid "File upload error (unknown error code)."
     150msgstr ""
     151
     152#: ../framework/vendor/upload/class.upload.php:2183
     153msgid "File upload error. Please try again."
     154msgstr ""
     155
     156#: ../framework/vendor/upload/class.upload.php:2184
     157msgid "File too big."
     158msgstr ""
     159
     160#: ../framework/vendor/upload/class.upload.php:2185
     161msgid "MIME type can't be detected."
     162msgstr ""
     163
     164#: ../framework/vendor/upload/class.upload.php:2186
     165#, fuzzy
     166msgid "Incorrect type of file."
     167msgstr "Некорректное имя возможности."
     168
     169#: ../framework/vendor/upload/class.upload.php:2187
     170msgid "Image too wide."
     171msgstr ""
     172
     173#: ../framework/vendor/upload/class.upload.php:2188
     174msgid "Image too narrow."
     175msgstr ""
     176
     177#: ../framework/vendor/upload/class.upload.php:2189
     178msgid "Image too high."
     179msgstr ""
     180
     181#: ../framework/vendor/upload/class.upload.php:2190
     182msgid "Image too short."
     183msgstr ""
     184
     185#: ../framework/vendor/upload/class.upload.php:2191
     186msgid "Image ratio too high (image too wide)."
     187msgstr ""
     188
     189#: ../framework/vendor/upload/class.upload.php:2192
     190msgid "Image ratio too low (image too high)."
     191msgstr ""
     192
     193#: ../framework/vendor/upload/class.upload.php:2193
     194msgid "Image has too many pixels."
     195msgstr ""
     196
     197#: ../framework/vendor/upload/class.upload.php:2194
     198msgid "Image has not enough pixels."
     199msgstr ""
     200
     201#: ../framework/vendor/upload/class.upload.php:2195
     202msgid "File not uploaded. Can't carry on a process."
     203msgstr ""
     204
     205#: ../framework/vendor/upload/class.upload.php:2196
     206#, php-format
     207msgid "%s already exists. Please change the file name."
     208msgstr ""
     209
     210#: ../framework/vendor/upload/class.upload.php:2197
     211msgid "No correct temp source file. Can't carry on a process."
     212msgstr ""
     213
     214#: ../framework/vendor/upload/class.upload.php:2198
     215msgid "No correct uploaded source file. Can't carry on a process."
     216msgstr ""
     217
     218#: ../framework/vendor/upload/class.upload.php:2199
     219msgid "Destination directory can't be created. Can't carry on a process."
     220msgstr ""
     221
     222#: ../framework/vendor/upload/class.upload.php:2200
     223msgid "Destination directory doesn't exist. Can't carry on a process."
     224msgstr ""
     225
     226#: ../framework/vendor/upload/class.upload.php:2201
     227msgid "Destination path is not a directory. Can't carry on a process."
     228msgstr ""
     229
     230#: ../framework/vendor/upload/class.upload.php:2202
     231msgid "Destination directory can't be made writeable. Can't carry on a process."
     232msgstr ""
     233
     234#: ../framework/vendor/upload/class.upload.php:2203
     235msgid "Destination path is not a writeable. Can't carry on a process."
     236msgstr ""
     237
     238#: ../framework/vendor/upload/class.upload.php:2204
     239msgid "Can't create the temporary file. Can't carry on a process."
     240msgstr ""
     241
     242#: ../framework/vendor/upload/class.upload.php:2205
     243msgid "Source file is not readable. Can't carry on a process."
     244msgstr ""
     245
     246#: ../framework/vendor/upload/class.upload.php:2206
     247#, php-format
     248msgid "No create from %s support."
     249msgstr ""
     250
     251#: ../framework/vendor/upload/class.upload.php:2207
     252#, fuzzy, php-format
     253msgid "Error in creating %s image from source."
     254msgstr "Ошибка: Новая роль не создана."
     255
     256#: ../framework/vendor/upload/class.upload.php:2208
     257msgid "Can't read image source. Not an image?."
     258msgstr ""
     259
     260#: ../framework/vendor/upload/class.upload.php:2209
     261msgid "GD doesn't seem to be present."
     262msgstr ""
     263
     264#: ../framework/vendor/upload/class.upload.php:2210
     265#, php-format
     266msgid "No create from %s support, can't read watermark."
     267msgstr ""
     268
     269#: ../framework/vendor/upload/class.upload.php:2211
     270#, php-format
     271msgid "No %s read support, can't create watermark."
     272msgstr ""
     273
     274#: ../framework/vendor/upload/class.upload.php:2212
     275msgid "Unknown image format, can't read watermark."
     276msgstr ""
     277
     278#: ../framework/vendor/upload/class.upload.php:2213
     279#, php-format
     280msgid "No %s create support."
     281msgstr ""
     282
     283#: ../framework/vendor/upload/class.upload.php:2214
     284msgid "No conversion type defined."
     285msgstr ""
     286
     287#: ../framework/vendor/upload/class.upload.php:2215
     288msgid "Error copying file on the server. copy() failed."
     289msgstr ""
     290
     291#: ../framework/vendor/upload/class.upload.php:2216
     292#, fuzzy
     293msgid "Error reading the file."
     294msgstr "Ошибка: Новая роль не создана."
     295
     296#: ../includes/admin.php:36
    18297msgid "Roles and Capabilities"
    19298msgstr "Роли и возможности"
    20299
    21 #: ../admin-general.php:48
     300#: ../includes/admin.php:45
    22301#, php-format
    23302msgid "Capabilities for %s"
    24303msgstr "Возможность для %s"
    25304
    26 #: ../admin-general.php:95
     305#: ../includes/admin.php:92
    27306msgid "Level:"
    28307msgstr "Уровень:"
    29308
    30 #: ../admin-general.php:118
    31 #: ../manager.php:231
     309#: ../includes/admin.php:115
     310#: ../includes/manager.php:319
    32311msgid "Save Changes"
    33312msgstr "Сохранить настройки"
    34313
    35 #: ../admin-general.php:120
     314#: ../includes/admin.php:117
    36315msgid "Delete this role"
    37316msgstr "Удалить эту роль"
    38317
    39 #: ../admin-general.php:120
     318#: ../includes/admin.php:117
    40319#, php-format
    41320msgid ""
     
    46325"  'Отменить' для остановки, 'ОК' для удаления."
    47326
    48 #: ../admin-general.php:120
     327#: ../includes/admin.php:117
    49328msgid "Delete Role"
    50329msgstr "Удаление роли"
    51330
    52 #: ../admin-general.php:132
    53 #: ../backup.php:81
    54 msgid "Plugin Homepage"
    55 msgstr "Домашняя страница плагина"
    56 
    57 #: ../admin-general.php:133
    58 #: ../backup.php:82
    59 msgid "Support Forum"
    60 msgstr "Форум поддержки"
    61 
    62 #: ../admin-general.php:134
    63 #: ../backup.php:83
    64 msgid "Author Homepage"
    65 msgstr "Домашняя страница автора"
    66 
    67 #: ../admin-general.php:135
    68 #: ../backup.php:84
     331#: ../includes/admin.php:128
     332msgid "Select New Role"
     333msgstr "Выбрать новую роль"
     334
     335#: ../includes/admin.php:136
     336#: ../includes/manager.php:296
     337msgid "Change"
     338msgstr "Изменить"
     339
     340#: ../includes/admin.php:141
     341msgid "Create New Role"
     342msgstr "Создать новую роль"
     343
     344#: ../includes/admin.php:144
     345#: ../includes/manager.php:300
     346msgid "Create"
     347msgstr "Создать"
     348
     349#: ../includes/admin.php:149
     350msgid "Copy this role to"
     351msgstr "Копия этой роли"
     352
     353#: ../includes/admin.php:152
     354#: ../includes/manager.php:309
     355msgid "Copy"
     356msgstr "Копия"
     357
     358#: ../includes/admin.php:157
     359msgid "Add Capability"
     360msgstr "Добавить возможность"
     361
     362#: ../includes/admin.php:160
     363#: ../includes/manager.php:323
     364msgid "Add to role"
     365msgstr "Добавить роль"
     366
     367#: ../includes/author-widget.php:38
    69368msgid "Help donating"
    70369msgstr "Помощь через пожертвования"
    71370
    72 #: ../admin-general.php:141
    73 msgid "Select New Role"
    74 msgstr "Выбрать новую роль"
    75 
    76 #: ../admin-general.php:149
    77 #: ../manager.php:208
    78 msgid "Change"
    79 msgstr "Изменить"
    80 
    81 #: ../admin-general.php:154
    82 msgid "Create New Role"
    83 msgstr "Создать новую роль"
    84 
    85 #: ../admin-general.php:157
    86 #: ../manager.php:212
    87 msgid "Create"
    88 msgstr "Создать"
    89 
    90 #: ../admin-general.php:162
    91 msgid "Copy this role to"
    92 msgstr "Копия этой роли"
    93 
    94 #: ../admin-general.php:165
    95 #: ../manager.php:221
    96 msgid "Copy"
    97 msgstr "Копия"
    98 
    99 #: ../admin-general.php:170
    100 msgid "Add Capability"
    101 msgstr "Добавить возможность"
    102 
    103 #: ../admin-general.php:173
    104 #: ../manager.php:235
    105 msgid "Add to role"
    106 msgstr "Добавить роль"
    107 
    108 #: ../backup.php:36
     371#: ../includes/backup.php:33
    109372msgid "Backup Tool for Capability Manager"
    110373msgstr "Инструмент для создания резервной копии для Capability Manager"
    111374
    112 #: ../backup.php:45
     375#: ../includes/backup.php:42
    113376msgid "Backup and Restore"
    114377msgstr "Резервная копия и восстановление"
    115378
    116 #: ../backup.php:49
     379#: ../includes/backup.php:46
    117380msgid "Select action:"
    118381msgstr "Выбрать действие:"
    119382
    120 #: ../backup.php:52
     383#: ../includes/backup.php:49
    121384msgid "Backup roles and capabilities"
    122385msgstr "Резерв. копия ролей и возможностей"
    123386
    124 #: ../backup.php:53
     387#: ../includes/backup.php:50
    125388msgid "Restore last saved backup"
    126389msgstr "Восстановить из последнего сохраненного бэкапа"
    127390
    128 #: ../backup.php:55
     391#: ../includes/backup.php:52
    129392msgid "Do Action"
    130393msgstr "Нет действий"
    131394
    132 #: ../backup.php:63
     395#: ../includes/backup.php:60
    133396msgid "Reset WordPress Defaults"
    134397msgstr "Сбростить настройки WordPress по умолчанию"
    135398
    136 #: ../backup.php:65
     399#: ../includes/backup.php:62
    137400msgid "WARNING:"
    138401msgstr "ВНИМАНИЕ:"
    139402
    140 #: ../backup.php:65
     403#: ../includes/backup.php:62
    141404msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    142405msgstr "Сброс стандартных ролей и возможностей должен сбросить настройки по умолчанию при установвке в WordPress."
    143406
    144 #: ../backup.php:66
     407#: ../includes/backup.php:63
    145408msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    146409msgstr "Если вы установили другой плагин, который добавляет новые роли или возможности, это должно исчезнуть. "
    147410
    148 #: ../backup.php:67
     411#: ../includes/backup.php:64
    149412msgid "It is recommended to use this only as a last resource!"
    150413msgstr "Это рекомендуется дя использования только как последный ресурс!"
    151414
    152 #: ../backup.php:68
     415#: ../includes/backup.php:65
    153416msgid "Reset Roles and Capabilities to WordPress defaults"
    154417msgstr "Сбросить роли и воможности"
    155418
    156 #: ../backup.php:68
     419#: ../includes/backup.php:65
    157420msgid ""
    158421"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    162425"  'Отменить' для остановки, 'ОК' для сброса."
    163426
    164 #: ../backup.php:68
     427#: ../includes/backup.php:65
    165428msgid "Reset to WordPress defaults"
    166429msgstr "Сбросить настройки WordPress"
    167430
    168 #: ../capsman.php:50
    169 #: ../framework/plugins.php:467
    170 #: ../framework/plugins.php:509
    171 msgid "Warning:"
    172 msgstr "Предупреждение:"
    173 
    174 #: ../capsman.php:51
    175 #, php-format
    176 msgid "The active plugin %s is not compatible with your PHP version."
    177 msgstr "Плагин %s не совместим с вашей версией PHP."
    178 
    179 #: ../capsman.php:53
    180 #, php-format
    181 msgid "%s is required for this plugin."
    182 msgstr "%s необходим лоя плагина."
    183 
    184 #: ../manager.php:117
    185 #: ../manager.php:118
     431#: ../includes/manager.php:139
     432#: ../includes/manager.php:140
    186433msgid "Capability Manager"
    187434msgstr "Capability Manager"
    188435
    189 #: ../manager.php:117
     436#: ../includes/manager.php:139
    190437msgid "Capabilities"
    191438msgstr "Возможности"
    192439
    193 #: ../manager.php:140
    194 #: ../manager.php:174
     440#: ../includes/manager.php:220
     441#: ../includes/manager.php:256
    195442msgid "What do you think you're doing?!?"
    196443msgstr "Вы знаете, что делаете?!?"
    197444
    198 #: ../manager.php:199
     445#: ../includes/manager.php:283
    199446msgid "Bad form Received"
    200447msgstr "Se ha recibido un formulario incorrecto."
    201448
    202 #: ../manager.php:214
    203 #: ../manager.php:224
     449#: ../includes/manager.php:302
     450#: ../includes/manager.php:312
    204451msgid "New role created."
    205452msgstr "Новая роль создана."
    206453
    207 #: ../manager.php:217
    208 #: ../manager.php:227
     454#: ../includes/manager.php:305
     455#: ../includes/manager.php:315
    209456msgid "Error: Failed creating the new role."
    210457msgstr "Ошибка: Новая роль не создана."
    211458
    212 #: ../manager.php:232
     459#: ../includes/manager.php:320
    213460msgid "New capabilities saved."
    214461msgstr "Новые возможности сохранены."
    215462
    216 #: ../manager.php:240
     463#: ../includes/manager.php:328
    217464msgid "New capability added to role."
    218465msgstr "Новая воможность добавлена к роли."
    219466
    220 #: ../manager.php:242
     467#: ../includes/manager.php:330
    221468msgid "Incorrect capability name."
    222469msgstr "Некорректное имя возможности."
    223470
    224 #: ../manager.php:245
     471#: ../includes/manager.php:334
    225472msgid "Bad form received."
    226473msgstr "Плохая форма отправки."
    227474
    228 #: ../manager.php:264
     475#: ../includes/manager.php:354
    229476msgid "New backup saved."
    230477msgstr "Новый бэкап сохранен."
    231478
    232 #: ../manager.php:270
     479#: ../includes/manager.php:360
    233480msgid "Roles and Capabilities restored from last backup."
    234481msgstr "Роли и возможности восстановлены с последнего бэкапа."
    235482
    236 #: ../manager.php:272
     483#: ../includes/manager.php:362
    237484msgid "Restore failed. No backup found."
    238485msgstr "Восстановление остановлено. Не найдено бэкапов.  "
    239486
    240 #: ../manager.php:293
     487#: ../includes/manager.php:384
    241488#, php-format
    242489msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    243490msgstr "Не удалена стандартная роль. Вы <a href=\"%s\">должны сначала изменить это</a>."
    244491
    245 #: ../manager.php:314
    246 #, php-format
    247 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
     492#: ../includes/manager.php:405
     493#, fuzzy, php-format
     494msgid "Role has been deleted. %1$d users moved to default role %2$s."
    248495msgstr "Роль %1$s была удалена. %2$d пользователей перемещена в стандартную роль %3$s."
    249496
    250 #: ../manager.php:327
     497#: ../includes/manager.php:419
    251498msgid "Needed function to create default roles not found!"
    252499msgstr "Необходимая функция по созданию ролей не найдена!"
    253500
    254 #: ../manager.php:339
     501#: ../includes/manager.php:431
    255502msgid "Roles and Capabilities reset to WordPress defaults"
    256503msgstr "Роли и возможности сброшены к стандартным для WordPress "
    257504
    258 #: ../manager.php:511
     505#: ../includes/manager.php:620
    259506msgid "You cannot remove Manage Capabilities from Administrators"
    260507msgstr "Вы не можете удалить Manage Capabilities через администраторов ."
    261508
    262 #: ../framework/formating.php:38
    263 msgid "Settings saved."
    264 msgstr "Настройки сохранены."
    265 
    266 #: ../framework/plugins.php:468
    267 #, php-format
    268 msgid "The active plugin %s is not compatible with your WordPress version."
    269 msgstr "Активный плагин %s не совместим с текущей версией WordPress."
    270 
    271 #: ../framework/plugins.php:470
    272 #, php-format
    273 msgid "WordPress %s is required to run this plugin."
    274 msgstr "WordPress %s необходим для запуска этого плагина."
    275 
    276 #: ../framework/plugins.php:510
    277 msgid "Standard sidebar functions are not present."
    278 msgstr "Стандартные функции боковой панели не представлены."
    279 
    280 #: ../framework/plugins.php:511
    281 #, php-format
    282 msgid "It is required to use the standard sidebar to run %s"
    283 msgstr "Это необходимо для использования стандартной боковой панели для запуска %s"
    284 
    285509#~ msgid "Managing %s"
    286510#~ msgstr "Administrando %s"
  • capsman/trunk/lang/capsman.pot

    r196967 r198515  
    33"Project-Id-Version: Capability Manager\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2010-01-23 02:16+0100\n"
     5"POT-Creation-Date: 2010-01-26 22:12+0100\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Jordi Canals <alkivia@jcanals.net>\n"
     
    1616"X-Poedit-SearchPath-0: ..\n"
    1717
    18 #: ../admin-general.php:41
     18#: ../capsman.php:53
     19#: ../framework/classes/abstract/plugin.php:210
     20#: ../framework/classes/abstract/plugin.php:229
     21msgid "Warning:"
     22msgstr ""
     23
     24#: ../capsman.php:54
     25#, php-format
     26msgid "The active plugin %s is not compatible with your PHP version."
     27msgstr ""
     28
     29#: ../capsman.php:56
     30#, php-format
     31msgid "%s is required for this plugin."
     32msgstr ""
     33
     34#: ../framework/classes/abstract/module.php:507
     35msgid "Option blocked by administrator."
     36msgstr ""
     37
     38#: ../framework/classes/abstract/plugin.php:211
     39#, php-format
     40msgid "The active plugin %s is not compatible with your WordPress version."
     41msgstr ""
     42
     43#: ../framework/classes/abstract/plugin.php:213
     44#, php-format
     45msgid "WordPress %s is required to run this plugin."
     46msgstr ""
     47
     48#: ../framework/classes/abstract/plugin.php:230
     49msgid "Standard sidebar functions are not present."
     50msgstr ""
     51
     52#: ../framework/classes/abstract/plugin.php:231
     53#, php-format
     54msgid "It is required to use the standard sidebar to run %s"
     55msgstr ""
     56
     57#: ../framework/lib/formating.php:52
     58msgid "Settings saved."
     59msgstr ""
     60
     61#: ../framework/lib/formating.php:161
     62msgid "Just Now"
     63msgstr ""
     64
     65#: ../framework/lib/formating.php:164
     66msgid "1 minute ago"
     67msgstr ""
     68
     69#: ../framework/lib/formating.php:167
     70msgid "1 hour ago"
     71msgstr ""
     72
     73#: ../framework/lib/formating.php:171
     74#, php-format
     75msgid "Today at %s"
     76msgstr ""
     77
     78#: ../framework/lib/formating.php:171
     79#, php-format
     80msgid "Yesterday at %s"
     81msgstr ""
     82
     83#: ../framework/lib/themes.php:160
     84msgid "Plugin Homepage"
     85msgstr ""
     86
     87#: ../framework/lib/themes.php:164
     88msgid "Theme Homepage"
     89msgstr ""
     90
     91#: ../framework/lib/themes.php:168
     92msgid "Documentation"
     93msgstr ""
     94
     95#: ../framework/lib/themes.php:172
     96msgid "Support Forum"
     97msgstr ""
     98
     99#: ../framework/lib/themes.php:176
     100msgid "Author Homepage"
     101msgstr ""
     102
     103#: ../framework/lib/themes.php:180
     104msgid "Donate to project"
     105msgstr ""
     106
     107#: ../framework/vendor/upload/class.upload.php:2172
     108msgid "File error. Please try again."
     109msgstr ""
     110
     111#: ../framework/vendor/upload/class.upload.php:2173
     112msgid "Local file doesn't exist."
     113msgstr ""
     114
     115#: ../framework/vendor/upload/class.upload.php:2174
     116msgid "Local file is not readable."
     117msgstr ""
     118
     119#: ../framework/vendor/upload/class.upload.php:2175
     120msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)."
     121msgstr ""
     122
     123#: ../framework/vendor/upload/class.upload.php:2176
     124msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)."
     125msgstr ""
     126
     127#: ../framework/vendor/upload/class.upload.php:2177
     128msgid "File upload error (the uploaded file was only partially uploaded)."
     129msgstr ""
     130
     131#: ../framework/vendor/upload/class.upload.php:2178
     132msgid "File upload error (no file was uploaded)."
     133msgstr ""
     134
     135#: ../framework/vendor/upload/class.upload.php:2179
     136msgid "File upload error (missing a temporary folder)."
     137msgstr ""
     138
     139#: ../framework/vendor/upload/class.upload.php:2180
     140msgid "File upload error (failed to write file to disk)."
     141msgstr ""
     142
     143#: ../framework/vendor/upload/class.upload.php:2181
     144msgid "File upload error (file upload stopped by extension)."
     145msgstr ""
     146
     147#: ../framework/vendor/upload/class.upload.php:2182
     148msgid "File upload error (unknown error code)."
     149msgstr ""
     150
     151#: ../framework/vendor/upload/class.upload.php:2183
     152msgid "File upload error. Please try again."
     153msgstr ""
     154
     155#: ../framework/vendor/upload/class.upload.php:2184
     156msgid "File too big."
     157msgstr ""
     158
     159#: ../framework/vendor/upload/class.upload.php:2185
     160msgid "MIME type can't be detected."
     161msgstr ""
     162
     163#: ../framework/vendor/upload/class.upload.php:2186
     164msgid "Incorrect type of file."
     165msgstr ""
     166
     167#: ../framework/vendor/upload/class.upload.php:2187
     168msgid "Image too wide."
     169msgstr ""
     170
     171#: ../framework/vendor/upload/class.upload.php:2188
     172msgid "Image too narrow."
     173msgstr ""
     174
     175#: ../framework/vendor/upload/class.upload.php:2189
     176msgid "Image too high."
     177msgstr ""
     178
     179#: ../framework/vendor/upload/class.upload.php:2190
     180msgid "Image too short."
     181msgstr ""
     182
     183#: ../framework/vendor/upload/class.upload.php:2191
     184msgid "Image ratio too high (image too wide)."
     185msgstr ""
     186
     187#: ../framework/vendor/upload/class.upload.php:2192
     188msgid "Image ratio too low (image too high)."
     189msgstr ""
     190
     191#: ../framework/vendor/upload/class.upload.php:2193
     192msgid "Image has too many pixels."
     193msgstr ""
     194
     195#: ../framework/vendor/upload/class.upload.php:2194
     196msgid "Image has not enough pixels."
     197msgstr ""
     198
     199#: ../framework/vendor/upload/class.upload.php:2195
     200msgid "File not uploaded. Can't carry on a process."
     201msgstr ""
     202
     203#: ../framework/vendor/upload/class.upload.php:2196
     204#, php-format
     205msgid "%s already exists. Please change the file name."
     206msgstr ""
     207
     208#: ../framework/vendor/upload/class.upload.php:2197
     209msgid "No correct temp source file. Can't carry on a process."
     210msgstr ""
     211
     212#: ../framework/vendor/upload/class.upload.php:2198
     213msgid "No correct uploaded source file. Can't carry on a process."
     214msgstr ""
     215
     216#: ../framework/vendor/upload/class.upload.php:2199
     217msgid "Destination directory can't be created. Can't carry on a process."
     218msgstr ""
     219
     220#: ../framework/vendor/upload/class.upload.php:2200
     221msgid "Destination directory doesn't exist. Can't carry on a process."
     222msgstr ""
     223
     224#: ../framework/vendor/upload/class.upload.php:2201
     225msgid "Destination path is not a directory. Can't carry on a process."
     226msgstr ""
     227
     228#: ../framework/vendor/upload/class.upload.php:2202
     229msgid "Destination directory can't be made writeable. Can't carry on a process."
     230msgstr ""
     231
     232#: ../framework/vendor/upload/class.upload.php:2203
     233msgid "Destination path is not a writeable. Can't carry on a process."
     234msgstr ""
     235
     236#: ../framework/vendor/upload/class.upload.php:2204
     237msgid "Can't create the temporary file. Can't carry on a process."
     238msgstr ""
     239
     240#: ../framework/vendor/upload/class.upload.php:2205
     241msgid "Source file is not readable. Can't carry on a process."
     242msgstr ""
     243
     244#: ../framework/vendor/upload/class.upload.php:2206
     245#, php-format
     246msgid "No create from %s support."
     247msgstr ""
     248
     249#: ../framework/vendor/upload/class.upload.php:2207
     250#, php-format
     251msgid "Error in creating %s image from source."
     252msgstr ""
     253
     254#: ../framework/vendor/upload/class.upload.php:2208
     255msgid "Can't read image source. Not an image?."
     256msgstr ""
     257
     258#: ../framework/vendor/upload/class.upload.php:2209
     259msgid "GD doesn't seem to be present."
     260msgstr ""
     261
     262#: ../framework/vendor/upload/class.upload.php:2210
     263#, php-format
     264msgid "No create from %s support, can't read watermark."
     265msgstr ""
     266
     267#: ../framework/vendor/upload/class.upload.php:2211
     268#, php-format
     269msgid "No %s read support, can't create watermark."
     270msgstr ""
     271
     272#: ../framework/vendor/upload/class.upload.php:2212
     273msgid "Unknown image format, can't read watermark."
     274msgstr ""
     275
     276#: ../framework/vendor/upload/class.upload.php:2213
     277#, php-format
     278msgid "No %s create support."
     279msgstr ""
     280
     281#: ../framework/vendor/upload/class.upload.php:2214
     282msgid "No conversion type defined."
     283msgstr ""
     284
     285#: ../framework/vendor/upload/class.upload.php:2215
     286msgid "Error copying file on the server. copy() failed."
     287msgstr ""
     288
     289#: ../framework/vendor/upload/class.upload.php:2216
     290msgid "Error reading the file."
     291msgstr ""
     292
     293#: ../includes/admin.php:36
    19294msgid "Roles and Capabilities"
    20295msgstr ""
    21296
    22 #: ../admin-general.php:50
     297#: ../includes/admin.php:45
    23298#, php-format
    24299msgid "Capabilities for %s"
    25300msgstr ""
    26301
    27 #: ../admin-general.php:97
     302#: ../includes/admin.php:92
    28303msgid "Level:"
    29304msgstr ""
    30305
    31 #: ../admin-general.php:120
    32 #: ../manager.php:233
     306#: ../includes/admin.php:115
     307#: ../includes/manager.php:319
    33308msgid "Save Changes"
    34309msgstr ""
    35310
    36 #: ../admin-general.php:122
     311#: ../includes/admin.php:117
    37312msgid "Delete this role"
    38313msgstr ""
    39314
    40 #: ../admin-general.php:122
     315#: ../includes/admin.php:117
    41316#, php-format
    42317msgid ""
     
    45320msgstr ""
    46321
    47 #: ../admin-general.php:122
     322#: ../includes/admin.php:117
    48323msgid "Delete Role"
    49324msgstr ""
    50325
    51 #: ../admin-general.php:134
    52 #: ../backup.php:83
    53 msgid "Plugin Homepage"
    54 msgstr ""
    55 
    56 #: ../admin-general.php:135
    57 #: ../backup.php:84
    58 msgid "Support Forum"
    59 msgstr ""
    60 
    61 #: ../admin-general.php:136
    62 #: ../backup.php:85
    63 msgid "Author Homepage"
    64 msgstr ""
    65 
    66 #: ../admin-general.php:137
    67 #: ../backup.php:86
     326#: ../includes/admin.php:128
     327msgid "Select New Role"
     328msgstr ""
     329
     330#: ../includes/admin.php:136
     331#: ../includes/manager.php:296
     332msgid "Change"
     333msgstr ""
     334
     335#: ../includes/admin.php:141
     336msgid "Create New Role"
     337msgstr ""
     338
     339#: ../includes/admin.php:144
     340#: ../includes/manager.php:300
     341msgid "Create"
     342msgstr ""
     343
     344#: ../includes/admin.php:149
     345msgid "Copy this role to"
     346msgstr ""
     347
     348#: ../includes/admin.php:152
     349#: ../includes/manager.php:309
     350msgid "Copy"
     351msgstr ""
     352
     353#: ../includes/admin.php:157
     354msgid "Add Capability"
     355msgstr ""
     356
     357#: ../includes/admin.php:160
     358#: ../includes/manager.php:323
     359msgid "Add to role"
     360msgstr ""
     361
     362#: ../includes/author-widget.php:38
    68363msgid "Help donating"
    69364msgstr ""
    70365
    71 #: ../admin-general.php:143
    72 msgid "Select New Role"
    73 msgstr ""
    74 
    75 #: ../admin-general.php:151
    76 #: ../manager.php:210
    77 msgid "Change"
    78 msgstr ""
    79 
    80 #: ../admin-general.php:156
    81 msgid "Create New Role"
    82 msgstr ""
    83 
    84 #: ../admin-general.php:159
    85 #: ../manager.php:214
    86 msgid "Create"
    87 msgstr ""
    88 
    89 #: ../admin-general.php:164
    90 msgid "Copy this role to"
    91 msgstr ""
    92 
    93 #: ../admin-general.php:167
    94 #: ../manager.php:223
    95 msgid "Copy"
    96 msgstr ""
    97 
    98 #: ../admin-general.php:172
    99 msgid "Add Capability"
    100 msgstr ""
    101 
    102 #: ../admin-general.php:175
    103 #: ../manager.php:237
    104 msgid "Add to role"
    105 msgstr ""
    106 
    107 #: ../backup.php:38
     366#: ../includes/backup.php:33
    108367msgid "Backup Tool for Capability Manager"
    109368msgstr ""
    110369
    111 #: ../backup.php:47
     370#: ../includes/backup.php:42
    112371msgid "Backup and Restore"
    113372msgstr ""
    114373
    115 #: ../backup.php:51
     374#: ../includes/backup.php:46
    116375msgid "Select action:"
    117376msgstr ""
    118377
    119 #: ../backup.php:54
     378#: ../includes/backup.php:49
    120379msgid "Backup roles and capabilities"
    121380msgstr ""
    122381
    123 #: ../backup.php:55
     382#: ../includes/backup.php:50
    124383msgid "Restore last saved backup"
    125384msgstr ""
    126385
    127 #: ../backup.php:57
     386#: ../includes/backup.php:52
    128387msgid "Do Action"
    129388msgstr ""
    130389
    131 #: ../backup.php:65
     390#: ../includes/backup.php:60
    132391msgid "Reset WordPress Defaults"
    133392msgstr ""
    134393
    135 #: ../backup.php:67
     394#: ../includes/backup.php:62
    136395msgid "WARNING:"
    137396msgstr ""
    138397
    139 #: ../backup.php:67
     398#: ../includes/backup.php:62
    140399msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults."
    141400msgstr ""
    142401
    143 #: ../backup.php:68
     402#: ../includes/backup.php:63
    144403msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost."
    145404msgstr ""
    146405
    147 #: ../backup.php:69
     406#: ../includes/backup.php:64
    148407msgid "It is recommended to use this only as a last resource!"
    149408msgstr ""
    150409
    151 #: ../backup.php:70
     410#: ../includes/backup.php:65
    152411msgid "Reset Roles and Capabilities to WordPress defaults"
    153412msgstr ""
    154413
    155 #: ../backup.php:70
     414#: ../includes/backup.php:65
    156415msgid ""
    157416"You are about to reset Roles and Capabilities to WordPress defaults.\n"
     
    159418msgstr ""
    160419
    161 #: ../backup.php:70
     420#: ../includes/backup.php:65
    162421msgid "Reset to WordPress defaults"
    163422msgstr ""
    164423
    165 #: ../capsman.php:52
    166 #: ../framework/plugins.php:484
    167 #: ../framework/plugins.php:526
    168 msgid "Warning:"
    169 msgstr ""
    170 
    171 #: ../capsman.php:53
    172 #, php-format
    173 msgid "The active plugin %s is not compatible with your PHP version."
    174 msgstr ""
    175 
    176 #: ../capsman.php:55
    177 #, php-format
    178 msgid "%s is required for this plugin."
    179 msgstr ""
    180 
    181 #: ../manager.php:119
    182 #: ../manager.php:120
     424#: ../includes/manager.php:139
     425#: ../includes/manager.php:140
    183426msgid "Capability Manager"
    184427msgstr ""
    185428
    186 #: ../manager.php:119
     429#: ../includes/manager.php:139
    187430msgid "Capabilities"
    188431msgstr ""
    189432
    190 #: ../manager.php:142
    191 #: ../manager.php:176
     433#: ../includes/manager.php:220
     434#: ../includes/manager.php:256
    192435msgid "What do you think you're doing?!?"
    193436msgstr ""
    194437
    195 #: ../manager.php:201
     438#: ../includes/manager.php:283
    196439msgid "Bad form Received"
    197440msgstr ""
    198441
    199 #: ../manager.php:216
    200 #: ../manager.php:226
     442#: ../includes/manager.php:302
     443#: ../includes/manager.php:312
    201444msgid "New role created."
    202445msgstr ""
    203446
    204 #: ../manager.php:219
    205 #: ../manager.php:229
     447#: ../includes/manager.php:305
     448#: ../includes/manager.php:315
    206449msgid "Error: Failed creating the new role."
    207450msgstr ""
    208451
    209 #: ../manager.php:234
     452#: ../includes/manager.php:320
    210453msgid "New capabilities saved."
    211454msgstr ""
    212455
    213 #: ../manager.php:242
     456#: ../includes/manager.php:328
    214457msgid "New capability added to role."
    215458msgstr ""
    216459
    217 #: ../manager.php:244
     460#: ../includes/manager.php:330
    218461msgid "Incorrect capability name."
    219462msgstr ""
    220463
    221 #: ../manager.php:247
     464#: ../includes/manager.php:334
    222465msgid "Bad form received."
    223466msgstr ""
    224467
    225 #: ../manager.php:266
     468#: ../includes/manager.php:354
    226469msgid "New backup saved."
    227470msgstr ""
    228471
    229 #: ../manager.php:272
     472#: ../includes/manager.php:360
    230473msgid "Roles and Capabilities restored from last backup."
    231474msgstr ""
    232475
    233 #: ../manager.php:274
     476#: ../includes/manager.php:362
    234477msgid "Restore failed. No backup found."
    235478msgstr ""
    236479
    237 #: ../manager.php:295
     480#: ../includes/manager.php:384
    238481#, php-format
    239482msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>."
    240483msgstr ""
    241484
    242 #: ../manager.php:316
    243 #, php-format
    244 msgid "Role %1$s has been deleted. %2$d users moved to default role %3$s."
    245 msgstr ""
    246 
    247 #: ../manager.php:329
     485#: ../includes/manager.php:405
     486#, php-format
     487msgid "Role has been deleted. %1$d users moved to default role %2$s."
     488msgstr ""
     489
     490#: ../includes/manager.php:419
    248491msgid "Needed function to create default roles not found!"
    249492msgstr ""
    250493
    251 #: ../manager.php:341
     494#: ../includes/manager.php:431
    252495msgid "Roles and Capabilities reset to WordPress defaults"
    253496msgstr ""
    254497
    255 #: ../manager.php:513
     498#: ../includes/manager.php:620
    256499msgid "You cannot remove Manage Capabilities from Administrators"
    257500msgstr ""
    258501
    259 #: ../framework/formating.php:39
    260 msgid "Settings saved."
    261 msgstr ""
    262 
    263 #: ../framework/plugins.php:485
    264 #, php-format
    265 msgid "The active plugin %s is not compatible with your WordPress version."
    266 msgstr ""
    267 
    268 #: ../framework/plugins.php:487
    269 #, php-format
    270 msgid "WordPress %s is required to run this plugin."
    271 msgstr ""
    272 
    273 #: ../framework/plugins.php:527
    274 msgid "Standard sidebar functions are not present."
    275 msgstr ""
    276 
    277 #: ../framework/plugins.php:528
    278 #, php-format
    279 msgid "It is required to use the standard sidebar to run %s"
    280 msgstr ""
    281 
  • capsman/trunk/readme.txt

    r196967 r198515  
    22Contributors: txanny
    33Donate link: http://alkivia.org/donate
     4Help link: http://wordpress.org/tags/capsman?forum_id=10
     5Docs link: http://wiki.alkivia.org/capsman
    46Tags: roles, capabilities, manager, rights, role, capability
    5 Requires at least: 2.7
     7Requires at least: 2.8
    68Tested up to: 2.9.1
    79Stable tag: trunk
     
    1416You can also delegate capabilities management to other users. In this case, some restrictions apply to this users, as them can only set/unset the capabilities they have.
    1517With the Backup/Restore tool, you can save your Roles and Capabilities before making changes and revert them if something goes wrong. You'll find it on the Tools menu.
    16 At the current version, you cannot manage capabilities at user level (only can be managed for roles). This will be included in next versions.
     18
     19  * Capability manager has been tested to support only one role per user.
     20  * Only users with 'manage_capabilities' can manage them. This capability is created at install time and assigned only to administrators.
     21  * Administrator role cannot be deleted.
     22  * Non-administrators can only manage roles or users with same or lower capabilities.
     23 
     24See the <a href="http://wiki.alkivia.org/capsman" target="_blank">plugin manual</a> for more information.
    1725
    1826= Features: =
    1927
    2028* Manage role capabilities.
    21 * Add new roles or delete existing roles.
     29* Create new roles or delete existing ones.
    2230* Add new capabilities to any existing role.
    23 * Backup and restore Roles and Capabilities to revert your last changes.
    24 
     31* Backup and restore Roles and Capabilities to revert your last changes.
     32* Revert Roles and Capabilities to WordPress defaults.
     33 
    2534= Languages included: =
    2635
    2736* English
     37* Catalan
    2838* Spanish
    29 * Catalan *by <a href="http://jcanals.cat">Jordi Canals</a>*
    3039* Italian *by <a href="http://gidibao.net" rel="nofollow">Gianni Diurno</a>*
    3140* German *by <a href="http://great-solution.de/" rel="nofollow">Carsten Tauber</a>*
    3241* Byelorussian *by <a href="http://antsar.info/" rel="nofollow">Ilyuha</a>*
    3342* Russian *by <a href="http://www.fatcow.com" rel="nofollow">Marcis Gasuns</a>*
    34 * POT file for easy translation to other languages included. If you translated SidePosts to your language, <a href="http://alkivia.org/contact/">you can tell us</a>
    35 
    36 = Who can manage? =
    37 
    38 * Capability manager only supports one role per user.
    39 * Only users with 'manage_capabilities' can manage them. This capability is created at install time and assigned to administrators.
    40 * Administrator role cannot be deleted.
    41 
    42 *Administrators*
    43 
    44 * Only administrators can grant or remove 'manage_capabilities' to other users. Cannot be removed from administrators.
    45 * Can grant or remove any capability, included the ones them not have.
    46 * Only administrators can manage the 'administrator' role.
    47 * Only administrators can delete roles.
    48 
    49 *Other users granted to manage capabilities*
    50 
    51 * Cannot grant or remove 'manage_capabilities'.
    52 * Cannot manage 'administrator' role.
    53 * Cannot delete roles.
    54 * Can only manage roles that have the same or lower level than the user.
    55 * Can only grant or remove capabilities they have.
    56 * Cannot manage roles they have. (This is to prevent granting/removing his own capabilities).
    57 
    58 **Rules to create new capabilities or roles**
    59 
    60 * Can be maximum 40 characters lenght.
    61 * Have to start with a letter.
    62 * Can contain only letters, digits, spaces and underscores.
     43* POT file for easy translation to other languages included.
    6344
    6445== Installation ==
     
    8869
    8970* Take a look to the <a href="http://alkivia.org/wordpress/capsman">Plugin Homepage</a>.
    90 * A <a href="http://alkivia.org/wordpress/capsman">complete manual</a> is available for users and developers.
     71* A <a href="http://wiki.alkivia.org/capsman">manual is available</a> for users and developers.
    9172* The <a href="http://alkivia.org/cat/capsman">plugin posts archive</a> with new announcements about this plugin.
    9273* If you need help, <a href="http://wordpress.org/tags/capsman?forum_id=10">ask in the Support forum</a>.
     
    9475= I've found a bug or want to suggest a new feature. Where can I do it? =
    9576
    96 * To fill a bug report or suggest a new feature, please fill a report in our <a href="http://alkivia.org/tracker/set_project.php?project_id=7&ref=view_all_bug_page.php">Bug Tracker</a>.
     77* To fill a bug report or suggest a new feature, please fill a report in our <a href="http://tracker.alkivia.org/set_project.php?project_id=7&ref=view_all_bug_page.php">Bug Tracker</a>.
    9778
    9879== License ==
     
    10889== Changelog ==
    10990
    110 = 1.2.6 =
    111 * Changed license to GPL version 2.
     91= 1.3 =
     92  * Cannot edit users with more capabilities than current user.
     93  * Cannot assign to users a role with more capabilities than current user.
     94  * Solved an incompatibility with Chameleon theme.
     95  * Migrated to the new Alkivia Framework.
     96  * Changed license to GPL version 2.
    11297
    11398= 1.2.5 =
     
    124109
    125110= 1.2.1 =
    126 * Coding Standards. Corrected internal links. Updated Framework.
     111* Coding Standards.
     112* Corrected internal links.
     113* Updated Framework.
    127114
    128115= 1.2 =
     
    136123* Updated Alkivia Framework.
    137124
    138 = 1.0 =* First public version.
     125= 1.0 =
     126* First public version.
    139127
    140128== Upgrade Notice ==
    141129
    142 = 1.2.6 =
    143 Changed GPL license to version 2.
     130=1.3=
     131Improved security esiting users. You can now create real user managers.
Note: See TracChangeset for help on using the changeset viewer.