Zine

open source content publishing system


Changeset 1358:15703819c6b5


Ignore:
Timestamp:
10/29/09 13:46:54 (3 years ago)
Author:
Restless Being <restless.being@…>
Branch:
default
Message:

polish translations, focused on parts of a blog that are visible for visitors

Location:
zine/i18n
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • zine/i18n/messages.pot

    r1171 r1358  
    99"Project-Id-Version: PROJECT VERSION\n" 
    1010"Report-Msgid-Bugs-To: zine-i18n@pocoo.org\n" 
    11 "POT-Creation-Date: 2009-07-03 00:48+0100\n" 
     11"POT-Creation-Date: 2009-10-29 13:35+0100\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1818"Generated-By: Babel 0.9.4\n" 
    1919 
    20 #: zine/application.py:693 
     20#: zine/application.py:698 
    2121msgid "Default Theme" 
    2222msgstr "" 
    2323 
    24 #: zine/application.py:694 
     24#: zine/application.py:699 
    2525msgid "Simple default theme that doesn't contain any style information." 
    2626msgstr "" 
    2727 
    28 #: zine/application.py:761 
     28#: zine/application.py:767 
    2929#, python-format 
    3030msgid "Theme “%s” is no longer available, falling back to default theme." 
    3131msgstr "" 
    3232 
    33 #: zine/application.py:784 
     33#: zine/application.py:790 
    3434#, python-format 
    3535msgid "Copyright %(years)s by the Zine Team" 
     
    169169msgstr "" 
    170170 
    171 #: zine/config.py:151 
     171#: zine/config.py:149 
     172msgid "If set to true, the plaintext parser will not create links automatically." 
     173msgstr "" 
     174 
     175#: zine/config.py:153 
    172176msgid "" 
    173177"The number of posts that are shown on a page.  This value might not be " 
     
    175179msgstr "" 
    176180 
    177 #: zine/config.py:170 
     181#: zine/config.py:172 
    178182msgid "" 
    179183"This timeout is used by default for all network related operations. The " 
     
    182186msgstr "" 
    183187 
    184 #: zine/config.py:179 
     188#: zine/config.py:181 
    185189msgid "" 
    186190"It's possible to one or more comma separated paths here that are searched " 
     
    189193msgstr "" 
    190194 
    191 #: zine/config.py:186 
     195#: zine/config.py:188 
    192196msgid "" 
    193197"Set this to true if you want to see the most recent entries on the Zine " 
     
    195199msgstr "" 
    196200 
    197 #: zine/config.py:241 
     201#: zine/config.py:243 
    198202msgid "" 
    199203"\n" 
     
    205209msgstr "" 
    206210 
    207 #: zine/config.py:253 
     211#: zine/config.py:255 
    208212#, python-format 
    209213msgid "Could not save configuration file: %s" 
     
    279283msgstr "" 
    280284 
    281 #: zine/forms.py:107 zine/forms.py:460 zine/forms.py:818 zine/forms.py:941 
     285#: zine/forms.py:107 zine/forms.py:461 zine/forms.py:819 zine/forms.py:951 
    282286msgid "Website" 
    283287msgstr "" 
     
    287291msgstr "" 
    288292 
    289 #: zine/forms.py:110 zine/forms.py:246 zine/forms.py:462 zine/parsers.py:176 
     293#: zine/forms.py:110 zine/forms.py:247 zine/forms.py:463 zine/parsers.py:177 
    290294msgid "Text" 
    291295msgstr "" 
     
    317321msgstr "" 
    318322 
    319 #: zine/forms.py:208 
     323#: zine/forms.py:209 
    320324msgid "Disable plugin guard" 
    321325msgstr "" 
    322326 
    323 #: zine/forms.py:209 
     327#: zine/forms.py:210 
    324328msgid "If the plugin guard is disabled errors on plugin setup are not caught." 
    325329msgstr "" 
    326330 
    327 #: zine/forms.py:243 zine/templates/admin/_post_helpers.html:4 
     331#: zine/forms.py:244 zine/templates/admin/_post_helpers.html:4 
    328332#: zine/templates/admin/import.html:25 zine/templates/admin/inspect_import.html:49 
    329333#: zine/templates/admin/write_page.html:7 
     
    331335msgstr "" 
    332336 
    333 #: zine/forms.py:248 
     337#: zine/forms.py:249 
    334338msgid "Publication status" 
    335339msgstr "" 
    336340 
    337 #: zine/forms.py:249 
     341#: zine/forms.py:250 
    338342msgid "Draft" 
    339343msgstr "" 
    340344 
    341 #: zine/forms.py:250 
     345#: zine/forms.py:251 
    342346msgid "Published" 
    343347msgstr "" 
    344348 
    345 #: zine/forms.py:251 
     349#: zine/forms.py:252 
    346350msgid "Protected" 
    347351msgstr "" 
    348352 
    349 #: zine/forms.py:252 
     353#: zine/forms.py:253 
    350354msgid "Private" 
    351355msgstr "" 
    352356 
    353 #: zine/forms.py:253 
     357#: zine/forms.py:254 
    354358msgid "Publication date" 
    355359msgstr "" 
    356360 
    357 #: zine/forms.py:254 
     361#: zine/forms.py:255 
    358362msgid "Clear this field to update to current time" 
    359363msgstr "" 
    360364 
    361 #: zine/forms.py:255 zine/forms.py:579 
     365#: zine/forms.py:256 zine/forms.py:580 
    362366#: zine/templates/admin/manage_categories.html:8 
    363367msgid "Slug" 
    364368msgstr "" 
    365369 
    366 #: zine/forms.py:256 
     370#: zine/forms.py:257 
    367371msgid "Clear this field to autogenerate a new slug" 
    368372msgstr "" 
    369373 
    370 #: zine/forms.py:257 zine/forms.py:457 zine/templates/admin/_post_helpers.html:5 
     374#: zine/forms.py:258 zine/forms.py:458 zine/templates/admin/_post_helpers.html:5 
    371375#: zine/templates/admin/information.html:163 
    372376#: zine/templates/admin/inspect_import.html:50 
     
    374378msgstr "" 
    375379 
    376 #: zine/forms.py:259 zine/templates/widgets/tag_cloud.html:2 
     380#: zine/forms.py:260 zine/templates/widgets/tag_cloud.html:2 
    377381msgid "Tags" 
    378382msgstr "" 
    379383 
    380 #: zine/forms.py:261 zine/templates/_entry.html:4 
     384#: zine/forms.py:262 zine/templates/_entry.html:4 
    381385#: zine/templates/admin/_post_helpers.html:6 
    382386#: zine/templates/widgets/category_list.html:2 zine/views/admin.py:102 
     
    384388msgstr "" 
    385389 
    386 #: zine/forms.py:263 zine/forms.py:464 zine/templates/admin/write_page.html:22 
     390#: zine/forms.py:264 zine/forms.py:465 zine/templates/admin/write_page.html:22 
    387391msgid "Parser" 
    388392msgstr "" 
    389393 
    390 #: zine/forms.py:264 
     394#: zine/forms.py:265 
    391395msgid "Enable comments" 
    392396msgstr "" 
    393397 
    394 #: zine/forms.py:265 
     398#: zine/forms.py:266 
    395399msgid "Enable pingbacks" 
    396400msgstr "" 
    397401 
    398 #: zine/forms.py:266 
     402#: zine/forms.py:267 
    399403msgid "Ping links" 
    400404msgstr "" 
    401405 
    402 #: zine/forms.py:305 zine/forms.py:482 
     406#: zine/forms.py:306 zine/forms.py:483 
    403407#, python-format 
    404408msgid "%s (missing)" 
    405409msgstr "" 
    406410 
    407 #: zine/forms.py:339 
     411#: zine/forms.py:340 
    408412msgid "This slug is already in use." 
    409413msgstr "" 
    410414 
    411 #: zine/forms.py:344 
     415#: zine/forms.py:345 
    412416msgid "Selected parser is no longer available on the system." 
    413417msgstr "" 
    414418 
    415 #: zine/forms.py:458 zine/forms.py:816 zine/forms.py:939 
     419#: zine/forms.py:459 zine/forms.py:817 zine/forms.py:949 
    416420msgid "Email" 
    417421msgstr "" 
    418422 
    419 #: zine/forms.py:463 zine/templates/admin/_post_helpers.html:8 
     423#: zine/forms.py:464 zine/templates/admin/_post_helpers.html:8 
    420424#: zine/templates/admin/import.html:24 zine/templates/admin/inspect_import.html:48 
    421425msgid "Date" 
    422426msgstr "" 
    423427 
    424 #: zine/forms.py:465 zine/templates/admin/block_comment.html:2 
     428#: zine/forms.py:466 zine/templates/admin/block_comment.html:2 
    425429#: zine/templates/admin/block_comment.html:4 
    426430msgid "Block Comment" 
    427431msgstr "" 
    428432 
    429 #: zine/forms.py:466 zine/forms.py:529 
     433#: zine/forms.py:467 zine/forms.py:530 
    430434msgid "Reason" 
    431435msgstr "" 
    432436 
    433 #: zine/forms.py:538 
     437#: zine/forms.py:539 
    434438#, python-format 
    435439msgid "blocked by %s" 
    436440msgstr "" 
    437441 
    438 #: zine/forms.py:553 
     442#: zine/forms.py:554 
    439443#, python-format 
    440444msgid "Comment reported as spam by %s" 
    441445msgstr "" 
    442446 
    443 #: zine/forms.py:580 zine/templates/admin/manage_categories.html:9 
     447#: zine/forms.py:581 zine/templates/admin/manage_categories.html:9 
    444448msgid "Name" 
    445449msgstr "" 
    446450 
    447 #: zine/forms.py:582 zine/forms.py:814 zine/forms.py:937 
     451#: zine/forms.py:583 zine/forms.py:815 zine/forms.py:947 
    448452#: zine/templates/admin/plugins.html:18 
    449453msgid "Description" 
    450454msgstr "" 
    451455 
    452 #: zine/forms.py:601 
     456#: zine/forms.py:602 
    453457msgid "This slug is already in use" 
    454458msgstr "" 
    455459 
    456 #: zine/forms.py:640 
     460#: zine/forms.py:641 
    457461msgid "Comments Per Page:" 
    458462msgstr "" 
    459463 
    460 #: zine/forms.py:678 
     464#: zine/forms.py:679 
    461465#, python-format 
    462466msgid "Comment blocked by %s" 
    463467msgstr "" 
    464468 
    465 #: zine/forms.py:685 
     469#: zine/forms.py:686 
    466470#, python-format 
    467471msgid "Comment marked as spam by %s" 
    468472msgstr "" 
    469473 
    470 #: zine/forms.py:710 zine/templates/admin/manage_groups.html:8 
     474#: zine/forms.py:711 zine/templates/admin/manage_groups.html:8 
    471475msgid "Groupname" 
    472476msgstr "" 
    473477 
    474 #: zine/forms.py:713 zine/forms.py:822 zine/templates/admin/information.html:102 
     478#: zine/forms.py:714 zine/forms.py:823 zine/templates/admin/information.html:102 
    475479msgid "Privileges" 
    476480msgstr "" 
    477481 
    478 #: zine/forms.py:730 
     482#: zine/forms.py:731 
    479483msgid "This groupname is already in use" 
    480484msgstr "" 
    481485 
    482 #: zine/forms.py:752 
     486#: zine/forms.py:753 
    483487msgid "What should Zine do with users assigned to this group?" 
    484488msgstr "" 
    485489 
    486 #: zine/forms.py:755 
     490#: zine/forms.py:756 
    487491msgid "Do nothing, just detach the membership" 
    488492msgstr "" 
    489493 
    490 #: zine/forms.py:756 
     494#: zine/forms.py:757 
    491495msgid "Move the users to another group" 
    492496msgstr "" 
    493497 
    494 #: zine/forms.py:758 
     498#: zine/forms.py:759 
    495499msgid "Relocate users to" 
    496500msgstr "" 
    497501 
    498 #: zine/forms.py:771 
     502#: zine/forms.py:772 
    499503msgid "You have to select a group that gets the users assigned." 
    500504msgstr "" 
    501505 
    502 #: zine/forms.py:809 zine/forms.py:844 zine/forms.py:932 zine/forms.py:961 
     506#: zine/forms.py:810 zine/forms.py:845 zine/forms.py:942 zine/forms.py:971 
    503507#: zine/templates/account/login.html:29 zine/templates/admin/manage_users.html:8 
    504508#: zine/websetup/templates/admin_account.html:10 
     
    506510msgstr "" 
    507511 
    508 #: zine/forms.py:812 zine/forms.py:845 zine/forms.py:935 zine/forms.py:962 
     512#: zine/forms.py:813 zine/forms.py:846 zine/forms.py:945 zine/forms.py:972 
    509513#: zine/templates/admin/manage_users.html:9 
    510514msgid "Realname" 
    511515msgstr "" 
    512516 
    513 #: zine/forms.py:813 zine/forms.py:936 
     517#: zine/forms.py:814 zine/forms.py:946 
    514518msgid "Display name" 
    515519msgstr "" 
    516520 
    517 #: zine/forms.py:820 zine/forms.py:943 zine/templates/account/login.html:32 
     521#: zine/forms.py:821 zine/forms.py:953 zine/templates/account/login.html:32 
    518522#: zine/websetup/templates/admin_account.html:12 
    519523msgid "Password" 
    520524msgstr "" 
    521525 
    522 #: zine/forms.py:824 zine/views/admin.py:152 
     526#: zine/forms.py:825 zine/views/admin.py:152 
    523527msgid "Groups" 
    524528msgstr "" 
    525529 
    526 #: zine/forms.py:826 
     530#: zine/forms.py:827 
    527531msgid "List as author" 
    528532msgstr "" 
    529533 
    530 #: zine/forms.py:827 
     534#: zine/forms.py:828 
    531535msgid "This user is listed as author" 
    532536msgstr "" 
    533537 
    534 #: zine/forms.py:856 
     538#: zine/forms.py:857 
    535539msgid "This username is already in use" 
    536540msgstr "" 
    537541 
    538 #: zine/forms.py:892 
     542#: zine/forms.py:893 
    539543msgid "What should Zine do with posts written by this user?" 
    540544msgstr "" 
    541545 
    542 #: zine/forms.py:894 
     546#: zine/forms.py:895 
    543547msgid "Delete them permanently" 
    544548msgstr "" 
    545549 
    546 #: zine/forms.py:895 
     550#: zine/forms.py:896 
    547551msgid "Reassign posts" 
    548552msgstr "" 
    549553 
    550 #: zine/forms.py:898 
     554#: zine/forms.py:899 
    551555msgid "Reassign posts to" 
    552556msgstr "" 
    553557 
    554 #: zine/forms.py:913 
     558#: zine/forms.py:916 
    555559msgid "You have to select the user that gets the posts assigned." 
    556560msgstr "" 
    557561 
    558 #: zine/forms.py:945 zine/forms.py:947 
     562#: zine/forms.py:955 zine/forms.py:957 
    559563msgid "Confirm password" 
    560564msgstr "" 
    561565 
    562 #: zine/forms.py:970 
     566#: zine/forms.py:980 
    563567msgid "This email address is already in use" 
    564568msgstr "" 
    565569 
    566 #: zine/forms.py:979 
     570#: zine/forms.py:989 
    567571msgid "Passwords do not match" 
    568572msgstr "" 
    569573 
    570 #: zine/forms.py:1035 
     574#: zine/forms.py:1050 
    571575msgid "Filename" 
    572576msgstr "" 
    573577 
    574 #: zine/forms.py:1036 
     578#: zine/forms.py:1051 
    575579msgid "Log Level" 
    576580msgstr "" 
    577581 
    578 #: zine/forms.py:1041 zine/forms.py:1303 
     582#: zine/forms.py:1056 zine/forms.py:1319 
    579583msgid "Blog title" 
    580584msgstr "" 
    581585 
    582 #: zine/forms.py:1042 
     586#: zine/forms.py:1057 
    583587msgid "Blog tagline" 
    584588msgstr "" 
    585589 
    586 #: zine/forms.py:1043 
     590#: zine/forms.py:1058 
    587591msgid "Blog email" 
    588592msgstr "" 
    589593 
    590 #: zine/forms.py:1044 
     594#: zine/forms.py:1059 
    591595msgid "Language" 
    592596msgstr "" 
    593597 
    594 #: zine/forms.py:1045 
     598#: zine/forms.py:1060 
    595599msgid "Timezone" 
    596600msgstr "" 
    597601 
    598 #: zine/forms.py:1047 
     602#: zine/forms.py:1062 
    599603msgid "Cookie Name" 
    600604msgstr "" 
    601605 
    602 #: zine/forms.py:1049 
     606#: zine/forms.py:1064 
    603607msgid "Comments enabled" 
    604608msgstr "" 
    605609 
    606 #: zine/forms.py:1050 
     610#: zine/forms.py:1065 
    607611msgid "enable comments per default" 
    608612msgstr "" 
    609613 
    610 #: zine/forms.py:1052 
     614#: zine/forms.py:1067 
    611615msgid "Comment Moderation" 
    612616msgstr "" 
    613617 
    614 #: zine/forms.py:1055 
     618#: zine/forms.py:1070 
    615619msgid "Pingbacks enabled" 
    616620msgstr "" 
    617621 
    618 #: zine/forms.py:1056 
     622#: zine/forms.py:1071 
    619623msgid "enable pingbacks per default" 
    620624msgstr "" 
    621625 
    622 #: zine/forms.py:1058 
     626#: zine/forms.py:1073 
    623627msgid "Use flat comments" 
    624628msgstr "" 
    625629 
    626 #: zine/forms.py:1059 
     630#: zine/forms.py:1074 
    627631msgid "All comments are posted top-level" 
    628632msgstr "" 
    629633 
    630 #: zine/forms.py:1061 
     634#: zine/forms.py:1076 
    631635msgid "Default parser" 
    632636msgstr "" 
    633637 
    634 #: zine/forms.py:1063 
     638#: zine/forms.py:1078 
    635639msgid "Comment parser" 
    636640msgstr "" 
    637641 
    638 #: zine/forms.py:1065 
     642#: zine/forms.py:1080 
    639643msgid "Posts per page" 
    640644msgstr "" 
    641645 
    642 #: zine/forms.py:1080 
     646#: zine/forms.py:1095 
    643647msgid "Blog URL prefix" 
    644648msgstr "" 
    645649 
    646 #: zine/forms.py:1082 
     650#: zine/forms.py:1097 
    647651msgid "Admin URL prefix" 
    648652msgstr "" 
    649653 
    650 #: zine/forms.py:1084 
     654#: zine/forms.py:1099 
    651655msgid "Category URL prefix" 
    652656msgstr "" 
    653657 
    654 #: zine/forms.py:1086 
     658#: zine/forms.py:1101 
    655659msgid "Tag URL prefix" 
    656660msgstr "" 
    657661 
    658 #: zine/forms.py:1088 
     662#: zine/forms.py:1103 
    659663msgid "Author Profiles URL prefix" 
    660664msgstr "" 
    661665 
    662 #: zine/forms.py:1090 
     666#: zine/forms.py:1105 
    663667msgid "Post permalink URL format" 
    664668msgstr "" 
    665669 
    666 #: zine/forms.py:1092 
     670#: zine/forms.py:1107 
    667671msgid "Limit slugs to ASCII" 
    668672msgstr "" 
    669673 
    670 #: zine/forms.py:1094 
     674#: zine/forms.py:1109 
    671675msgid "Use zero-padded dates" 
    672676msgstr "" 
    673677 
    674 #: zine/forms.py:1095 
     678#: zine/forms.py:1110 
    675679msgid "Force HTTPS" 
    676680msgstr "" 
    677681 
    678 #: zine/forms.py:1121 
     682#: zine/forms.py:1136 
    679683msgid "Cache system" 
    680684msgstr "" 
    681685 
    682 #: zine/forms.py:1123 
     686#: zine/forms.py:1138 
    683687msgid "Default cache timeout" 
    684688msgstr "" 
    685689 
    686 #: zine/forms.py:1125 
     690#: zine/forms.py:1140 
    687691msgid "Enable eager caching" 
    688692msgstr "" 
    689693 
    690 #: zine/forms.py:1126 
     694#: zine/forms.py:1141 
    691695msgid "Enable" 
    692696msgstr "" 
    693697 
    694 #: zine/forms.py:1133 
     698#: zine/forms.py:1148 
    695699msgid "You have to provide at least one server to use memcached." 
    696700msgstr "" 
    697701 
    698 #: zine/forms.py:1137 
     702#: zine/forms.py:1152 
    699703msgid "You have to provide cache folder to use filesystem cache." 
    700704msgstr "" 
    701705 
    702 #: zine/forms.py:1147 
     706#: zine/forms.py:1162 
    703707msgid "Dump Download URL" 
    704708msgstr "" 
    705709 
    706 #: zine/forms.py:1153 
     710#: zine/forms.py:1168 
    707711msgid "Feed Download URL" 
    708712msgstr "" 
    709713 
    710 #: zine/forms.py:1202 
     714#: zine/forms.py:1220 
    711715msgid "Use default value" 
    712716msgstr "" 
    713717 
    714 #: zine/forms.py:1289 
     718#: zine/forms.py:1305 
    715719msgid "Create new user" 
    716720msgstr "" 
    717721 
    718 #: zine/forms.py:1305 
     722#: zine/forms.py:1321 
    719723msgid "Blog description" 
    720724msgstr "" 
    721725 
    722 #: zine/forms.py:1310 
     726#: zine/forms.py:1326 
    723727msgid "Load config values" 
    724728msgstr "" 
    725729 
    726 #: zine/forms.py:1311 
     730#: zine/forms.py:1327 
    727731msgid "Load the configuration values from the import." 
    728732msgstr "" 
    729733 
    730 #: zine/notifications.py:176 zine/websetup/templates/admin_account.html:16 
     734#: zine/notifications.py:185 zine/websetup/templates/admin_account.html:16 
    731735msgid "E-Mail" 
    732736msgstr "" 
    733737 
    734 #: zine/notifications.py:283 
     738#: zine/notifications.py:308 
    735739msgid "When a new comment is received." 
    736740msgstr "" 
    737741 
    738 #: zine/notifications.py:285 
     742#: zine/notifications.py:310 
    739743msgid "When a comment requires moderation." 
    740744msgstr "" 
    741745 
    742 #: zine/notifications.py:287 
     746#: zine/notifications.py:313 
    743747msgid "When Zine found an urgent security alarm." 
    744748msgstr "" 
    745749 
    746 #: zine/parsers.py:152 
     750#: zine/notifications.py:315 
     751msgid "When Zine throws errors." 
     752msgstr "" 
     753 
     754#: zine/parsers.py:153 
    747755msgid "Zine-Markup" 
    748756msgstr "" 
    749757 
    750 #: zine/parsers.py:164 
     758#: zine/parsers.py:165 
    751759msgid "HTML" 
    752760msgstr "" 
     
    781789msgstr "" 
    782790 
    783 #: zine/pluginsystem.py:334 
     791#: zine/pluginsystem.py:333 
    784792msgid "" 
    785793"Could not install the plugin because the uploaded file is not a valid plugin" 
     
    787795msgstr "" 
    788796 
    789 #: zine/pluginsystem.py:336 
     797#: zine/pluginsystem.py:335 
    790798msgid "" 
    791799"The plugin uploaded has a newer package version than this Zine installation " 
     
    793801msgstr "" 
    794802 
    795 #: zine/pluginsystem.py:339 
     803#: zine/pluginsystem.py:338 
    796804msgid "A plugin with the same UID is already installed. Aborted." 
    797805msgstr "" 
    798806 
    799 #: zine/pluginsystem.py:341 
     807#: zine/pluginsystem.py:340 
    800808msgid "" 
    801809"Could not install the package because the installer wasn't able to write the" 
     
    803811msgstr "" 
    804812 
    805 #: zine/pluginsystem.py:363 
     813#: zine/pluginsystem.py:362 
    806814msgid "Plugin setup error" 
    807815msgstr "" 
    808816 
    809 #: zine/pluginsystem.py:374 
     817#: zine/pluginsystem.py:373 
    810818#, python-format 
    811819msgid "Exception happend on setup: %(error)s (%(file)s, line %(line)d)" 
    812820msgstr "" 
    813821 
    814 #: zine/privileges.py:156 
     822#: zine/privileges.py:203 
    815823msgid "can enter admin panel" 
    816824msgstr "" 
    817825 
    818 #: zine/privileges.py:157 
     826#: zine/privileges.py:204 
    819827msgid "can administer the blog" 
    820828msgstr "" 
    821829 
    822 #: zine/privileges.py:158 
     830#: zine/privileges.py:205 
    823831msgid "can create new entries" 
    824832msgstr "" 
    825833 
    826 #: zine/privileges.py:160 
     834#: zine/privileges.py:207 
    827835msgid "can edit their own entries" 
    828836msgstr "" 
    829837 
    830 #: zine/privileges.py:162 
     838#: zine/privileges.py:209 
    831839msgid "can edit another person's entries" 
    832840msgstr "" 
    833841 
    834 #: zine/privileges.py:164 
     842#: zine/privileges.py:211 
    835843msgid "can create new pages" 
    836844msgstr "" 
    837845 
    838 #: zine/privileges.py:166 
     846#: zine/privileges.py:213 
    839847msgid "can edit their own pages" 
    840848msgstr "" 
    841849 
    842 #: zine/privileges.py:168 
     850#: zine/privileges.py:215 
    843851msgid "can edit another person's pages" 
    844852msgstr "" 
    845853 
    846 #: zine/privileges.py:170 
     854#: zine/privileges.py:217 
    847855msgid "can view drafts" 
    848856msgstr "" 
    849857 
    850 #: zine/privileges.py:171 
     858#: zine/privileges.py:218 
    851859msgid "can manage categories" 
    852860msgstr "" 
    853861 
    854 #: zine/privileges.py:173 
     862#: zine/privileges.py:220 
    855863msgid "can moderate comments" 
    856864msgstr "" 
    857865 
    858 #: zine/privileges.py:175 
     866#: zine/privileges.py:222 
    859867msgid "can moderate comments on it's own entries" 
    860868msgstr "" 
    861869 
    862 #: zine/privileges.py:177 
     870#: zine/privileges.py:224 
    863871msgid "can moderate comments on it's own pages" 
    864872msgstr "" 
    865873 
    866 #: zine/privileges.py:179 
     874#: zine/privileges.py:226 
    867875msgid "can view protected entries" 
    868876msgstr "" 
    869877 
    870 #: zine/privileges.py:182 
     878#: zine/privileges.py:229 
    871879msgid "can enter his account panel" 
    872880msgstr "" 
    873881 
    874 #: zine/privileges.py:183 
     882#: zine/privileges.py:230 
    875883msgid "can edit own comments" 
    876884msgstr "" 
    877885 
    878 #: zine/privileges.py:185 
     886#: zine/privileges.py:232 
    879887msgid "can delete own comments" 
    880888msgstr "" 
     
    10221030msgstr "" 
    10231031 
    1024 #: zine/plugins/dark_vessel_colorscheme/__init__.py:21 
    1025 msgid "Dark" 
    1026 msgstr "" 
    1027  
    10281032#: zine/plugins/miniblog_theme/templates/_widgets.html:5 
    10291033#: zine/plugins/vessel_theme/templates/_widgets.html:4 
     
    10611065 
    10621066#: zine/plugins/myrtle_theme/templates/layout.html:34 
    1063 #: zine/templates/account/layout.html:22 zine/templates/admin/layout.html:20 
     1067#: zine/templates/account/layout.html:22 zine/templates/admin/layout.html:22 
    10641068msgid "Logout" 
    10651069msgstr "" 
    10661070 
    1067 #: zine/plugins/pygments_support/__init__.py:166 
     1071#: zine/plugins/pygments_support/__init__.py:169 
    10681072msgid "Pygments theme changed successfully." 
    10691073msgstr "" 
     
    15491553msgstr "" 
    15501554 
    1551 #: zine/templates/account/delete_account.html:7 
    1552 msgid "All your comments will also be deleted!" 
    1553 msgstr "" 
    1554  
    1555 #: zine/templates/account/delete_account.html:9 
    1556 #: zine/templates/admin/approve_comment.html:12 
     1555#: zine/templates/account/delete_account.html:8 
     1556#: zine/templates/admin/approve_comment.html:11 
    15571557#: zine/templates/admin/block_comment.html:11 
    15581558#: zine/templates/admin/block_comments.html:10 
     
    15651565#: zine/templates/admin/delete_import.html:11 
    15661566#: zine/templates/admin/delete_page.html:17 
    1567 #: zine/templates/admin/delete_user.html:17 
     1567#: zine/templates/admin/delete_user.html:21 
    15681568#: zine/templates/admin/mark_comment.html:10 
    15691569#: zine/templates/admin/mark_ham_comments.html:10 
     
    15741574msgstr "" 
    15751575 
    1576 #: zine/templates/account/delete_account.html:10 
    1577 #: zine/templates/admin/approve_comment.html:11 
     1576#: zine/templates/account/delete_account.html:9 
     1577#: zine/templates/admin/approve_comment.html:12 
    15781578#: zine/templates/admin/block_comment.html:12 
    15791579#: zine/templates/admin/block_comments.html:11 
     
    15861586#: zine/templates/admin/delete_import.html:12 
    15871587#: zine/templates/admin/delete_page.html:18 
    1588 #: zine/templates/admin/delete_user.html:18 
     1588#: zine/templates/admin/delete_user.html:22 
    15891589#: zine/templates/admin/mark_comment.html:11 
    15901590#: zine/templates/admin/mark_ham_comments.html:11 
     
    16381638msgstr "" 
    16391639 
    1640 #: zine/templates/account/layout.html:6 zine/templates/admin/layout.html:19 
     1640#: zine/templates/account/layout.html:6 zine/templates/admin/layout.html:21 
    16411641msgid "My Account" 
    16421642msgstr "" 
     
    16471647msgstr "" 
    16481648 
    1649 #: zine/templates/account/layout.html:18 zine/templates/admin/layout.html:18 
     1649#: zine/templates/account/layout.html:18 zine/templates/admin/layout.html:20 
    16501650msgid "View Blog" 
    16511651msgstr "" 
    16521652 
    1653 #: zine/templates/account/layout.html:53 zine/templates/admin/layout.html:49 
     1653#: zine/templates/account/layout.html:53 zine/templates/admin/layout.html:51 
    16541654#, python-format 
    16551655msgid "Powered by %(zine)s %(version)s." 
     
    21552155msgstr "" 
    21562156 
    2157 #: zine/templates/admin/delete_user.html:9 
     2157#: zine/templates/admin/delete_user.html:11 
    21582158#, python-format 
    21592159msgid "" 
     
    24072407#: zine/templates/admin/index.html:8 
    24082408#, python-format 
    2409 msgid "Howdy.  Welcome to the Zine administration interface %(user)s." 
     2409msgid "Howdy.  Welcome to the Zine administration interface, %(user)s." 
    24102410msgstr "" 
    24112411 
     
    27992799msgstr "" 
    28002800 
    2801 #: zine/templates/admin/layout.html:16 
     2801#: zine/templates/admin/layout.html:18 
    28022802#, python-format 
    28032803msgid "%(blog_title)s Administration" 
     
    32233223msgstr "" 
    32243224 
    3225 #: zine/utils/forms.py:1144 zine/utils/forms.py:1528 
     3225#: zine/utils/forms.py:1144 zine/utils/forms.py:1529 
    32263226#, python-format 
    32273227msgid "Please provide at least %d item." 
     
    32303230msgstr[1] "" 
    32313231 
    3232 #: zine/utils/forms.py:1151 zine/utils/forms.py:1535 
     3232#: zine/utils/forms.py:1151 zine/utils/forms.py:1536 
    32333233#, python-format 
    32343234msgid "Please provide no more than %d item." 
     
    32723272msgstr "" 
    32733273 
    3274 #: zine/utils/forms.py:1522 
     3274#: zine/utils/forms.py:1523 
    32753275#, python-format 
    32763276msgid "“%s” is not a valid choice" 
    32773277msgstr "" 
    32783278 
    3279 #: zine/utils/forms.py:1567 
     3279#: zine/utils/forms.py:1568 
    32803280msgid "Please enter a whole number." 
    32813281msgstr "" 
    32823282 
    3283 #: zine/utils/forms.py:1593 
     3283#: zine/utils/forms.py:1594 
    32843284#, python-format 
    32853285msgid "Ensure this value is greater than or equal to %s." 
    32863286msgstr "" 
    32873287 
    3288 #: zine/utils/forms.py:1599 
     3288#: zine/utils/forms.py:1600 
    32893289#, python-format 
    32903290msgid "Ensure this value is less than or equal to %s." 
    32913291msgstr "" 
    32923292 
    3293 #: zine/utils/forms.py:1621 
     3293#: zine/utils/forms.py:1622 
    32943294msgid "True" 
    32953295msgstr "" 
    32963296 
    3297 #: zine/utils/forms.py:1622 
     3297#: zine/utils/forms.py:1623 
    32983298msgid "False" 
    32993299msgstr "" 
     
    33923392msgstr "" 
    33933393 
    3394 #: zine/utils/zeml.py:304 
     3394#: zine/utils/zeml.py:303 
    33953395msgid "" 
    33963396"Error when loading dynamic ZEML element. The system ignored the element.  " 
     
    33983398msgstr "" 
    33993399 
    3400 #: zine/utils/zeml.py:680 
     3400#: zine/utils/zeml.py:704 
    34013401#, python-format 
    34023402msgid "Error loading dynamic element %s" 
    34033403msgstr "" 
    34043404 
    3405 #: zine/utils/zeml.py:694 
     3405#: zine/utils/zeml.py:718 
    34063406msgid "Error in markup" 
    34073407msgstr "" 
    34083408 
    3409 #: zine/utils/zeml.py:1118 
     3409#: zine/utils/zeml.py:1144 
    34103410#, python-format 
    34113411msgid "Invalid attribute given to %s tag: %s" 
     
    34283428msgstr "" 
    34293429 
    3430 #: zine/views/account.py:174 
     3430#: zine/views/account.py:176 
    34313431msgid "Your profile was updated successfully." 
    34323432msgstr "" 
    34333433 
    3434 #: zine/views/account.py:203 
     3434#: zine/views/account.py:205 
    34353435msgid "Notification settings changed." 
    34363436msgstr "" 
     
    35503550msgstr "" 
    35513551 
    3552 #: zine/views/admin.py:391 
     3552#: zine/views/admin.py:394 
    35533553#, python-format 
    35543554msgid "The entry %s was created successfully." 
    35553555msgstr "" 
    35563556 
    3557 #: zine/views/admin.py:394 
     3557#: zine/views/admin.py:397 
    35583558#, python-format 
    35593559msgid "The entry %s was updated successfully." 
    35603560msgstr "" 
    35613561 
    3562 #: zine/views/admin.py:427 
     3562#: zine/views/admin.py:430 
    35633563#, python-format 
    35643564msgid "The entry %s was deleted successfully." 
    35653565msgstr "" 
    35663566 
    3567 #: zine/views/admin.py:470 
     3567#: zine/views/admin.py:473 
    35683568#, python-format 
    35693569msgid "The page %s was created successfully." 
    35703570msgstr "" 
    35713571 
    3572 #: zine/views/admin.py:473 
     3572#: zine/views/admin.py:476 
    35733573#, python-format 
    35743574msgid "The page %s was updated successfully." 
    35753575msgstr "" 
    35763576 
    3577 #: zine/views/admin.py:506 
     3577#: zine/views/admin.py:509 
    35783578#, python-format 
    35793579msgid "The page %s was deleted successfully." 
    35803580msgstr "" 
    35813581 
    3582 #: zine/views/admin.py:559 
     3582#: zine/views/admin.py:562 
    35833583msgid "“Delete All” can only be issued for “Spam” and “Blocked” comment types." 
    35843584msgstr "" 
    35853585 
    3586 #: zine/views/admin.py:573 
     3586#: zine/views/admin.py:576 
    35873587#, python-format 
    35883588msgid "Deleted %d %s comments." 
    35893589msgstr "" 
    35903590 
    3591 #: zine/views/admin.py:584 
     3591#: zine/views/admin.py:587 
    35923592msgid "Approved all the selected comments." 
    35933593msgstr "" 
    35943594 
    3595 #: zine/views/admin.py:592 
     3595#: zine/views/admin.py:595 
    35963596msgid "Blocked all the selected comments." 
    35973597msgstr "" 
    35983598 
    3599 #: zine/views/admin.py:602 
     3599#: zine/views/admin.py:605 
    36003600msgid "Reported all the selected comments as SPAM." 
    36013601msgstr "" 
    36023602 
    3603 #: zine/views/admin.py:611 
     3603#: zine/views/admin.py:614 
    36043604msgid "Reported all the selected comments as NOT SPAM." 
    36053605msgstr "" 
    36063606 
    3607 #: zine/views/admin.py:625 
     3607#: zine/views/admin.py:628 
    36083608msgid "All Comments" 
    36093609msgstr "" 
    36103610 
    3611 #: zine/views/admin.py:632 
     3611#: zine/views/admin.py:635 
    36123612msgid "Comments Awaiting Moderation" 
    36133613msgstr "" 
    36143614 
    3615 #: zine/views/admin.py:640 
     3615#: zine/views/admin.py:643 
    36163616msgid "Approved Commments" 
    36173617msgstr "" 
    36183618 
    3619 #: zine/views/admin.py:648 
     3619#: zine/views/admin.py:651 
    36203620msgid "Blocked" 
    36213621msgstr "" 
    36223622 
    3623 #: zine/views/admin.py:656 zine/views/admin.py:803 
     3623#: zine/views/admin.py:659 zine/views/admin.py:807 
    36243624msgid "Spam" 
    36253625msgstr "" 
    36263626 
    3627 #: zine/views/admin.py:671 
     3627#: zine/views/admin.py:674 
    36283628#, python-format 
    36293629msgid "Comments for “%s”" 
    36303630msgstr "" 
    36313631 
    3632 #: zine/views/admin.py:687 zine/views/admin.py:719 zine/views/admin.py:745 
    3633 #: zine/views/admin.py:768 zine/views/admin.py:790 zine/views/admin.py:813 
     3632#: zine/views/admin.py:690 zine/views/admin.py:723 zine/views/admin.py:749 
     3633#: zine/views/admin.py:772 zine/views/admin.py:794 zine/views/admin.py:817 
    36343634msgid "You're not allowed to manage this comment" 
    36353635msgstr "" 
    36363636 
    3637 #: zine/views/admin.py:697 
     3637#: zine/views/admin.py:701 
    36383638#, python-format 
    36393639msgid "Comment by %s moderated successfully." 
    36403640msgstr "" 
    36413641 
    3642 #: zine/views/admin.py:752 
     3642#: zine/views/admin.py:756 
    36433643#, python-format 
    36443644msgid "Comment by %s approved successfully." 
    36453645msgstr "" 
    36463646 
    3647 #: zine/views/admin.py:775 
     3647#: zine/views/admin.py:779 
    36483648#, python-format 
    36493649msgid "Comment by %s blocked successfully." 
    36503650msgstr "" 
    36513651 
    3652 #: zine/views/admin.py:797 
     3652#: zine/views/admin.py:801 
    36533653#, python-format 
    36543654msgid "Comment by %s reported as Spam successfully." 
    36553655msgstr "" 
    36563656 
    3657 #: zine/views/admin.py:820 
     3657#: zine/views/admin.py:824 
    36583658#, python-format 
    36593659msgid "Comment by %s reported as NOT Spam successfully." 
    36603660msgstr "" 
    36613661 
    3662 #: zine/views/admin.py:826 
     3662#: zine/views/admin.py:830 
    36633663msgid "NOT Spam" 
    36643664msgstr "" 
    36653665 
    3666 #: zine/views/admin.py:860 
     3666#: zine/views/admin.py:864 
    36673667#, python-format 
    36683668msgid "Category %s created successfully." 
    36693669msgstr "" 
    36703670 
    3671 #: zine/views/admin.py:864 
     3671#: zine/views/admin.py:868 
    36723672#, python-format 
    36733673msgid "Category %s updated successfully." 
    36743674msgstr "" 
    36753675 
    3676 #: zine/views/admin.py:893 
     3676#: zine/views/admin.py:897 
    36773677#, python-format 
    36783678msgid "Category %s deleted successfully." 
    36793679msgstr "" 
    36803680 
    3681 #: zine/views/admin.py:933 
     3681#: zine/views/admin.py:937 
    36823682#, python-format 
    36833683msgid "User %s created successfully." 
    36843684msgstr "" 
    36853685 
    3686 #: zine/views/admin.py:937 
     3686#: zine/views/admin.py:941 
    36873687#, python-format 
    36883688msgid "User %s edited successfully." 
    36893689msgstr "" 
    36903690 
    3691 #: zine/views/admin.py:961 
     3691#: zine/views/admin.py:965 
    36923692msgid "You cannot delete yourself." 
    36933693msgstr "" 
    36943694 
    3695 #: zine/views/admin.py:1001 
     3695#: zine/views/admin.py:1005 
    36963696#, python-format 
    36973697msgid "Group %s created successfully." 
    36983698msgstr "" 
    36993699 
    3700 #: zine/views/admin.py:1005 
     3700#: zine/views/admin.py:1009 
    37013701#, python-format 
    37023702msgid "Group %s edited successfully." 
    37033703msgstr "" 
    37043704 
    3705 #: zine/views/admin.py:1057 
     3705#: zine/views/admin.py:1061 
    37063706msgid "Configuration altered successfully." 
    37073707msgstr "" 
    37083708 
    3709 #: zine/views/admin.py:1084 
     3709#: zine/views/admin.py:1088 
    37103710msgid "URL configuration changed." 
    37113711msgstr "" 
    37123712 
    3713 #: zine/views/admin.py:1105 
     3713#: zine/views/admin.py:1109 
    37143714msgid "Theme changed successfully." 
    37153715msgstr "" 
    37163716 
    3717 #: zine/views/admin.py:1121 
     3717#: zine/views/admin.py:1125 
    37183718msgid "This theme is not configurable" 
    37193719msgstr "" 
    37203720 
    3721 #: zine/views/admin.py:1133 
     3721#: zine/views/admin.py:1137 
    37223722msgid "Plugin configuration changed" 
    37233723msgstr "" 
    37243724 
    3725 #: zine/views/admin.py:1142 
     3725#: zine/views/admin.py:1146 
    37263726#, python-format 
    37273727msgid "Plugin “%s” added successfully. You can now enable it in the plugin list." 
    37283728msgstr "" 
    37293729 
    3730 #: zine/views/admin.py:1169 
     3730#: zine/views/admin.py:1173 
    37313731#, python-format 
    37323732msgid "" 
     
    37353735msgstr "" 
    37363736 
    3737 #: zine/views/admin.py:1172 
     3737#: zine/views/admin.py:1176 
    37383738#, python-format 
    37393739msgid "The plugin “%s” was removed from the instance successfully." 
    37403740msgstr "" 
    37413741 
    3742 #: zine/views/admin.py:1190 
     3742#: zine/views/admin.py:1194 
    37433743msgid "The cache was cleared successfully." 
    37443744msgstr "" 
    37453745 
    3746 #: zine/views/admin.py:1194 
     3746#: zine/views/admin.py:1198 
    37473747msgid "Cache settings were changed successfully." 
    37483748msgstr "" 
    37493749 
    3750 #: zine/views/admin.py:1218 
     3750#: zine/views/admin.py:1222 
    37513751msgid "Configuration updated successfully." 
    37523752msgstr "" 
    37533753 
    3754 #: zine/views/admin.py:1221 
     3754#: zine/views/admin.py:1225 
    37553755msgid "Could not save the configuration because the configuration is invalid." 
    37563756msgstr "" 
    37573757 
    3758 #: zine/views/admin.py:1238 
     3758#: zine/views/admin.py:1242 
    37593759msgid "Maintenance mode disabled.  The blog is now publicly available." 
    37603760msgstr "" 
    37613761 
    3762 #: zine/views/admin.py:1299 
     3762#: zine/views/admin.py:1303 
    37633763#, python-format 
    37643764msgid "The imported dump “%s” was deleted successfully." 
    37653765msgstr "" 
    37663766 
    3767 #: zine/views/admin.py:1426 
     3767#: zine/views/admin.py:1430 
    37683768msgid "Log changes saved." 
    37693769msgstr "" 
    37703770 
    3771 #: zine/views/admin.py:1443 
     3771#: zine/views/admin.py:1447 
    37723772msgid "Password changed successfully." 
    37733773msgstr "" 
     
    38283828msgstr "" 
    38293829 
    3830 #: zine/websetup/__init__.py:206 
     3830#: zine/websetup/__init__.py:173 
    38313831#, python-format 
    38323832msgid "" 
Note: See TracChangeset for help on using the changeset viewer.