| 1 |
# $Id$
|
| 2 |
#
|
| 3 |
# LANGUAGE translation of Drupal (last_node.module)
|
| 4 |
# Copyright YEAR NAME <EMAIL@ADDRESS>
|
| 5 |
# No version information was available in the source files.
|
| 6 |
#
|
| 7 |
#, fuzzy
|
| 8 |
msgid ""
|
| 9 |
msgstr ""
|
| 10 |
"Project-Id-Version: PROJECT VERSION\n"
|
| 11 |
"POT-Creation-Date: 2007-01-22 19:41+0100\n"
|
| 12 |
"PO-Revision-Date: 2007-01-23 12:34ora solare Europa occidentale\n"
|
| 13 |
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
|
| 14 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
| 15 |
"MIME-Version: 1.0\n"
|
| 16 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 17 |
"Content-Transfer-Encoding: 8bit\n"
|
| 18 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
| 19 |
|
| 20 |
#: last_node.module:12
|
| 21 |
msgid "<p>This module displays the list of inserted lately items (sorted by time) for each node.<BR>Set your own nodes that you want to see at <a href=\"?q=admin/settings/last_node\">settings page</a> and view this page with <a href=\"?q=last_node/\">last_node/</a> address, you can specify a title and image for each item.</p>"
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
#: last_node.module:13
|
| 25 |
msgid "<p>This module provide:<ul> <li>Block <em>Last 10</em>: Show your last 10 items of all nodes; <li>Block <em>Navigate Last Node</em>: Show Block of all Type node allowed; <li>Menu Items for each node type; <li>API for display in your own page:"
|
| 26 |
msgstr ""
|
| 27 |
|
| 28 |
#: last_node.module:14
|
| 29 |
msgid "<ol><li><em>lastnode_display($title,$node_type,$num_item)</em>: if you want show your last items for node specified at own page; <li><em>lastnode_imgdisplay($title,$node_type,$num_item)</em>: show also image for each node; <li><em>lastnode_css()</em>; include css of this module if you don't use other block.</ol> </ul></p>"
|
| 30 |
msgstr ""
|
| 31 |
|
| 32 |
#: last_node.module:15
|
| 33 |
msgid "<h3>Example for API usage:</h3><p>\t<ul><li> Enable the page and story module at <a href=\"?q=admin/modules\">administer » modules</a> page. <li>Select <a href=\"?q=node/add/page\">create content » page</a>; <li>For input format, select PHP code; <li>Check frontpage option; <li>Give the page a title. For body, put: <pre><?php print lastnode_display('Last 10 Node of Story','story',10); ?></pre> <li>Save the page.</ul></p>"
|
| 34 |
msgstr ""
|
| 35 |
|
| 36 |
#: last_node.module:19
|
| 37 |
msgid "This module displays the list of inserted lately items (sorted by time) for each node and provide blocks and api for a fast access to these informations."
|
| 38 |
msgstr ""
|
| 39 |
|
| 40 |
#: last_node.module:30
|
| 41 |
msgid "Last 10 Nodes"
|
| 42 |
msgstr ""
|
| 43 |
|
| 44 |
#: last_node.module:31
|
| 45 |
msgid "Navigate Last Node"
|
| 46 |
msgstr ""
|
| 47 |
|
| 48 |
#: last_node.module:37
|
| 49 |
msgid "Last 10:"
|
| 50 |
msgstr ""
|
| 51 |
|
| 52 |
#: last_node.module:41
|
| 53 |
msgid "Last Node:"
|
| 54 |
msgstr ""
|
| 55 |
|
| 56 |
#: last_node.module:140
|
| 57 |
msgid "Last Node"
|
| 58 |
msgstr ""
|
| 59 |
|
| 60 |
#: last_node.module:235
|
| 61 |
msgid "Label for "
|
| 62 |
msgstr ""
|
| 63 |
|
| 64 |
#: last_node.module:239
|
| 65 |
msgid "Image for "
|
| 66 |
msgstr ""
|
| 67 |
|
| 68 |
#: last_node.module:245
|
| 69 |
msgid "Nodes including when you point at <em>last_node/</em> node"
|
| 70 |
msgstr ""
|
| 71 |
|
| 72 |
#: last_node.module:0
|
| 73 |
msgid "last_node"
|
| 74 |
msgstr ""
|
| 75 |
|