# $Id: content.pot,v 1.1.2.11 2009/06/16 17:05:11 hass Exp $ # # LANGUAGE translation of Drupal (root) # Copyright YEAR NAME # Generated from files: # content.module,v 1.301.2.106 2009/06/02 12:24:04 yched # content.install,v 1.85.2.31 2009/04/23 18:37:10 yched # content.info,v 1.6 2007/07/04 23:46:29 yched # content.rules.inc,v 1.1.2.6 2009/04/30 09:56:07 fago # content.views.inc,v 1.1.2.25 2009/04/11 14:50:53 yched # content_copy.info,v 1.6 2008/04/23 18:01:48 dww # content_permissions.info,v 1.2 2008/04/23 18:01:52 dww # fieldgroup.info,v 1.6.2.1 2008/09/22 18:25:21 karens # nodereference.info,v 1.8 2008/04/23 18:02:07 dww # number.info,v 1.7 2008/04/23 18:02:16 dww # optionwidgets.info,v 1.7 2008/04/23 18:02:24 dww # text.info,v 1.9 2008/04/23 18:02:31 dww # userreference.info,v 1.8 2008/04/23 18:02:38 dww # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-06-16 19:00+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" #: content.module:21 msgid "The content module, a required component of the Content Construction Kit (CCK), allows administrators to associate custom fields with content types. In Drupal, content types are used to define the characteristics of a post, including the title and description of the fields displayed on its add and edit pages. Using the content module (and the other helper modules included in CCK), custom fields beyond the default \"Title\" and \"Body\" may be added. CCK features are accessible through tabs on the content types administration page. (See the node module help page for more information about content types.)" msgstr "" #: content.module:22 msgid "When adding a custom field to a content type, you determine its type (whether it will contain text, numbers, or references to other objects) and how it will be displayed (either as a text field or area, a select box, checkbox, radio button, or autocompleting field). A field may have multiple values (i.e., a \"person\" may have multiple e-mail addresses) or a single value (i.e., an \"employee\" has a single employee identification number). As you add and edit fields, CCK automatically adjusts the structure of the database as necessary. CCK also provides a number of other features, including intelligent caching for your custom data, an import and export facility for content type definitions, and integration with other contributed modules." msgstr "" #: content.module:23 msgid "Custom field types are provided by a set of optional modules included with CCK (each module provides a different type). The modules page allows you to enable or disable CCK components. A default installation of CCK includes:" msgstr "" #: content.module:25 msgid "number, which adds numeric field types, in integer, decimal or floating point form. You may define a set of allowed inputs, or specify an allowable range of values. A variety of common formats for displaying numeric data are available." msgstr "" #: content.module:26 msgid "text, which adds text field types. A text field may contain plain text only, or optionally, may use Drupal's input format filters to securely manage rich text input. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, CCK can validate the input to a set of allowed values." msgstr "" #: content.module:27 msgid "nodereference, which creates custom references between Drupal nodes. By adding a nodereference field and two different content types, for instance, you can easily create complex parent/child relationships between data (multiple \"employee\" nodes may contain a nodereference field linking to an \"employer\" node)." msgstr "" #: content.module:28 msgid "userreference, which creates custom references to your sites' user accounts. By adding a userreference field, you can create complex relationships between your site's users and posts. To track user involvement in a post beyond Drupal's standard Authored by field, for instance, add a userreference field named \"Edited by\" to a content type to store a link to an editor's user account page." msgstr "" #: content.module:29 msgid "fieldgroup, which creates collapsible fieldsets to hold a group of related fields. A fieldset may either be open or closed by default. The order of your fieldsets, and the order of fields within a fieldset, is managed via a drag-and-drop interface provided by content module." msgstr "" #: content.module:31 msgid "For more information, see the online handbook entry for CCK or the CCK project page." msgstr "" #: content.module:492 msgid "This field is required." msgstr "" #: content.module:496 msgid "!title: !required" msgstr "" #: content.module:1854 msgid "Basic" msgstr "" #: content.module:1867;1870 msgid "RSS" msgstr "" #: content.module:1880 msgid "Search" msgstr "" #: content.module:1883 msgid "Search Index" msgstr "" #: content.module:1887 msgid "Search Result" msgstr "" #: content.module:1897;1900 msgid "Print" msgstr "" #: content.module:2348;2355 msgid "Node module form." msgstr "" #: content.module:2362 msgid "Language" msgstr "" #: content.module:2363 msgid "Locale module form." msgstr "" #: content.module:2369 msgid "Menu settings" msgstr "" #: content.module:2370 msgid "Menu module form." msgstr "" #: content.module:2376 msgid "Taxonomy" msgstr "" #: content.module:2377 msgid "Taxonomy module form." msgstr "" #: content.module:2383 msgid "Book" msgstr "" #: content.module:2384 msgid "Book module form." msgstr "" #: content.module:2390 msgid "Poll title" msgstr "" #: content.module:2391 msgid "Poll module title." msgstr "" #: content.module:2395 msgid "Poll choices" msgstr "" #: content.module:2396 msgid "Poll module choices." msgstr "" #: content.module:2400 msgid "Poll settings" msgstr "" #: content.module:2401 msgid "Poll module settings." msgstr "" #: content.module:2407 msgid "File attachments" msgstr "" #: content.module:2408 msgid "Upload module form." msgstr "" #: content.module:595 msgid "Updating field type %type with module %module." msgstr "" #: content.module:602 msgid "Updating widget type %type with module %module." msgstr "" #: content.module:60 msgid "Use PHP input for field settings (dangerous - grant with care)" msgstr "" #: content.module:79 msgid "Fields" msgstr "" #: content.module:101 msgid "Manage fields" msgstr "" #: content.module:110 msgid "Display fields" msgstr "" #: content.module:141 msgid "Remove field" msgstr "" #: content.install:236 msgid "Updates for CCK-related modules are not run until the modules are enabled on the administer modules page. When you enable them, you'll need to return to update.php and run the remaining updates." msgstr "" #: content.install:239 msgid "!module.module has updates but cannot be updated because content.module is not enabled.
If and when content.module is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run." msgstr "" #: content.install:244 msgid "!module.module has updates and is available in the modules folder but is not enabled.
If and when it is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run." msgstr "" #: content.install:251 msgid "Some updates are still pending. Please return to update.php and run the remaining updates." msgstr "" #: content.install:252 msgid "Some updates are still pending.
Please re-run the update script." msgstr "" #: (duplicate) content.install:10 msgid "CCK - No Views integration" msgstr "" #: (duplicate) content.install:11 msgid "CCK integration with Views module requires Views 6.x-2.0-rc2 or greater." msgstr "" #: content.info:0 includes/content.rules.inc:19;212 includes/views/content.views.inc:180;261 msgid "Content" msgstr "" #: content.info:0 msgid "Allows administrators to define new content types." msgstr "" #: content.info:0 modules/content_copy/content_copy.info:0 modules/content_permissions/content_permissions.info:0 modules/fieldgroup/fieldgroup.info:0 modules/nodereference/nodereference.info:0 modules/number/number.info:0 modules/optionwidgets/optionwidgets.info:0 modules/text/text.info:0 modules/userreference/userreference.info:0 msgid "CCK" msgstr ""