# Link Summarizer Language File.
# Copyright (C) 2009 Christoph Erdle
# This file is distributed under the same license as the Link Summarizer package.
# Christoph Erdle <chris@team-erdle.de>, 2009.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Link Summarizer 1.8.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/link-summarizer\n"
"POT-Creation-Date: 2009-08-09 09:14+0200\n"
"PO-Revision-Date: 2009-08-09 09:14+0200\n"
"Last-Translator: Christoph Erdle <chris@team-erdle.de>\n"
"Language-Team: Christoph Erdle <chris@team-erdle.de>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: link-summarizer.php:330
msgid "Do you really want to delete the plugin settings?"
msgstr ""

#: link-summarizer.php:332
msgid ""
"All your settings will be deleted. You have to deactivate and reactivate the "
"plugin to get it working again."
msgstr ""

#: link-summarizer.php:337
msgid "NO, leave these settings alone!"
msgstr ""

#: link-summarizer.php:338
msgid "Yes, delete all that crap!"
msgstr ""

#: link-summarizer.php:348
msgid ""
"Options for Link Summarizer were deleted. To reset the options to the "
"default deactivate and reactivate the plugin from the plugin panel. As an "
"alternative you can also update the settings to new settings from below."
msgstr ""

#: link-summarizer.php:388
msgid "Link Summarizer Options"
msgstr ""

#: link-summarizer.php:390
#, php-format
msgid "You are running version <b>%s</b> of the plugin."
msgstr ""

#: link-summarizer.php:400
msgid "Default setting for showing summaries"
msgstr ""

#: link-summarizer.php:406
msgid "Show summaries"
msgstr ""

#: link-summarizer.php:411
msgid "Hide summaries"
msgstr ""

#: link-summarizer.php:415
msgid ""
"This setting can be overriden on a per post basis using a custom field named "
"\"lnsum_show\" (without parantheses):"
msgstr ""

#: link-summarizer.php:418
msgid ""
"To disable it by post, if the default is enabled, use a value of '0' in the "
"custom field."
msgstr ""

#: link-summarizer.php:421
msgid ""
"To enable it by post, if the default is disabled, use a value of '1' in the "
"custom field."
msgstr ""

#: link-summarizer.php:429
msgid "In which way do you want the summary to appear?"
msgstr ""

#: link-summarizer.php:435
msgid ""
"Don't show summaries automatically at the end of the post. <b>You have to "
"include the call to the function 'get_link_summary()' manually in your "
"template files.</b>"
msgstr ""

#: link-summarizer.php:440
msgid ""
"Show summaries automatically at the end of the post. You can additionally "
"include the call to the function 'get_link_summary()' in your template files "
"to fulfill special design needs."
msgstr ""

#: link-summarizer.php:447
msgid "Where do you want the summary to appear?"
msgstr ""

#: link-summarizer.php:454
msgid "Show summary below the post"
msgstr ""

#: link-summarizer.php:459
msgid "Show summary above the post"
msgstr ""

#: link-summarizer.php:466
msgid "Link Summary Heading Text"
msgstr ""

#: link-summarizer.php:473
msgid "Code to be used to display the link summary"
msgstr ""

#: link-summarizer.php:476
msgid "The following variables and commands can be used:"
msgstr ""

#: link-summarizer.php:478
msgid "show the set heading for the summary"
msgstr ""

#: link-summarizer.php:479
msgid "all code until the matching end tag will be used for every link"
msgstr ""

#: link-summarizer.php:480
msgid "ends the loop for displaying the links"
msgstr ""

#: link-summarizer.php:481
msgid "inserts the formatted link"
msgstr ""

#: link-summarizer.php:483
msgid "When shown automatically:"
msgstr ""

#: link-summarizer.php:486
msgid "When shown via the template function 'get_link_summary()':"
msgstr ""

#: link-summarizer.php:492 link-summarizer.php:497
msgid "Show summaries on index page"
msgstr ""

#: link-summarizer.php:502
msgid "Hide summaries on index page"
msgstr ""

