Changeset 198515
- Timestamp:
- 01/26/2010 11:10:16 PM (16 years ago)
- Location:
- capsman/trunk
- Files:
-
- 42 added
- 9 deleted
- 16 edited
-
admin-general.php (deleted)
-
admin.css (modified) (1 diff)
-
backup.php (deleted)
-
capsman.php (modified) (3 diffs)
-
framework/.htaccess (added)
-
framework/classes (added)
-
framework/classes/abstract (added)
-
framework/classes/abstract/module.php (added)
-
framework/classes/abstract/plugin.php (added)
-
framework/classes/abstract/theme.php (added)
-
framework/classes/admin-notices.php (added)
-
framework/classes/settings.php (added)
-
framework/formating.php (deleted)
-
framework/init.php (added)
-
framework/lib (added)
-
framework/lib/filesystem.php (added)
-
framework/lib/formating.php (added)
-
framework/lib/modules.php (added)
-
framework/lib/objects.php (added)
-
framework/lib/plugins.php (added)
-
framework/lib/system.php (added)
-
framework/lib/themes.php (added)
-
framework/lib/users.php (added)
-
framework/license.txt (added)
-
framework/loader.php (added)
-
framework/plugins.php (deleted)
-
framework/roles.php (deleted)
-
framework/samples (added)
-
framework/samples/alkivia.ini (added)
-
framework/samples/alkivia.php (added)
-
framework/styles (added)
-
framework/styles/.htaccess (added)
-
framework/styles/admin.css (added)
-
framework/styles/images (added)
-
framework/styles/images/alkivia.png (added)
-
framework/styles/images/dl-bg-gray.png (added)
-
framework/styles/images/docs.png (added)
-
framework/styles/images/help.png (added)
-
framework/styles/images/paypal.png (added)
-
framework/vendor (added)
-
framework/vendor/upload (added)
-
framework/vendor/upload/class.upload.php (added)
-
images/alkivia.png (deleted)
-
images/paypal.png (deleted)
-
images/support.png (deleted)
-
includes (added)
-
includes/admin.php (added)
-
includes/author-widget.php (added)
-
includes/backup.php (added)
-
includes/manager.php (added)
-
lang/capsman-by_BY.mo (modified) (previous)
-
lang/capsman-by_BY.po (modified) (4 diffs)
-
lang/capsman-ca.mo (modified) (previous)
-
lang/capsman-ca.po (modified) (4 diffs)
-
lang/capsman-de_DE.mo (modified) (previous)
-
lang/capsman-de_DE.po (modified) (4 diffs)
-
lang/capsman-es_ES.mo (modified) (previous)
-
lang/capsman-es_ES.po (modified) (4 diffs)
-
lang/capsman-it_IT.mo (modified) (previous)
-
lang/capsman-it_IT.po (modified) (4 diffs)
-
lang/capsman-ru_RU.mo (modified) (previous)
-
lang/capsman-ru_RU.po (modified) (4 diffs)
-
lang/capsman.pot (modified) (4 diffs)
-
manager.php (deleted)
-
readme.txt (modified) (7 diffs)
-
samples (added)
-
samples/alkivia.ini (added)
Legend:
- Unmodified
- Added
- Removed
-
capsman/trunk/admin.css
r196967 r198515 33 33 } 34 34 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 37 td.sidebar a.capsman { 38 background-image: url('images/capsman.png'); 61 39 } 62 40 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 183 41 /* EOF */ -
capsman/trunk/capsman.php
r196967 r198515 4 4 Plugin URI: http://alkivia.org/wordpress/capsman 5 5 Description: Manage user capabilities and roles. 6 Version: 1. 2.56 Version: 1.3 7 7 Author: Jordi Canals 8 8 Author URI: http://alkivia.org … … 37 37 */ 38 38 39 define ( 'CMAN_PATH', dirname(__FILE__)); 39 define ( 'AK_CMAN_PATH', dirname(__FILE__) ); 40 define ( 'AK_CMAN_LIB', AK_CMAN_PATH . '/includes' ); 40 41 41 42 /** … … 65 66 } else { 66 67 // 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' ); 69 70 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')); 74 72 } -
capsman/trunk/lang/capsman-by_BY.po
r154498 r198515 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 20 09-05-27 01:01+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Fat Cow <zhr@tut.by>\n"7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" 8 8 "Language-Team: antsar.info <iliamrv@ya.ru>\n" 9 9 "MIME-Version: 1.0\n" … … 15 15 "X-Poedit-SourceCharset: utf-8\n" 16 16 17 #: ../admin-general.php:39 17 #: ../capsman.php:53 18 #: ../framework/classes/abstract/plugin.php:210 19 #: ../framework/classes/abstract/plugin.php:229 20 msgid "Warning:" 21 msgstr "Папярэджанне:" 22 23 #: ../capsman.php:54 24 #, php-format 25 msgid "The active plugin %s is not compatible with your PHP version." 26 msgstr "Убудова %s не сумяшчальны з вашай версіяй PHP." 27 28 #: ../capsman.php:56 29 #, php-format 30 msgid "%s is required for this plugin." 31 msgstr "%s неабходзен лоя ўбудовы." 32 33 #: ../framework/classes/abstract/module.php:507 34 msgid "Option blocked by administrator." 35 msgstr "" 36 37 #: ../framework/classes/abstract/plugin.php:211 38 #, php-format 39 msgid "The active plugin %s is not compatible with your WordPress version." 40 msgstr "Актыўная ўбудова %s не сумяшчальны з бягучай версіяй WordPress." 41 42 #: ../framework/classes/abstract/plugin.php:213 43 #, php-format 44 msgid "WordPress %s is required to run this plugin." 45 msgstr "WordPress %s неабходзен для запуску гэтай убудовы." 46 47 #: ../framework/classes/abstract/plugin.php:230 48 msgid "Standard sidebar functions are not present." 49 msgstr "Стандартныя функцыі бакавой панэлі не прадстаўлены." 50 51 #: ../framework/classes/abstract/plugin.php:231 52 #, php-format 53 msgid "It is required to use the standard sidebar to run %s" 54 msgstr "Гэта неабходна для выкарыстання стандартнай бакавой панэлі для запуску %s" 55 56 #: ../framework/lib/formating.php:52 57 msgid "Settings saved." 58 msgstr "Налады захаваны." 59 60 #: ../framework/lib/formating.php:161 61 msgid "Just Now" 62 msgstr "" 63 64 #: ../framework/lib/formating.php:164 65 msgid "1 minute ago" 66 msgstr "" 67 68 #: ../framework/lib/formating.php:167 69 msgid "1 hour ago" 70 msgstr "" 71 72 #: ../framework/lib/formating.php:171 73 #, php-format 74 msgid "Today at %s" 75 msgstr "" 76 77 #: ../framework/lib/formating.php:171 78 #, php-format 79 msgid "Yesterday at %s" 80 msgstr "" 81 82 #: ../framework/lib/themes.php:160 83 msgid "Plugin Homepage" 84 msgstr "Хатняя старонка ўбудовы" 85 86 #: ../framework/lib/themes.php:164 87 #, fuzzy 88 msgid "Theme Homepage" 89 msgstr "Хатняя старонка аўтара" 90 91 #: ../framework/lib/themes.php:168 92 #, fuzzy 93 msgid "Documentation" 94 msgstr "Няма дзеянняў" 95 96 #: ../framework/lib/themes.php:172 97 msgid "Support Forum" 98 msgstr "Форум падтрымкі" 99 100 #: ../framework/lib/themes.php:176 101 msgid "Author Homepage" 102 msgstr "Хатняя старонка аўтара" 103 104 #: ../framework/lib/themes.php:180 105 msgid "Donate to project" 106 msgstr "" 107 108 #: ../framework/vendor/upload/class.upload.php:2172 109 msgid "File error. Please try again." 110 msgstr "" 111 112 #: ../framework/vendor/upload/class.upload.php:2173 113 msgid "Local file doesn't exist." 114 msgstr "" 115 116 #: ../framework/vendor/upload/class.upload.php:2174 117 msgid "Local file is not readable." 118 msgstr "" 119 120 #: ../framework/vendor/upload/class.upload.php:2175 121 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 122 msgstr "" 123 124 #: ../framework/vendor/upload/class.upload.php:2176 125 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 126 msgstr "" 127 128 #: ../framework/vendor/upload/class.upload.php:2177 129 msgid "File upload error (the uploaded file was only partially uploaded)." 130 msgstr "" 131 132 #: ../framework/vendor/upload/class.upload.php:2178 133 msgid "File upload error (no file was uploaded)." 134 msgstr "" 135 136 #: ../framework/vendor/upload/class.upload.php:2179 137 msgid "File upload error (missing a temporary folder)." 138 msgstr "" 139 140 #: ../framework/vendor/upload/class.upload.php:2180 141 msgid "File upload error (failed to write file to disk)." 142 msgstr "" 143 144 #: ../framework/vendor/upload/class.upload.php:2181 145 msgid "File upload error (file upload stopped by extension)." 146 msgstr "" 147 148 #: ../framework/vendor/upload/class.upload.php:2182 149 msgid "File upload error (unknown error code)." 150 msgstr "" 151 152 #: ../framework/vendor/upload/class.upload.php:2183 153 msgid "File upload error. Please try again." 154 msgstr "" 155 156 #: ../framework/vendor/upload/class.upload.php:2184 157 msgid "File too big." 158 msgstr "" 159 160 #: ../framework/vendor/upload/class.upload.php:2185 161 msgid "MIME type can't be detected." 162 msgstr "" 163 164 #: ../framework/vendor/upload/class.upload.php:2186 165 #, fuzzy 166 msgid "Incorrect type of file." 167 msgstr "Некарэктнае імя магчымасці." 168 169 #: ../framework/vendor/upload/class.upload.php:2187 170 msgid "Image too wide." 171 msgstr "" 172 173 #: ../framework/vendor/upload/class.upload.php:2188 174 msgid "Image too narrow." 175 msgstr "" 176 177 #: ../framework/vendor/upload/class.upload.php:2189 178 msgid "Image too high." 179 msgstr "" 180 181 #: ../framework/vendor/upload/class.upload.php:2190 182 msgid "Image too short." 183 msgstr "" 184 185 #: ../framework/vendor/upload/class.upload.php:2191 186 msgid "Image ratio too high (image too wide)." 187 msgstr "" 188 189 #: ../framework/vendor/upload/class.upload.php:2192 190 msgid "Image ratio too low (image too high)." 191 msgstr "" 192 193 #: ../framework/vendor/upload/class.upload.php:2193 194 msgid "Image has too many pixels." 195 msgstr "" 196 197 #: ../framework/vendor/upload/class.upload.php:2194 198 msgid "Image has not enough pixels." 199 msgstr "" 200 201 #: ../framework/vendor/upload/class.upload.php:2195 202 msgid "File not uploaded. Can't carry on a process." 203 msgstr "" 204 205 #: ../framework/vendor/upload/class.upload.php:2196 206 #, php-format 207 msgid "%s already exists. Please change the file name." 208 msgstr "" 209 210 #: ../framework/vendor/upload/class.upload.php:2197 211 msgid "No correct temp source file. Can't carry on a process." 212 msgstr "" 213 214 #: ../framework/vendor/upload/class.upload.php:2198 215 msgid "No correct uploaded source file. Can't carry on a process." 216 msgstr "" 217 218 #: ../framework/vendor/upload/class.upload.php:2199 219 msgid "Destination directory can't be created. Can't carry on a process." 220 msgstr "" 221 222 #: ../framework/vendor/upload/class.upload.php:2200 223 msgid "Destination directory doesn't exist. Can't carry on a process." 224 msgstr "" 225 226 #: ../framework/vendor/upload/class.upload.php:2201 227 msgid "Destination path is not a directory. Can't carry on a process." 228 msgstr "" 229 230 #: ../framework/vendor/upload/class.upload.php:2202 231 msgid "Destination directory can't be made writeable. Can't carry on a process." 232 msgstr "" 233 234 #: ../framework/vendor/upload/class.upload.php:2203 235 msgid "Destination path is not a writeable. Can't carry on a process." 236 msgstr "" 237 238 #: ../framework/vendor/upload/class.upload.php:2204 239 msgid "Can't create the temporary file. Can't carry on a process." 240 msgstr "" 241 242 #: ../framework/vendor/upload/class.upload.php:2205 243 msgid "Source file is not readable. Can't carry on a process." 244 msgstr "" 245 246 #: ../framework/vendor/upload/class.upload.php:2206 247 #, php-format 248 msgid "No create from %s support." 249 msgstr "" 250 251 #: ../framework/vendor/upload/class.upload.php:2207 252 #, fuzzy, php-format 253 msgid "Error in creating %s image from source." 254 msgstr "Памылка: Новая роля не створана." 255 256 #: ../framework/vendor/upload/class.upload.php:2208 257 msgid "Can't read image source. Not an image?." 258 msgstr "" 259 260 #: ../framework/vendor/upload/class.upload.php:2209 261 msgid "GD doesn't seem to be present." 262 msgstr "" 263 264 #: ../framework/vendor/upload/class.upload.php:2210 265 #, php-format 266 msgid "No create from %s support, can't read watermark." 267 msgstr "" 268 269 #: ../framework/vendor/upload/class.upload.php:2211 270 #, php-format 271 msgid "No %s read support, can't create watermark." 272 msgstr "" 273 274 #: ../framework/vendor/upload/class.upload.php:2212 275 msgid "Unknown image format, can't read watermark." 276 msgstr "" 277 278 #: ../framework/vendor/upload/class.upload.php:2213 279 #, php-format 280 msgid "No %s create support." 281 msgstr "" 282 283 #: ../framework/vendor/upload/class.upload.php:2214 284 msgid "No conversion type defined." 285 msgstr "" 286 287 #: ../framework/vendor/upload/class.upload.php:2215 288 msgid "Error copying file on the server. copy() failed." 289 msgstr "" 290 291 #: ../framework/vendor/upload/class.upload.php:2216 292 #, fuzzy 293 msgid "Error reading the file." 294 msgstr "Памылка: Новая роля не створана." 295 296 #: ../includes/admin.php:36 18 297 msgid "Roles and Capabilities" 19 298 msgstr "Ролі і магчымасці" 20 299 21 #: ../ admin-general.php:48300 #: ../includes/admin.php:45 22 301 #, php-format 23 302 msgid "Capabilities for %s" 24 303 msgstr "Магчымасць для %s" 25 304 26 #: ../ admin-general.php:95305 #: ../includes/admin.php:92 27 306 msgid "Level:" 28 307 msgstr "Узровень:" 29 308 30 #: ../ admin-general.php:11831 #: ../ manager.php:231309 #: ../includes/admin.php:115 310 #: ../includes/manager.php:319 32 311 msgid "Save Changes" 33 312 msgstr "Захаваць налады" 34 313 35 #: ../ admin-general.php:120314 #: ../includes/admin.php:117 36 315 msgid "Delete this role" 37 316 msgstr "Выдаліць гэту ролю" 38 317 39 #: ../ admin-general.php:120318 #: ../includes/admin.php:117 40 319 #, php-format 41 320 msgid "" … … 46 325 " 'Адмяніць' для прыпынку, 'ОК' для выдалення." 47 326 48 #: ../ admin-general.php:120327 #: ../includes/admin.php:117 49 328 msgid "Delete Role" 50 329 msgstr "Выдаленне ролі" 51 330 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 332 msgid "Select New Role" 333 msgstr "Абраць новую ролю" 334 335 #: ../includes/admin.php:136 336 #: ../includes/manager.php:296 337 msgid "Change" 338 msgstr "Змяніць" 339 340 #: ../includes/admin.php:141 341 msgid "Create New Role" 342 msgstr "Стварыць новую ролю" 343 344 #: ../includes/admin.php:144 345 #: ../includes/manager.php:300 346 msgid "Create" 347 msgstr "Стварыць" 348 349 #: ../includes/admin.php:149 350 msgid "Copy this role to" 351 msgstr "Копія гэтай ролі" 352 353 #: ../includes/admin.php:152 354 #: ../includes/manager.php:309 355 msgid "Copy" 356 msgstr "Копія" 357 358 #: ../includes/admin.php:157 359 msgid "Add Capability" 360 msgstr "Дадаць магчымасць" 361 362 #: ../includes/admin.php:160 363 #: ../includes/manager.php:323 364 msgid "Add to role" 365 msgstr "Дадаць ролю" 366 367 #: ../includes/author-widget.php:38 69 368 msgid "Help donating" 70 369 msgstr "Дапамога праз ахвяраванні" 71 370 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 109 372 msgid "Backup Tool for Capability Manager" 110 373 msgstr "Прылада для стварэння рэзервовай копіі для Capability Manager" 111 374 112 #: ../ backup.php:45375 #: ../includes/backup.php:42 113 376 msgid "Backup and Restore" 114 377 msgstr "Рэзервовая копія і аднаўленне" 115 378 116 #: ../ backup.php:49379 #: ../includes/backup.php:46 117 380 msgid "Select action:" 118 381 msgstr "Абраць дзеянне:" 119 382 120 #: ../ backup.php:52383 #: ../includes/backup.php:49 121 384 msgid "Backup roles and capabilities" 122 385 msgstr "Рэзерв. копія роляў і магчымасцяў" 123 386 124 #: ../ backup.php:53387 #: ../includes/backup.php:50 125 388 msgid "Restore last saved backup" 126 389 msgstr "Аднавіць з апошняга захаванага бэкапу" 127 390 128 #: ../ backup.php:55391 #: ../includes/backup.php:52 129 392 msgid "Do Action" 130 393 msgstr "Няма дзеянняў" 131 394 132 #: ../ backup.php:63395 #: ../includes/backup.php:60 133 396 msgid "Reset WordPress Defaults" 134 397 msgstr "Сбростить налады WordPress па змаўчанні" 135 398 136 #: ../ backup.php:65399 #: ../includes/backup.php:62 137 400 msgid "WARNING:" 138 401 msgstr "УВАГА:" 139 402 140 #: ../ backup.php:65403 #: ../includes/backup.php:62 141 404 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 142 405 msgstr "Скід стандартных роляў і магчымасцяў павінен скінуць налады па змаўчанні пры установвке ў WordPress." 143 406 144 #: ../ backup.php:66407 #: ../includes/backup.php:63 145 408 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 146 409 msgstr "Калі вы ўсталявалі іншую ўбудову, які дадае новыя ролі ці магчымасці, гэта павінна знікнуць. " 147 410 148 #: ../ backup.php:67411 #: ../includes/backup.php:64 149 412 msgid "It is recommended to use this only as a last resource!" 150 413 msgstr "Гэта рэкамендуецца дя выкарыстанні толькі як последный рэсурс!" 151 414 152 #: ../ backup.php:68415 #: ../includes/backup.php:65 153 416 msgid "Reset Roles and Capabilities to WordPress defaults" 154 417 msgstr "Скінуць ролі і воможности" 155 418 156 #: ../ backup.php:68419 #: ../includes/backup.php:65 157 420 msgid "" 158 421 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 162 425 " 'Адмяніць' для прыпынку, 'ОК' для скіду." 163 426 164 #: ../ backup.php:68427 #: ../includes/backup.php:65 165 428 msgid "Reset to WordPress defaults" 166 429 msgstr "Скінуць налады WordPress" 167 430 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 186 433 msgid "Capability Manager" 187 434 msgstr "Capability Manager" 188 435 189 #: ../ manager.php:117436 #: ../includes/manager.php:139 190 437 msgid "Capabilities" 191 438 msgstr "Магчымасці" 192 439 193 #: ../ manager.php:140194 #: ../ manager.php:174440 #: ../includes/manager.php:220 441 #: ../includes/manager.php:256 195 442 msgid "What do you think you're doing?!?" 196 443 msgstr "Вы ведаеце, што робіце?!?" 197 444 198 #: ../ manager.php:199445 #: ../includes/manager.php:283 199 446 msgid "Bad form Received" 200 447 msgstr "Se ha recibido un formulario incorrecto." 201 448 202 #: ../ manager.php:214203 #: ../ manager.php:224449 #: ../includes/manager.php:302 450 #: ../includes/manager.php:312 204 451 msgid "New role created." 205 452 msgstr "Новая роля створана." 206 453 207 #: ../ manager.php:217208 #: ../ manager.php:227454 #: ../includes/manager.php:305 455 #: ../includes/manager.php:315 209 456 msgid "Error: Failed creating the new role." 210 457 msgstr "Памылка: Новая роля не створана." 211 458 212 #: ../ manager.php:232459 #: ../includes/manager.php:320 213 460 msgid "New capabilities saved." 214 461 msgstr "Новыя магчымасці захаваны." 215 462 216 #: ../ manager.php:240463 #: ../includes/manager.php:328 217 464 msgid "New capability added to role." 218 465 msgstr "Новая воможность дададзена да ролі." 219 466 220 #: ../ manager.php:242467 #: ../includes/manager.php:330 221 468 msgid "Incorrect capability name." 222 469 msgstr "Некарэктнае імя магчымасці." 223 470 224 #: ../ manager.php:245471 #: ../includes/manager.php:334 225 472 msgid "Bad form received." 226 473 msgstr "Дрэнная форма адпраўкі." 227 474 228 #: ../ manager.php:264475 #: ../includes/manager.php:354 229 476 msgid "New backup saved." 230 477 msgstr "Новы бэкап захаваны." 231 478 232 #: ../ manager.php:270479 #: ../includes/manager.php:360 233 480 msgid "Roles and Capabilities restored from last backup." 234 481 msgstr "Ролі і магчымасці адноўлены з апошняга бэкапу." 235 482 236 #: ../ manager.php:272483 #: ../includes/manager.php:362 237 484 msgid "Restore failed. No backup found." 238 485 msgstr "Аднаўленне спынена. Не знойдзена бэкапаў. " 239 486 240 #: ../ manager.php:293487 #: ../includes/manager.php:384 241 488 #, php-format 242 489 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 243 490 msgstr "Не выдалена стандартная роля. Вы <a href=\"%s\">павінны спачатку змяніць гэта</a>." 244 491 245 #: ../ manager.php:314246 #, php-format247 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 494 msgid "Role has been deleted. %1$d users moved to default role %2$s." 248 495 msgstr "Роля %1$s была выдалена. %2$d карыстачоў перамешчана ў стандартную ролю %3$s." 249 496 250 #: ../ manager.php:327497 #: ../includes/manager.php:419 251 498 msgid "Needed function to create default roles not found!" 252 499 msgstr "Неабходная функцыя па стварэнні роляў не знойдзена!" 253 500 254 #: ../ manager.php:339501 #: ../includes/manager.php:431 255 502 msgid "Roles and Capabilities reset to WordPress defaults" 256 503 msgstr "Ролі і магчымасці скінуты да стандартных для WordPress " 257 504 258 #: ../ manager.php:511505 #: ../includes/manager.php:620 259 506 msgid "You cannot remove Manage Capabilities from Administrators" 260 507 msgstr "Вы не можаце выдаліць Manage Capabilities праз адміністратараў ." 261 508 262 #: ../framework/formating.php:38263 msgid "Settings saved."264 msgstr "Налады захаваны."265 266 #: ../framework/plugins.php:468267 #, php-format268 msgid "The active plugin %s is not compatible with your WordPress version."269 msgstr "Актыўная ўбудова %s не сумяшчальны з бягучай версіяй WordPress."270 271 #: ../framework/plugins.php:470272 #, php-format273 msgid "WordPress %s is required to run this plugin."274 msgstr "WordPress %s неабходзен для запуску гэтай убудовы."275 276 #: ../framework/plugins.php:510277 msgid "Standard sidebar functions are not present."278 msgstr "Стандартныя функцыі бакавой панэлі не прадстаўлены."279 280 #: ../framework/plugins.php:511281 #, php-format282 msgid "It is required to use the standard sidebar to run %s"283 msgstr "Гэта неабходна для выкарыстання стандартнай бакавой панэлі для запуску %s"284 285 509 #~ msgid "Managing %s" 286 510 #~ msgstr "Administrando %s" -
capsman/trunk/lang/capsman-ca.po
r196967 r198515 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-01-2 3 02:16+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" … … 14 14 "X-Poedit-SourceCharset: utf-8\n" 15 15 16 #: ../admin-general.php:41 16 #: ../capsman.php:53 17 #: ../framework/classes/abstract/plugin.php:210 18 #: ../framework/classes/abstract/plugin.php:229 19 msgid "Warning:" 20 msgstr "Atenció:" 21 22 #: ../capsman.php:54 23 #, php-format 24 msgid "The active plugin %s is not compatible with your PHP version." 25 msgstr "L'extensió activa %s no és compatible amb la teva versió de PHP." 26 27 #: ../capsman.php:56 28 #, php-format 29 msgid "%s is required for this plugin." 30 msgstr "Es requereix %s per aquesta extensió." 31 32 #: ../framework/classes/abstract/module.php:507 33 msgid "Option blocked by administrator." 34 msgstr "Opció desactivada per l'administrador." 35 36 #: ../framework/classes/abstract/plugin.php:211 37 #, php-format 38 msgid "The active plugin %s is not compatible with your WordPress version." 39 msgstr "L'extensió activa %s no és compatible amb la teva versió de WordPress." 40 41 #: ../framework/classes/abstract/plugin.php:213 42 #, php-format 43 msgid "WordPress %s is required to run this plugin." 44 msgstr "Aquesta extensió requereix com a mínim WordPress %s." 45 46 #: ../framework/classes/abstract/plugin.php:230 47 msgid "Standard sidebar functions are not present." 48 msgstr "Les funcions de la barra lateral estàndard no es troben presents." 49 50 #: ../framework/classes/abstract/plugin.php:231 51 #, php-format 52 msgid "It is required to use the standard sidebar to run %s" 53 msgstr "És necessari utilitzar la barra lateral estàndard per executar %s" 54 55 #: ../framework/lib/formating.php:52 56 msgid "Settings saved." 57 msgstr "Opcions desades." 58 59 #: ../framework/lib/formating.php:161 60 msgid "Just Now" 61 msgstr "Ara mateix" 62 63 #: ../framework/lib/formating.php:164 64 msgid "1 minute ago" 65 msgstr "Fa 1 minut" 66 67 #: ../framework/lib/formating.php:167 68 msgid "1 hour ago" 69 msgstr "Fa 1 hora" 70 71 #: ../framework/lib/formating.php:171 72 #, php-format 73 msgid "Today at %s" 74 msgstr "Avui a les %s" 75 76 #: ../framework/lib/formating.php:171 77 #, php-format 78 msgid "Yesterday at %s" 79 msgstr "Ahir a les %s" 80 81 #: ../framework/lib/themes.php:160 82 msgid "Plugin Homepage" 83 msgstr "Pàgina web de l'extensió" 84 85 #: ../framework/lib/themes.php:164 86 msgid "Theme Homepage" 87 msgstr "Pàgina web del tema" 88 89 #: ../framework/lib/themes.php:168 90 msgid "Documentation" 91 msgstr "Documentació" 92 93 #: ../framework/lib/themes.php:172 94 msgid "Support Forum" 95 msgstr "Forum d'Ajuda" 96 97 #: ../framework/lib/themes.php:176 98 msgid "Author Homepage" 99 msgstr "Lloc web de l'autor" 100 101 #: ../framework/lib/themes.php:180 102 msgid "Donate to project" 103 msgstr "Fes un donatiu" 104 105 #: ../framework/vendor/upload/class.upload.php:2172 106 msgid "File error. Please try again." 107 msgstr "Error de fitxer. Si us plau, torneu-ho a provar." 108 109 #: ../framework/vendor/upload/class.upload.php:2173 110 msgid "Local file doesn't exist." 111 msgstr "El fitxer local no existeix." 112 113 #: ../framework/vendor/upload/class.upload.php:2174 114 msgid "Local file is not readable." 115 msgstr "El fitxer local no es pot llegir." 116 117 #: ../framework/vendor/upload/class.upload.php:2175 118 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 119 msgstr "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 122 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 123 msgstr "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 126 msgid "File upload error (the uploaded file was only partially uploaded)." 127 msgstr "Error pujant el fitxer (El fitxer només s'ha rebut parcialment)." 128 129 #: ../framework/vendor/upload/class.upload.php:2178 130 msgid "File upload error (no file was uploaded)." 131 msgstr "Error pujant el fitxer (No s'ha rebut cap fitxer)." 132 133 #: ../framework/vendor/upload/class.upload.php:2179 134 msgid "File upload error (missing a temporary folder)." 135 msgstr "Error pujant el fitxer (manca la carpeta temporal)." 136 137 #: ../framework/vendor/upload/class.upload.php:2180 138 msgid "File upload error (failed to write file to disk)." 139 msgstr "Error pujant el fitxer (No s'ha pogut escriure al disc)." 140 141 #: ../framework/vendor/upload/class.upload.php:2181 142 msgid "File upload error (file upload stopped by extension)." 143 msgstr "Error pujant el fitxer (El fitxer s'ha bloquejat per extensió)." 144 145 #: ../framework/vendor/upload/class.upload.php:2182 146 msgid "File upload error (unknown error code)." 147 msgstr "Error pujant el fitxer (Codi d'error desconegut)." 148 149 #: ../framework/vendor/upload/class.upload.php:2183 150 msgid "File upload error. Please try again." 151 msgstr "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 154 msgid "File too big." 155 msgstr "Fitxer massa gran." 156 157 #: ../framework/vendor/upload/class.upload.php:2185 158 msgid "MIME type can't be detected." 159 msgstr "No es pot detectar el tipus MIME." 160 161 #: ../framework/vendor/upload/class.upload.php:2186 162 msgid "Incorrect type of file." 163 msgstr "Tipus d'arxiu invàlid" 164 165 #: ../framework/vendor/upload/class.upload.php:2187 166 msgid "Image too wide." 167 msgstr "Imatge massa ample." 168 169 #: ../framework/vendor/upload/class.upload.php:2188 170 msgid "Image too narrow." 171 msgstr "Imatge massa estreta." 172 173 #: ../framework/vendor/upload/class.upload.php:2189 174 msgid "Image too high." 175 msgstr "Imatge massa alta." 176 177 #: ../framework/vendor/upload/class.upload.php:2190 178 msgid "Image too short." 179 msgstr "Imatge massa baixa." 180 181 #: ../framework/vendor/upload/class.upload.php:2191 182 msgid "Image ratio too high (image too wide)." 183 msgstr "Ratio d'imatge massa gran (Imatge massa ample)." 184 185 #: ../framework/vendor/upload/class.upload.php:2192 186 msgid "Image ratio too low (image too high)." 187 msgstr "Ratio d'imatge massa baix (Imatge massa alta)." 188 189 #: ../framework/vendor/upload/class.upload.php:2193 190 msgid "Image has too many pixels." 191 msgstr "La imatge té massa píxels." 192 193 #: ../framework/vendor/upload/class.upload.php:2194 194 msgid "Image has not enough pixels." 195 msgstr "La imatge no té prou píxels." 196 197 #: ../framework/vendor/upload/class.upload.php:2195 198 msgid "File not uploaded. Can't carry on a process." 199 msgstr "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 203 msgid "%s already exists. Please change the file name." 204 msgstr "El fitxer %s ja existeix. Si en plau canvieu-ne el nom." 205 206 #: ../framework/vendor/upload/class.upload.php:2197 207 msgid "No correct temp source file. Can't carry on a process." 208 msgstr "El fitxer temporal no es correcte. No es pot executar el procés." 209 210 #: ../framework/vendor/upload/class.upload.php:2198 211 msgid "No correct uploaded source file. Can't carry on a process." 212 msgstr "El fitxer original no es correcte. No es pot executar el procés." 213 214 #: ../framework/vendor/upload/class.upload.php:2199 215 msgid "Destination directory can't be created. Can't carry on a process." 216 msgstr "No es pot crear el directori de destí. No es pot executar el procés." 217 218 #: ../framework/vendor/upload/class.upload.php:2200 219 msgid "Destination directory doesn't exist. Can't carry on a process." 220 msgstr "El directori de destí no existeix. No es pot executar el procés." 221 222 #: ../framework/vendor/upload/class.upload.php:2201 223 msgid "Destination path is not a directory. Can't carry on a process." 224 msgstr "La ruta de destí no és un directori. No es pot executar el procés." 225 226 #: ../framework/vendor/upload/class.upload.php:2202 227 msgid "Destination directory can't be made writeable. Can't carry on a process." 228 msgstr "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 231 msgid "Destination path is not a writeable. Can't carry on a process." 232 msgstr "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 235 msgid "Can't create the temporary file. Can't carry on a process." 236 msgstr "No es pot crear un fitxer temporal. No es pot executar el procés." 237 238 #: ../framework/vendor/upload/class.upload.php:2205 239 msgid "Source file is not readable. Can't carry on a process." 240 msgstr "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 244 msgid "No create from %s support." 245 msgstr "No hi ha funcions per crear des de %s." 246 247 #: ../framework/vendor/upload/class.upload.php:2207 248 #, php-format 249 msgid "Error in creating %s image from source." 250 msgstr "Error creant la imatge %s des de l'original." 251 252 #: ../framework/vendor/upload/class.upload.php:2208 253 msgid "Can't read image source. Not an image?." 254 msgstr "No es pot llegir la imatge original. És una imatge?" 255 256 #: ../framework/vendor/upload/class.upload.php:2209 257 msgid "GD doesn't seem to be present." 258 msgstr "No sembla que la llibreria GD estigui present." 259 260 #: ../framework/vendor/upload/class.upload.php:2210 261 #, php-format 262 msgid "No create from %s support, can't read watermark." 263 msgstr "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 267 msgid "No %s read support, can't create watermark." 268 msgstr "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 271 msgid "Unknown image format, can't read watermark." 272 msgstr "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 276 msgid "No %s create support." 277 msgstr "No hi ha funcions per crear %s." 278 279 #: ../framework/vendor/upload/class.upload.php:2214 280 msgid "No conversion type defined." 281 msgstr "No s'ha definit cap tipus de conversió." 282 283 #: ../framework/vendor/upload/class.upload.php:2215 284 msgid "Error copying file on the server. copy() failed." 285 msgstr "Error copiant el fitxer al serivor. copy() ha fallat." 286 287 #: ../framework/vendor/upload/class.upload.php:2216 288 msgid "Error reading the file." 289 msgstr "Error llegint el fitxer." 290 291 #: ../includes/admin.php:36 17 292 msgid "Roles and Capabilities" 18 293 msgstr "Rols i Competències" 19 294 20 #: ../ admin-general.php:50295 #: ../includes/admin.php:45 21 296 #, php-format 22 297 msgid "Capabilities for %s" 23 298 msgstr "Competències per %s" 24 299 25 #: ../ admin-general.php:97300 #: ../includes/admin.php:92 26 301 msgid "Level:" 27 302 msgstr "Nivell:" 28 303 29 #: ../ admin-general.php:12030 #: ../ manager.php:233304 #: ../includes/admin.php:115 305 #: ../includes/manager.php:319 31 306 msgid "Save Changes" 32 307 msgstr "Desa els canvis" 33 308 34 #: ../ admin-general.php:122309 #: ../includes/admin.php:117 35 310 msgid "Delete this role" 36 311 msgstr "Elimina aquest rol" 37 312 38 #: ../ admin-general.php:122313 #: ../includes/admin.php:117 39 314 #, php-format 40 315 msgid "" … … 45 320 " 'Cancel·la' per sortir, 'D'acord' per eliminar." 46 321 47 #: ../ admin-general.php:122322 #: ../includes/admin.php:117 48 323 msgid "Delete Role" 49 324 msgstr "Eliminar Rol" 50 325 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 327 msgid "Select New Role" 328 msgstr "Selecciona un nou Rol" 329 330 #: ../includes/admin.php:136 331 #: ../includes/manager.php:296 332 msgid "Change" 333 msgstr "Canvia" 334 335 #: ../includes/admin.php:141 336 msgid "Create New Role" 337 msgstr "Crear rol nou" 338 339 #: ../includes/admin.php:144 340 #: ../includes/manager.php:300 341 msgid "Create" 342 msgstr "Crear" 343 344 #: ../includes/admin.php:149 345 msgid "Copy this role to" 346 msgstr "Copia aquest rol a" 347 348 #: ../includes/admin.php:152 349 #: ../includes/manager.php:309 350 msgid "Copy" 351 msgstr "Copiar" 352 353 #: ../includes/admin.php:157 354 msgid "Add Capability" 355 msgstr "Afegeix Competència" 356 357 #: ../includes/admin.php:160 358 #: ../includes/manager.php:323 359 msgid "Add to role" 360 msgstr "Afegir al rol" 361 362 #: ../includes/author-widget.php:38 68 363 msgid "Help donating" 69 364 msgstr "Ajuda donant" 70 365 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 108 367 msgid "Backup Tool for Capability Manager" 109 368 msgstr "Eina de Copies de Seguretat per a Capability Manager" 110 369 111 #: ../ backup.php:47370 #: ../includes/backup.php:42 112 371 msgid "Backup and Restore" 113 372 msgstr "Copia i Restaura" 114 373 115 #: ../ backup.php:51374 #: ../includes/backup.php:46 116 375 msgid "Select action:" 117 376 msgstr "Selecciona una acció:" 118 377 119 #: ../ backup.php:54378 #: ../includes/backup.php:49 120 379 msgid "Backup roles and capabilities" 121 380 msgstr "Desa una copia de rols i competències" 122 381 123 #: ../ backup.php:55382 #: ../includes/backup.php:50 124 383 msgid "Restore last saved backup" 125 384 msgstr "Recupera la darrera còpia de seguretat" 126 385 127 #: ../ backup.php:57386 #: ../includes/backup.php:52 128 387 msgid "Do Action" 129 388 msgstr "Executa l'Acció" 130 389 131 #: ../ backup.php:65390 #: ../includes/backup.php:60 132 391 msgid "Reset WordPress Defaults" 133 392 msgstr "Restaura valors predeterminats de WordPress" 134 393 135 #: ../ backup.php:67394 #: ../includes/backup.php:62 136 395 msgid "WARNING:" 137 396 msgstr "ATENCIÓ:" 138 397 139 #: ../ backup.php:67398 #: ../includes/backup.php:62 140 399 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 141 400 msgstr "Restaurant els valors predeterminats per a Rols i Competències, els configurarà als valors predeterminats de la instal·lació de WordPress." 142 401 143 #: ../ backup.php:68402 #: ../includes/backup.php:63 144 403 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 145 404 msgstr "Si has instal·lat alguna extensió que afegeix nous rols o competències, aquests es perdran." 146 405 147 #: ../ backup.php:69406 #: ../includes/backup.php:64 148 407 msgid "It is recommended to use this only as a last resource!" 149 408 msgstr "Es recomana utilitzar aquesta opció només com a últim recurs!" 150 409 151 #: ../ backup.php:70410 #: ../includes/backup.php:65 152 411 msgid "Reset Roles and Capabilities to WordPress defaults" 153 412 msgstr "Restaura Rols i Competències als valors predeterminats de WordPress" 154 413 155 #: ../ backup.php:70414 #: ../includes/backup.php:65 156 415 msgid "" 157 416 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 161 420 " 'Cancel·la' per abandonarr, 'D'acord' per restaurar." 162 421 163 #: ../ backup.php:70422 #: ../includes/backup.php:65 164 423 msgid "Reset to WordPress defaults" 165 424 msgstr "Restaura els valors predeterminats de WordPress" 166 425 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 185 428 msgid "Capability Manager" 186 429 msgstr "Administrador de Compoetències" 187 430 188 #: ../ manager.php:119431 #: ../includes/manager.php:139 189 432 msgid "Capabilities" 190 433 msgstr "Competències" 191 434 192 #: ../ manager.php:142193 #: ../ manager.php:176435 #: ../includes/manager.php:220 436 #: ../includes/manager.php:256 194 437 msgid "What do you think you're doing?!?" 195 438 msgstr "Que et penses que fas?" 196 439 197 #: ../ manager.php:201440 #: ../includes/manager.php:283 198 441 msgid "Bad form Received" 199 442 msgstr "S'ha rebut un formulari incorrecte." 200 443 201 #: ../ manager.php:216202 #: ../ manager.php:226444 #: ../includes/manager.php:302 445 #: ../includes/manager.php:312 203 446 msgid "New role created." 204 447 msgstr "S'ha creat el nou rol." 205 448 206 #: ../ manager.php:219207 #: ../ manager.php:229449 #: ../includes/manager.php:305 450 #: ../includes/manager.php:315 208 451 msgid "Error: Failed creating the new role." 209 452 msgstr "Error: No s'ha pogut crear el nou rol." 210 453 211 #: ../ manager.php:234454 #: ../includes/manager.php:320 212 455 msgid "New capabilities saved." 213 456 msgstr "S'han desat les noves competències." 214 457 215 #: ../ manager.php:242458 #: ../includes/manager.php:328 216 459 msgid "New capability added to role." 217 460 msgstr "Nova competència afegida al rol." 218 461 219 #: ../ manager.php:244462 #: ../includes/manager.php:330 220 463 msgid "Incorrect capability name." 221 464 msgstr "Nom incorrecte de competència." 222 465 223 #: ../ manager.php:247466 #: ../includes/manager.php:334 224 467 msgid "Bad form received." 225 468 msgstr "S'ha rebut un formulari incorrecte." 226 469 227 #: ../ manager.php:266470 #: ../includes/manager.php:354 228 471 msgid "New backup saved." 229 472 msgstr "S'ha creat la copia de seguretat." 230 473 231 #: ../ manager.php:272474 #: ../includes/manager.php:360 232 475 msgid "Roles and Capabilities restored from last backup." 233 476 msgstr "S'han recuperat els Rols i Competències des de la copia de seguretat." 234 477 235 #: ../ manager.php:274478 #: ../includes/manager.php:362 236 479 msgid "Restore failed. No backup found." 237 480 msgstr "Ha fallat la recuperació. No s'ha trobat cap copia de seguretat." 238 481 239 #: ../ manager.php:295482 #: ../includes/manager.php:384 240 483 #, php-format 241 484 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 242 485 msgstr "No es pot eliminar el rol predeterminat. <a href=\"%s\" Abans has de canviar-lo</a>." 243 486 244 #: ../ manager.php:316245 #, 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:329487 #: ../includes/manager.php:405 488 #, php-format 489 msgid "Role has been deleted. %1$d users moved to default role %2$s." 490 msgstr "El rol ha estat eliminat. S'han mogut %1$d usuaris al rol predeterminat %2$s." 491 492 #: ../includes/manager.php:419 250 493 msgid "Needed function to create default roles not found!" 251 494 msgstr "La funció per crear els rols predeterminats no s'ha trobat!" 252 495 253 #: ../ manager.php:341496 #: ../includes/manager.php:431 254 497 msgid "Roles and Capabilities reset to WordPress defaults" 255 498 msgstr "S'han restaurat Rols i Competències als valors predeterminats de WordPress." 256 499 257 #: ../ manager.php:513500 #: ../includes/manager.php:620 258 501 msgid "You cannot remove Manage Capabilities from Administrators" 259 502 msgstr "No pots eliminar 'Manage Capabilities' dels administradors" 260 503 261 #: ../framework/formating.php:39262 msgid "Settings saved."263 msgstr "Opcions desades."264 265 #: ../framework/plugins.php:485266 #, php-format267 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:487271 #, php-format272 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:527276 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:528280 #, php-format281 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 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 20 09-05-27 01:01+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Carsten Tauber <carsten.tauber@greatsolution.de>\n"7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" 8 8 "Language-Team: Alkivia | http://alkivia.org <alkivia@jcanals.net>\n" 9 9 "MIME-Version: 1.0\n" … … 15 15 "X-Poedit-SourceCharset: utf-8\n" 16 16 17 #: ../admin-general.php:39 17 #: ../capsman.php:53 18 #: ../framework/classes/abstract/plugin.php:210 19 #: ../framework/classes/abstract/plugin.php:229 20 msgid "Warning:" 21 msgstr "WARNUNG:" 22 23 #: ../capsman.php:54 24 #, php-format 25 msgid "The active plugin %s is not compatible with your PHP version." 26 msgstr "Das aktive Plugin %s ist mit der PHP Version nicht kompatibel." 27 28 #: ../capsman.php:56 29 #, php-format 30 msgid "%s is required for this plugin." 31 msgstr "%s wird für dieses Plugin benötigt." 32 33 #: ../framework/classes/abstract/module.php:507 34 msgid "Option blocked by administrator." 35 msgstr "" 36 37 #: ../framework/classes/abstract/plugin.php:211 38 #, php-format 39 msgid "The active plugin %s is not compatible with your WordPress version." 40 msgstr "Das Plugin %s ist zu der aktuellen Wordpressversion nicht kompatibel!" 41 42 #: ../framework/classes/abstract/plugin.php:213 43 #, php-format 44 msgid "WordPress %s is required to run this plugin." 45 msgstr "WordPress %s wird für dieses Plugin benötigt." 46 47 #: ../framework/classes/abstract/plugin.php:230 48 msgid "Standard sidebar functions are not present." 49 msgstr "Standard Sidebarfunktionen stehen nicht zur Verfügung!" 50 51 #: ../framework/classes/abstract/plugin.php:231 52 #, php-format 53 msgid "It is required to use the standard sidebar to run %s" 54 msgstr "Standard Sidebaroptionen werden benötigt, to run %s" 55 56 #: ../framework/lib/formating.php:52 57 msgid "Settings saved." 58 msgstr "Einstellungen gespeichert" 59 60 #: ../framework/lib/formating.php:161 61 msgid "Just Now" 62 msgstr "" 63 64 #: ../framework/lib/formating.php:164 65 msgid "1 minute ago" 66 msgstr "" 67 68 #: ../framework/lib/formating.php:167 69 msgid "1 hour ago" 70 msgstr "" 71 72 #: ../framework/lib/formating.php:171 73 #, php-format 74 msgid "Today at %s" 75 msgstr "" 76 77 #: ../framework/lib/formating.php:171 78 #, php-format 79 msgid "Yesterday at %s" 80 msgstr "" 81 82 #: ../framework/lib/themes.php:160 83 msgid "Plugin Homepage" 84 msgstr "Plugin Homepage" 85 86 #: ../framework/lib/themes.php:164 87 #, fuzzy 88 msgid "Theme Homepage" 89 msgstr "Author Homepage" 90 91 #: ../framework/lib/themes.php:168 92 #, fuzzy 93 msgid "Documentation" 94 msgstr "ausführen" 95 96 #: ../framework/lib/themes.php:172 97 msgid "Support Forum" 98 msgstr "Support Forum" 99 100 #: ../framework/lib/themes.php:176 101 msgid "Author Homepage" 102 msgstr "Author Homepage" 103 104 #: ../framework/lib/themes.php:180 105 msgid "Donate to project" 106 msgstr "" 107 108 #: ../framework/vendor/upload/class.upload.php:2172 109 msgid "File error. Please try again." 110 msgstr "" 111 112 #: ../framework/vendor/upload/class.upload.php:2173 113 msgid "Local file doesn't exist." 114 msgstr "" 115 116 #: ../framework/vendor/upload/class.upload.php:2174 117 msgid "Local file is not readable." 118 msgstr "" 119 120 #: ../framework/vendor/upload/class.upload.php:2175 121 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 122 msgstr "" 123 124 #: ../framework/vendor/upload/class.upload.php:2176 125 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 126 msgstr "" 127 128 #: ../framework/vendor/upload/class.upload.php:2177 129 msgid "File upload error (the uploaded file was only partially uploaded)." 130 msgstr "" 131 132 #: ../framework/vendor/upload/class.upload.php:2178 133 msgid "File upload error (no file was uploaded)." 134 msgstr "" 135 136 #: ../framework/vendor/upload/class.upload.php:2179 137 msgid "File upload error (missing a temporary folder)." 138 msgstr "" 139 140 #: ../framework/vendor/upload/class.upload.php:2180 141 msgid "File upload error (failed to write file to disk)." 142 msgstr "" 143 144 #: ../framework/vendor/upload/class.upload.php:2181 145 msgid "File upload error (file upload stopped by extension)." 146 msgstr "" 147 148 #: ../framework/vendor/upload/class.upload.php:2182 149 msgid "File upload error (unknown error code)." 150 msgstr "" 151 152 #: ../framework/vendor/upload/class.upload.php:2183 153 msgid "File upload error. Please try again." 154 msgstr "" 155 156 #: ../framework/vendor/upload/class.upload.php:2184 157 msgid "File too big." 158 msgstr "" 159 160 #: ../framework/vendor/upload/class.upload.php:2185 161 msgid "MIME type can't be detected." 162 msgstr "" 163 164 #: ../framework/vendor/upload/class.upload.php:2186 165 #, fuzzy 166 msgid "Incorrect type of file." 167 msgstr "Berechtigungsname ist nicht zulässig." 168 169 #: ../framework/vendor/upload/class.upload.php:2187 170 msgid "Image too wide." 171 msgstr "" 172 173 #: ../framework/vendor/upload/class.upload.php:2188 174 msgid "Image too narrow." 175 msgstr "" 176 177 #: ../framework/vendor/upload/class.upload.php:2189 178 msgid "Image too high." 179 msgstr "" 180 181 #: ../framework/vendor/upload/class.upload.php:2190 182 msgid "Image too short." 183 msgstr "" 184 185 #: ../framework/vendor/upload/class.upload.php:2191 186 msgid "Image ratio too high (image too wide)." 187 msgstr "" 188 189 #: ../framework/vendor/upload/class.upload.php:2192 190 msgid "Image ratio too low (image too high)." 191 msgstr "" 192 193 #: ../framework/vendor/upload/class.upload.php:2193 194 msgid "Image has too many pixels." 195 msgstr "" 196 197 #: ../framework/vendor/upload/class.upload.php:2194 198 msgid "Image has not enough pixels." 199 msgstr "" 200 201 #: ../framework/vendor/upload/class.upload.php:2195 202 msgid "File not uploaded. Can't carry on a process." 203 msgstr "" 204 205 #: ../framework/vendor/upload/class.upload.php:2196 206 #, php-format 207 msgid "%s already exists. Please change the file name." 208 msgstr "" 209 210 #: ../framework/vendor/upload/class.upload.php:2197 211 msgid "No correct temp source file. Can't carry on a process." 212 msgstr "" 213 214 #: ../framework/vendor/upload/class.upload.php:2198 215 msgid "No correct uploaded source file. Can't carry on a process." 216 msgstr "" 217 218 #: ../framework/vendor/upload/class.upload.php:2199 219 msgid "Destination directory can't be created. Can't carry on a process." 220 msgstr "" 221 222 #: ../framework/vendor/upload/class.upload.php:2200 223 msgid "Destination directory doesn't exist. Can't carry on a process." 224 msgstr "" 225 226 #: ../framework/vendor/upload/class.upload.php:2201 227 msgid "Destination path is not a directory. Can't carry on a process." 228 msgstr "" 229 230 #: ../framework/vendor/upload/class.upload.php:2202 231 msgid "Destination directory can't be made writeable. Can't carry on a process." 232 msgstr "" 233 234 #: ../framework/vendor/upload/class.upload.php:2203 235 msgid "Destination path is not a writeable. Can't carry on a process." 236 msgstr "" 237 238 #: ../framework/vendor/upload/class.upload.php:2204 239 msgid "Can't create the temporary file. Can't carry on a process." 240 msgstr "" 241 242 #: ../framework/vendor/upload/class.upload.php:2205 243 msgid "Source file is not readable. Can't carry on a process." 244 msgstr "" 245 246 #: ../framework/vendor/upload/class.upload.php:2206 247 #, php-format 248 msgid "No create from %s support." 249 msgstr "" 250 251 #: ../framework/vendor/upload/class.upload.php:2207 252 #, fuzzy, php-format 253 msgid "Error in creating %s image from source." 254 msgstr "FEHLER: Rolle konnte nicht angelegt werden." 255 256 #: ../framework/vendor/upload/class.upload.php:2208 257 msgid "Can't read image source. Not an image?." 258 msgstr "" 259 260 #: ../framework/vendor/upload/class.upload.php:2209 261 msgid "GD doesn't seem to be present." 262 msgstr "" 263 264 #: ../framework/vendor/upload/class.upload.php:2210 265 #, php-format 266 msgid "No create from %s support, can't read watermark." 267 msgstr "" 268 269 #: ../framework/vendor/upload/class.upload.php:2211 270 #, php-format 271 msgid "No %s read support, can't create watermark." 272 msgstr "" 273 274 #: ../framework/vendor/upload/class.upload.php:2212 275 msgid "Unknown image format, can't read watermark." 276 msgstr "" 277 278 #: ../framework/vendor/upload/class.upload.php:2213 279 #, php-format 280 msgid "No %s create support." 281 msgstr "" 282 283 #: ../framework/vendor/upload/class.upload.php:2214 284 msgid "No conversion type defined." 285 msgstr "" 286 287 #: ../framework/vendor/upload/class.upload.php:2215 288 msgid "Error copying file on the server. copy() failed." 289 msgstr "" 290 291 #: ../framework/vendor/upload/class.upload.php:2216 292 #, fuzzy 293 msgid "Error reading the file." 294 msgstr "FEHLER: Rolle konnte nicht angelegt werden." 295 296 #: ../includes/admin.php:36 18 297 msgid "Roles and Capabilities" 19 298 msgstr "Rollen und Berechtigungen" 20 299 21 #: ../ admin-general.php:48300 #: ../includes/admin.php:45 22 301 #, php-format 23 302 msgid "Capabilities for %s" 24 303 msgstr "Berechtigungen für %s" 25 304 26 #: ../ admin-general.php:95305 #: ../includes/admin.php:92 27 306 msgid "Level:" 28 307 msgstr "Berechtigungslevel:" 29 308 30 #: ../ admin-general.php:11831 #: ../ manager.php:231309 #: ../includes/admin.php:115 310 #: ../includes/manager.php:319 32 311 msgid "Save Changes" 33 312 msgstr "Einstellungen speichern" 34 313 35 #: ../ admin-general.php:120314 #: ../includes/admin.php:117 36 315 msgid "Delete this role" 37 316 msgstr "Diese Rolle löschen" 38 317 39 #: ../ admin-general.php:120318 #: ../includes/admin.php:117 40 319 #, php-format 41 320 msgid "" … … 46 325 " 'Abbrechen' um zu stoppen, 'OK' zum löschen." 47 326 48 #: ../ admin-general.php:120327 #: ../includes/admin.php:117 49 328 msgid "Delete Role" 50 329 msgstr "Rolle löschen" 51 330 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 332 msgid "Select New Role" 333 msgstr "Neue Rolle auswählen" 334 335 #: ../includes/admin.php:136 336 #: ../includes/manager.php:296 337 msgid "Change" 338 msgstr "ändern" 339 340 #: ../includes/admin.php:141 341 msgid "Create New Role" 342 msgstr "Neue Rolle anlegen " 343 344 #: ../includes/admin.php:144 345 #: ../includes/manager.php:300 346 msgid "Create" 347 msgstr "erstellen" 348 349 #: ../includes/admin.php:149 350 msgid "Copy this role to" 351 msgstr "Diese Rolle kopieren" 352 353 #: ../includes/admin.php:152 354 #: ../includes/manager.php:309 355 msgid "Copy" 356 msgstr "kopieren" 357 358 #: ../includes/admin.php:157 359 msgid "Add Capability" 360 msgstr "Berechtigung hinzufügen" 361 362 #: ../includes/admin.php:160 363 #: ../includes/manager.php:323 364 msgid "Add to role" 365 msgstr "zur Rolle hinzufügen" 366 367 #: ../includes/author-widget.php:38 69 368 msgid "Help donating" 70 369 msgstr "Spenden" 71 370 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 109 372 msgid "Backup Tool for Capability Manager" 110 373 msgstr "Backup-Tool für den Berechtigungsmanager (Capability Manager)" 111 374 112 #: ../ backup.php:45375 #: ../includes/backup.php:42 113 376 msgid "Backup and Restore" 114 377 msgstr "Sichern und Wiederherstellen" 115 378 116 #: ../ backup.php:49379 #: ../includes/backup.php:46 117 380 msgid "Select action:" 118 381 msgstr "Aktion auswählen" 119 382 120 #: ../ backup.php:52383 #: ../includes/backup.php:49 121 384 msgid "Backup roles and capabilities" 122 385 msgstr "Backup der Rollen und Berechtigungen" 123 386 124 #: ../ backup.php:53387 #: ../includes/backup.php:50 125 388 msgid "Restore last saved backup" 126 389 msgstr "Zuletzt gespeichertes Sicherung wiederherstellen" 127 390 128 #: ../ backup.php:55391 #: ../includes/backup.php:52 129 392 msgid "Do Action" 130 393 msgstr "ausführen" 131 394 132 #: ../ backup.php:63395 #: ../includes/backup.php:60 133 396 msgid "Reset WordPress Defaults" 134 397 msgstr "Wordpress Standardeinstellungen wiederherstellen" 135 398 136 #: ../ backup.php:65399 #: ../includes/backup.php:62 137 400 msgid "WARNING:" 138 401 msgstr "WARNUNG:" 139 402 140 #: ../ backup.php:65403 #: ../includes/backup.php:62 141 404 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 142 405 msgstr "das Wiederherstellen von Rollen und Berechtigungen erfolgt auf den Wordpress Standard!" 143 406 144 #: ../ backup.php:66407 #: ../includes/backup.php:63 145 408 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 146 409 msgstr "Einstellungen zu Rollen und Berechtigungen die nicht mit dem Berechtigungs-Manager erstellt wurden, werden gelöscht!" 147 410 148 #: ../ backup.php:67411 #: ../includes/backup.php:64 149 412 msgid "It is recommended to use this only as a last resource!" 150 413 msgstr "Es wird empfohlen, dies als letzte Möglichkeit anzuwenden!" 151 414 152 #: ../ backup.php:68415 #: ../includes/backup.php:65 153 416 msgid "Reset Roles and Capabilities to WordPress defaults" 154 417 msgstr "Rollen und Berechtigungen auf den Wordpress Standard zurücksetzen" 155 418 156 #: ../ backup.php:68419 #: ../includes/backup.php:65 157 420 msgid "" 158 421 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 162 425 " 'Abbrechen' um dies nicht zu tun, 'OK' um auf Standardwerte zurückzusetzen." 163 426 164 #: ../ backup.php:68427 #: ../includes/backup.php:65 165 428 msgid "Reset to WordPress defaults" 166 429 msgstr "Wordpress Standardwerte wiederherstellen." 167 430 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 186 433 msgid "Capability Manager" 187 434 msgstr "Berechtigungs Manager" 188 435 189 #: ../ manager.php:117436 #: ../includes/manager.php:139 190 437 msgid "Capabilities" 191 438 msgstr "Berechtigungen" 192 439 193 #: ../ manager.php:140194 #: ../ manager.php:174440 #: ../includes/manager.php:220 441 #: ../includes/manager.php:256 195 442 msgid "What do you think you're doing?!?" 196 443 msgstr "Was glaubst du, was Du tust?" 197 444 198 #: ../ manager.php:199445 #: ../includes/manager.php:283 199 446 msgid "Bad form Received" 200 447 msgstr "Fehlerhaftes Formular empfangen." 201 448 202 #: ../ manager.php:214203 #: ../ manager.php:224449 #: ../includes/manager.php:302 450 #: ../includes/manager.php:312 204 451 msgid "New role created." 205 452 msgstr "Neue Rolle wurde erstellt." 206 453 207 #: ../ manager.php:217208 #: ../ manager.php:227454 #: ../includes/manager.php:305 455 #: ../includes/manager.php:315 209 456 msgid "Error: Failed creating the new role." 210 457 msgstr "FEHLER: Rolle konnte nicht angelegt werden." 211 458 212 #: ../ manager.php:232459 #: ../includes/manager.php:320 213 460 msgid "New capabilities saved." 214 461 msgstr "Neue Berechtigung gespeichert." 215 462 216 #: ../ manager.php:240463 #: ../includes/manager.php:328 217 464 msgid "New capability added to role." 218 465 msgstr "Neue Berechtigung zur Rolle hinzugefügt." 219 466 220 #: ../ manager.php:242467 #: ../includes/manager.php:330 221 468 msgid "Incorrect capability name." 222 469 msgstr "Berechtigungsname ist nicht zulässig." 223 470 224 #: ../ manager.php:245471 #: ../includes/manager.php:334 225 472 msgid "Bad form received." 226 473 msgstr "Fehlerhaftes Formular empfangen." 227 474 228 #: ../ manager.php:264475 #: ../includes/manager.php:354 229 476 msgid "New backup saved." 230 477 msgstr "Neues Backup wurde erfolgreich gespeichert." 231 478 232 #: ../ manager.php:270479 #: ../includes/manager.php:360 233 480 msgid "Roles and Capabilities restored from last backup." 234 481 msgstr "Rollen und Berechtigungen der letzten Sicherung wiederhergestellt." 235 482 236 #: ../ manager.php:272483 #: ../includes/manager.php:362 237 484 msgid "Restore failed. No backup found." 238 485 msgstr "Wiederherstellen fehlgeschlagen - kein Backup gefunden!" 239 486 240 #: ../ manager.php:293487 #: ../includes/manager.php:384 241 488 #, php-format 242 489 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 243 490 msgstr "Standardrolle (default) konnte nicht gelöscht werden. Zuerst <a href=\"%s\">ändern</a>." 244 491 245 #: ../ manager.php:314246 #, php-format247 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 494 msgid "Role has been deleted. %1$d users moved to default role %2$s." 248 495 msgstr "Rolle %1$s wurde gelöscht. %2$d Benutzer auf Standardrolle (default) gesetzt %3$s." 249 496 250 #: ../ manager.php:327497 #: ../includes/manager.php:419 251 498 msgid "Needed function to create default roles not found!" 252 499 msgstr "Benötigte Funktion zum Erstellen der Standardrolle (default) nicht gefunden!" 253 500 254 #: ../ manager.php:339501 #: ../includes/manager.php:431 255 502 msgid "Roles and Capabilities reset to WordPress defaults" 256 503 msgstr "Rollen und Berechtigungen auf Wordpress Standard zurücksetzen" 257 504 258 #: ../ manager.php:511505 #: ../includes/manager.php:620 259 506 msgid "You cannot remove Manage Capabilities from Administrators" 260 507 msgstr "Administratoren dürfen keine Berechtigungen entzogen werden!" 261 508 262 #: ../framework/formating.php:38263 msgid "Settings saved."264 msgstr "Einstellungen gespeichert"265 266 #: ../framework/plugins.php:468267 #, php-format268 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:470272 #, php-format273 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:510277 msgid "Standard sidebar functions are not present."278 msgstr "Standard Sidebarfunktionen stehen nicht zur Verfügung!"279 280 #: ../framework/plugins.php:511281 #, php-format282 msgid "It is required to use the standard sidebar to run %s"283 msgstr "Standard Sidebaroptionen werden benötigt, to run %s"284 285 509 #~ msgid "Managing %s" 286 510 #~ msgstr "Administrando %s" -
capsman/trunk/lang/capsman-es_ES.po
r196967 r198515 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-01-2 3 02:16+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" … … 15 15 "X-Poedit-SourceCharset: utf-8\n" 16 16 17 #: ../admin-general.php:41 17 #: ../capsman.php:53 18 #: ../framework/classes/abstract/plugin.php:210 19 #: ../framework/classes/abstract/plugin.php:229 20 msgid "Warning:" 21 msgstr "Atención:" 22 23 #: ../capsman.php:54 24 #, php-format 25 msgid "The active plugin %s is not compatible with your PHP version." 26 msgstr "La extensión activa %s no es compatible con tu versión de PHP." 27 28 #: ../capsman.php:56 29 #, php-format 30 msgid "%s is required for this plugin." 31 msgstr "Se require %s para utilizar esta extensión." 32 33 #: ../framework/classes/abstract/module.php:507 34 msgid "Option blocked by administrator." 35 msgstr "Opción bloqueada por el administrador." 36 37 #: ../framework/classes/abstract/plugin.php:211 38 #, php-format 39 msgid "The active plugin %s is not compatible with your WordPress version." 40 msgstr "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 44 msgid "WordPress %s is required to run this plugin." 45 msgstr "Se require WordPress %s para ejecutar esta extensión." 46 47 #: ../framework/classes/abstract/plugin.php:230 48 msgid "Standard sidebar functions are not present." 49 msgstr "No se han encontrado algunas funciones de la barra lateral estándar." 50 51 #: ../framework/classes/abstract/plugin.php:231 52 #, php-format 53 msgid "It is required to use the standard sidebar to run %s" 54 msgstr "Es preciso utilizar la barra lateral estándar para ejectutar %s" 55 56 #: ../framework/lib/formating.php:52 57 msgid "Settings saved." 58 msgstr "Opciones guardadas." 59 60 #: ../framework/lib/formating.php:161 61 msgid "Just Now" 62 msgstr "Ahora mismo" 63 64 #: ../framework/lib/formating.php:164 65 msgid "1 minute ago" 66 msgstr "Hace 1 minuto" 67 68 #: ../framework/lib/formating.php:167 69 msgid "1 hour ago" 70 msgstr "Hace una hora" 71 72 #: ../framework/lib/formating.php:171 73 #, php-format 74 msgid "Today at %s" 75 msgstr "Hoy a las %s" 76 77 #: ../framework/lib/formating.php:171 78 #, php-format 79 msgid "Yesterday at %s" 80 msgstr "Ayer a las %s" 81 82 #: ../framework/lib/themes.php:160 83 msgid "Plugin Homepage" 84 msgstr "Página del plugin" 85 86 #: ../framework/lib/themes.php:164 87 msgid "Theme Homepage" 88 msgstr "Página del tema" 89 90 #: ../framework/lib/themes.php:168 91 msgid "Documentation" 92 msgstr "Documentación" 93 94 #: ../framework/lib/themes.php:172 95 msgid "Support Forum" 96 msgstr "Foro de soporte" 97 98 #: ../framework/lib/themes.php:176 99 msgid "Author Homepage" 100 msgstr "Página del autor" 101 102 #: ../framework/lib/themes.php:180 103 msgid "Donate to project" 104 msgstr "Haz un donativo" 105 106 #: ../framework/vendor/upload/class.upload.php:2172 107 msgid "File error. Please try again." 108 msgstr "Error de archivo. Por favor, reintentalo de nuevo." 109 110 #: ../framework/vendor/upload/class.upload.php:2173 111 msgid "Local file doesn't exist." 112 msgstr "El archivo local no existe." 113 114 #: ../framework/vendor/upload/class.upload.php:2174 115 msgid "Local file is not readable." 116 msgstr "El archivo local no es legible." 117 118 #: ../framework/vendor/upload/class.upload.php:2175 119 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 120 msgstr "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 123 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 124 msgstr "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 127 msgid "File upload error (the uploaded file was only partially uploaded)." 128 msgstr "Error de carga de archivo (el archivo sólo se recibió parcialmente)." 129 130 #: ../framework/vendor/upload/class.upload.php:2178 131 msgid "File upload error (no file was uploaded)." 132 msgstr "Error de carga de archivo (no se recibió archivo)." 133 134 #: ../framework/vendor/upload/class.upload.php:2179 135 msgid "File upload error (missing a temporary folder)." 136 msgstr "Error de carga de archivo (falta la carpeta temporal)." 137 138 #: ../framework/vendor/upload/class.upload.php:2180 139 msgid "File upload error (failed to write file to disk)." 140 msgstr "Error de carga de archivo (no se pudo escribir en el disco)." 141 142 #: ../framework/vendor/upload/class.upload.php:2181 143 msgid "File upload error (file upload stopped by extension)." 144 msgstr "Error de carga de archivo (se ha bloquedao el archivo por extensión)." 145 146 #: ../framework/vendor/upload/class.upload.php:2182 147 msgid "File upload error (unknown error code)." 148 msgstr "Error de carga de archivo (código de error desconocido)." 149 150 #: ../framework/vendor/upload/class.upload.php:2183 151 msgid "File upload error. Please try again." 152 msgstr "Error de carga de archivo. Por favor, reinténtalo." 153 154 #: ../framework/vendor/upload/class.upload.php:2184 155 msgid "File too big." 156 msgstr "Archivo demasiado grande." 157 158 #: ../framework/vendor/upload/class.upload.php:2185 159 msgid "MIME type can't be detected." 160 msgstr "No se pudo detectar el tipo MIME." 161 162 #: ../framework/vendor/upload/class.upload.php:2186 163 msgid "Incorrect type of file." 164 msgstr "Tipo de archivo incorrecto." 165 166 #: ../framework/vendor/upload/class.upload.php:2187 167 msgid "Image too wide." 168 msgstr "Imagen demasiado ancha." 169 170 #: ../framework/vendor/upload/class.upload.php:2188 171 msgid "Image too narrow." 172 msgstr "Imagen demasiado estrecha." 173 174 #: ../framework/vendor/upload/class.upload.php:2189 175 msgid "Image too high." 176 msgstr "Imagen demasiado alta." 177 178 #: ../framework/vendor/upload/class.upload.php:2190 179 msgid "Image too short." 180 msgstr "Imagen demasiado baja." 181 182 #: ../framework/vendor/upload/class.upload.php:2191 183 msgid "Image ratio too high (image too wide)." 184 msgstr "Ratio de imagen demariado alto (imagen demasiado ancha)." 185 186 #: ../framework/vendor/upload/class.upload.php:2192 187 msgid "Image ratio too low (image too high)." 188 msgstr "Ratio de imagen demasiado bajo (imagen demasiado alta)." 189 190 #: ../framework/vendor/upload/class.upload.php:2193 191 msgid "Image has too many pixels." 192 msgstr "La imágen tiene demasiados píxeles." 193 194 #: ../framework/vendor/upload/class.upload.php:2194 195 msgid "Image has not enough pixels." 196 msgstr "La imagen no tiene suficientes píxeles." 197 198 #: ../framework/vendor/upload/class.upload.php:2195 199 msgid "File not uploaded. Can't carry on a process." 200 msgstr "No se ha cargado el archivo. No se puede ejecutar el proceso." 201 202 #: ../framework/vendor/upload/class.upload.php:2196 203 #, php-format 204 msgid "%s already exists. Please change the file name." 205 msgstr "El archivo %s ya existe. Por favor, cambia el nombre de archivo." 206 207 #: ../framework/vendor/upload/class.upload.php:2197 208 msgid "No correct temp source file. Can't carry on a process." 209 msgstr "El archivo temporal es incorrecto. No se puede ejecutar el proceso." 210 211 #: ../framework/vendor/upload/class.upload.php:2198 212 msgid "No correct uploaded source file. Can't carry on a process." 213 msgstr "Archivo original incorrecto. No se puede ejecutar el proceso." 214 215 #: ../framework/vendor/upload/class.upload.php:2199 216 msgid "Destination directory can't be created. Can't carry on a process." 217 msgstr "No se puede crear el directorio de destino. No se puede realizar el proceso." 218 219 #: ../framework/vendor/upload/class.upload.php:2200 220 msgid "Destination directory doesn't exist. Can't carry on a process." 221 msgstr "El directorio de destino no existe. No se puede realizar el proceso." 222 223 #: ../framework/vendor/upload/class.upload.php:2201 224 msgid "Destination path is not a directory. Can't carry on a process." 225 msgstr "La ruta de destino no es un directorio. No se puede realizar el proceso." 226 227 #: ../framework/vendor/upload/class.upload.php:2202 228 msgid "Destination directory can't be made writeable. Can't carry on a process." 229 msgstr "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 232 msgid "Destination path is not a writeable. Can't carry on a process." 233 msgstr "No se puede escribir en la ruta de destino. No se puede realizar el proceso." 234 235 #: ../framework/vendor/upload/class.upload.php:2204 236 msgid "Can't create the temporary file. Can't carry on a process." 237 msgstr "No se puede crar un archivo temporal. No se puede ejecutar el proceso." 238 239 #: ../framework/vendor/upload/class.upload.php:2205 240 msgid "Source file is not readable. Can't carry on a process." 241 msgstr "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 245 msgid "No create from %s support." 246 msgstr "No hay soporte para crear desde %s." 247 248 #: ../framework/vendor/upload/class.upload.php:2207 249 #, php-format 250 msgid "Error in creating %s image from source." 251 msgstr "Error creacdo la imagen %s desde el original." 252 253 #: ../framework/vendor/upload/class.upload.php:2208 254 msgid "Can't read image source. Not an image?." 255 msgstr "No se puede leer la imagen orginal. ¿Es una imagen?" 256 257 #: ../framework/vendor/upload/class.upload.php:2209 258 msgid "GD doesn't seem to be present." 259 msgstr "No se ha detectado la libreria GD." 260 261 #: ../framework/vendor/upload/class.upload.php:2210 262 #, php-format 263 msgid "No create from %s support, can't read watermark." 264 msgstr "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 268 msgid "No %s read support, can't create watermark." 269 msgstr "No hay soporte para leer %s. No se puede crear la marca de agua." 270 271 #: ../framework/vendor/upload/class.upload.php:2212 272 msgid "Unknown image format, can't read watermark." 273 msgstr "Formato de imagen desconocido. No se puede leer la marca al agua." 274 275 #: ../framework/vendor/upload/class.upload.php:2213 276 #, php-format 277 msgid "No %s create support." 278 msgstr "No hay soporte para crear %s." 279 280 #: ../framework/vendor/upload/class.upload.php:2214 281 msgid "No conversion type defined." 282 msgstr "No se ha definido el tipo de conversión." 283 284 #: ../framework/vendor/upload/class.upload.php:2215 285 msgid "Error copying file on the server. copy() failed." 286 msgstr "Error coipiando el archivo en el servidor. Ha fallado copy()." 287 288 #: ../framework/vendor/upload/class.upload.php:2216 289 msgid "Error reading the file." 290 msgstr "Error leyendo el archivo." 291 292 #: ../includes/admin.php:36 18 293 msgid "Roles and Capabilities" 19 294 msgstr "Roles y Permisos" 20 295 21 #: ../ admin-general.php:50296 #: ../includes/admin.php:45 22 297 #, php-format 23 298 msgid "Capabilities for %s" 24 299 msgstr "Permisos para %s" 25 300 26 #: ../ admin-general.php:97301 #: ../includes/admin.php:92 27 302 msgid "Level:" 28 303 msgstr "Nivel:" 29 304 30 #: ../ admin-general.php:12031 #: ../ manager.php:233305 #: ../includes/admin.php:115 306 #: ../includes/manager.php:319 32 307 msgid "Save Changes" 33 308 msgstr "Guardar cambios" 34 309 35 #: ../ admin-general.php:122310 #: ../includes/admin.php:117 36 311 msgid "Delete this role" 37 312 msgstr "Eliminar este rol" 38 313 39 #: ../ admin-general.php:122314 #: ../includes/admin.php:117 40 315 #, php-format 41 316 msgid "" … … 46 321 " 'Aceptar' para borrar, 'Cancelar' para salir." 47 322 48 #: ../ admin-general.php:122323 #: ../includes/admin.php:117 49 324 msgid "Delete Role" 50 325 msgstr "Eliminar Rol" 51 326 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 328 msgid "Select New Role" 329 msgstr "Seleccionar nuevo Rol" 330 331 #: ../includes/admin.php:136 332 #: ../includes/manager.php:296 333 msgid "Change" 334 msgstr "Cambiar" 335 336 #: ../includes/admin.php:141 337 msgid "Create New Role" 338 msgstr "Crear nuevo Rol" 339 340 #: ../includes/admin.php:144 341 #: ../includes/manager.php:300 342 msgid "Create" 343 msgstr "Crear" 344 345 #: ../includes/admin.php:149 346 msgid "Copy this role to" 347 msgstr "Copiar este rol a" 348 349 #: ../includes/admin.php:152 350 #: ../includes/manager.php:309 351 msgid "Copy" 352 msgstr "Copiar" 353 354 #: ../includes/admin.php:157 355 msgid "Add Capability" 356 msgstr "Añadir Permiso" 357 358 #: ../includes/admin.php:160 359 #: ../includes/manager.php:323 360 msgid "Add to role" 361 msgstr "Añadir al rol" 362 363 #: ../includes/author-widget.php:38 69 364 msgid "Help donating" 70 365 msgstr "Ayuda donando" 71 366 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 109 368 msgid "Backup Tool for Capability Manager" 110 369 msgstr "Herramienta de copias de seguridad para Capability Manager" 111 370 112 #: ../ backup.php:47371 #: ../includes/backup.php:42 113 372 msgid "Backup and Restore" 114 373 msgstr "Salvar y Recuperar" 115 374 116 #: ../ backup.php:51375 #: ../includes/backup.php:46 117 376 msgid "Select action:" 118 377 msgstr "Selecciona una acción:" 119 378 120 #: ../ backup.php:54379 #: ../includes/backup.php:49 121 380 msgid "Backup roles and capabilities" 122 381 msgstr "Crea una copia de seguridad de roles y permisos" 123 382 124 #: ../ backup.php:55383 #: ../includes/backup.php:50 125 384 msgid "Restore last saved backup" 126 385 msgstr "Recupera la última copia de seguridad" 127 386 128 #: ../ backup.php:57387 #: ../includes/backup.php:52 129 388 msgid "Do Action" 130 389 msgstr "Ejecutar Acción" 131 390 132 #: ../ backup.php:65391 #: ../includes/backup.php:60 133 392 msgid "Reset WordPress Defaults" 134 393 msgstr "Restaurar valores por defecto de WordPress" 135 394 136 #: ../ backup.php:67395 #: ../includes/backup.php:62 137 396 msgid "WARNING:" 138 397 msgstr "ATENCIÓN:" 139 398 140 #: ../ backup.php:67399 #: ../includes/backup.php:62 141 400 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 142 401 msgstr "Restaurando los Roles y Premisos por defecto, los devolverá al estado por defecto de la instalación de WordPress." 143 402 144 #: ../ backup.php:68403 #: ../includes/backup.php:63 145 404 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 146 405 msgstr "Si has instalado algún plugin que añade roles o permisos, estos se perderán." 147 406 148 #: ../ backup.php:69407 #: ../includes/backup.php:64 149 408 msgid "It is recommended to use this only as a last resource!" 150 409 msgstr "¡Se recomienda utilitzar esta opción solo como último recurso!" 151 410 152 #: ../ backup.php:70411 #: ../includes/backup.php:65 153 412 msgid "Reset Roles and Capabilities to WordPress defaults" 154 413 msgstr "Restaura Roles y Permisos a los valores por defecto de WordPress" 155 414 156 #: ../ backup.php:70415 #: ../includes/backup.php:65 157 416 msgid "" 158 417 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 162 421 " 'Aceptar' para restaurar, 'Cancelar' para abandonar." 163 422 164 #: ../ backup.php:70423 #: ../includes/backup.php:65 165 424 msgid "Reset to WordPress defaults" 166 425 msgstr "Restaura los valores por defecto de WordPress" 167 426 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 186 429 msgid "Capability Manager" 187 430 msgstr "Administrador de Permisos" 188 431 189 #: ../ manager.php:119432 #: ../includes/manager.php:139 190 433 msgid "Capabilities" 191 434 msgstr "Permisos" 192 435 193 #: ../ manager.php:142194 #: ../ manager.php:176436 #: ../includes/manager.php:220 437 #: ../includes/manager.php:256 195 438 msgid "What do you think you're doing?!?" 196 439 msgstr "¿Que piensas que estás haciendo?" 197 440 198 #: ../ manager.php:201441 #: ../includes/manager.php:283 199 442 msgid "Bad form Received" 200 443 msgstr "Se ha recibido un formulario incorrecto." 201 444 202 #: ../ manager.php:216203 #: ../ manager.php:226445 #: ../includes/manager.php:302 446 #: ../includes/manager.php:312 204 447 msgid "New role created." 205 448 msgstr "Se ha creado el nuevo rol." 206 449 207 #: ../ manager.php:219208 #: ../ manager.php:229450 #: ../includes/manager.php:305 451 #: ../includes/manager.php:315 209 452 msgid "Error: Failed creating the new role." 210 453 msgstr "Error: No se ha podido crear el nuevo rol." 211 454 212 #: ../ manager.php:234455 #: ../includes/manager.php:320 213 456 msgid "New capabilities saved." 214 457 msgstr "Se han actualizado los nuevos permisos." 215 458 216 #: ../ manager.php:242459 #: ../includes/manager.php:328 217 460 msgid "New capability added to role." 218 461 msgstr "Nuevos permiso añadido al rol." 219 462 220 #: ../ manager.php:244463 #: ../includes/manager.php:330 221 464 msgid "Incorrect capability name." 222 465 msgstr "Nombre incorrecto de permiso ." 223 466 224 #: ../ manager.php:247467 #: ../includes/manager.php:334 225 468 msgid "Bad form received." 226 469 msgstr "Se ha recibido un formulario incorrecto." 227 470 228 #: ../ manager.php:266471 #: ../includes/manager.php:354 229 472 msgid "New backup saved." 230 473 msgstr "Se ha creado una nueva copia de seguridad." 231 474 232 #: ../ manager.php:272475 #: ../includes/manager.php:360 233 476 msgid "Roles and Capabilities restored from last backup." 234 477 msgstr "Roles y permisos restaurados de la última copia de seguridad." 235 478 236 #: ../ manager.php:274479 #: ../includes/manager.php:362 237 480 msgid "Restore failed. No backup found." 238 481 msgstr "Ha fallado la recuperación. No se encontró ninguna copia de seguridad." 239 482 240 #: ../ manager.php:295483 #: ../includes/manager.php:384 241 484 #, php-format 242 485 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 243 486 msgstr "No se puede eliminar el rol predeterminado. <a href=\"%s\">Debes cambiarlo antes</a>." 244 487 245 #: ../ manager.php:316246 #, 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:329488 #: ../includes/manager.php:405 489 #, php-format 490 msgid "Role has been deleted. %1$d users moved to default role %2$s." 491 msgstr "El rol ha sido eliminado. Se ha asignado el rol predeterminado %2$s a %1$d usuarios." 492 493 #: ../includes/manager.php:419 251 494 msgid "Needed function to create default roles not found!" 252 495 msgstr "¡No se encontró la función necesaria para crear los roles por defecto!" 253 496 254 #: ../ manager.php:341497 #: ../includes/manager.php:431 255 498 msgid "Roles and Capabilities reset to WordPress defaults" 256 499 msgstr "Roles y Permisos restaurados a los valores por defecto de WordPress" 257 500 258 #: ../ manager.php:513501 #: ../includes/manager.php:620 259 502 msgid "You cannot remove Manage Capabilities from Administrators" 260 503 msgstr "No se puede eliminar 'Manage Capabilities' de los administradores." 261 504 262 #: ../framework/formating.php:39263 msgid "Settings saved."264 msgstr "Opciones guardadas."265 266 #: ../framework/plugins.php:485267 #, php-format268 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:487272 #, php-format273 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:527277 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:528281 #, php-format282 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 285 505 #~ msgid "Managing %s" 286 506 #~ msgstr "Administrando %s" -
capsman/trunk/lang/capsman-it_IT.po
r167386 r198515 3 3 "Project-Id-Version: Capability Manager in italiano\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 20 09-05-27 01:01+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" 8 8 "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n" 9 9 "MIME-Version: 1.0\n" … … 18 18 "X-Poedit-SearchPath-0: ..\n" 19 19 20 #: ../admin-general.php:39 20 #: ../capsman.php:53 21 #: ../framework/classes/abstract/plugin.php:210 22 #: ../framework/classes/abstract/plugin.php:229 23 msgid "Warning:" 24 msgstr "Attenzione:" 25 26 #: ../capsman.php:54 27 #, php-format 28 msgid "The active plugin %s is not compatible with your PHP version." 29 msgstr "Il plugin %s non é compatibile con la tua versione PHP." 30 31 #: ../capsman.php:56 32 #, php-format 33 msgid "%s is required for this plugin." 34 msgstr "E' necessario %s per l'utilizzo di questo plugin." 35 36 #: ../framework/classes/abstract/module.php:507 37 msgid "Option blocked by administrator." 38 msgstr "" 39 40 #: ../framework/classes/abstract/plugin.php:211 41 #, php-format 42 msgid "The active plugin %s is not compatible with your WordPress version." 43 msgstr "Il plugin %s non é compatibile con la tua versione di WordPress." 44 45 #: ../framework/classes/abstract/plugin.php:213 46 #, php-format 47 msgid "WordPress %s is required to run this plugin." 48 msgstr "Per l'utilizzo del plugin é necessario WordPress %s." 49 50 #: ../framework/classes/abstract/plugin.php:230 51 msgid "Standard sidebar functions are not present." 52 msgstr "Le funzioni standard per la sidebar non sono presenti." 53 54 #: ../framework/classes/abstract/plugin.php:231 55 #, php-format 56 msgid "It is required to use the standard sidebar to run %s" 57 msgstr "Necessario per l'utilizzo della sidebar standard %s" 58 59 #: ../framework/lib/formating.php:52 60 msgid "Settings saved." 61 msgstr "Le impostazioni sono state salvate." 62 63 #: ../framework/lib/formating.php:161 64 msgid "Just Now" 65 msgstr "" 66 67 #: ../framework/lib/formating.php:164 68 msgid "1 minute ago" 69 msgstr "" 70 71 #: ../framework/lib/formating.php:167 72 msgid "1 hour ago" 73 msgstr "" 74 75 #: ../framework/lib/formating.php:171 76 #, php-format 77 msgid "Today at %s" 78 msgstr "" 79 80 #: ../framework/lib/formating.php:171 81 #, php-format 82 msgid "Yesterday at %s" 83 msgstr "" 84 85 #: ../framework/lib/themes.php:160 86 msgid "Plugin Homepage" 87 msgstr "Homepage del plugin" 88 89 #: ../framework/lib/themes.php:164 90 #, fuzzy 91 msgid "Theme Homepage" 92 msgstr "Homepage autore" 93 94 #: ../framework/lib/themes.php:168 95 #, fuzzy 96 msgid "Documentation" 97 msgstr "Procedi" 98 99 #: ../framework/lib/themes.php:172 100 msgid "Support Forum" 101 msgstr "Forum di supporto" 102 103 #: ../framework/lib/themes.php:176 104 msgid "Author Homepage" 105 msgstr "Homepage autore" 106 107 #: ../framework/lib/themes.php:180 108 msgid "Donate to project" 109 msgstr "" 110 111 #: ../framework/vendor/upload/class.upload.php:2172 112 msgid "File error. Please try again." 113 msgstr "" 114 115 #: ../framework/vendor/upload/class.upload.php:2173 116 msgid "Local file doesn't exist." 117 msgstr "" 118 119 #: ../framework/vendor/upload/class.upload.php:2174 120 msgid "Local file is not readable." 121 msgstr "" 122 123 #: ../framework/vendor/upload/class.upload.php:2175 124 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 125 msgstr "" 126 127 #: ../framework/vendor/upload/class.upload.php:2176 128 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 129 msgstr "" 130 131 #: ../framework/vendor/upload/class.upload.php:2177 132 msgid "File upload error (the uploaded file was only partially uploaded)." 133 msgstr "" 134 135 #: ../framework/vendor/upload/class.upload.php:2178 136 msgid "File upload error (no file was uploaded)." 137 msgstr "" 138 139 #: ../framework/vendor/upload/class.upload.php:2179 140 msgid "File upload error (missing a temporary folder)." 141 msgstr "" 142 143 #: ../framework/vendor/upload/class.upload.php:2180 144 msgid "File upload error (failed to write file to disk)." 145 msgstr "" 146 147 #: ../framework/vendor/upload/class.upload.php:2181 148 msgid "File upload error (file upload stopped by extension)." 149 msgstr "" 150 151 #: ../framework/vendor/upload/class.upload.php:2182 152 msgid "File upload error (unknown error code)." 153 msgstr "" 154 155 #: ../framework/vendor/upload/class.upload.php:2183 156 msgid "File upload error. Please try again." 157 msgstr "" 158 159 #: ../framework/vendor/upload/class.upload.php:2184 160 msgid "File too big." 161 msgstr "" 162 163 #: ../framework/vendor/upload/class.upload.php:2185 164 msgid "MIME type can't be detected." 165 msgstr "" 166 167 #: ../framework/vendor/upload/class.upload.php:2186 168 #, fuzzy 169 msgid "Incorrect type of file." 170 msgstr "Nome non valido per la capacità." 171 172 #: ../framework/vendor/upload/class.upload.php:2187 173 msgid "Image too wide." 174 msgstr "" 175 176 #: ../framework/vendor/upload/class.upload.php:2188 177 msgid "Image too narrow." 178 msgstr "" 179 180 #: ../framework/vendor/upload/class.upload.php:2189 181 msgid "Image too high." 182 msgstr "" 183 184 #: ../framework/vendor/upload/class.upload.php:2190 185 msgid "Image too short." 186 msgstr "" 187 188 #: ../framework/vendor/upload/class.upload.php:2191 189 msgid "Image ratio too high (image too wide)." 190 msgstr "" 191 192 #: ../framework/vendor/upload/class.upload.php:2192 193 msgid "Image ratio too low (image too high)." 194 msgstr "" 195 196 #: ../framework/vendor/upload/class.upload.php:2193 197 msgid "Image has too many pixels." 198 msgstr "" 199 200 #: ../framework/vendor/upload/class.upload.php:2194 201 msgid "Image has not enough pixels." 202 msgstr "" 203 204 #: ../framework/vendor/upload/class.upload.php:2195 205 msgid "File not uploaded. Can't carry on a process." 206 msgstr "" 207 208 #: ../framework/vendor/upload/class.upload.php:2196 209 #, php-format 210 msgid "%s already exists. Please change the file name." 211 msgstr "" 212 213 #: ../framework/vendor/upload/class.upload.php:2197 214 msgid "No correct temp source file. Can't carry on a process." 215 msgstr "" 216 217 #: ../framework/vendor/upload/class.upload.php:2198 218 msgid "No correct uploaded source file. Can't carry on a process." 219 msgstr "" 220 221 #: ../framework/vendor/upload/class.upload.php:2199 222 msgid "Destination directory can't be created. Can't carry on a process." 223 msgstr "" 224 225 #: ../framework/vendor/upload/class.upload.php:2200 226 msgid "Destination directory doesn't exist. Can't carry on a process." 227 msgstr "" 228 229 #: ../framework/vendor/upload/class.upload.php:2201 230 msgid "Destination path is not a directory. Can't carry on a process." 231 msgstr "" 232 233 #: ../framework/vendor/upload/class.upload.php:2202 234 msgid "Destination directory can't be made writeable. Can't carry on a process." 235 msgstr "" 236 237 #: ../framework/vendor/upload/class.upload.php:2203 238 msgid "Destination path is not a writeable. Can't carry on a process." 239 msgstr "" 240 241 #: ../framework/vendor/upload/class.upload.php:2204 242 msgid "Can't create the temporary file. Can't carry on a process." 243 msgstr "" 244 245 #: ../framework/vendor/upload/class.upload.php:2205 246 msgid "Source file is not readable. Can't carry on a process." 247 msgstr "" 248 249 #: ../framework/vendor/upload/class.upload.php:2206 250 #, php-format 251 msgid "No create from %s support." 252 msgstr "" 253 254 #: ../framework/vendor/upload/class.upload.php:2207 255 #, fuzzy, php-format 256 msgid "Error in creating %s image from source." 257 msgstr "Errore: non é stato possibile creare il nuovo ruolo." 258 259 #: ../framework/vendor/upload/class.upload.php:2208 260 msgid "Can't read image source. Not an image?." 261 msgstr "" 262 263 #: ../framework/vendor/upload/class.upload.php:2209 264 msgid "GD doesn't seem to be present." 265 msgstr "" 266 267 #: ../framework/vendor/upload/class.upload.php:2210 268 #, php-format 269 msgid "No create from %s support, can't read watermark." 270 msgstr "" 271 272 #: ../framework/vendor/upload/class.upload.php:2211 273 #, php-format 274 msgid "No %s read support, can't create watermark." 275 msgstr "" 276 277 #: ../framework/vendor/upload/class.upload.php:2212 278 msgid "Unknown image format, can't read watermark." 279 msgstr "" 280 281 #: ../framework/vendor/upload/class.upload.php:2213 282 #, php-format 283 msgid "No %s create support." 284 msgstr "" 285 286 #: ../framework/vendor/upload/class.upload.php:2214 287 msgid "No conversion type defined." 288 msgstr "" 289 290 #: ../framework/vendor/upload/class.upload.php:2215 291 msgid "Error copying file on the server. copy() failed." 292 msgstr "" 293 294 #: ../framework/vendor/upload/class.upload.php:2216 295 #, fuzzy 296 msgid "Error reading the file." 297 msgstr "Errore: non é stato possibile creare il nuovo ruolo." 298 299 #: ../includes/admin.php:36 21 300 msgid "Roles and Capabilities" 22 301 msgstr "Ruoli e capacità" 23 302 24 #: ../ admin-general.php:48303 #: ../includes/admin.php:45 25 304 #, php-format 26 305 msgid "Capabilities for %s" 27 306 msgstr "Capacità per %s" 28 307 29 #: ../ admin-general.php:95308 #: ../includes/admin.php:92 30 309 msgid "Level:" 31 310 msgstr "Livello:" 32 311 33 #: ../ admin-general.php:11834 #: ../ manager.php:231312 #: ../includes/admin.php:115 313 #: ../includes/manager.php:319 35 314 msgid "Save Changes" 36 315 msgstr "Salva le modifiche" 37 316 38 #: ../ admin-general.php:120317 #: ../includes/admin.php:117 39 318 msgid "Delete this role" 40 319 msgstr "Cancella questo ruolo" 41 320 42 #: ../ admin-general.php:120321 #: ../includes/admin.php:117 43 322 #, php-format 44 323 msgid "" … … 49 328 " 'Annulla' per fermarti, 'OK' per procedere." 50 329 51 #: ../ admin-general.php:120330 #: ../includes/admin.php:117 52 331 msgid "Delete Role" 53 332 msgstr "Cancella il ruolo" 54 333 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 335 msgid "Select New Role" 336 msgstr "Seleziona ruolo" 337 338 #: ../includes/admin.php:136 339 #: ../includes/manager.php:296 340 msgid "Change" 341 msgstr "Cambia" 342 343 #: ../includes/admin.php:141 344 msgid "Create New Role" 345 msgstr "Crea un nuovo ruolo" 346 347 #: ../includes/admin.php:144 348 #: ../includes/manager.php:300 349 msgid "Create" 350 msgstr "Crea" 351 352 #: ../includes/admin.php:149 353 msgid "Copy this role to" 354 msgstr "Copia questo ruolo per" 355 356 #: ../includes/admin.php:152 357 #: ../includes/manager.php:309 358 msgid "Copy" 359 msgstr "Copia" 360 361 #: ../includes/admin.php:157 362 msgid "Add Capability" 363 msgstr "Aggiungi capacità" 364 365 #: ../includes/admin.php:160 366 #: ../includes/manager.php:323 367 msgid "Add to role" 368 msgstr "Aggiungi al ruolo" 369 370 #: ../includes/author-widget.php:38 72 371 msgid "Help donating" 73 372 msgstr "Donazioni" 74 373 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 112 375 msgid "Backup Tool for Capability Manager" 113 376 msgstr "Strumento di backup per Capability Manager" 114 377 115 #: ../ backup.php:45378 #: ../includes/backup.php:42 116 379 msgid "Backup and Restore" 117 380 msgstr "Backup e Ripristino" 118 381 119 #: ../ backup.php:49382 #: ../includes/backup.php:46 120 383 msgid "Select action:" 121 384 msgstr "Seleziona una azione:" 122 385 123 #: ../ backup.php:52386 #: ../includes/backup.php:49 124 387 msgid "Backup roles and capabilities" 125 388 msgstr "Backup ruoli e capacità" 126 389 127 #: ../ backup.php:53390 #: ../includes/backup.php:50 128 391 msgid "Restore last saved backup" 129 392 msgstr "Ripristina all'ultimo backup in memoria" 130 393 131 #: ../ backup.php:55394 #: ../includes/backup.php:52 132 395 msgid "Do Action" 133 396 msgstr "Procedi" 134 397 135 #: ../ backup.php:63398 #: ../includes/backup.php:60 136 399 msgid "Reset WordPress Defaults" 137 400 msgstr "Ripristina ai valori predefiniti di WordPress" 138 401 139 #: ../ backup.php:65402 #: ../includes/backup.php:62 140 403 msgid "WARNING:" 141 404 msgstr "ATTENZIONE:" 142 405 143 #: ../ backup.php:65406 #: ../includes/backup.php:62 144 407 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 145 408 msgstr "Il ripristino alle predefinite per i Ruoli e le Capacità coinciderà con i valori predefiniti di WordPress." 146 409 147 #: ../ backup.php:66410 #: ../includes/backup.php:63 148 411 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 149 412 msgstr "I ruoli e le capacità propri di ogni plugin installato saranno persi." 150 413 151 #: ../ backup.php:67414 #: ../includes/backup.php:64 152 415 msgid "It is recommended to use this only as a last resource!" 153 416 msgstr "Da utilizzarsi solamente come ultima risorsa!" 154 417 155 #: ../ backup.php:68418 #: ../includes/backup.php:65 156 419 msgid "Reset Roles and Capabilities to WordPress defaults" 157 420 msgstr "Ripristina i Ruoli e le Capacità ai valori predefiniti di WordPress" 158 421 159 #: ../ backup.php:68422 #: ../includes/backup.php:65 160 423 msgid "" 161 424 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 165 428 " 'Annulla' per fermarti, 'OK' per procedere." 166 429 167 #: ../ backup.php:68430 #: ../includes/backup.php:65 168 431 msgid "Reset to WordPress defaults" 169 432 msgstr "Ripristina ai predefiniti di WordPress" 170 433 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 189 436 msgid "Capability Manager" 190 437 msgstr "Gestione capacità" 191 438 192 #: ../ manager.php:117439 #: ../includes/manager.php:139 193 440 msgid "Capabilities" 194 441 msgstr "Capacità" 195 442 196 #: ../ manager.php:140197 #: ../ manager.php:174443 #: ../includes/manager.php:220 444 #: ../includes/manager.php:256 198 445 msgid "What do you think you're doing?!?" 199 446 msgstr "Cosa stai facendo?!?" 200 447 201 #: ../ manager.php:199448 #: ../includes/manager.php:283 202 449 msgid "Bad form Received" 203 450 msgstr "E' stata ricevuta una richiesta errata" 204 451 205 #: ../ manager.php:214206 #: ../ manager.php:224452 #: ../includes/manager.php:302 453 #: ../includes/manager.php:312 207 454 msgid "New role created." 208 455 msgstr "Il nuovo ruolo é stato creato." 209 456 210 #: ../ manager.php:217211 #: ../ manager.php:227457 #: ../includes/manager.php:305 458 #: ../includes/manager.php:315 212 459 msgid "Error: Failed creating the new role." 213 460 msgstr "Errore: non é stato possibile creare il nuovo ruolo." 214 461 215 #: ../ manager.php:232462 #: ../includes/manager.php:320 216 463 msgid "New capabilities saved." 217 464 msgstr "Le nuove capacità sono state salvate." 218 465 219 #: ../ manager.php:240466 #: ../includes/manager.php:328 220 467 msgid "New capability added to role." 221 468 msgstr "La nuova capacità é stata aggiunta al ruolo." 222 469 223 #: ../ manager.php:242470 #: ../includes/manager.php:330 224 471 msgid "Incorrect capability name." 225 472 msgstr "Nome non valido per la capacità." 226 473 227 #: ../ manager.php:245474 #: ../includes/manager.php:334 228 475 msgid "Bad form received." 229 476 msgstr "E' stata ricevuta una richiesta errata." 230 477 231 #: ../ manager.php:264478 #: ../includes/manager.php:354 232 479 msgid "New backup saved." 233 480 msgstr "Il nuovo backup é stato salvato." 234 481 235 #: ../ manager.php:270482 #: ../includes/manager.php:360 236 483 msgid "Roles and Capabilities restored from last backup." 237 484 msgstr "I ruoli e le capacità sono stati ripristinati all'ultimo backup in memoria." 238 485 239 #: ../ manager.php:272486 #: ../includes/manager.php:362 240 487 msgid "Restore failed. No backup found." 241 488 msgstr "Non é stato possibile effettuare il ripristino. Non é stato trovato alcun file di backup." 242 489 243 #: ../ manager.php:293490 #: ../includes/manager.php:384 244 491 #, php-format 245 492 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 246 493 msgstr "Non é possibile cancellare il ruolo predefinito. E' necessario che tu compia questa <a href=\"%s\">modifica</a> prima di procedere." 247 494 248 #: ../ manager.php:314249 #, php-format250 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 497 msgid "Role has been deleted. %1$d users moved to default role %2$s." 251 498 msgstr "Il ruolo %1$s é stato cancellato. Gli utenti %2$d sono stati spostati nel ruolo predefinito a nome %3$s." 252 499 253 #: ../ manager.php:327500 #: ../includes/manager.php:419 254 501 msgid "Needed function to create default roles not found!" 255 502 msgstr "La funzione necessaria per la creazione dei ruoli predefiniti non é stata trovata!" 256 503 257 #: ../ manager.php:339504 #: ../includes/manager.php:431 258 505 msgid "Roles and Capabilities reset to WordPress defaults" 259 506 msgstr "I ruoli e le capacità sono stati ripristinati ai valori predefiniti di WordPress" 260 507 261 #: ../ manager.php:511508 #: ../includes/manager.php:620 262 509 msgid "You cannot remove Manage Capabilities from Administrators" 263 510 msgstr "Non puoi rimuovere la gestione delle capacità per gli amministratori" 264 511 265 #: ../framework/formating.php:38266 msgid "Settings saved."267 msgstr "Le impostazioni sono state salvate."268 269 #: ../framework/plugins.php:468270 #, php-format271 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:470275 #, php-format276 msgid "WordPress %s is required to run this plugin."277 msgstr "Per l'utilizzo del plugin é necessario WordPress %s."278 279 #: ../framework/plugins.php:510280 msgid "Standard sidebar functions are not present."281 msgstr "Le funzioni standard per la sidebar non sono presenti."282 283 #: ../framework/plugins.php:511284 #, php-format285 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 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 20 09-05-27 01:01+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: Fat Cow <zhr@tut.by>\n"7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" 8 8 "Language-Team: Fat Cow <gpl@alkivia.org>\n" 9 9 "MIME-Version: 1.0\n" … … 15 15 "X-Poedit-SourceCharset: utf-8\n" 16 16 17 #: ../admin-general.php:39 17 #: ../capsman.php:53 18 #: ../framework/classes/abstract/plugin.php:210 19 #: ../framework/classes/abstract/plugin.php:229 20 msgid "Warning:" 21 msgstr "Предупреждение:" 22 23 #: ../capsman.php:54 24 #, php-format 25 msgid "The active plugin %s is not compatible with your PHP version." 26 msgstr "Плагин %s не совместим с вашей версией PHP." 27 28 #: ../capsman.php:56 29 #, php-format 30 msgid "%s is required for this plugin." 31 msgstr "%s необходим лоя плагина." 32 33 #: ../framework/classes/abstract/module.php:507 34 msgid "Option blocked by administrator." 35 msgstr "" 36 37 #: ../framework/classes/abstract/plugin.php:211 38 #, php-format 39 msgid "The active plugin %s is not compatible with your WordPress version." 40 msgstr "Активный плагин %s не совместим с текущей версией WordPress." 41 42 #: ../framework/classes/abstract/plugin.php:213 43 #, php-format 44 msgid "WordPress %s is required to run this plugin." 45 msgstr "WordPress %s необходим для запуска этого плагина." 46 47 #: ../framework/classes/abstract/plugin.php:230 48 msgid "Standard sidebar functions are not present." 49 msgstr "Стандартные функции боковой панели не представлены." 50 51 #: ../framework/classes/abstract/plugin.php:231 52 #, php-format 53 msgid "It is required to use the standard sidebar to run %s" 54 msgstr "Это необходимо для использования стандартной боковой панели для запуска %s" 55 56 #: ../framework/lib/formating.php:52 57 msgid "Settings saved." 58 msgstr "Настройки сохранены." 59 60 #: ../framework/lib/formating.php:161 61 msgid "Just Now" 62 msgstr "" 63 64 #: ../framework/lib/formating.php:164 65 msgid "1 minute ago" 66 msgstr "" 67 68 #: ../framework/lib/formating.php:167 69 msgid "1 hour ago" 70 msgstr "" 71 72 #: ../framework/lib/formating.php:171 73 #, php-format 74 msgid "Today at %s" 75 msgstr "" 76 77 #: ../framework/lib/formating.php:171 78 #, php-format 79 msgid "Yesterday at %s" 80 msgstr "" 81 82 #: ../framework/lib/themes.php:160 83 msgid "Plugin Homepage" 84 msgstr "Домашняя страница плагина" 85 86 #: ../framework/lib/themes.php:164 87 #, fuzzy 88 msgid "Theme Homepage" 89 msgstr "Домашняя страница автора" 90 91 #: ../framework/lib/themes.php:168 92 #, fuzzy 93 msgid "Documentation" 94 msgstr "Нет действий" 95 96 #: ../framework/lib/themes.php:172 97 msgid "Support Forum" 98 msgstr "Форум поддержки" 99 100 #: ../framework/lib/themes.php:176 101 msgid "Author Homepage" 102 msgstr "Домашняя страница автора" 103 104 #: ../framework/lib/themes.php:180 105 msgid "Donate to project" 106 msgstr "" 107 108 #: ../framework/vendor/upload/class.upload.php:2172 109 msgid "File error. Please try again." 110 msgstr "" 111 112 #: ../framework/vendor/upload/class.upload.php:2173 113 msgid "Local file doesn't exist." 114 msgstr "" 115 116 #: ../framework/vendor/upload/class.upload.php:2174 117 msgid "Local file is not readable." 118 msgstr "" 119 120 #: ../framework/vendor/upload/class.upload.php:2175 121 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 122 msgstr "" 123 124 #: ../framework/vendor/upload/class.upload.php:2176 125 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 126 msgstr "" 127 128 #: ../framework/vendor/upload/class.upload.php:2177 129 msgid "File upload error (the uploaded file was only partially uploaded)." 130 msgstr "" 131 132 #: ../framework/vendor/upload/class.upload.php:2178 133 msgid "File upload error (no file was uploaded)." 134 msgstr "" 135 136 #: ../framework/vendor/upload/class.upload.php:2179 137 msgid "File upload error (missing a temporary folder)." 138 msgstr "" 139 140 #: ../framework/vendor/upload/class.upload.php:2180 141 msgid "File upload error (failed to write file to disk)." 142 msgstr "" 143 144 #: ../framework/vendor/upload/class.upload.php:2181 145 msgid "File upload error (file upload stopped by extension)." 146 msgstr "" 147 148 #: ../framework/vendor/upload/class.upload.php:2182 149 msgid "File upload error (unknown error code)." 150 msgstr "" 151 152 #: ../framework/vendor/upload/class.upload.php:2183 153 msgid "File upload error. Please try again." 154 msgstr "" 155 156 #: ../framework/vendor/upload/class.upload.php:2184 157 msgid "File too big." 158 msgstr "" 159 160 #: ../framework/vendor/upload/class.upload.php:2185 161 msgid "MIME type can't be detected." 162 msgstr "" 163 164 #: ../framework/vendor/upload/class.upload.php:2186 165 #, fuzzy 166 msgid "Incorrect type of file." 167 msgstr "Некорректное имя возможности." 168 169 #: ../framework/vendor/upload/class.upload.php:2187 170 msgid "Image too wide." 171 msgstr "" 172 173 #: ../framework/vendor/upload/class.upload.php:2188 174 msgid "Image too narrow." 175 msgstr "" 176 177 #: ../framework/vendor/upload/class.upload.php:2189 178 msgid "Image too high." 179 msgstr "" 180 181 #: ../framework/vendor/upload/class.upload.php:2190 182 msgid "Image too short." 183 msgstr "" 184 185 #: ../framework/vendor/upload/class.upload.php:2191 186 msgid "Image ratio too high (image too wide)." 187 msgstr "" 188 189 #: ../framework/vendor/upload/class.upload.php:2192 190 msgid "Image ratio too low (image too high)." 191 msgstr "" 192 193 #: ../framework/vendor/upload/class.upload.php:2193 194 msgid "Image has too many pixels." 195 msgstr "" 196 197 #: ../framework/vendor/upload/class.upload.php:2194 198 msgid "Image has not enough pixels." 199 msgstr "" 200 201 #: ../framework/vendor/upload/class.upload.php:2195 202 msgid "File not uploaded. Can't carry on a process." 203 msgstr "" 204 205 #: ../framework/vendor/upload/class.upload.php:2196 206 #, php-format 207 msgid "%s already exists. Please change the file name." 208 msgstr "" 209 210 #: ../framework/vendor/upload/class.upload.php:2197 211 msgid "No correct temp source file. Can't carry on a process." 212 msgstr "" 213 214 #: ../framework/vendor/upload/class.upload.php:2198 215 msgid "No correct uploaded source file. Can't carry on a process." 216 msgstr "" 217 218 #: ../framework/vendor/upload/class.upload.php:2199 219 msgid "Destination directory can't be created. Can't carry on a process." 220 msgstr "" 221 222 #: ../framework/vendor/upload/class.upload.php:2200 223 msgid "Destination directory doesn't exist. Can't carry on a process." 224 msgstr "" 225 226 #: ../framework/vendor/upload/class.upload.php:2201 227 msgid "Destination path is not a directory. Can't carry on a process." 228 msgstr "" 229 230 #: ../framework/vendor/upload/class.upload.php:2202 231 msgid "Destination directory can't be made writeable. Can't carry on a process." 232 msgstr "" 233 234 #: ../framework/vendor/upload/class.upload.php:2203 235 msgid "Destination path is not a writeable. Can't carry on a process." 236 msgstr "" 237 238 #: ../framework/vendor/upload/class.upload.php:2204 239 msgid "Can't create the temporary file. Can't carry on a process." 240 msgstr "" 241 242 #: ../framework/vendor/upload/class.upload.php:2205 243 msgid "Source file is not readable. Can't carry on a process." 244 msgstr "" 245 246 #: ../framework/vendor/upload/class.upload.php:2206 247 #, php-format 248 msgid "No create from %s support." 249 msgstr "" 250 251 #: ../framework/vendor/upload/class.upload.php:2207 252 #, fuzzy, php-format 253 msgid "Error in creating %s image from source." 254 msgstr "Ошибка: Новая роль не создана." 255 256 #: ../framework/vendor/upload/class.upload.php:2208 257 msgid "Can't read image source. Not an image?." 258 msgstr "" 259 260 #: ../framework/vendor/upload/class.upload.php:2209 261 msgid "GD doesn't seem to be present." 262 msgstr "" 263 264 #: ../framework/vendor/upload/class.upload.php:2210 265 #, php-format 266 msgid "No create from %s support, can't read watermark." 267 msgstr "" 268 269 #: ../framework/vendor/upload/class.upload.php:2211 270 #, php-format 271 msgid "No %s read support, can't create watermark." 272 msgstr "" 273 274 #: ../framework/vendor/upload/class.upload.php:2212 275 msgid "Unknown image format, can't read watermark." 276 msgstr "" 277 278 #: ../framework/vendor/upload/class.upload.php:2213 279 #, php-format 280 msgid "No %s create support." 281 msgstr "" 282 283 #: ../framework/vendor/upload/class.upload.php:2214 284 msgid "No conversion type defined." 285 msgstr "" 286 287 #: ../framework/vendor/upload/class.upload.php:2215 288 msgid "Error copying file on the server. copy() failed." 289 msgstr "" 290 291 #: ../framework/vendor/upload/class.upload.php:2216 292 #, fuzzy 293 msgid "Error reading the file." 294 msgstr "Ошибка: Новая роль не создана." 295 296 #: ../includes/admin.php:36 18 297 msgid "Roles and Capabilities" 19 298 msgstr "Роли и возможности" 20 299 21 #: ../ admin-general.php:48300 #: ../includes/admin.php:45 22 301 #, php-format 23 302 msgid "Capabilities for %s" 24 303 msgstr "Возможность для %s" 25 304 26 #: ../ admin-general.php:95305 #: ../includes/admin.php:92 27 306 msgid "Level:" 28 307 msgstr "Уровень:" 29 308 30 #: ../ admin-general.php:11831 #: ../ manager.php:231309 #: ../includes/admin.php:115 310 #: ../includes/manager.php:319 32 311 msgid "Save Changes" 33 312 msgstr "Сохранить настройки" 34 313 35 #: ../ admin-general.php:120314 #: ../includes/admin.php:117 36 315 msgid "Delete this role" 37 316 msgstr "Удалить эту роль" 38 317 39 #: ../ admin-general.php:120318 #: ../includes/admin.php:117 40 319 #, php-format 41 320 msgid "" … … 46 325 " 'Отменить' для остановки, 'ОК' для удаления." 47 326 48 #: ../ admin-general.php:120327 #: ../includes/admin.php:117 49 328 msgid "Delete Role" 50 329 msgstr "Удаление роли" 51 330 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 332 msgid "Select New Role" 333 msgstr "Выбрать новую роль" 334 335 #: ../includes/admin.php:136 336 #: ../includes/manager.php:296 337 msgid "Change" 338 msgstr "Изменить" 339 340 #: ../includes/admin.php:141 341 msgid "Create New Role" 342 msgstr "Создать новую роль" 343 344 #: ../includes/admin.php:144 345 #: ../includes/manager.php:300 346 msgid "Create" 347 msgstr "Создать" 348 349 #: ../includes/admin.php:149 350 msgid "Copy this role to" 351 msgstr "Копия этой роли" 352 353 #: ../includes/admin.php:152 354 #: ../includes/manager.php:309 355 msgid "Copy" 356 msgstr "Копия" 357 358 #: ../includes/admin.php:157 359 msgid "Add Capability" 360 msgstr "Добавить возможность" 361 362 #: ../includes/admin.php:160 363 #: ../includes/manager.php:323 364 msgid "Add to role" 365 msgstr "Добавить роль" 366 367 #: ../includes/author-widget.php:38 69 368 msgid "Help donating" 70 369 msgstr "Помощь через пожертвования" 71 370 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 109 372 msgid "Backup Tool for Capability Manager" 110 373 msgstr "Инструмент для создания резервной копии для Capability Manager" 111 374 112 #: ../ backup.php:45375 #: ../includes/backup.php:42 113 376 msgid "Backup and Restore" 114 377 msgstr "Резервная копия и восстановление" 115 378 116 #: ../ backup.php:49379 #: ../includes/backup.php:46 117 380 msgid "Select action:" 118 381 msgstr "Выбрать действие:" 119 382 120 #: ../ backup.php:52383 #: ../includes/backup.php:49 121 384 msgid "Backup roles and capabilities" 122 385 msgstr "Резерв. копия ролей и возможностей" 123 386 124 #: ../ backup.php:53387 #: ../includes/backup.php:50 125 388 msgid "Restore last saved backup" 126 389 msgstr "Восстановить из последнего сохраненного бэкапа" 127 390 128 #: ../ backup.php:55391 #: ../includes/backup.php:52 129 392 msgid "Do Action" 130 393 msgstr "Нет действий" 131 394 132 #: ../ backup.php:63395 #: ../includes/backup.php:60 133 396 msgid "Reset WordPress Defaults" 134 397 msgstr "Сбростить настройки WordPress по умолчанию" 135 398 136 #: ../ backup.php:65399 #: ../includes/backup.php:62 137 400 msgid "WARNING:" 138 401 msgstr "ВНИМАНИЕ:" 139 402 140 #: ../ backup.php:65403 #: ../includes/backup.php:62 141 404 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 142 405 msgstr "Сброс стандартных ролей и возможностей должен сбросить настройки по умолчанию при установвке в WordPress." 143 406 144 #: ../ backup.php:66407 #: ../includes/backup.php:63 145 408 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 146 409 msgstr "Если вы установили другой плагин, который добавляет новые роли или возможности, это должно исчезнуть. " 147 410 148 #: ../ backup.php:67411 #: ../includes/backup.php:64 149 412 msgid "It is recommended to use this only as a last resource!" 150 413 msgstr "Это рекомендуется дя использования только как последный ресурс!" 151 414 152 #: ../ backup.php:68415 #: ../includes/backup.php:65 153 416 msgid "Reset Roles and Capabilities to WordPress defaults" 154 417 msgstr "Сбросить роли и воможности" 155 418 156 #: ../ backup.php:68419 #: ../includes/backup.php:65 157 420 msgid "" 158 421 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 162 425 " 'Отменить' для остановки, 'ОК' для сброса." 163 426 164 #: ../ backup.php:68427 #: ../includes/backup.php:65 165 428 msgid "Reset to WordPress defaults" 166 429 msgstr "Сбросить настройки WordPress" 167 430 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 186 433 msgid "Capability Manager" 187 434 msgstr "Capability Manager" 188 435 189 #: ../ manager.php:117436 #: ../includes/manager.php:139 190 437 msgid "Capabilities" 191 438 msgstr "Возможности" 192 439 193 #: ../ manager.php:140194 #: ../ manager.php:174440 #: ../includes/manager.php:220 441 #: ../includes/manager.php:256 195 442 msgid "What do you think you're doing?!?" 196 443 msgstr "Вы знаете, что делаете?!?" 197 444 198 #: ../ manager.php:199445 #: ../includes/manager.php:283 199 446 msgid "Bad form Received" 200 447 msgstr "Se ha recibido un formulario incorrecto." 201 448 202 #: ../ manager.php:214203 #: ../ manager.php:224449 #: ../includes/manager.php:302 450 #: ../includes/manager.php:312 204 451 msgid "New role created." 205 452 msgstr "Новая роль создана." 206 453 207 #: ../ manager.php:217208 #: ../ manager.php:227454 #: ../includes/manager.php:305 455 #: ../includes/manager.php:315 209 456 msgid "Error: Failed creating the new role." 210 457 msgstr "Ошибка: Новая роль не создана." 211 458 212 #: ../ manager.php:232459 #: ../includes/manager.php:320 213 460 msgid "New capabilities saved." 214 461 msgstr "Новые возможности сохранены." 215 462 216 #: ../ manager.php:240463 #: ../includes/manager.php:328 217 464 msgid "New capability added to role." 218 465 msgstr "Новая воможность добавлена к роли." 219 466 220 #: ../ manager.php:242467 #: ../includes/manager.php:330 221 468 msgid "Incorrect capability name." 222 469 msgstr "Некорректное имя возможности." 223 470 224 #: ../ manager.php:245471 #: ../includes/manager.php:334 225 472 msgid "Bad form received." 226 473 msgstr "Плохая форма отправки." 227 474 228 #: ../ manager.php:264475 #: ../includes/manager.php:354 229 476 msgid "New backup saved." 230 477 msgstr "Новый бэкап сохранен." 231 478 232 #: ../ manager.php:270479 #: ../includes/manager.php:360 233 480 msgid "Roles and Capabilities restored from last backup." 234 481 msgstr "Роли и возможности восстановлены с последнего бэкапа." 235 482 236 #: ../ manager.php:272483 #: ../includes/manager.php:362 237 484 msgid "Restore failed. No backup found." 238 485 msgstr "Восстановление остановлено. Не найдено бэкапов. " 239 486 240 #: ../ manager.php:293487 #: ../includes/manager.php:384 241 488 #, php-format 242 489 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 243 490 msgstr "Не удалена стандартная роль. Вы <a href=\"%s\">должны сначала изменить это</a>." 244 491 245 #: ../ manager.php:314246 #, php-format247 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 494 msgid "Role has been deleted. %1$d users moved to default role %2$s." 248 495 msgstr "Роль %1$s была удалена. %2$d пользователей перемещена в стандартную роль %3$s." 249 496 250 #: ../ manager.php:327497 #: ../includes/manager.php:419 251 498 msgid "Needed function to create default roles not found!" 252 499 msgstr "Необходимая функция по созданию ролей не найдена!" 253 500 254 #: ../ manager.php:339501 #: ../includes/manager.php:431 255 502 msgid "Roles and Capabilities reset to WordPress defaults" 256 503 msgstr "Роли и возможности сброшены к стандартным для WordPress " 257 504 258 #: ../ manager.php:511505 #: ../includes/manager.php:620 259 506 msgid "You cannot remove Manage Capabilities from Administrators" 260 507 msgstr "Вы не можете удалить Manage Capabilities через администраторов ." 261 508 262 #: ../framework/formating.php:38263 msgid "Settings saved."264 msgstr "Настройки сохранены."265 266 #: ../framework/plugins.php:468267 #, php-format268 msgid "The active plugin %s is not compatible with your WordPress version."269 msgstr "Активный плагин %s не совместим с текущей версией WordPress."270 271 #: ../framework/plugins.php:470272 #, php-format273 msgid "WordPress %s is required to run this plugin."274 msgstr "WordPress %s необходим для запуска этого плагина."275 276 #: ../framework/plugins.php:510277 msgid "Standard sidebar functions are not present."278 msgstr "Стандартные функции боковой панели не представлены."279 280 #: ../framework/plugins.php:511281 #, php-format282 msgid "It is required to use the standard sidebar to run %s"283 msgstr "Это необходимо для использования стандартной боковой панели для запуска %s"284 285 509 #~ msgid "Managing %s" 286 510 #~ msgstr "Administrando %s" -
capsman/trunk/lang/capsman.pot
r196967 r198515 3 3 "Project-Id-Version: Capability Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2010-01-2 3 02:16+0100\n"5 "POT-Creation-Date: 2010-01-26 22:12+0100\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Jordi Canals <alkivia@jcanals.net>\n" … … 16 16 "X-Poedit-SearchPath-0: ..\n" 17 17 18 #: ../admin-general.php:41 18 #: ../capsman.php:53 19 #: ../framework/classes/abstract/plugin.php:210 20 #: ../framework/classes/abstract/plugin.php:229 21 msgid "Warning:" 22 msgstr "" 23 24 #: ../capsman.php:54 25 #, php-format 26 msgid "The active plugin %s is not compatible with your PHP version." 27 msgstr "" 28 29 #: ../capsman.php:56 30 #, php-format 31 msgid "%s is required for this plugin." 32 msgstr "" 33 34 #: ../framework/classes/abstract/module.php:507 35 msgid "Option blocked by administrator." 36 msgstr "" 37 38 #: ../framework/classes/abstract/plugin.php:211 39 #, php-format 40 msgid "The active plugin %s is not compatible with your WordPress version." 41 msgstr "" 42 43 #: ../framework/classes/abstract/plugin.php:213 44 #, php-format 45 msgid "WordPress %s is required to run this plugin." 46 msgstr "" 47 48 #: ../framework/classes/abstract/plugin.php:230 49 msgid "Standard sidebar functions are not present." 50 msgstr "" 51 52 #: ../framework/classes/abstract/plugin.php:231 53 #, php-format 54 msgid "It is required to use the standard sidebar to run %s" 55 msgstr "" 56 57 #: ../framework/lib/formating.php:52 58 msgid "Settings saved." 59 msgstr "" 60 61 #: ../framework/lib/formating.php:161 62 msgid "Just Now" 63 msgstr "" 64 65 #: ../framework/lib/formating.php:164 66 msgid "1 minute ago" 67 msgstr "" 68 69 #: ../framework/lib/formating.php:167 70 msgid "1 hour ago" 71 msgstr "" 72 73 #: ../framework/lib/formating.php:171 74 #, php-format 75 msgid "Today at %s" 76 msgstr "" 77 78 #: ../framework/lib/formating.php:171 79 #, php-format 80 msgid "Yesterday at %s" 81 msgstr "" 82 83 #: ../framework/lib/themes.php:160 84 msgid "Plugin Homepage" 85 msgstr "" 86 87 #: ../framework/lib/themes.php:164 88 msgid "Theme Homepage" 89 msgstr "" 90 91 #: ../framework/lib/themes.php:168 92 msgid "Documentation" 93 msgstr "" 94 95 #: ../framework/lib/themes.php:172 96 msgid "Support Forum" 97 msgstr "" 98 99 #: ../framework/lib/themes.php:176 100 msgid "Author Homepage" 101 msgstr "" 102 103 #: ../framework/lib/themes.php:180 104 msgid "Donate to project" 105 msgstr "" 106 107 #: ../framework/vendor/upload/class.upload.php:2172 108 msgid "File error. Please try again." 109 msgstr "" 110 111 #: ../framework/vendor/upload/class.upload.php:2173 112 msgid "Local file doesn't exist." 113 msgstr "" 114 115 #: ../framework/vendor/upload/class.upload.php:2174 116 msgid "Local file is not readable." 117 msgstr "" 118 119 #: ../framework/vendor/upload/class.upload.php:2175 120 msgid "File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini)." 121 msgstr "" 122 123 #: ../framework/vendor/upload/class.upload.php:2176 124 msgid "File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form)." 125 msgstr "" 126 127 #: ../framework/vendor/upload/class.upload.php:2177 128 msgid "File upload error (the uploaded file was only partially uploaded)." 129 msgstr "" 130 131 #: ../framework/vendor/upload/class.upload.php:2178 132 msgid "File upload error (no file was uploaded)." 133 msgstr "" 134 135 #: ../framework/vendor/upload/class.upload.php:2179 136 msgid "File upload error (missing a temporary folder)." 137 msgstr "" 138 139 #: ../framework/vendor/upload/class.upload.php:2180 140 msgid "File upload error (failed to write file to disk)." 141 msgstr "" 142 143 #: ../framework/vendor/upload/class.upload.php:2181 144 msgid "File upload error (file upload stopped by extension)." 145 msgstr "" 146 147 #: ../framework/vendor/upload/class.upload.php:2182 148 msgid "File upload error (unknown error code)." 149 msgstr "" 150 151 #: ../framework/vendor/upload/class.upload.php:2183 152 msgid "File upload error. Please try again." 153 msgstr "" 154 155 #: ../framework/vendor/upload/class.upload.php:2184 156 msgid "File too big." 157 msgstr "" 158 159 #: ../framework/vendor/upload/class.upload.php:2185 160 msgid "MIME type can't be detected." 161 msgstr "" 162 163 #: ../framework/vendor/upload/class.upload.php:2186 164 msgid "Incorrect type of file." 165 msgstr "" 166 167 #: ../framework/vendor/upload/class.upload.php:2187 168 msgid "Image too wide." 169 msgstr "" 170 171 #: ../framework/vendor/upload/class.upload.php:2188 172 msgid "Image too narrow." 173 msgstr "" 174 175 #: ../framework/vendor/upload/class.upload.php:2189 176 msgid "Image too high." 177 msgstr "" 178 179 #: ../framework/vendor/upload/class.upload.php:2190 180 msgid "Image too short." 181 msgstr "" 182 183 #: ../framework/vendor/upload/class.upload.php:2191 184 msgid "Image ratio too high (image too wide)." 185 msgstr "" 186 187 #: ../framework/vendor/upload/class.upload.php:2192 188 msgid "Image ratio too low (image too high)." 189 msgstr "" 190 191 #: ../framework/vendor/upload/class.upload.php:2193 192 msgid "Image has too many pixels." 193 msgstr "" 194 195 #: ../framework/vendor/upload/class.upload.php:2194 196 msgid "Image has not enough pixels." 197 msgstr "" 198 199 #: ../framework/vendor/upload/class.upload.php:2195 200 msgid "File not uploaded. Can't carry on a process." 201 msgstr "" 202 203 #: ../framework/vendor/upload/class.upload.php:2196 204 #, php-format 205 msgid "%s already exists. Please change the file name." 206 msgstr "" 207 208 #: ../framework/vendor/upload/class.upload.php:2197 209 msgid "No correct temp source file. Can't carry on a process." 210 msgstr "" 211 212 #: ../framework/vendor/upload/class.upload.php:2198 213 msgid "No correct uploaded source file. Can't carry on a process." 214 msgstr "" 215 216 #: ../framework/vendor/upload/class.upload.php:2199 217 msgid "Destination directory can't be created. Can't carry on a process." 218 msgstr "" 219 220 #: ../framework/vendor/upload/class.upload.php:2200 221 msgid "Destination directory doesn't exist. Can't carry on a process." 222 msgstr "" 223 224 #: ../framework/vendor/upload/class.upload.php:2201 225 msgid "Destination path is not a directory. Can't carry on a process." 226 msgstr "" 227 228 #: ../framework/vendor/upload/class.upload.php:2202 229 msgid "Destination directory can't be made writeable. Can't carry on a process." 230 msgstr "" 231 232 #: ../framework/vendor/upload/class.upload.php:2203 233 msgid "Destination path is not a writeable. Can't carry on a process." 234 msgstr "" 235 236 #: ../framework/vendor/upload/class.upload.php:2204 237 msgid "Can't create the temporary file. Can't carry on a process." 238 msgstr "" 239 240 #: ../framework/vendor/upload/class.upload.php:2205 241 msgid "Source file is not readable. Can't carry on a process." 242 msgstr "" 243 244 #: ../framework/vendor/upload/class.upload.php:2206 245 #, php-format 246 msgid "No create from %s support." 247 msgstr "" 248 249 #: ../framework/vendor/upload/class.upload.php:2207 250 #, php-format 251 msgid "Error in creating %s image from source." 252 msgstr "" 253 254 #: ../framework/vendor/upload/class.upload.php:2208 255 msgid "Can't read image source. Not an image?." 256 msgstr "" 257 258 #: ../framework/vendor/upload/class.upload.php:2209 259 msgid "GD doesn't seem to be present." 260 msgstr "" 261 262 #: ../framework/vendor/upload/class.upload.php:2210 263 #, php-format 264 msgid "No create from %s support, can't read watermark." 265 msgstr "" 266 267 #: ../framework/vendor/upload/class.upload.php:2211 268 #, php-format 269 msgid "No %s read support, can't create watermark." 270 msgstr "" 271 272 #: ../framework/vendor/upload/class.upload.php:2212 273 msgid "Unknown image format, can't read watermark." 274 msgstr "" 275 276 #: ../framework/vendor/upload/class.upload.php:2213 277 #, php-format 278 msgid "No %s create support." 279 msgstr "" 280 281 #: ../framework/vendor/upload/class.upload.php:2214 282 msgid "No conversion type defined." 283 msgstr "" 284 285 #: ../framework/vendor/upload/class.upload.php:2215 286 msgid "Error copying file on the server. copy() failed." 287 msgstr "" 288 289 #: ../framework/vendor/upload/class.upload.php:2216 290 msgid "Error reading the file." 291 msgstr "" 292 293 #: ../includes/admin.php:36 19 294 msgid "Roles and Capabilities" 20 295 msgstr "" 21 296 22 #: ../ admin-general.php:50297 #: ../includes/admin.php:45 23 298 #, php-format 24 299 msgid "Capabilities for %s" 25 300 msgstr "" 26 301 27 #: ../ admin-general.php:97302 #: ../includes/admin.php:92 28 303 msgid "Level:" 29 304 msgstr "" 30 305 31 #: ../ admin-general.php:12032 #: ../ manager.php:233306 #: ../includes/admin.php:115 307 #: ../includes/manager.php:319 33 308 msgid "Save Changes" 34 309 msgstr "" 35 310 36 #: ../ admin-general.php:122311 #: ../includes/admin.php:117 37 312 msgid "Delete this role" 38 313 msgstr "" 39 314 40 #: ../ admin-general.php:122315 #: ../includes/admin.php:117 41 316 #, php-format 42 317 msgid "" … … 45 320 msgstr "" 46 321 47 #: ../ admin-general.php:122322 #: ../includes/admin.php:117 48 323 msgid "Delete Role" 49 324 msgstr "" 50 325 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 327 msgid "Select New Role" 328 msgstr "" 329 330 #: ../includes/admin.php:136 331 #: ../includes/manager.php:296 332 msgid "Change" 333 msgstr "" 334 335 #: ../includes/admin.php:141 336 msgid "Create New Role" 337 msgstr "" 338 339 #: ../includes/admin.php:144 340 #: ../includes/manager.php:300 341 msgid "Create" 342 msgstr "" 343 344 #: ../includes/admin.php:149 345 msgid "Copy this role to" 346 msgstr "" 347 348 #: ../includes/admin.php:152 349 #: ../includes/manager.php:309 350 msgid "Copy" 351 msgstr "" 352 353 #: ../includes/admin.php:157 354 msgid "Add Capability" 355 msgstr "" 356 357 #: ../includes/admin.php:160 358 #: ../includes/manager.php:323 359 msgid "Add to role" 360 msgstr "" 361 362 #: ../includes/author-widget.php:38 68 363 msgid "Help donating" 69 364 msgstr "" 70 365 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 108 367 msgid "Backup Tool for Capability Manager" 109 368 msgstr "" 110 369 111 #: ../ backup.php:47370 #: ../includes/backup.php:42 112 371 msgid "Backup and Restore" 113 372 msgstr "" 114 373 115 #: ../ backup.php:51374 #: ../includes/backup.php:46 116 375 msgid "Select action:" 117 376 msgstr "" 118 377 119 #: ../ backup.php:54378 #: ../includes/backup.php:49 120 379 msgid "Backup roles and capabilities" 121 380 msgstr "" 122 381 123 #: ../ backup.php:55382 #: ../includes/backup.php:50 124 383 msgid "Restore last saved backup" 125 384 msgstr "" 126 385 127 #: ../ backup.php:57386 #: ../includes/backup.php:52 128 387 msgid "Do Action" 129 388 msgstr "" 130 389 131 #: ../ backup.php:65390 #: ../includes/backup.php:60 132 391 msgid "Reset WordPress Defaults" 133 392 msgstr "" 134 393 135 #: ../ backup.php:67394 #: ../includes/backup.php:62 136 395 msgid "WARNING:" 137 396 msgstr "" 138 397 139 #: ../ backup.php:67398 #: ../includes/backup.php:62 140 399 msgid "Reseting default Roles and Capabilities will set them to the WordPress install defaults." 141 400 msgstr "" 142 401 143 #: ../ backup.php:68402 #: ../includes/backup.php:63 144 403 msgid "If you have installed any plugin that adds new roles or capabilities, these will be lost." 145 404 msgstr "" 146 405 147 #: ../ backup.php:69406 #: ../includes/backup.php:64 148 407 msgid "It is recommended to use this only as a last resource!" 149 408 msgstr "" 150 409 151 #: ../ backup.php:70410 #: ../includes/backup.php:65 152 411 msgid "Reset Roles and Capabilities to WordPress defaults" 153 412 msgstr "" 154 413 155 #: ../ backup.php:70414 #: ../includes/backup.php:65 156 415 msgid "" 157 416 "You are about to reset Roles and Capabilities to WordPress defaults.\n" … … 159 418 msgstr "" 160 419 161 #: ../ backup.php:70420 #: ../includes/backup.php:65 162 421 msgid "Reset to WordPress defaults" 163 422 msgstr "" 164 423 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 183 426 msgid "Capability Manager" 184 427 msgstr "" 185 428 186 #: ../ manager.php:119429 #: ../includes/manager.php:139 187 430 msgid "Capabilities" 188 431 msgstr "" 189 432 190 #: ../ manager.php:142191 #: ../ manager.php:176433 #: ../includes/manager.php:220 434 #: ../includes/manager.php:256 192 435 msgid "What do you think you're doing?!?" 193 436 msgstr "" 194 437 195 #: ../ manager.php:201438 #: ../includes/manager.php:283 196 439 msgid "Bad form Received" 197 440 msgstr "" 198 441 199 #: ../ manager.php:216200 #: ../ manager.php:226442 #: ../includes/manager.php:302 443 #: ../includes/manager.php:312 201 444 msgid "New role created." 202 445 msgstr "" 203 446 204 #: ../ manager.php:219205 #: ../ manager.php:229447 #: ../includes/manager.php:305 448 #: ../includes/manager.php:315 206 449 msgid "Error: Failed creating the new role." 207 450 msgstr "" 208 451 209 #: ../ manager.php:234452 #: ../includes/manager.php:320 210 453 msgid "New capabilities saved." 211 454 msgstr "" 212 455 213 #: ../ manager.php:242456 #: ../includes/manager.php:328 214 457 msgid "New capability added to role." 215 458 msgstr "" 216 459 217 #: ../ manager.php:244460 #: ../includes/manager.php:330 218 461 msgid "Incorrect capability name." 219 462 msgstr "" 220 463 221 #: ../ manager.php:247464 #: ../includes/manager.php:334 222 465 msgid "Bad form received." 223 466 msgstr "" 224 467 225 #: ../ manager.php:266468 #: ../includes/manager.php:354 226 469 msgid "New backup saved." 227 470 msgstr "" 228 471 229 #: ../ manager.php:272472 #: ../includes/manager.php:360 230 473 msgid "Roles and Capabilities restored from last backup." 231 474 msgstr "" 232 475 233 #: ../ manager.php:274476 #: ../includes/manager.php:362 234 477 msgid "Restore failed. No backup found." 235 478 msgstr "" 236 479 237 #: ../ manager.php:295480 #: ../includes/manager.php:384 238 481 #, php-format 239 482 msgid "Cannot delete default role. You <a href=\"%s\">have to change it first</a>." 240 483 msgstr "" 241 484 242 #: ../ manager.php:316243 #, 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:329485 #: ../includes/manager.php:405 486 #, php-format 487 msgid "Role has been deleted. %1$d users moved to default role %2$s." 488 msgstr "" 489 490 #: ../includes/manager.php:419 248 491 msgid "Needed function to create default roles not found!" 249 492 msgstr "" 250 493 251 #: ../ manager.php:341494 #: ../includes/manager.php:431 252 495 msgid "Roles and Capabilities reset to WordPress defaults" 253 496 msgstr "" 254 497 255 #: ../ manager.php:513498 #: ../includes/manager.php:620 256 499 msgid "You cannot remove Manage Capabilities from Administrators" 257 500 msgstr "" 258 501 259 #: ../framework/formating.php:39260 msgid "Settings saved."261 msgstr ""262 263 #: ../framework/plugins.php:485264 #, php-format265 msgid "The active plugin %s is not compatible with your WordPress version."266 msgstr ""267 268 #: ../framework/plugins.php:487269 #, php-format270 msgid "WordPress %s is required to run this plugin."271 msgstr ""272 273 #: ../framework/plugins.php:527274 msgid "Standard sidebar functions are not present."275 msgstr ""276 277 #: ../framework/plugins.php:528278 #, php-format279 msgid "It is required to use the standard sidebar to run %s"280 msgstr ""281 -
capsman/trunk/readme.txt
r196967 r198515 2 2 Contributors: txanny 3 3 Donate link: http://alkivia.org/donate 4 Help link: http://wordpress.org/tags/capsman?forum_id=10 5 Docs link: http://wiki.alkivia.org/capsman 4 6 Tags: roles, capabilities, manager, rights, role, capability 5 Requires at least: 2. 77 Requires at least: 2.8 6 8 Tested up to: 2.9.1 7 9 Stable tag: trunk … … 14 16 You 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. 15 17 With 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 24 See the <a href="http://wiki.alkivia.org/capsman" target="_blank">plugin manual</a> for more information. 17 25 18 26 = Features: = 19 27 20 28 * Manage role capabilities. 21 * Add new roles or delete existing roles.29 * Create new roles or delete existing ones. 22 30 * 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 25 34 = Languages included: = 26 35 27 36 * English 37 * Catalan 28 38 * Spanish 29 * Catalan *by <a href="http://jcanals.cat">Jordi Canals</a>*30 39 * Italian *by <a href="http://gidibao.net" rel="nofollow">Gianni Diurno</a>* 31 40 * German *by <a href="http://great-solution.de/" rel="nofollow">Carsten Tauber</a>* 32 41 * Byelorussian *by <a href="http://antsar.info/" rel="nofollow">Ilyuha</a>* 33 42 * 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. 63 44 64 45 == Installation == … … 88 69 89 70 * 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 availablefor users and developers.71 * A <a href="http://wiki.alkivia.org/capsman">manual is available</a> for users and developers. 91 72 * The <a href="http://alkivia.org/cat/capsman">plugin posts archive</a> with new announcements about this plugin. 92 73 * If you need help, <a href="http://wordpress.org/tags/capsman?forum_id=10">ask in the Support forum</a>. … … 94 75 = I've found a bug or want to suggest a new feature. Where can I do it? = 95 76 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>. 97 78 98 79 == License == … … 108 89 == Changelog == 109 90 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. 112 97 113 98 = 1.2.5 = … … 124 109 125 110 = 1.2.1 = 126 * Coding Standards. Corrected internal links. Updated Framework. 111 * Coding Standards. 112 * Corrected internal links. 113 * Updated Framework. 127 114 128 115 = 1.2 = … … 136 123 * Updated Alkivia Framework. 137 124 138 = 1.0 =* First public version. 125 = 1.0 = 126 * First public version. 139 127 140 128 == Upgrade Notice == 141 129 142 = 1.2.6=143 Changed GPL license to version 2. 130 =1.3= 131 Improved security esiting users. You can now create real user managers.
Note: See TracChangeset
for help on using the changeset viewer.