Russian перевод

ПроектКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
A problem occurred when deleting message #!id!
View a specific Maillog record.
Delete Maillog record
Delete a specific Maillog record.
The Maillog module was not set as the default email system because another module is already handling email.
Maillog ID
Provide a simple link to delete an email entry from the maillog table.
Maillog is currently empty. Send a mail!
[nothing] | [delete_maillog]
<p>This module allows you to generate printer-friendly versions of any node:</p>разрыв строки
<ul>разрыв строки
<li>Web page printer-friendly version at www.example.com/print/nid</li>разрыв строки
<li>PDF version at www.example.com/printpdf/nid</li>разрыв строки
<li>Send by-email at www.example.com/printmail/nid</li>разрыв строки
</ul>разрыв строки
<p>where nid is the node id of content to render.</p>разрыв строки
<p>A link is inserted in each node (configurable in the content type settings), that opens a version of the page with no sidebars, search boxes, navigation pages, etc.</p>разрыв строки
<h3>Configuration settings</h3>разрыв строки
<p>There are several settings that can be configured in the following places:</p>разрыв строки
<ul>разрыв строки
<li>Administration &gt; Modules (admin/modules)<br>Enable or disable the module and submodules. (default: disabled)</li>разрыв строки
<li>Administration &gt; People &gt; Permissions (admin/people/permissions)<br>разрыв строки
Permissions to access print friendly content and administer print module.</li>разрыв строки
<li>Administration &gt; Structure &gt; Content types (admin/structure/types)<br>разрыв строки
For each content type enable or disable the PF link.<br>разрыв строки
Also enable or disable the PF link for individual comments (default: disabled).</li>разрыв строки
</ul>разрыв строки
<h3>Module Specific Configuration settings</h3>разрыв строки
<ul>разрыв строки
<li>Administration &gt; Configuration &gt; User interface &gt; Printer, email and PDF versions (admin/config/user-interface/print)<br>разрыв строки
For Web page options.</li>разрыв строки
<li>Administration &gt; Configuration &gt; User interface &gt; Print &gt; Settings (admin/config/user-interface/print/common)<br>разрыв строки
For Common settings.</li>разрыв строки
</ul>разрыв строки
<p>When the Printer-friendly pages UI (print_ui) module is enabled additional settings for printer friendly links will be available.</p>разрыв строки
<ul>разрыв строки
<li>Administration &gt; Configuration &gt; User interface &gt; Print &gt; Links (admin/config/user-interface/print/ui)<br>разрыв строки
For Link options.<br>This includes options for link style and position.</li>разрыв строки
</ul>разрыв строки
<p>The link options also include an option to use the URL alias instead of node ID. It may be important to check this option to create printer friendly pages of panel layouts and other enhanced layouts instead of simply the node itself.</p>разрыв строки
<h3>Custom template files</h3>разрыв строки
<p>To modify the template of printer friendly pages, simply edit the print.tpl.php or the css/print.css files.</p>разрыв строки
<p>It is possible to set per-content-type and/or theme-specific templates which are searched for in the following order:</p>разрыв строки
<ol>разрыв строки
<li>print--[format]--node--[type].tpl.php in the theme directory</li>разрыв строки
<li>print--[format].tpl.php in the theme directory</li>разрыв строки
<li>print--node--[type].tpl.php in the theme directory</li>разрыв строки
<li>print.tpl.php in the theme directory</li>разрыв строки
<li>print.tpl.php in the module directory (supplied by the module)</li>разрыв строки
</ol>разрыв строки
<p>format is either html, mail or pdf, and type is Drupal's node content type e.g. article, page etc.</p>разрыв строки
<p>For more information, consult the !documentlink at www.drupal.org and see the README.txt and INSTALL.txt files.</p>