#: link-summarizer.php:507
msgid ""
"Show summaries on index page per default, but allow override by setting the "
"custom field 'lnsum_show' to '0' to disable display on a per post basis"
msgstr ""

#: link-summarizer.php:512
msgid ""
"Hide summaries on index page per default, but allow override by setting the "
"custom field 'lnsum_show' to '1' to enable display on a per post basis"
msgstr ""

#: link-summarizer.php:519
msgid "Show summaries in rss feeds"
msgstr ""

#: link-summarizer.php:525
msgid "Show summaries in feed"
msgstr ""

#: link-summarizer.php:530
msgid "Hide summaries in feed"
msgstr ""

#: link-summarizer.php:535
msgid ""
"Show summaries in feed, but allow override by setting the custom field "
"'lnsum_show' to '0' to disable display on a per post basis"
msgstr ""

#: link-summarizer.php:540
msgid ""
"Hide summaries in feed, but allow override by setting then custom field "
"'lnsum_show' to '1' to enable display on a per post basis"
msgstr ""

#: link-summarizer.php:548
msgid "Show link text or URL in summary"
msgstr ""

#: link-summarizer.php:554
msgid "Show URL in summary"
msgstr ""

#: link-summarizer.php:559
msgid "Show link text in summary"
msgstr ""

#: link-summarizer.php:564
msgid "Prefer contents of title attribute if existing"
msgstr ""

#: link-summarizer.php:571
msgid "Truncate links longer than (0 never truncates):"
msgstr ""

#: link-summarizer.php:579
msgid "Regular expressions you want to use: see"
msgstr ""

#: link-summarizer.php:584
msgid ""
"Perl compatible syntax, faster (no starting and ending \"/\" needed, "
"remember to escape \"/\" when you use it, e.g. in URLs), see"
msgstr ""

#: link-summarizer.php:589
msgid ""
"simpler syntax, not as powerful as the perl regular expressions, slower, see"
msgstr ""

#: link-summarizer.php:596
msgid ""
"RegEx to describe links not to be displayed (seperate multiple regex with "
"line breaks)"
msgstr ""

#: link-summarizer.php:604
msgid ""
"Do you want to use case sensitive or case insensitive matching for the above "
"regular expressions?"
msgstr ""

#: link-summarizer.php:610
msgid "case insensitive matching"
msgstr ""

#: link-summarizer.php:615
msgid "case sensitive matching"
msgstr ""

#: link-summarizer.php:622
msgid "Filter priority (default = 20)"
msgstr ""

#: link-summarizer.php:626
msgid ""
"This setting is important if you use plugins like Twitter Tools or Sociable "
"and don't want to exclude the links generated by regex (here you must set "
"the priority to something &lt; 10), or MarkDown (in that case you must set "
"something &gt; 10)."
msgstr ""

#: link-summarizer.php:634
msgid "Update Options"
msgstr ""

#: link-summarizer.php:640
msgid "Donate"
msgstr ""

#: link-summarizer.php:643
msgid ""
"If you like this plugin consider donating a small amount to the author using "
"PayPal to support further plugin development."
msgstr ""

#: link-summarizer.php:654
msgid ""
"If you think donating money is somehow impersonal you could also choose "
"items from my"
msgstr ""

#: link-summarizer.php:654
msgid "Amazon.de Whislist"
msgstr ""

#: link-summarizer.php:659
msgid "Delete settings from database"
msgstr ""

#: link-summarizer.php:661
msgid "delete settings"
msgstr ""

#. Plugin Name of an extension
msgid "Link Summarizer"
msgstr ""

#. Plugin URI of an extension
msgid "http://mac.partofus.org/macpress/?p=40"
msgstr ""

#. Description of an extension
msgid "Create a link summarizer at the bottom of every post"
msgstr ""

#. Author of an extension
msgid "Christoph Erdle"
msgstr ""

#. Author URI of an extension
msgid "http://mac.partofus.org"
msgstr ""
