msgid ""
msgstr ""
"Project-Id-Version: Blogr.lt sulietuvinimas\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-12-26 22:14+0300\n"
"PO-Revision-Date: \n"
"Last-Translator: Mantas Malcius <kaipgis@gmail.com>\n"
"Language-Team: Mantas Malcius <kaipgis@gmail.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e;_c;__ngettext:1,2;_n:1,2;_nc:1,2;__ngettext_noop:1,2;_n_noop:1,2;_x:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Lithuanian\n"
"X-Poedit-SourceCharset: utf-8\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Poedit-Country: LITHUANIA\n"
"X-Poedit-SearchPath-0: /home/mantas/Desktop/yet-another-related-posts-plugin\n"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/template-metabox.php:12
msgid "These are the related entries for this entry. Updating this post may change these related posts."
msgstr "Čia matote panašius įrašus. Jie gali pasikeisti po įrašo redagavimo."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/template-metabox.php:26
msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
msgstr "Ar visi šie panašūs įrašai yra rodomi tinklaraštyje ir kaip jie yra rodomi, priklauso nuo įskiepio nuostatų."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/template-metabox.php:28
#: /home/mantas/Desktop/yet-another-related-posts-plugin/template-widget.php:13
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:29
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:40
msgid "No related posts."
msgstr "Nėra panašių įrašų."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/magic.php:71
msgid "Example post "
msgstr "Įrašo pavyzdys "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/magic.php:351
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:462
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:530
msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
msgstr "Panašius įrašus pateikia „<a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>“ įskiepis."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/template-builtin.php:35
#, php-format
msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
msgstr "%f yra panašumo su peržiūrimu įrašu rodiklis. Ši reikšmė yra skirta tik tinklaraščio administratoriui, lankytojai jos nemato."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:10
msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
msgstr "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:15
msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>)  so the templating feature has been turned off."
msgstr "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>)  so the templating feature has been turned off."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:26
msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
msgstr "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:35
#, php-format
msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
msgstr "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:37
#, php-format
msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
msgstr "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:39
#, php-format
msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
msgstr "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:42
msgid "Trust me. Let me use MyISAM features."
msgstr "Trust me. Let me use MyISAM features."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:65
msgid "The YARPP database had an error but has been fixed."
msgstr "The YARPP database had an error but has been fixed."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:67
msgid "The YARPP database has an error which could not be fixed."
msgstr "The YARPP database has an error which could not be fixed."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:68
msgid "Please try <A>manual SQL setup</a>."
msgstr "Please try <A>manual SQL setup</a>."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:99
msgid "Options saved!"
msgstr "Nuostatos išsaugotos."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:135
msgid "word"
msgstr "žodį"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:136
msgid "tag"
msgstr "žymą"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:137
msgid "category"
msgstr "kategoriją"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:141
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:158
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:170
msgid "do not consider"
msgstr "Neturi reikšmės"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:142
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:159
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:172
msgid "consider"
msgstr "Turi reikšmę"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:144
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:174
#, php-format
msgid "require at least one %s in common"
msgstr "Privalo turėti nors vieną bendrą %s"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:146
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:176
#, php-format
msgid "require more than one %s in common"
msgstr "Privalo turėti daugiau negu vieną bendrą %s"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:160
msgid "consider with extra weight"
msgstr "Turi didelę reikšmę"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:188
msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
msgstr "„Yet Another Related Posts Plugin“ versijų istorija (RSS 2.0)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:242
msgid "Yet Another Related Posts Plugin Options"
msgstr "„Yet Another Related Posts Plugin“ įskiepio nuostatos"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:253
msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
msgstr "Paremti įskiepio kūrėją mitcho (Michael Yoshitaka Erlewine) per PayPal"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:255
msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
msgstr "Sukūrė: <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:255
msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
msgstr "Sekite „Yet Another Related Posts Plugin“ <a href=\"http://twitter.com/yarpp/\">Twitter tarnyboje</a>"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:271
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:304
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:401
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:469
msgid "Click to toggle"
msgstr "Paspauskite, jei norite perjungti"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:274
msgid "\"The Pool\""
msgstr "Įskiepio veikimo sritis"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:276
msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
msgstr "Čia galite nustatyti, su kuriais įrašais įskiepis turėtų veikti."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:281
msgid "Disallow by category:"
msgstr "Išjungti pagal kategoriją:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:283
msgid "Disallow by tag:"
msgstr "Išjungti pagal žymą:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:286
msgid "Show password protected posts?"
msgstr "Rodyti slaptažodžiu apsaugotus įrašus?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:290
msgid "day(s)"
msgstr "d."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:291
msgid "week(s)"
msgstr "sav."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:292
msgid "month(s)"
msgstr "mėn."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:294
msgid "Show only posts from the past NUMBER UNITS"
msgstr "Nerodyti įrašų, paskelbtų seniau nei prieš NUMBER UNITS"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:307
msgid "\"Relatedness\" options"
msgstr "Priskyrimo panašiems įrašams požymių reikšmė"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:310
msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
msgstr "YARPP skiriasi nuo <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">savo pirmtakų</a> tuo, kad gali apriboti panašių įrašų skaičių pagal (1) didžiausią leistiną jų kiekį ir (2) <em>minimalų panašumo rodiklį</em>."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:310
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:325
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:409
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:414
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:461
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:478
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:479
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:483
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:529
msgid "more&gt;"
msgstr "daugiau&gt;"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:310
msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
msgstr "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:316
msgid "Match threshold:"
msgstr "Minimalus panašumo rodiklis:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:317
msgid "Titles: "
msgstr "Įrašų pavadinimai: "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:319
msgid "Bodies: "
msgstr "Įrašų turinys: "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:321
msgid "Tags: "
msgstr "Įrašų žymos: "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:323
msgid "Categories: "
msgstr "Įrašų kategorijos: "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:325
msgid "Cross-relate posts and pages?"
msgstr "Tarp rezultatų įtraukti ir panašius puslapius?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:325
msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
msgstr "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:326
msgid "Show only previous posts?"
msgstr "Rodyti tik ankstesnius įrašus?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:388
msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
msgstr "Yra nauja „Yet Another Related Posts Plugin“ beta versija (VERSION) . Galite <A>ją atsisiųsti iš čia</a> (neatsakome už riziką)."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:390
msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
msgstr "Yra nauja „Yet Another Related Posts Plugin“ versija (VERSION)! Galite <A>ją atsisiųsti iš čia</a>."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:404
msgid "Display options <small>for your website</small>"
msgstr "Rodymo nuostatos <small>jūsų tinklaraštyje</small>"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:409
msgid "Automatically display related posts?"
msgstr "Automatiškai rodyti panašius įrašus?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:409
msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
msgstr "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:410
msgid "Website display code example"
msgstr "Tinklaraštyje rodomo kodo pavyzdys"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:410
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:480
msgid "(Update options to reload.)"
msgstr "(Atnaujinus nuostatas, atsinaujins ir pavyzdys)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:413
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:482
msgid "Maximum number of related posts:"
msgstr "Didžiausias rodomų panašių įrašų kiekis:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:414
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:483
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:270
msgid "Display using a custom template file"
msgstr "Rodyti panaudojant nuosavą šablono failą"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:414
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:483
msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
msgstr "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:416
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:485
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:271
msgid "Template file:"
msgstr "Šablono failas:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:426
msgid "Before / after related entries:"
msgstr "Prieš / po panašių įrašų:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:427
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:432
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:441
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:496
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:501
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:510
msgid "For example:"
msgstr "Pavyzdžiui:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:427
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:432
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:441
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:496
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:501
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:510
msgid " or "
msgstr " ar "

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:431
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:500
msgid "Before / after each related entry:"
msgstr "Prieš / po kiekvieno panašaus įrašo:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:435
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:504
msgid "Show excerpt?"
msgstr "Rodyti ištrauką?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:436
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:505
msgid "Excerpt length (No. of words):"
msgstr "Ištraukos ilgis (žodžių skaičius):"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:440
msgid "Before / after (Excerpt):"
msgstr "Prieš / po (ištraukos):"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:446
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:515
msgid "Order results:"
msgstr "Atvaizduoti įrašus pagal:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:448
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:517
msgid "score (high relevance to low)"
msgstr "panašumo rodiklį (nuo aukščiausio iki žemiausio)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:449
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:518
msgid "score (low relevance to high)"
msgstr "panašumo rodiklį (nuo žemiausio iki aukščiausio)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:450
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:519
msgid "date (new to old)"
msgstr "datą (nuo naujausių iki seniausių)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:451
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:520
msgid "date (old to new)"
msgstr "datą (nuo seniausių iki naujausių)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:452
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:521
msgid "title (alphabetical)"
msgstr "įrašo pavadinimą (pagal abėcėlę)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:453
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:522
msgid "title (reverse alphabetical)"
msgstr "įrašo pavadinimą (nuo abėcėlės galo)"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:458
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:527
msgid "Default display if no results:"
msgstr "Nesant panašių įrašų, rodyti:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:460
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:529
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:279
msgid "Help promote Yet Another Related Posts Plugin?"
msgstr "Prisidėti prie „Yet Another Related Posts Plugin“ įskiepio populiarinimo?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:462
#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:530
#, php-format
msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
msgstr "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:472
msgid "Display options <small>for RSS</small>"
msgstr "Rodymo nuostatos <small>RSS sraute</small>"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:478
msgid "Display related posts in feeds?"
msgstr "Rodyti panašius įrašus RSS sraute?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:478
msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
msgstr "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:479
msgid "Display related posts in the descriptions?"
msgstr "Rodyti panašius įrašus aprašymuose?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:479
msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:480
msgid "RSS display code example"
msgstr "RSS sraute rodomo kodo pavyzdys"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:483
msgid "NEW!"
msgstr "NAUJIENA!"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:495
msgid "Before / after related entries display:"
msgstr "Prieš / po panašių įrašų:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:509
msgid "Before / after (excerpt):"
msgstr "Prieš / po (ištraukos):"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:538
msgid "Update options"
msgstr "Atnaujinti nuostatas"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:539
msgid "Do you really want to reset your configuration?"
msgstr "Ar tikrai norite atkurti numatytąsias nuostatas?"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/options.php:539
msgid "Reset options"
msgstr "Atkurti nuostatas"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:27
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:38
msgid "Related posts:"
msgstr "Panašūs įrašai:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:96
msgid "MySQL error on adding yarpp_title"
msgstr "MySQL error on adding yarpp_title"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:101
msgid "MySQL error on adding yarpp_content"
msgstr "MySQL error on adding yarpp_content"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:112
msgid "MySQL error on creating yarpp_keyword_cache table"
msgstr "MySQL error on creating yarpp_keyword_cache table"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:123
msgid "MySQL error on creating yarpp_related_cache table"
msgstr "MySQL error on creating yarpp_related_cache table"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:182
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:215
#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:236
msgid "Related Posts (YARPP)"
msgstr "Panašūs įrašai"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:191
msgid "Settings"
msgstr "Nuostatos"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:265
msgid "Title:"
msgstr "Pavadinimas:"

#: /home/mantas/Desktop/yet-another-related-posts-plugin/includes.php:489
msgid "Related Posts"
msgstr "Panašūs įrašai"

