Changeset 128:45e764c64bfb
- Timestamp:
- 31/07/10 13:54:17 (3 years ago)
- Branch:
- default
- Files:
-
- 3 added
- 8 edited
-
cyclope/dashboard.py (modified) (4 diffs)
-
cyclope/locale/es/LC_MESSAGES/django.mo (modified) (previous)
-
cyclope/locale/es/LC_MESSAGES/django.po (modified) (6 diffs)
-
cyclope/media/css/admin_tools_theming.css (modified) (16 diffs)
-
cyclope/media/images/admin-contact_form-contactformsettings.png (added)
-
cyclope/media/images/admin-cyclope-layout.png (modified) (previous)
-
cyclope/media/images/admin-cyclope-menu.png (modified) (previous)
-
cyclope/media/images/admin-cyclope-menuitem.png (modified) (previous)
-
cyclope/media/images/admin-tagging-tag.png (added)
-
cyclope/media/images/admin-tagging-taggeditem.png (added)
-
cyclope_project/db/site.db (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
cyclope/dashboard.py
r119 r128 85 85 deletable = False, 86 86 collapsible= False, 87 pre_content = _('Or denar y clasificar el contenido'),87 pre_content = _('Organise and classify the content'), 88 88 children = ( 89 89 modules.ModelList( … … 105 105 title=_('Site structure'), 106 106 css_classes = ('dbmodule-site_structure', 'main-area-modules',), 107 pre_content = _(' Menues y posicion de bloques de contenido'),107 pre_content = _('Configure navigation menu and content blocks position'), 108 108 draggable = False, 109 109 deletable = False, … … 121 121 deletable = False, 122 122 collapsible= False, 123 pre_content = _('Cyclope global options'), 123 124 include_list=[ 124 125 'cyclope.models.SiteSettings', … … 183 184 # append a feed module 184 185 self.children.append(modules.Feed( 185 title=_('Codigo Sur, ultimas noticias'),186 title=_('Codigo Sur, Last News'), 186 187 css_classes = ('dbmodule-feed', 'right-area-modules',), 187 188 draggable = False, -
cyclope/locale/es/LC_MESSAGES/django.po
r118 r128 8 8 "Project-Id-Version: PACKAGE VERSION\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-07-2 7 01:13-0300\n"10 "POT-Creation-Date: 2010-07-29 18:57-0300\n" 11 11 "PO-Revision-Date: 2010-04-09 16:14-0300\n" 12 12 "Last-Translator: LeitoMonk <monk@gcoop.coop>\n" … … 44 44 msgstr "Autores y Fuentes" 45 45 46 #: dashboard.py:58 46 #: dashboard.py:58 apps/articles/templates/articles/article_detail.html:33 47 msgid "Comments" 48 msgstr "Comentarios" 49 50 #: dashboard.py:60 51 msgid "Review and moderate user comments" 52 msgstr "Revisa y modera los comentarios recibidos" 53 54 #: dashboard.py:81 47 55 msgid "Categorization" 48 56 msgstr "Categorización" 49 57 50 #: dashboard.py:69 58 #: dashboard.py:87 59 msgid "Organise and classify the content" 60 msgstr "Organiza y clasifica el contenido" 61 62 #: dashboard.py:90 63 msgid "Collections" 64 msgstr "Colecciones" 65 66 #: dashboard.py:97 67 msgid "Tagging" 68 msgstr "Etiquetado" 69 70 #: dashboard.py:105 51 71 msgid "Site structure" 52 72 msgstr "Estructura del sitio" 53 73 54 #: dashboard.py:81 74 #: dashboard.py:107 75 msgid "Configure navigation menu and content blocks position" 76 msgstr "Configurar los menúes y la posición de los bloques de contenido" 77 78 #: dashboard.py:118 55 79 msgid "Global settings" 56 80 msgstr "Configuración global" 57 81 58 #: dashboard.py:92 apps/articles/templates/articles/article_detail.html:33 59 msgid "Comments" 60 msgstr "Comentarios" 61 62 #: dashboard.py:94 63 msgid "Review and moderate user comments" 64 msgstr "Revisa y modera los comentarios recibidos" 65 66 #: dashboard.py:103 82 #: dashboard.py:123 83 msgid "Cyclope global options" 84 msgstr "Opciones globales de Cyclope" 85 86 #: dashboard.py:143 67 87 msgid "Advanced" 68 88 msgstr "Avanzado" 89 90 #: dashboard.py:149 91 msgid "Advanced configuration" 92 msgstr "Configuración avanzada" 93 94 #: dashboard.py:152 95 msgid "Auth" 96 msgstr "Permisos" 97 98 #: dashboard.py:158 99 msgid "Registration" 100 msgstr "Registro" 101 102 #: dashboard.py:164 103 msgid "Sites" 104 msgstr "Sitios" 105 106 #: dashboard.py:176 107 msgid "Recent Actions" 108 msgstr "Acciones recientes" 109 110 #: dashboard.py:186 111 msgid "Codigo Sur, Last News" 112 msgstr "Código Sur, últimas noticias" 69 113 70 114 #: forms.py:44 … … 753 797 msgstr "Ven en el sitio" 754 798 755 #: templates/admin/change_form.html:42 templates/admin/change_list.html:7 4799 #: templates/admin/change_form.html:42 templates/admin/change_list.html:76 756 800 msgid "Please correct the error below." 757 801 msgid_plural "Please correct the errors below." … … 759 803 msgstr[1] "Por favor corrija los errores detallados" 760 804 761 #: templates/admin/change_list.html:5 7805 #: templates/admin/change_list.html:58 762 806 #, python-format 763 807 msgid "" … … 765 809 "s displayed." 766 810 msgstr "" 767 "Puedes utilizar los filtros y el formulario de búsqueda para acotar el listado"768 " de %(plural_name)s."769 770 #: templates/admin/change_list.html:6 6811 "Puedes utilizar los filtros y el formulario de búsqueda para acotar el " 812 "listado de %(plural_name)s." 813 814 #: templates/admin/change_list.html:68 771 815 #, python-format 772 816 msgid "Add %(name)s" 773 817 msgstr "Agregar %(name)s" 774 818 775 #: templates/admin/change_list.html:8 5819 #: templates/admin/change_list.html:87 776 820 msgid "Filter" 777 821 msgstr "Filtro" … … 787 831 "\n" 788 832 "<p>\n" 789 "Los ArtÃculos son un tipo de contenido rico, que puedes utilizar "790 "p ara publicar material categorizado en tu sitio.\n"833 "Los ArtÃculos son un tipo de contenido rico, que puedes utilizar para " 834 "publicar material categorizado en tu sitio.\n" 791 835 "</p>\n" 792 836 -
cyclope/media/css/admin_tools_theming.css
r119 r128 31 31 } 32 32 33 /* ########## clear django styles ############ */33 /* ########## fonts ############ */ 34 34 35 35 body, .ui-widget { … … 37 37 } 38 38 39 40 41 42 39 /* ===== misc ====== 43 40 … … 48 45 background: url("../images/icon_changelink.png") no-repeat scroll 0 0 transparent; 49 46 } 50 51 /* ===== default module styles ===== */52 53 47 54 48 /* ========= change list ======== */ … … 75 69 76 70 #changelist #toolbar #changelist-search{ 77 -moz-border-radius: 8px ;71 -moz-border-radius: 8px 8px 8px 8px; 78 72 padding: 8px 12px 8px 8px; 79 73 background: none no-repeat 0 0 white; … … 85 79 #changelist .actions { 86 80 background: url('../images/actions.png') no-repeat 12px 10px #C3D5F0; 87 padding-left: 35px; 88 color: #555; 81 padding: 8px 12px 8px 35px; 82 color: #555; 83 -moz-border-radius: 8px 8px 8px 8px; 84 border: none; 85 margin-bottom: 15px; 86 89 87 } 90 88 … … 224 222 /* --- change list paginator ---- */ 225 223 226 #changelist .actions, #changelist p.paginator { 227 -moz-border-radius: 8px; 224 #changelist p.paginator { 225 226 } 227 228 #changelist p.paginator { 228 229 background: none no-repeat 0 0 #C3D5F0; 230 padding: 8px 12px; 231 text-align: center; 229 232 border: none; 230 padding: 8px 12px;233 -moz-border-radius: 8px 8px 8px 8px; 231 234 margin-bottom: 15px; 232 } 233 234 #changelist p.paginator { 235 text-align: center; 235 236 236 } 237 237 … … 252 252 border: 2px solid #C3D5F0; 253 253 color:black; 254 -moz-border-radius: 5px ;254 -moz-border-radius: 5px 5px 5px 5px; 255 255 padding:2px 4px; 256 256 margin-left: 3px; … … 278 278 border: 2px solid #008000; 279 279 background: none no-repeat 0 0 #cfeecf; 280 -moz-border-radius: 8px ;280 -moz-border-radius: 8px 8px 8px 8px; 281 281 } 282 282 … … 333 333 .change-list .module, .change-list .filtered { 334 334 display: block; 335 -moz-border-radius: 12px ;335 -moz-border-radius: 12px 12px 12px 12px; 336 336 border: 2px solid #c3d5f0; 337 337 background: none !important; … … 339 339 } 340 340 341 /* ===== dashboard =====*/341 /* ################## dashboard ################## */ 342 342 343 343 /* ===== default module ===== */ 344 344 345 345 .dashboard-module { 346 -moz-border-radius: none;346 -moz-border-radius: 0px 0px 0px 0px; 347 347 border: none; 348 348 margin: 0; … … 414 414 } 415 415 416 417 418 416 .main-area-modules h2 { 419 417 background: url("../images/estrella.png") no-repeat scroll 8px 7px #2b5ea9; … … 443 441 width: 300px; 444 442 margin-left: 650px; 445 -moz-border-radius: 0 ;443 -moz-border-radius: 0px 0px 0px 0px; 446 444 margin-top: 20px; 447 445 /* display: none; */ … … 459 457 } 460 458 .right-area-modules .dashboard-module-content > ul > li { 461 -moz-border-radius: 0 ;459 -moz-border-radius: 0px 0px 0px 0px; 462 460 background: none no-repeat 0 0 transparent; 463 461 border: none; … … 471 469 .right-area-modules .dashboard-module-content > ul > li.odd { 472 470 background: none no-repeat 0 0 transparent; 473 -moz-border-radius: 0 ;471 -moz-border-radius: 0px 0px 0px 0px; 474 472 } 475 473 … … 486 484 .right-area-modules { 487 485 border: 2px solid #800000; 488 -moz-border-radius: 6px ;486 -moz-border-radius: 6px 6px 6px 6px; 489 487 } 490 488 491 489 .right-area-modules h2 { 492 490 background: url("../images/acciones_recientes.png") no-repeat scroll 8px 7px #800000; 493 -moz-border-radius: 3px 3px 0 0;491 -moz-border-radius: 3px 3px 0px 0px; 494 492 } 495 493 … … 594 592 background: url("../images/admin-cyclope-sitesettings.png") no-repeat scroll 0 2px transparent; 595 593 } 594 595 .dashboard-module-content > ul > li > a[href="/admin/tagging/taggeditem/"] { 596 background: url("../images/admin-tagging-taggeditem.png") no-repeat scroll 0 2px transparent; 597 } 598 599 .dashboard-module-content > ul > li > a[href="/admin/tagging/tag/"] { 600 background: url("../images/admin-tagging-tag.png") no-repeat scroll 0 2px transparent; 601 } 602 603 604 605 606 .dashboard-module-content > ul > li > a[href="/admin/contact_form/contactformsettings/"] { 607 background: url("../images/admin-contact_form-contactformsettings.png") no-repeat scroll 0 2px transparent; 608 } 609 610 /* ####### !! ####### */ 611 html[lang="es-ar"] .dashboard-module-content > ul > li > a[href="/admin/contact_form/contactformsettings/"] { 612 background: url("../images/admin-contact_form-contactformsettings.png") no-repeat scroll 0 2px transparent; 613 /* texto demasiado largo de contact:_form !! */ 614 margin:9px 0 11px 11px; 615 font-size: 14px; 616 line-height: 16px; 617 } 618 /* ####### !! ####### */
Note: See TracChangeset
for help on using the changeset viewer.

