# LANGUAGE translation of Drupal (hof.module) # Copyright YEAR NAME # Generated from file: hof.module,v 1.10 2006/02/04 00:04:59 syscrusher # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2006-06-28 16:30+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: hof.module:24 msgid "Displays a Hall of Fame page for the site" msgstr "" #: hof.module:26 msgid "Introduction" msgstr "Introducció" #: hof.module:27 msgid "Hall of Fame (HOF) offers a concise summary of site statistics on a read-only basis. Unlike the built-in statistical features of Drupal itself, HOF is intended for public consumption rather than [mostly] for administrators. The module can display its output in sections such as "Most Popular Content", "Most Active Contributors", etc., or it can make a single large page with the combined output of all sections, or it can produce a sparse table-of-contents page with links to each section." msgstr "" #: hof.module:28 msgid "Administrators can determine what roles have permission to view the HOF pages, who can change the module's settings, and some behaviors of the module (such as which output section is the default)." msgstr "" #: hof.module:29 msgid "HOF is aware of the weblink and scheduler modules, and if they are installed, it adds specific reporting features related to these, as explained below." msgstr "" #: hof.module:30 msgid "Statistical Computations" msgstr "" #: hof.module:31 msgid "Overall statistics include, among others:" msgstr "" #: hof.module:32 msgid "Date of first publication, and time since that date" msgstr "" #: hof.module:32 msgid "Computed by looking for the earliest creation date of any node" msgstr "" #: hof.module:33 msgid "Number of active user accounts" msgstr "" #: hof.module:33 msgid "Computed by looking for an update date greater than the creation date of the account, an attempt to ignore accounts which are created but never used." msgstr "" #: hof.module:34 msgid "Weblinks in directory" msgstr "" #: hof.module:34 msgid "If the weblink module is installed, this statistic reports how many weblinks have been published." msgstr "" #: hof.module:35 msgid "Items in queue awaiting approval" msgstr "" #: hof.module:35 msgid "Tallies all unpublished nodes. If the scheduler module is installe, nodes that have been scheduled for future publication are not counted in this number." msgstr "" #: hof.module:36 msgid "Items awaiting scheduled release" msgstr "" #: hof.module:36 msgid "If the scheduler module is installed, this statistic indicates how many nodes have been scheduled for release in the future." msgstr "" #: hof.module:37 msgid "Other statistics are computed for the past week, the past month, the past year, and for all time since the site's creation. These include:" msgstr "" #: hof.module:38 msgid "Most active contributors" msgstr "" #: hof.module:38 msgid "Computed by looking at the user who created each node." msgstr "" #: hof.module:39 msgid "Most popular content" msgstr "" #: hof.module:39 msgid "Computed by tallying the number of reads for each node." msgstr "" #: hof.module:40 msgid "Stories published" msgstr "" #: hof.module:40 msgid "In this context, "stories" really means "promoted nodes", the concept being intended as "things that are announced on the default main page as newsworthy" as opposed to regular pages that may include static-ish content, terms of service, privacy policy, and so on." msgstr "" #: hof.module:41 msgid "Total articles published" msgstr "Total de artículos publicados" #: hof.module:41 msgid "This is simply a count of all published nodes on the site, regardless of type." msgstr "" #: hof.module:81 msgid "Hall of Fame Sections" msgstr "" #: hof.module:86 msgid "Enable HOF sections" msgstr "" #: hof.module:87 msgid "Check or uncheck each option to enable or disable that section of the Hall of Fame" msgstr "" #: hof.module:95 msgid "Default HOF section" msgstr "" #: hof.module:96 msgid "Select the page that will display at the top-level Hall of Fame URL" msgstr "" #: hof.module:105 msgid "Table of Contents (TOC) Settings" msgstr "" #: hof.module:110 msgid "TOC position" msgstr "" #: hof.module:111 msgid "Select the position of a table-of-contents, or link to the table of contents, to display on all pages except for the TOC page itself." msgstr "" #: hof.module:113 msgid "Above report" msgstr "" #: hof.module:113 msgid "Below report" msgstr "" #: hof.module:113 msgid "No automatic TOC" msgstr "" #: hof.module:118 msgid "TOC mode" msgstr "" #: hof.module:119 msgid "Should the embedded table-of-contents be just a link to the TOC page, or should all the links to individual pages be listed? This affects only the TOC embedded in other pages, not the TOC on its own dedicated page." msgstr "" #: hof.module:121 msgid "Link to TOC page" msgstr "" #: hof.module:121 msgid "Show full TOC in pages" msgstr "" #: hof.module:126 msgid "Include HOF TOC in embedded TOC" msgstr "" #: hof.module:127 msgid "If the embedded table-of-contents is enabled, this setting controls whether that TOC will include a link to the full-page TOC. You can disable that link if it is redundant because of your choice of theme and other Hall of Fame settings." msgstr "" #: hof.module:135 msgid "Report Settings" msgstr "" #: hof.module:141 msgid "Users Per Activity Period" msgstr "" #: hof.module:142 msgid "For reports where the most-active users are listed for given time periods, this setting determines how many users will be listed (maximum) for each time period. The actual displayed list may be shorter if not enough users qualify to be listed." msgstr "" #: hof.module:149 msgid "Items Per Activity Period" msgstr "" #: hof.module:150 msgid "For reports where items are ranked (such as by popularity) for given time periods, this setting determines how many items will be listed (maximum) for each time period. The actual displayed list may be shorter if not enough items qualify to be listed." msgstr "" #: hof.module:157 msgid "Label for promoted articles" msgstr "" #: hof.module:158 msgid "When reporting statistics for promoted nodes (articles), this is the user-friendly title that will be used to describe these nodes. It should be plural and should be formatted with appropriate capitalization for use as a title. Suggested examples would be "Promoted Articles" (the default), "News Items", and so forth. This option should be decided based on your site's policy for promoting content." msgstr "" #: hof.module:159 msgid "Promoted Articles" msgstr "Artículos Promocionados a la Página Principal" #: hof.module:166 msgid "Alternative for "nodes"" msgstr "" #: hof.module:167 msgid "When reporting statistics for all nodes, this is the user-friendly term that is used in place of Drupal's internal term, "nodes". It should be plural and lower-case. Suggested examples would be "articles" (the default), "pages", "content items", and so forth." msgstr "" #: hof.module:168;430 msgid "articles" msgstr "artículos" #: hof.module:175 msgid "Count images as regular content" msgstr "" #: hof.module:176 msgid "Images are usually uploaded into collections or albums, and many site administrators do not think of each image as a content page in its own right. Technically, however, images are "nodes" within Drupal just like any other content. This setting controls whether they are counted as such in the Hall of Fame statistics for articles. If enabled, images are counted as articles; if disabled, they are counted only in their own separate tally." msgstr "" #: hof.module:194 msgid "Hall of Fame" msgstr "Estadísticas" #: hof.module:228 msgid "Site Statistics" msgstr "Estadísticas del Sitio" #: hof.module:229 msgid "Content Published by Type" msgstr "Contenido Publicado por Tipo" #: hof.module:230 msgid "Most Active Contributors" msgstr "Colaboradores más Activos" #: hof.module:231 msgid "Most Popular Content" msgstr "Contenido más Popular" #: hof.module:232 msgid "Most Active Commentors" msgstr "Comentadores más Activos" #: hof.module:233 msgid "Uploaded Files" msgstr "Archivos subidos" #: hof.module:234 msgid "All Statistics" msgstr "Todas las Estadísticas" #: hof.module:235 msgid "HOF Table of Contents" msgstr "Tabla de Contenidos - Estadísticas" #: hof.module:277 msgid "week" msgstr "semana" #: hof.module:278 msgid "month" msgstr "mes" #: hof.module:279 msgid "year" msgstr "año" #: hof.module:280;441;454;493;576;609;642 msgid "epoch" msgstr "época" #: hof.module:305 msgid "Hall of Fame: " msgstr "Estadísticas completas: " #: hof.module:314 msgid "Statistics for " msgstr "Estadísticas de " #: hof.module:314 msgid "this site" msgstr "este sitio" #: hof.module:314 msgid " as of " msgstr " al día " #: hof.module:382 msgid "Hall of Fame Table of Contents" msgstr "Tabla de Contenidos - Estadísticas del Sitio" #: hof.module:414 msgid "This site's first publication was " msgstr "Este sitio se publicó por primera vez en " #: hof.module:415 msgid "We have been online for " msgstr "Hemos estado online durante " #: hof.module:418 msgid "Active registered user accounts: " msgstr "Cuentas de Usuario activas: " #: hof.module:421 msgid "User accounts never activated: " msgstr "Cuentas de Usuario nunca activadas: " #: hof.module:424 msgid "Disabled user accounts: " msgstr "Cuentas de Usuario deshabilitadas: " #: hof.module:429 msgid "Promoted Nodes" msgstr "Artículos promocionados a la página principal" #: hof.module:433 msgid "Totals for %frnodes include images" msgstr "Los totales para artículos incluyen imágenes." #: hof.module:436 msgid "Totals for %frnodes do not include images" msgstr "Los totales para artículos no incluyen imágenes." #: hof.module:442;455 msgid "published since this site was founded: " msgstr "publicados desde la fundación del sitio: " #: hof.module:444;457 msgid "published in the last " msgstr "publicados en el/la último/a " #: hof.module:455;457 msgid "Total" msgstr "Total" #: hof.module:466 msgid "Web links in directory: " msgstr "Enlaces Web en el directorio: " #: hof.module:474 msgid "Items in editorial queue, awaiting approval: " msgstr "Envíos en la cola editorial, esperando aprobación: " #: hof.module:478 msgid "Items approved for automatic publication in the future: " msgstr "" #: hof.module:494;577;610;643 msgid "For All Time" msgstr "Desde el Inicio" #: hof.module:496;579;612;645 msgid "For the past " msgstr "En el/la último/a " #: hof.module:505 msgid "Content Type" msgstr "Tipo de Contenido" #: hof.module:505 msgid "Total Published" msgstr "Total Publicado" #: hof.module:505 msgid "Total Reads" msgstr "Lecturas Totales" #: hof.module:583 msgid " items" msgstr " envíos" #: hof.module:649 msgid "reads" msgstr "lecturas" #: hof.module:0 msgid "hof" msgstr ""