Changeset 368395
- Timestamp:
- 04/03/2011 05:58:10 PM (15 years ago)
- Location:
- facebook-likes-you/trunk
- Files:
-
- 17 edited
-
facebook-likes-you.php (modified) (3 diffs)
-
languages/fb_like_trans_domain-cs_CZ.mo (modified) (previous)
-
languages/fb_like_trans_domain-cs_CZ.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-de_DE.mo (modified) (previous)
-
languages/fb_like_trans_domain-de_DE.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-id_ID.mo (modified) (previous)
-
languages/fb_like_trans_domain-id_ID.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-it_IT.mo (modified) (previous)
-
languages/fb_like_trans_domain-it_IT.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-pl_PL.mo (modified) (previous)
-
languages/fb_like_trans_domain-pl_PL.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-pt_BR.mo (modified) (previous)
-
languages/fb_like_trans_domain-pt_BR.po (modified) (2 diffs)
-
languages/fb_like_trans_domain-ru_RU.mo (modified) (previous)
-
languages/fb_like_trans_domain-ru_RU.po (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
screenshot-1.jpg (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
facebook-likes-you/trunk/facebook-likes-you.php
r368273 r368395 4 4 Plugin URI: http://www.sproject.name/download/wp-facebook-likes-you/ 5 5 Description: Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box. It's fully configurable, so you can decide where to append the button. 6 Version: 1.1. 56 Version: 1.1.6 7 7 Author: Piotr Sochalewski 8 8 Author URI: http://www.sproject.name/ … … 130 130 $plugin_path = plugin_basename( dirname( __FILE__ ) .'/languages' ); 131 131 load_plugin_textdomain( 'fb_like_trans_domain', '', $plugin_path ); 132 133 132 } 134 133 … … 538 537 </tr> 539 538 <tr valign="top"> 540 <th scope="row"><?php _e("Show at Top:", 'fb_like_trans_domain' ); ?></th> 541 <td><input type="checkbox" name="fb_like_show_at_top" value="true" <?php echo (get_option('fb_like_show_at_top') == 'true' ? 'checked' : ''); ?>/></td> 542 </tr> 543 <tr valign="top"> 544 <th scope="row"><?php _e("Show at Bottom:", 'fb_like_trans_domain' ); ?></th> 545 <td><input type="checkbox" name="fb_like_show_at_bottom" value="true" <?php echo (get_option('fb_like_show_at_bottom') == 'true' ? 'checked' : ''); ?>/></td> 546 </tr> 547 <tr valign="top"> 548 <th scope="row"><?php _e("Show on Page:", 'fb_like_trans_domain' ); ?></th> 549 <td><input type="checkbox" name="fb_like_show_on_page" value="true" <?php echo (get_option('fb_like_show_on_page') == 'true' ? 'checked' : ''); ?>/></td> 550 </tr> 551 <tr valign="top"> 552 <th scope="row"><?php _e("Show on Post:", 'fb_like_trans_domain' ); ?></th> 553 <td><input type="checkbox" name="fb_like_show_on_post" value="true" <?php echo (get_option('fb_like_show_on_post') == 'true' ? 'checked' : ''); ?>/></td> 554 </tr> 555 <tr valign="top"> 556 <th scope="row"><?php _e("Show on Home:", 'fb_like_trans_domain' ); ?></th> 557 <td><input type="checkbox" name="fb_like_show_on_home" value="true" <?php echo (get_option('fb_like_show_on_home') == 'true' ? 'checked' : ''); ?>/></td> 558 </tr> 559 <tr valign="top"> 560 <th scope="row"><?php _e("Show on Search:", 'fb_like_trans_domain' ); ?></th> 561 <td><input type="checkbox" name="fb_like_show_on_search" value="true" <?php echo (get_option('fb_like_show_on_search') == 'true' ? 'checked' : ''); ?>/></td> 562 </tr> 563 <tr valign="top"> 564 <th scope="row"><?php _e("Show on Archive:", 'fb_like_trans_domain' ); ?></th> 565 <td><input type="checkbox" name="fb_like_show_on_archive" value="true" <?php echo (get_option('fb_like_show_on_archive') == 'true' ? 'checked' : ''); ?>/></td> 539 <th scope="row"><?php _e("Show at:", 'fb_like_trans_domain' ); ?></th> 540 <td> 541 <input type="checkbox" name="fb_like_show_at_top" value="true" <?php echo (get_option('fb_like_show_at_top') == 'true' ? 'checked' : ''); ?>/> <?php _e("Top", 'fb_like_trans_domain' ); ?><br /> 542 <input type="checkbox" name="fb_like_show_at_bottom" value="true" <?php echo (get_option('fb_like_show_at_bottom') == 'true' ? 'checked' : ''); ?>/> <?php _e("Bottom", 'fb_like_trans_domain' ); ?><br /> 543 </td> 544 </tr> 545 <tr valign="top"> 546 <th scope="row"><?php _e("Show on:", 'fb_like_trans_domain' ); ?></th> 547 <td> 548 <input type="checkbox" name="fb_like_show_on_page" value="true" <?php echo (get_option('fb_like_show_on_page') == 'true' ? 'checked' : ''); ?>/> <?php _e("Page", 'fb_like_trans_domain' ); ?><br /> 549 <input type="checkbox" name="fb_like_show_on_post" value="true" <?php echo (get_option('fb_like_show_on_post') == 'true' ? 'checked' : ''); ?>/> <?php _e("Post", 'fb_like_trans_domain' ); ?><br /> 550 <input type="checkbox" name="fb_like_show_on_home" value="true" <?php echo (get_option('fb_like_show_on_home') == 'true' ? 'checked' : ''); ?>/> <?php _e("Home", 'fb_like_trans_domain' ); ?><br /> 551 <input type="checkbox" name="fb_like_show_on_search" value="true" <?php echo (get_option('fb_like_show_on_search') == 'true' ? 'checked' : ''); ?>/> <?php _e("Search", 'fb_like_trans_domain' ); ?><br /> 552 <input type="checkbox" name="fb_like_show_on_archive" value="true" <?php echo (get_option('fb_like_show_on_archive') == 'true' ? 'checked' : ''); ?>/> <?php _e("Archive", 'fb_like_trans_domain' ); ?><br /> 553 </td> 566 554 </tr> 567 555 <tr valign="top"> -
facebook-likes-you/trunk/languages/fb_like_trans_domain-cs_CZ.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 2011-04-0 1 03:48+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Georgij Gadjukin <[email protected]>\n" … … 16 16 17 17 #@ fb_like_trans_domain 18 #: facebook-likes- it.php18 #: facebook-likes-you.php 19 19 msgid "Appearance" 20 20 msgstr "Vzhled" 21 21 22 22 #@ fb_like_trans_domain 23 #: facebook-likes- it.php23 #: facebook-likes-you.php 24 24 msgid "Width:" 25 25 msgstr "Šířka:" 26 26 27 27 #@ fb_like_trans_domain 28 #: facebook-likes- it.php28 #: facebook-likes-you.php 29 29 msgid "Layout:" 30 30 msgstr "Rozložení:" 31 31 32 32 #@ fb_like_trans_domain 33 #: facebook-likes- it.php33 #: facebook-likes-you.php 34 34 msgid "Verb to display:" 35 35 msgstr "Zobrazené slovo:" 36 36 37 37 #@ fb_like_trans_domain 38 #: facebook-likes- it.php38 #: facebook-likes-you.php 39 39 msgid "Font:" 40 40 msgstr "Písmo:" 41 41 42 42 #@ fb_like_trans_domain 43 #: facebook-likes- it.php43 #: facebook-likes-you.php 44 44 msgid "Color Scheme:" 45 45 msgstr "Barevné schéma:" 46 46 47 47 #@ fb_like_trans_domain 48 #: facebook-likes- it.php48 #: facebook-likes-you.php 49 49 msgid "Show Faces:" 50 50 msgstr "Zobrazit obrázky profilu:" 51 51 52 52 #@ fb_like_trans_domain 53 #: facebook-likes- it.php53 #: facebook-likes-you.php 54 54 msgid "Automatically increase the height accordingly" 55 55 msgstr "Automaticky podle toho zvětšit výšku" 56 56 57 57 #@ fb_like_trans_domain 58 #: facebook-likes- it.php58 #: facebook-likes-you.php 59 59 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 60 60 msgstr "Použití <span title='XFBML verze má více funkcí, ale vyžaduje použití SDK JavaScriptu' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML:</span>" 61 61 62 62 #@ fb_like_trans_domain 63 #: facebook-likes- it.php63 #: facebook-likes-you.php 64 64 msgid "Your app ID:" 65 65 msgstr "Vaše app ID:" 66 66 67 67 #@ fb_like_trans_domain 68 #: facebook-likes- it.php68 #: facebook-likes-you.php 69 69 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 70 70 msgstr "Pokud nemáte app ID, můžete políčko nechat prázdné a použít výchozí app ID Facebooku <code>113869198637480</code>,<br />ale nezapomeňte, že můžete získat svůj vlastní app ID po <a href='http://developers.facebook.com/setup/' target='_blank'>registraci vaší žádosti</a> ." 71 71 72 72 #@ fb_like_trans_domain 73 #: facebook-likes- it.php73 #: facebook-likes-you.php 74 74 msgid "Position" 75 75 msgstr "Pozice" 76 76 77 77 #@ fb_like_trans_domain 78 #: facebook-likes- it.php78 #: facebook-likes-you.php 79 79 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 80 80 msgstr "Nezapomeňte, že můžete umístit ručně <code>[fb-like-button]</code>, kdykoliv budete chtít. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 81 81 82 82 #@ fb_like_trans_domain 83 #: facebook-likes-it.php 84 msgid "Show at Top:" 85 msgstr "Zobrazit na začátku:" 86 87 #@ fb_like_trans_domain 88 #: facebook-likes-it.php 89 msgid "Show at Bottom:" 90 msgstr "Zobrazit na konci:" 91 92 #@ fb_like_trans_domain 93 #: facebook-likes-it.php 94 msgid "Show on Page:" 95 msgstr "Zobrazit na stránce:" 96 97 #@ fb_like_trans_domain 98 #: facebook-likes-it.php 99 msgid "Show on Post:" 100 msgstr "Zobrazit u příspěvku:" 101 102 #@ fb_like_trans_domain 103 #: facebook-likes-it.php 104 msgid "Show on Home:" 105 msgstr "Zobrazit ve výpisu:" 106 107 #@ fb_like_trans_domain 108 #: facebook-likes-it.php 109 msgid "Show on Search:" 110 msgstr "Zobrazit u vyhledávání:" 111 112 #@ fb_like_trans_domain 113 #: facebook-likes-it.php 114 msgid "Show on Archive:" 115 msgstr "Zobrazit u archívu:" 116 117 #@ fb_like_trans_domain 118 #: facebook-likes-it.php 83 #: facebook-likes-you.php 84 msgid "Show at:" 85 msgstr "Zobrazit na:" 86 87 #@ fb_like_trans_domain 88 #: facebook-likes-you.php 89 msgid "Top" 90 msgstr "začátku" 91 92 #@ fb_like_trans_domain 93 #: facebook-likes-you.php 94 msgid "Bottom" 95 msgstr "konci" 96 97 #@ fb_like_trans_domain 98 #: facebook-likes-you.php 99 msgid "Show on:" 100 msgstr "Zobrazit:" 101 102 #@ fb_like_trans_domain 103 #: facebook-likes-you.php 104 msgid "Page" 105 msgstr "na stránce" 106 107 #@ fb_like_trans_domain 108 #: facebook-likes-you.php 109 msgid "Post" 110 msgstr "u příspěvku" 111 112 #@ fb_like_trans_domain 113 #: facebook-likes-you.php 114 msgid "Home" 115 msgstr "ve výpisu" 116 117 #@ fb_like_trans_domain 118 #: facebook-likes-you.php 119 msgid "Search" 120 msgstr "u vyhledávání" 121 122 #@ fb_like_trans_domain 123 #: facebook-likes-you.php 124 msgid "Archive" 125 msgstr "u archívu" 126 127 #@ fb_like_trans_domain 128 #: facebook-likes-you.php 119 129 msgid "Margins:" 120 130 msgstr "Marže:" 121 131 122 132 #@ fb_like_trans_domain 123 #: facebook-likes- it.php133 #: facebook-likes-you.php 124 134 msgid "Exclude posts and pages:" 125 135 msgstr "Vyjmout příspěvky a stránky:" 126 136 127 137 #@ fb_like_trans_domain 128 #: facebook-likes- it.php138 #: facebook-likes-you.php 129 139 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 130 140 msgstr "Můžete zadat ID, název nebo zkratku příspěvku/stránky, seznam oddělte čárkami.<br />Např. <code>17, Irish Stew, beef-stew</code> ." 131 141 132 142 #@ fb_like_trans_domain 133 #: facebook-likes- it.php143 #: facebook-likes-you.php 134 144 msgid "Exclude categories:" 135 145 msgstr "Vyjmout kategorie:" 136 146 137 147 #@ fb_like_trans_domain 138 #: facebook-likes- it.php148 #: facebook-likes-you.php 139 149 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 140 150 msgstr "Můžete zadat ID, jméno, nebo zkratku pro každou kategorii, seznam oddělte čárkami.<br />Např. <code>9, Stinky Cheeses, blue-cheese</code> ." 141 151 142 152 #@ fb_like_trans_domain 143 #: facebook-likes- it.php153 #: facebook-likes-you.php 144 154 msgid "Additional CSS style:" 145 155 msgstr "Dodatečný CSS styl:" 146 156 147 157 #@ fb_like_trans_domain 148 #: facebook-likes- it.php158 #: facebook-likes-you.php 149 159 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 150 160 msgstr "Přidané vlastnosti budou umístěny mezi <code>style=\"</code> a <code>\"</code> . Pokud chcete odkazovat na tlačítko Líbí se mi jako např. v <strong>style.css,</strong><br /> zkuste použít <code>iframe.fblikes</code> nebo pokud používáte XFBML <code>.fb_edge_widget_with_comment</code> ." 151 161 152 162 #@ fb_like_trans_domain 153 #: facebook-likes- it.php163 #: facebook-likes-you.php 154 164 msgid "Help and Support" 155 165 msgstr "Nápověda a odborná pomoc" 156 166 157 167 #@ fb_like_trans_domain 158 #: facebook-likes- it.php168 #: facebook-likes-you.php 159 169 msgid "Donate to this plugin" 160 170 msgstr "Přispějte na tento plugin" 161 171 162 172 #@ fb_like_trans_domain 163 #: facebook-likes- it.php173 #: facebook-likes-you.php 164 174 msgid "Read the plugin homepage and its comments" 165 175 msgstr "Přečtěte si domovskou stránku pluginu a komentáře" 166 176 167 177 #@ default 168 #: facebook-likes- it.php178 #: facebook-likes-you.php 169 179 msgid "Save Changes" 170 180 msgstr "Uložit změny" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-de_DE.po
r368274 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! v1.1. 4\n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 2011-04-0 1 13:37+0000\n"7 "Last-Translator: Stefan Meier\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Stefan Meier\n" 9 9 "MIME-Version: 1.0\n" … … 14 14 "X-Poedit-Country: GERMANY\n" 15 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2 ;\n"16 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" 17 17 "X-Poedit-Basepath: ../\n" 18 "X- Poedit-Bookmarks:\n"18 "X-Textdomain-Support: yes\n" 19 19 "X-Poedit-SearchPath-0: .\n" 20 "X-Textdomain-Support: yes" 21 22 #: facebook-likes-you.php:397 23 #@ fb_like_trans_domain 20 21 #@ fb_like_trans_domain 22 #: facebook-likes-you.php 24 23 msgid "Title:" 25 24 msgstr "Titel:" 26 25 27 # : facebook-likes-you.php:39928 # @ fb_like_trans_domain26 #@ fb_like_trans_domain 27 #: facebook-likes-you.php 29 28 msgid "Facebook Page URL:" 30 29 msgstr "Facebook Seite URL:" 31 30 32 # : facebook-likes-you.php:39933 # @ fb_like_trans_domain31 #@ fb_like_trans_domain 32 #: facebook-likes-you.php 34 33 msgid "The URL of the FB Page for this Like box." 35 34 msgstr "Die URL der FB Seite für diese Like Box." 36 35 37 #: facebook-likes-you.php:401 38 #: facebook-likes-you.php:464 39 #@ fb_like_trans_domain 36 #@ fb_like_trans_domain 37 #: facebook-likes-you.php 40 38 msgid "Width:" 41 39 msgstr "Breite:" 42 40 43 # : facebook-likes-you.php:40144 # @ fb_like_trans_domain41 #@ fb_like_trans_domain 42 #: facebook-likes-you.php 45 43 msgid "The width of the widget in pixels." 46 44 msgstr "Die Breite des Widgets in Pixeln." 47 45 48 # : facebook-likes-you.php:40749 # @ fb_like_trans_domain46 #@ fb_like_trans_domain 47 #: facebook-likes-you.php 50 48 msgid "Height:" 51 49 msgstr "Höhe:" 52 50 53 # : facebook-likes-you.php:41554 # @ fb_like_trans_domain51 #@ fb_like_trans_domain 52 #: facebook-likes-you.php 55 53 msgid "In pixels too. Needed if you don't use XFBML." 56 54 msgstr "Die Höhe des Widgets in Pixeln. Nötig, falls du nicht XFBML benutzt." 57 55 58 # : facebook-likes-you.php:41959 # @ fb_like_trans_domain56 #@ fb_like_trans_domain 57 #: facebook-likes-you.php 60 58 msgid "Show Faces" 61 59 msgstr "Gesichter zeigen" 62 60 63 # : facebook-likes-you.php:42164 # @ fb_like_trans_domain61 #@ fb_like_trans_domain 62 #: facebook-likes-you.php 65 63 msgid "Stream" 66 64 msgstr "Stream" 67 65 68 # : facebook-likes-you.php:42169 # @ fb_like_trans_domain66 #@ fb_like_trans_domain 67 #: facebook-likes-you.php 70 68 msgid "Show the profile stream for the public profile." 71 69 msgstr "Zeigt die Profilaktivität für das öffentliche Profil." 72 70 73 # : facebook-likes-you.php:42374 # @ fb_like_trans_domain71 #@ fb_like_trans_domain 72 #: facebook-likes-you.php 75 73 msgid "Header" 76 74 msgstr "Header" 77 75 78 # : facebook-likes-you.php:42379 # @ fb_like_trans_domain76 #@ fb_like_trans_domain 77 #: facebook-likes-you.php 80 78 msgid "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" 81 msgstr "Zeigt die 'Finde uns auf Facebook' Leiste am oberen Rand an.<br ><small>Nur wenn Stream oder Gesicher angezeigt werden.</small>"82 83 # : facebook-likes-you.php:45584 # @ fb_like_trans_domain79 msgstr "Zeigt die 'Finde uns auf Facebook' Leiste am oberen Rand an.<br /><small>Nur wenn Stream oder Gesicher angezeigt werden.</small>" 80 81 #@ fb_like_trans_domain 82 #: facebook-likes-you.php 85 83 msgid "Important info for users" 86 84 msgstr "Wichtiger Information für Nutzer" 87 85 88 # : facebook-likes-you.php:46089 # @ fb_like_trans_domain86 #@ fb_like_trans_domain 87 #: facebook-likes-you.php 90 88 msgid "Appearance" 91 89 msgstr "Erscheinung" 92 90 93 # : facebook-likes-you.php:46894 # @ fb_like_trans_domain91 #@ fb_like_trans_domain 92 #: facebook-likes-you.php 95 93 msgid "Layout:" 96 94 msgstr "Layout:" 97 95 98 # : facebook-likes-you.php:48099 # @ fb_like_trans_domain96 #@ fb_like_trans_domain 97 #: facebook-likes-you.php 100 98 msgid "Verb to display:" 101 99 msgstr "Anzuzeigendes Verb:" 102 100 103 # : facebook-likes-you.php:492104 # @ fb_like_trans_domain101 #@ fb_like_trans_domain 102 #: facebook-likes-you.php 105 103 msgid "Font:" 106 104 msgstr "Schriftart:" 107 105 108 # : facebook-likes-you.php:504109 # @ fb_like_trans_domain106 #@ fb_like_trans_domain 107 #: facebook-likes-you.php 110 108 msgid "Color Scheme:" 111 109 msgstr "Farbschema:" 112 110 113 # : facebook-likes-you.php:516114 # @ fb_like_trans_domain111 #@ fb_like_trans_domain 112 #: facebook-likes-you.php 115 113 msgid "HTML5 Mode:" 116 114 msgstr "HTML5 Modus:" 117 115 118 # : facebook-likes-you.php:517119 # @ fb_like_trans_domain116 #@ fb_like_trans_domain 117 #: facebook-likes-you.php 120 118 msgid "Recommended if your blog is HTML5 ready and/or you need proper validation. NOT supported by all web browsers." 121 119 msgstr "Empfohlen, falls dein Blog HTML5 unterstützt und/oder deine Seite valide sein soll. NICHT von allen Browsern unterstützt." 122 120 123 # : facebook-likes-you.php:520124 # @ fb_like_trans_domain121 #@ fb_like_trans_domain 122 #: facebook-likes-you.php 125 123 msgid "Show Faces:" 126 124 msgstr "Gesicher zeigen:" 127 125 128 # : facebook-likes-you.php:521129 # @ fb_like_trans_domain126 #@ fb_like_trans_domain 127 #: facebook-likes-you.php 130 128 msgid "Automatically increase the height accordingly" 131 129 msgstr "Höhe automatisch anpassen" 132 130 133 # : facebook-likes-you.php:524134 # @ fb_like_trans_domain131 #@ fb_like_trans_domain 132 #: facebook-likes-you.php 135 133 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 136 134 msgstr "Benutze <span title='XFBML Version ist vielseitiger, aber benötigt JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 137 135 138 # : facebook-likes-you.php:528139 # @ fb_like_trans_domain136 #@ fb_like_trans_domain 137 #: facebook-likes-you.php 140 138 msgid "Your app ID:" 141 139 msgstr "Deine App-ID:" 142 140 143 # : facebook-likes-you.php:529144 # @ fb_like_trans_domain141 #@ fb_like_trans_domain 142 #: facebook-likes-you.php 145 143 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 146 144 msgstr "Falls du keine App-ID hast, kannst du dieses Feld leer lassen, um die standardmäßige Facebook App-ID <code>113869198637480</code> zu benutzen,<br />du kannst allerdings auch eine eigene App-ID bekommen, indem du <a href='http://developers.facebook.com/setup/' target='_blank'>deine Applikation registrierst</a>." 147 145 148 # : facebook-likes-you.php:532149 # @ fb_like_trans_domain146 #@ fb_like_trans_domain 147 #: facebook-likes-you.php 150 148 msgid "Position" 151 149 msgstr "Position" 152 150 153 # : facebook-likes-you.php:535154 # @ fb_like_trans_domain151 #@ fb_like_trans_domain 152 #: facebook-likes-you.php 155 153 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 156 154 msgstr "Du kannst den Button manuell platzieren, indem du den Code <code>[fb-like-button]</code> an der gewünschten Stelle einfügst. Dies ist auch mit PHP möglich, kann allerdings im WordPress Editor nicht benutzt werden - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 157 155 158 #: facebook-likes-you.php:538 159 #@ fb_like_trans_domain 160 msgid "Show at Top:" 161 msgstr "Oben anzeigen:" 162 163 #: facebook-likes-you.php:542 164 #@ fb_like_trans_domain 165 msgid "Show at Bottom:" 166 msgstr "Unten anzeigen:" 167 168 #: facebook-likes-you.php:546 169 #@ fb_like_trans_domain 170 msgid "Show on Page:" 171 msgstr "Auf Seite anzeigen:" 172 173 #: facebook-likes-you.php:550 174 #@ fb_like_trans_domain 175 msgid "Show on Post:" 176 msgstr "In Artikel anzeigen:" 177 178 #: facebook-likes-you.php:554 179 #@ fb_like_trans_domain 180 msgid "Show on Home:" 181 msgstr "Auf der Startseite anzeigen:" 182 183 #: facebook-likes-you.php:558 184 #@ fb_like_trans_domain 185 msgid "Show on Search:" 186 msgstr "Bei der Suche anzeigen:" 187 188 #: facebook-likes-you.php:562 189 #@ fb_like_trans_domain 190 msgid "Show on Archive:" 191 msgstr "Im Archiv anzeigen:" 192 193 #: facebook-likes-you.php:566 194 #@ fb_like_trans_domain 156 #@ fb_like_trans_domain 157 #: facebook-likes-you.php 158 msgid "Show at:" 159 msgstr "Anzeigen:" 160 161 #@ fb_like_trans_domain 162 #: facebook-likes-you.php 163 msgid "Top" 164 msgstr "oben" 165 166 #@ fb_like_trans_domain 167 #: facebook-likes-you.php 168 msgid "Bottom" 169 msgstr "unten" 170 171 #@ fb_like_trans_domain 172 #: facebook-likes-you.php 173 msgid "Show on:" 174 msgstr "Anzeigen:" 175 176 #@ fb_like_trans_domain 177 #: facebook-likes-you.php 178 msgid "Page" 179 msgstr "auf Seite" 180 181 #@ fb_like_trans_domain 182 #: facebook-likes-you.php 183 msgid "Post" 184 msgstr "in Artikel" 185 186 #@ fb_like_trans_domain 187 #: facebook-likes-you.php 188 msgid "Home" 189 msgstr "auf der Startseite" 190 191 #@ fb_like_trans_domain 192 #: facebook-likes-you.php 193 msgid "Search" 194 msgstr "bei der Suche" 195 196 #@ fb_like_trans_domain 197 #: facebook-likes-you.php 198 msgid "Archive" 199 msgstr "im Archiv" 200 201 #@ fb_like_trans_domain 202 #: facebook-likes-you.php 195 203 msgid "Margins:" 196 204 msgstr "Abstände:" 197 205 198 # : facebook-likes-you.php:581199 # @ fb_like_trans_domain206 #@ fb_like_trans_domain 207 #: facebook-likes-you.php 200 208 msgid "Exclude posts and pages:" 201 209 msgstr "Seiten und Artikel ausschließen:" 202 210 203 # : facebook-likes-you.php:582204 # @ fb_like_trans_domain211 #@ fb_like_trans_domain 212 #: facebook-likes-you.php 205 213 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 206 214 msgstr "Du kannst ID, Titel oder Slug der Artikel/Seiten eintippen, getrennt mit Kommas.<br />z.B. <code>17, Irish Stew, beef-stew</code>." 207 215 208 # : facebook-likes-you.php:585209 # @ fb_like_trans_domain216 #@ fb_like_trans_domain 217 #: facebook-likes-you.php 210 218 msgid "Exclude categories:" 211 219 msgstr "Kategorien ausschließen:" 212 220 213 # : facebook-likes-you.php:586214 # @ fb_like_trans_domain221 #@ fb_like_trans_domain 222 #: facebook-likes-you.php 215 223 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 216 224 msgstr "Du kannst ID, Titel oder Slug der Kategorien eintippen, getrennt mit Kommas.<br />z.B. <code>9, Stinky Cheeses, blue-cheese</code>." 217 225 218 # : facebook-likes-you.php:589219 # @ fb_like_trans_domain226 #@ fb_like_trans_domain 227 #: facebook-likes-you.php 220 228 msgid "Additional CSS style:" 221 229 msgstr "Zusätzliches CSS:" 222 230 223 # : facebook-likes-you.php:590224 # @ fb_like_trans_domain231 #@ fb_like_trans_domain 232 #: facebook-likes-you.php 225 233 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 226 234 msgstr "Hinzugefügte Eigenschaften werden zwischen code>style=\"</code> und <code>\"</code> eingefügt. Wenn du dich z.B. in <strong>style.css</strong> auf den Like Button beziehen möchtest,<br />verwende <code>iframe.fblikes</code> oder, falls du XFBML benutzt, <code>.fb_edge_widget_with_comment</code>." 227 235 228 # : facebook-likes-you.php:594229 # @ fb_like_trans_domain236 #@ fb_like_trans_domain 237 #: facebook-likes-you.php 230 238 msgid "Help and Support" 231 239 msgstr "Hilfe und Support" 232 240 233 # : facebook-likes-you.php:598234 # @ fb_like_trans_domain241 #@ fb_like_trans_domain 242 #: facebook-likes-you.php 235 243 msgid "Donate to this plugin" 236 244 msgstr "Für dieses Plugin spenden" 237 245 238 # : facebook-likes-you.php:601239 # @ fb_like_trans_domain246 #@ fb_like_trans_domain 247 #: facebook-likes-you.php 240 248 msgid "Read the plugin homepage and its comments" 241 249 msgstr "Plugin Homepage aufrufen" 242 250 243 #: facebook-likes-you.php:606244 251 #@ default 252 #: facebook-likes-you.php 245 253 msgid "Save Changes" 246 254 msgstr "Änderungen speichern" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-id_ID.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2010-05-10 11:45-0800\n" 6 "PO-Revision-Date: 2011-04-0 1 03:48+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Dadan Adrian Y. <[email protected]>\n" … … 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 18 #: f b_likes_widget.php18 #: facebook-likes-you.php 19 19 msgid "Appearance" 20 20 msgstr "Tampilan" 21 21 22 #: f b_likes_widget.php22 #: facebook-likes-you.php 23 23 msgid "Width:" 24 24 msgstr "Lebar:" 25 25 26 #: f b_likes_widget.php26 #: facebook-likes-you.php 27 27 msgid "Height:" 28 28 msgstr "Tinggi:" 29 29 30 #: f b_likes_widget.php30 #: facebook-likes-you.php 31 31 msgid "Layout:" 32 32 msgstr "Layout:" 33 33 34 #: f b_likes_widget.php34 #: facebook-likes-you.php 35 35 msgid "Verb to display:" 36 36 msgstr "Kalimat/kata untuk tampilan:" 37 37 38 #: f b_likes_widget.php38 #: facebook-likes-you.php 39 39 msgid "Font:" 40 40 msgstr "Font:" 41 41 42 #: f b_likes_widget.php42 #: facebook-likes-you.php 43 43 msgid "Color Scheme:" 44 44 msgstr "Skema Warna:" 45 45 46 #: f b_likes_widget.php46 #: facebook-likes-you.php 47 47 msgid "Show Faces:" 48 48 msgstr "Tampilkan: Photo" 49 49 50 #: f b_likes_widget.php50 #: facebook-likes-you.php 51 51 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 52 52 msgstr "Gunakan <span title='XFBML lebih serbaguna, tapi membutuhkan JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 53 53 54 #: f b_likes_widget.php54 #: facebook-likes-you.php 55 55 msgid "Your app ID:" 56 56 msgstr "Facebook App ID Anda:" 57 57 58 #: f b_likes_widget.php58 #: facebook-likes-you.php 59 59 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 60 60 msgstr "Jika tidak/belum mempunyai app ID, biarkan kosong untuk menggunakan Facebook app ID <code>113869198637480</code> standard,<br /> Anda dapat mempunyai app ID sendiri dengan cara <a href='http://developers.facebook.com/setup/' target='_blank'>mendaftarkan diri</a> disini." 61 61 62 #: f b_likes_widget.php62 #: facebook-likes-you.php 63 63 msgid "Position" 64 64 msgstr "Posisi" 65 65 66 #: f b_likes_widget.php66 #: facebook-likes-you.php 67 67 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 68 68 msgstr "Anda dapat menempatkan secara manual menggunakan <code>[fb-like-button]</code> dimana saja. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 69 69 70 #: f b_likes_widget.php70 #: facebook-likes-you.php 71 71 msgid "Automatically increase the height accordingly" 72 72 msgstr "Secara otomatis tingginya menyesuaikan" 73 73 74 #: f b_likes_widget.php75 msgid "Show at Top:"76 msgstr "Tampilkan dibagian atas:"74 #: facebook-likes-you.php 75 msgid "Show at:" 76 msgstr "Tampilkan dibagian:" 77 77 78 #: f b_likes_widget.php79 msgid " Show at Bottom:"80 msgstr " Tampilkan dibagian bawah:"78 #: facebook-likes-you.php 79 msgid "Top" 80 msgstr "atas" 81 81 82 #: f b_likes_widget.php83 msgid " Show on Page:"84 msgstr " Tampilkan dihalaman:"82 #: facebook-likes-you.php 83 msgid "Bottom" 84 msgstr "bawah" 85 85 86 #: f b_likes_widget.php87 msgid "Show on Post:"88 msgstr "Tampilkan dipostingan:"86 #: facebook-likes-you.php 87 msgid "Show on:" 88 msgstr "Tampilkan:" 89 89 90 #: f b_likes_widget.php91 msgid " Show on Home:"92 msgstr " Tampilkan di Home:"90 #: facebook-likes-you.php 91 msgid "Page" 92 msgstr "dihalaman" 93 93 94 #: f b_likes_widget.php95 msgid " Show on Search:"96 msgstr " Tampilkan dipencarian:"94 #: facebook-likes-you.php 95 msgid "Post" 96 msgstr "dipostingan" 97 97 98 #: f b_likes_widget.php99 msgid " Show on Archive:"100 msgstr " Tampilkan di Arsip:"98 #: facebook-likes-you.php 99 msgid "Home" 100 msgstr "di Home" 101 101 102 #: fb_likes_widget.php 102 #: facebook-likes-you.php 103 msgid "Search" 104 msgstr "dipencarian" 105 106 #: facebook-likes-you.php 107 msgid "Archive" 108 msgstr "di Arsip" 109 110 #: facebook-likes-you.php 103 111 msgid "Margins:" 104 112 msgstr "Batas:" 105 113 106 #: f b_likes_widget.php114 #: facebook-likes-you.php 107 115 msgid "Exclude posts and pages:" 108 116 msgstr "Kecualikan post dan halaman ini:" 109 117 110 #: f b_likes_widget.php118 #: facebook-likes-you.php 111 119 msgid "Exclude categories:" 112 120 msgstr "Kecualikan kategori ini:" 113 121 114 #: f b_likes_widget.php122 #: facebook-likes-you.php 115 123 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 116 124 msgstr "Anda dapat menuliskan beberapa atau semua post/page ID, judul, atau slug dipisahkan dengan koma.<br />Contoh, <code>17, Irish Stew, beef-stew</code>." 117 125 118 #: f b_likes_widget.php126 #: facebook-likes-you.php 119 127 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 120 128 msgstr "Anda dapat menuliskan beberapa atau semua kategori ID, nama, atau slug dipisahkan dengan koma.<br />Contoh, <code>9, Stinky Cheeses, blue-cheese</code>." 121 129 122 #: f b_likes_widget.php130 #: facebook-likes-you.php 123 131 msgid "Additional CSS style:" 124 132 msgstr "Style CSS tambahan:" 125 133 126 #: f b_likes_widget.php134 #: facebook-likes-you.php 127 135 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 128 136 msgstr "Properti tambahan akan ditempatkan diantara <code>style=\"</code> e <code>\"</code>. Jika Anda ingin menempatkan tombol Like ditempat lain, misalnya <strong>style.css</strong>,<br />cobalah gunakan <code>iframe.fblikes</code> ini atau <code>.fb_edge_widget_with_comment</code> jika Anda menggunakan XFBML." 129 137 130 #: f b_likes_widget.php138 #: facebook-likes-you.php 131 139 msgid "Help and Support" 132 140 msgstr "Bantuan dan Dukungan" 133 141 134 #: f b_likes_widget.php142 #: facebook-likes-you.php 135 143 msgid "Donate to this plugin" 136 144 msgstr "Kirim donasi untuk plugin ini" 137 145 138 #: f b_likes_widget.php146 #: facebook-likes-you.php 139 147 msgid "Read the plugin homepage and its comments" 140 148 msgstr "Baca halaman plugin ini dan komentarnya" 141 149 142 #: f b_likes_widget.php150 #: facebook-likes-you.php 143 151 msgid "Save Changes" 144 152 msgstr "Simpan Perubahan" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-it_IT.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2010-12-03 10:35+0100\n" 6 "PO-Revision-Date: 2011-04-0 1 03:48+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Paolo Nicorelli <[email protected]>\n" … … 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 18 #: f b_likes_widget.php18 #: facebook-likes-you.php 19 19 msgid "Appearance" 20 20 msgstr "Aspetto" 21 21 22 #: f b_likes_widget.php22 #: facebook-likes-you.php 23 23 msgid "Width:" 24 24 msgstr "Larghezza:" 25 25 26 #: f b_likes_widget.php26 #: facebook-likes-you.php 27 27 msgid "Height:" 28 28 msgstr "Altezza:" 29 29 30 #: f b_likes_widget.php30 #: facebook-likes-you.php 31 31 msgid "Layout:" 32 32 msgstr "Layout:" 33 33 34 #: f b_likes_widget.php34 #: facebook-likes-you.php 35 35 msgid "Verb to display:" 36 36 msgstr "Verbo da usare:" 37 37 38 #: f b_likes_widget.php38 #: facebook-likes-you.php 39 39 msgid "Font:" 40 40 msgstr "Font:" 41 41 42 #: f b_likes_widget.php42 #: facebook-likes-you.php 43 43 msgid "Color Scheme:" 44 44 msgstr "Schema di colori:" 45 45 46 #: f b_likes_widget.php46 #: facebook-likes-you.php 47 47 msgid "Show Faces:" 48 48 msgstr "Visualizzare icone:" 49 49 50 #: f b_likes_widget.php50 #: facebook-likes-you.php 51 51 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 52 52 msgstr "Usare <span title='Utilizzare XFBML aumenta la versatilità, ma richiede JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 53 53 54 #: f b_likes_widget.php54 #: facebook-likes-you.php 55 55 msgid "Your app ID:" 56 56 msgstr "La tua Facebook App ID:" 57 57 58 #: f b_likes_widget.php58 #: facebook-likes-you.php 59 59 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 60 60 msgstr "Nel caso tu non abbia una Facebook App ID lascia il campo vuoto, verrà utilizzata la ID di default <code>113869198637480</code>.<br /> ricordati che puoi ottenere una App ID <a href='http://developers.facebook.com/setup/' target='_blank'>registrando l'applicazione qui</a>." 61 61 62 #: f b_likes_widget.php62 #: facebook-likes-you.php 63 63 msgid "Position" 64 64 msgstr "Posizione" 65 65 66 #: f b_likes_widget.php66 #: facebook-likes-you.php 67 67 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 68 68 msgstr "Puoi posizionare il like-it inserendo il codice <code>[fb-like-button]</code> ovunque tu voglia. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 69 69 70 #: f b_likes_widget.php70 #: facebook-likes-you.php 71 71 msgid "Automatically increase the height accordingly" 72 72 msgstr "Aumentare l'altezza automaticamente" 73 73 74 #: f b_likes_widget.php75 msgid "Show at Top:"76 msgstr "Visualizza in alto:"74 #: facebook-likes-you.php 75 msgid "Show at:" 76 msgstr "Visualizza in:" 77 77 78 #: f b_likes_widget.php79 msgid " Show at Bottom:"80 msgstr " Visualizza in basso:"78 #: facebook-likes-you.php 79 msgid "Top" 80 msgstr "alto" 81 81 82 #: f b_likes_widget.php83 msgid " Show on Page:"84 msgstr " Visualizza nella Pagina:"82 #: facebook-likes-you.php 83 msgid "Bottom" 84 msgstr "basso" 85 85 86 #: f b_likes_widget.php87 msgid "Show on Post:"88 msgstr "Visualizza nell'Articolo:"86 #: facebook-likes-you.php 87 msgid "Show on:" 88 msgstr "Visualizza:" 89 89 90 #: f b_likes_widget.php91 msgid " Show on Home:"92 msgstr " Visualizza in Home:"90 #: facebook-likes-you.php 91 msgid "Page" 92 msgstr "nella Pagina" 93 93 94 #: f b_likes_widget.php95 msgid " Show on Search:"96 msgstr " Visualizza in Cerca:"94 #: facebook-likes-you.php 95 msgid "Post" 96 msgstr "nell'Articolo" 97 97 98 #: f b_likes_widget.php99 msgid " Show on Archive:"100 msgstr " Visualizza nell'Archivio:"98 #: facebook-likes-you.php 99 msgid "Home" 100 msgstr "in Home" 101 101 102 #: fb_likes_widget.php 102 #: facebook-likes-you.php 103 msgid "Search" 104 msgstr "in Cerca" 105 106 #: facebook-likes-you.php 107 msgid "Archive" 108 msgstr "nell'Archivio" 109 110 #: facebook-likes-you.php 103 111 msgid "Margins:" 104 112 msgstr "Margini:" 105 113 106 #: f b_likes_widget.php114 #: facebook-likes-you.php 107 115 msgid "Exclude posts and pages:" 108 116 msgstr "Escludere Articoli e Pagine:" 109 117 110 #: f b_likes_widget.php118 #: facebook-likes-you.php 111 119 msgid "Exclude categories:" 112 120 msgstr "Escludere Categorie:" 113 121 114 #: f b_likes_widget.php122 #: facebook-likes-you.php 115 123 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 116 124 msgstr "Per ogni Articolo/Pagina puoi scrivere ID, titolo o 'slug' separandoli con virgole.<br />Ad esempio: <code>17, Stufato Irlandese, stufato-carne</code>." 117 125 118 #: f b_likes_widget.php126 #: facebook-likes-you.php 119 127 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 120 128 msgstr "Per ogni Categoria puoi scrivere ID, nome o 'slug' separandoli con virgole.<br />Ad esempio: <code>17, Formaggio puzzolente, gorgonzola</code>." 121 129 122 #: f b_likes_widget.php130 #: facebook-likes-you.php 123 131 msgid "Additional CSS style:" 124 132 msgstr "Stile CSS aggiuntivo:" 125 133 126 #: f b_likes_widget.php134 #: facebook-likes-you.php 127 135 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 128 136 msgstr "Posiziona le proprietà aggiuntive tra <code>style=\"</code> e <code>\"</code>. Se vuoi riferirti al pulsante Like nel foglio di stile <strong>style.css</strong>,<br /> utilizza <code>iframe.fblikes</code> oppure se usi XFBML <code>.fb_edge_widget_with_comment</code>." 129 137 130 #: f b_likes_widget.php138 #: facebook-likes-you.php 131 139 msgid "Help and Support" 132 140 msgstr "Aiuto e Supporto" 133 141 134 #: f b_likes_widget.php142 #: facebook-likes-you.php 135 143 msgid "Donate to this plugin" 136 144 msgstr "Fai una donazione per il plugin" 137 145 138 #: f b_likes_widget.php146 #: facebook-likes-you.php 139 147 msgid "Read the plugin homepage and its comments" 140 148 msgstr "Vai alla homepage del plugins ed leggi i commenti" 141 149 142 #: f b_likes_widget.php150 #: facebook-likes-you.php 143 151 msgid "Save Changes" 144 152 msgstr "Salva Modifiche" 145 153 146 #: f b_likes_widget.php154 #: facebook-likes-you.php 147 155 msgid "Title:" 148 156 msgstr "Titolo:" 149 157 150 #: f b_likes_widget.php158 #: facebook-likes-you.php 151 159 msgid "Facebook Page URL:" 152 160 msgstr "Facebook Page URL:" 153 161 154 #: f b_likes_widget.php162 #: facebook-likes-you.php 155 163 msgid "The URL of the FB Page for this Like box." 156 164 msgstr "The URL of the FB Page for this Like box." 157 165 158 #: f b_likes_widget.php166 #: facebook-likes-you.php 159 167 msgid "The width of the widget in pixels." 160 168 msgstr "The width of the widget in pixels." 161 169 162 #: f b_likes_widget.php170 #: facebook-likes-you.php 163 171 msgid "In pixels too. Needed if you don't use XFBML." 164 172 msgstr "In pixels too. Needed if you don't use XFBML." 165 173 166 #: f b_likes_widget.php174 #: facebook-likes-you.php 167 175 msgid "Connections:" 168 176 msgstr "Connections:" 169 177 170 #: f b_likes_widget.php178 #: facebook-likes-you.php 171 179 msgid "Count of shown users who've liked this Page." 172 180 msgstr "Count of shown users who've liked this Page." 173 181 174 #: f b_likes_widget.php182 #: facebook-likes-you.php 175 183 msgid "Stream" 176 184 msgstr "Stream" 177 185 178 #: f b_likes_widget.php186 #: facebook-likes-you.php 179 187 msgid "Show the profile stream for the public profile." 180 188 msgstr "Show the profile stream for the public profile." 181 189 182 #: f b_likes_widget.php190 #: facebook-likes-you.php 183 191 msgid "Header" 184 192 msgstr "Header" 185 193 186 #: f b_likes_widget.php194 #: facebook-likes-you.php 187 195 msgid "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" 188 196 msgstr "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-pl_PL.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2010-05-10 11:45-0800\n" 6 "PO-Revision-Date: 2011-04-0 1 03:50+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Piotr Sochalewski <[email protected]>\n" … … 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 18 #: f b_likes_widget.php18 #: facebook-likes-you.php 19 19 msgid "Important info for users" 20 20 msgstr "Ważne informacje dla użytkowników" 21 21 22 #: f b_likes_widget.php22 #: facebook-likes-you.php 23 23 msgid "Appearance" 24 24 msgstr "Wygląd" 25 25 26 #: f b_likes_widget.php26 #: facebook-likes-you.php 27 27 msgid "Width:" 28 28 msgstr "Szerokość:" 29 29 30 #: f b_likes_widget.php30 #: facebook-likes-you.php 31 31 msgid "Height:" 32 32 msgstr "Wysokość:" 33 33 34 #: f b_likes_widget.php34 #: facebook-likes-you.php 35 35 msgid "Layout:" 36 36 msgstr "Motyw:" 37 37 38 #: f b_likes_widget.php38 #: facebook-likes-you.php 39 39 msgid "Verb to display:" 40 40 msgstr "Czynność do wyświetlenia:" 41 41 42 #: f b_likes_widget.php42 #: facebook-likes-you.php 43 43 msgid "Font:" 44 44 msgstr "Czcionka:" 45 45 46 #: f b_likes_widget.php46 #: facebook-likes-you.php 47 47 msgid "Color Scheme:" 48 48 msgstr "Kolor:" 49 49 50 #: f b_likes_widget.php50 #: facebook-likes-you.php 51 51 msgid "HTML5 Mode:" 52 52 msgstr "Tryb HTML5:" 53 53 54 #: f b_likes_widget.php54 #: facebook-likes-you.php 55 55 msgid "Recommended if your blog is HTML5 ready and/or you need proper validation. NOT supported by all web browsers." 56 56 msgstr "Polecane, gdy używasz HTML5 i zależy Ci na poprawnej walidacji. Niewspierane przez starsze przeglądarki." 57 57 58 #: f b_likes_widget.php58 #: facebook-likes-you.php 59 59 msgid "Show Faces:" 60 60 msgstr "Pokazuj twarze:" 61 61 62 #: f b_likes_widget.php62 #: facebook-likes-you.php 63 63 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 64 64 msgstr "Użyj <span title='XFBML jest bardziej elastyczny, aczkolwiek wymaga użycia JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 65 65 66 #: f b_likes_widget.php66 #: facebook-likes-you.php 67 67 msgid "Your app ID:" 68 68 msgstr "Twoje app ID:" 69 69 70 #: f b_likes_widget.php70 #: facebook-likes-you.php 71 71 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 72 72 msgstr "Jeśli nie posiadasz app ID możesz pozostawić to pole puste, aby użyć domyślnego ID <code>113869198637480</code>.<br />Własne app ID możesz uzyskać <a href='http://developers.facebook.com/setup/' target='_blank'>rejestrując aplikację</a>." 73 73 74 #: f b_likes_widget.php74 #: facebook-likes-you.php 75 75 msgid "Position" 76 76 msgstr "Położenie" 77 77 78 #: f b_likes_widget.php78 #: facebook-likes-you.php 79 79 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 80 80 msgstr "Możesz także umieścić przycisk ręcznie przy pomocy kodu <code>[fb-like-button]</code>. Istnieje także możliwość użycia kodu PHP tam gdzie jest to dozwolone - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 81 81 82 #: f b_likes_widget.php82 #: facebook-likes-you.php 83 83 msgid "Automatically increase the height accordingly" 84 84 msgstr "Odpowiednio zwiększa wysokość" 85 85 86 #: fb_likes_widget.php 87 msgid "Show at Top:" 88 msgstr "Wyświetlaj nad treścią:" 89 90 #: fb_likes_widget.php 91 msgid "Show at Bottom:" 92 msgstr "Wyświetlaj pod treścią:" 93 94 #: fb_likes_widget.php 95 msgid "Show on Page:" 96 msgstr "Pokazuj na stronach:" 97 98 #: fb_likes_widget.php 99 msgid "Show on Post:" 100 msgstr "Pokazuj we wpisach:" 101 102 #: fb_likes_widget.php 103 msgid "Show on Home:" 104 msgstr "Pokazuj na stronie głównej:" 105 106 #: fb_likes_widget.php 107 msgid "Show on Search:" 108 msgstr "Pokazuj w wynikach wyszukiwania:" 109 110 #: fb_likes_widget.php 111 msgid "Show on Archive:" 112 msgstr "Pokazuj na stronach archiwum:" 113 114 #: fb_likes_widget.php 86 #: facebook-likes-you.php 87 msgid "Show at:" 88 msgstr "Wyświetlaj:" 89 90 #: facebook-likes-you.php 91 msgid "Top" 92 msgstr "nad wpisem" 93 94 #: facebook-likes-you.php 95 msgid "Bottom" 96 msgstr "pod wpisem" 97 98 #: facebook-likes-you.php 99 msgid "Show on:" 100 msgstr "Pokazuj:" 101 102 #: facebook-likes-you.php 103 msgid "Page" 104 msgstr "na stronach" 105 106 #: facebook-likes-you.php 107 msgid "Post" 108 msgstr "we wpisach" 109 110 #: facebook-likes-you.php 111 msgid "Home" 112 msgstr "na stronie głównej" 113 114 #: facebook-likes-you.php 115 msgid "Search" 116 msgstr "w wynikach wyszukiwania" 117 118 #: facebook-likes-you.php 119 msgid "Archive" 120 msgstr "na stronach archiwum" 121 122 #: facebook-likes-you.php 115 123 msgid "Margins:" 116 124 msgstr "Odstępy:" 117 125 118 #: f b_likes_widget.php126 #: facebook-likes-you.php 119 127 msgid "Exclude posts and pages:" 120 128 msgstr "Wyłącz dla wpisów i stron:" 121 129 122 #: f b_likes_widget.php130 #: facebook-likes-you.php 123 131 msgid "Exclude categories:" 124 132 msgstr "Wyłącz dla kategorii:" 125 133 126 #: f b_likes_widget.php134 #: facebook-likes-you.php 127 135 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 128 136 msgstr "Możesz podać zarówno ID, tytuł lub bezpośredni odnośnik do wpisu albo strony. Pamiętaj o oddzieleniu ich spacjami.<br />Na przykład <code>17, nowy-wpis, Nowy wpis</code>." 129 137 130 #: f b_likes_widget.php138 #: facebook-likes-you.php 131 139 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 132 140 msgstr "Możesz podać zarówno ID, nazwę lub bezpośredni odnośnik do kategorii. Pamiętaj o oddzieleniu ich spacjami.<br />Na przykład <code>9, maly-i-duzy-ekran, Mały i duży ekran</code>." 133 141 134 #: f b_likes_widget.php142 #: facebook-likes-you.php 135 143 msgid "Additional CSS style:" 136 144 msgstr "Dodatkowy styl CSS:" 137 145 138 #: f b_likes_widget.php146 #: facebook-likes-you.php 139 147 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 140 148 msgstr "Podane właściwości będą umieszczone między <code>style=\"</code> a <code>\"</code>. Aby odwołać się do przycisku np. w pliku <strong>style.css</strong>,<br />użyj <code>iframe.fblikes</code> lub <code>.fb_edge_widget_with_comment</code> dla wersji XFBML." 141 149 142 #: f b_likes_widget.php150 #: facebook-likes-you.php 143 151 msgid "Help and Support" 144 152 msgstr "Pomoc" 145 153 146 #: f b_likes_widget.php154 #: facebook-likes-you.php 147 155 msgid "Donate to this plugin" 148 156 msgstr "Przekaż darowiznę na rzecz autora" 149 157 150 #: f b_likes_widget.php158 #: facebook-likes-you.php 151 159 msgid "Read the plugin homepage and its comments" 152 160 msgstr "Odwiedź stronę www wtyczki" 153 161 154 #: f b_likes_widget.php162 #: facebook-likes-you.php 155 163 msgid "Save Changes" 156 164 msgstr "Zapisz zmiany" 157 165 158 #: f b_likes_widget.php166 #: facebook-likes-you.php 159 167 msgid "Title:" 160 168 msgstr "Tytuł:" 161 169 162 #: f b_likes_widget.php170 #: facebook-likes-you.php 163 171 msgid "Facebook Page URL:" 164 172 msgstr "Adres strony fanpage'a:" 165 173 166 #: f b_likes_widget.php174 #: facebook-likes-you.php 167 175 msgid "The URL of the FB Page for this Like box." 168 176 msgstr "Kompletny adres URL dla strony fanpage." 169 177 170 #: f b_likes_widget.php178 #: facebook-likes-you.php 171 179 msgid "The width of the widget in pixels." 172 180 msgstr "Szerokość podana w pikselach." 173 181 174 #: f b_likes_widget.php182 #: facebook-likes-you.php 175 183 msgid "In pixels too. Needed if you don't use XFBML." 176 184 msgstr "Także w px. Tylko, gdy nie używasz XFBML." 177 185 178 #: f b_likes_widget.php186 #: facebook-likes-you.php 179 187 msgid "Show Faces" 180 188 msgstr "Pokazuj zdjęcia fanów" 181 189 182 #: f b_likes_widget.php190 #: facebook-likes-you.php 183 191 msgid "Stream" 184 192 msgstr "Zawartość" 185 193 186 #: f b_likes_widget.php194 #: facebook-likes-you.php 187 195 msgid "Show the profile stream for the public profile." 188 196 msgstr "Pokazuj zawartość ściany fanpage'a." 189 197 190 #: f b_likes_widget.php198 #: facebook-likes-you.php 191 199 msgid "Header" 192 200 msgstr "Nagłówek" 193 201 194 #: f b_likes_widget.php202 #: facebook-likes-you.php 195 203 msgid "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" 196 204 msgstr "Pokazuj 'Znajdź nas na Facebooku' u góry.<br /><small>Gdy wybrano pokazywanie zawartości lub użytkowników</small>" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-pt_BR.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2010-05-10 11:45-0800\n" 6 "PO-Revision-Date: 2011-04-0 1 03:48+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Paulo Vital <[email protected]>\n" … … 15 15 "X-Poedit-SearchPath-0: .\n" 16 16 17 #: f b_likes_widget.php17 #: facebook-likes-you.php 18 18 msgid "Appearance" 19 19 msgstr "Aparência" 20 20 21 #: f b_likes_widget.php21 #: facebook-likes-you.php 22 22 msgid "Width:" 23 23 msgstr "Largura:" 24 24 25 #: f b_likes_widget.php25 #: facebook-likes-you.php 26 26 msgid "Height:" 27 27 msgstr "Altura:" 28 28 29 #: f b_likes_widget.php29 #: facebook-likes-you.php 30 30 msgid "Layout:" 31 31 msgstr "Layout:" 32 32 33 #: f b_likes_widget.php33 #: facebook-likes-you.php 34 34 msgid "Verb to display:" 35 35 msgstr "Verbo a mostrar:" 36 36 37 #: f b_likes_widget.php37 #: facebook-likes-you.php 38 38 msgid "Font:" 39 39 msgstr "Fonte:" 40 40 41 #: f b_likes_widget.php41 #: facebook-likes-you.php 42 42 msgid "Color Scheme:" 43 43 msgstr "Esquema de Cor:" 44 44 45 #: f b_likes_widget.php45 #: facebook-likes-you.php 46 46 msgid "Show Faces:" 47 47 msgstr "Mostrar ícones:" 48 48 49 #: f b_likes_widget.php49 #: facebook-likes-you.php 50 50 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 51 51 msgstr "Usar <span title='a utilização de XFBML é mais versátil, porém requer uso do JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 52 52 53 #: f b_likes_widget.php53 #: facebook-likes-you.php 54 54 msgid "Your app ID:" 55 55 msgstr "Seu Facebook App ID:" 56 56 57 #: f b_likes_widget.php57 #: facebook-likes-you.php 58 58 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 59 59 msgstr "Caso não tenha um Facebook App ID, você pode deixar este campo vazio para que seje utilizado o Facebook App ID padrão <code>113869198637480</code>.<br />Você pode obter um Facebook App ID próprio <a href='http://developers.facebook.com/setup/' target='_blank'>registrando sua aplicação aqui</a>." 60 60 61 #: f b_likes_widget.php61 #: facebook-likes-you.php 62 62 msgid "Position" 63 63 msgstr "Posição" 64 64 65 #: f b_likes_widget.php65 #: facebook-likes-you.php 66 66 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 67 67 msgstr "Lembre-se que você pode colocá-lo manualmente com <code>[fb-like-button]</code> sempre que quiser. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 68 68 69 #: f b_likes_widget.php69 #: facebook-likes-you.php 70 70 msgid "Automatically increase the height accordingly" 71 71 msgstr "Aumentar a altura automaticamente" 72 72 73 #: f b_likes_widget.php74 msgid "Show at Top:"75 msgstr "Mostrar no topo:"73 #: facebook-likes-you.php 74 msgid "Show at:" 75 msgstr "Mostrar no:" 76 76 77 #: f b_likes_widget.php78 msgid " Show at Bottom:"79 msgstr " Mostrar no rodapé:"77 #: facebook-likes-you.php 78 msgid "Top" 79 msgstr "topo" 80 80 81 #: f b_likes_widget.php82 msgid " Show on Page:"83 msgstr " Mostrar em páginas:"81 #: facebook-likes-you.php 82 msgid "Bottom" 83 msgstr "rodapé" 84 84 85 #: f b_likes_widget.php86 msgid "Show on Post:"87 msgstr "Mostrar em artigos:"85 #: facebook-likes-you.php 86 msgid "Show on:" 87 msgstr "Mostrar:" 88 88 89 #: f b_likes_widget.php90 msgid " Show on Home:"91 msgstr " Mostrar no Home:"89 #: facebook-likes-you.php 90 msgid "Page" 91 msgstr "em páginas" 92 92 93 #: f b_likes_widget.php94 msgid " Show on Search:"95 msgstr " Mostrar na Busca:"93 #: facebook-likes-you.php 94 msgid "Post" 95 msgstr "em artigos" 96 96 97 #: f b_likes_widget.php98 msgid " Show on Archive:"99 msgstr " Mostrar no Arquivo:"97 #: facebook-likes-you.php 98 msgid "Home" 99 msgstr "no Home" 100 100 101 #: fb_likes_widget.php 101 #: facebook-likes-you.php 102 msgid "Search" 103 msgstr "na Busca" 104 105 #: facebook-likes-you.php 106 msgid "Archive" 107 msgstr "no Arquivo" 108 109 #: facebook-likes-you.php 102 110 msgid "Margins:" 103 111 msgstr "Margens:" 104 112 105 #: f b_likes_widget.php113 #: facebook-likes-you.php 106 114 msgid "Exclude posts and pages:" 107 115 msgstr "Excluir dos artigos e páginas:" 108 116 109 #: f b_likes_widget.php117 #: facebook-likes-you.php 110 118 msgid "Exclude categories:" 111 119 msgstr "Excluir das categorias:" 112 120 113 #: f b_likes_widget.php121 #: facebook-likes-you.php 114 122 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 115 123 msgstr "Você pode digitar para cada artigo/página o ID, título ou 'slug' separados por vírgulas.<br />Exemplo: <code>17, Ensopado Irlandês, ensopado-carne</code>." 116 124 117 #: f b_likes_widget.php125 #: facebook-likes-you.php 118 126 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 119 127 msgstr "Você pode digitar para cada categoria o ID, título ou 'slug' separados por vírgulas.<br />Exemplo: <code>17, Ensopado Irlandês, ensopado-carne</code>." 120 128 121 #: f b_likes_widget.php129 #: facebook-likes-you.php 122 130 msgid "Additional CSS style:" 123 131 msgstr "Estilo CSS adicional:" 124 132 125 #: f b_likes_widget.php133 #: facebook-likes-you.php 126 134 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 127 135 msgstr "Propriedades adicionadas irão ser inseridas entre <code>style=\"</code> e <code>\"</code>. Se você quiser se referir ao botão do Facebook em um arquivo, como por exemplo em <strong>style.css</strong>,<br /> use <code>iframe.fblikes</code> ou se estiver utilizando XFBML <code>.fb_edge_widget_with_comment</code>." 128 136 129 #: f b_likes_widget.php137 #: facebook-likes-you.php 130 138 msgid "Help and Support" 131 139 msgstr "Ajuda e Suporte" 132 140 133 #: f b_likes_widget.php141 #: facebook-likes-you.php 134 142 msgid "Donate to this plugin" 135 143 msgstr "Doar para este plugin" 136 144 137 #: f b_likes_widget.php145 #: facebook-likes-you.php 138 146 msgid "Read the plugin homepage and its comments" 139 147 msgstr "Leia o site do plugin e seus comentários" 140 148 141 #: f b_likes_widget.php149 #: facebook-likes-you.php 142 150 msgid "Save Changes" 143 151 msgstr "Salvar Alterações" 144 152 145 #: f b_likes_widget.php153 #: facebook-likes-you.php 146 154 msgid "Title:" 147 155 msgstr "Título:" 148 156 149 #: f b_likes_widget.php157 #: facebook-likes-you.php 150 158 msgid "Facebook Page URL:" 151 159 msgstr "Facebook Page URL:" 152 160 153 #: f b_likes_widget.php161 #: facebook-likes-you.php 154 162 msgid "The URL of the FB Page for this Like box." 155 163 msgstr "The URL of the FB Page for this Like box." 156 164 157 #: f b_likes_widget.php165 #: facebook-likes-you.php 158 166 msgid "The width of the widget in pixels." 159 167 msgstr "The width of the widget in pixels." 160 168 161 #: f b_likes_widget.php169 #: facebook-likes-you.php 162 170 msgid "In pixels too. Needed if you don't use XFBML." 163 171 msgstr "In pixels too. Needed if you don't use XFBML." 164 172 165 #: f b_likes_widget.php173 #: facebook-likes-you.php 166 174 msgid "Connections:" 167 175 msgstr "Connections:" 168 176 169 #: f b_likes_widget.php177 #: facebook-likes-you.php 170 178 msgid "Count of shown users who've liked this Page." 171 179 msgstr "Count of shown users who've liked this Page." 172 180 173 #: f b_likes_widget.php181 #: facebook-likes-you.php 174 182 msgid "Stream" 175 183 msgstr "Stream" 176 184 177 #: f b_likes_widget.php185 #: facebook-likes-you.php 178 186 msgid "Show the profile stream for the public profile." 179 187 msgstr "Show the profile stream for the public profile." 180 188 181 #: f b_likes_widget.php189 #: facebook-likes-you.php 182 190 msgid "Header" 183 191 msgstr "Header" 184 192 185 #: f b_likes_widget.php193 #: facebook-likes-you.php 186 194 msgid "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" 187 195 msgstr "Show the 'Find us on Facebook' bar at top.<br /><small>Only when either stream or connections are present.</small>" -
facebook-likes-you/trunk/languages/fb_like_trans_domain-ru_RU.po
r367763 r368395 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Facebook Likes You! \n"3 "Project-Id-Version: Facebook Likes You! v1.1.6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 2011-04-0 1 03:49+0100\n"6 "PO-Revision-Date: 2011-04-03 19:21+0100\n" 7 7 "Last-Translator: Piotr Sochalewski <[email protected]>\n" 8 8 "Language-Team: Denis Kuligin <[email protected]>\n" … … 16 16 17 17 #@ fb_like_trans_domain 18 #: facebook-likes- it.php:31118 #: facebook-likes-you.php 19 19 msgid "Appearance" 20 20 msgstr "Внешний вид" 21 21 22 22 #@ fb_like_trans_domain 23 #: facebook-likes- it.php:31523 #: facebook-likes-you.php 24 24 msgid "Width:" 25 25 msgstr "Ширина:" 26 26 27 27 #@ fb_like_trans_domain 28 #: facebook-likes- it.php:31928 #: facebook-likes-you.php 29 29 msgid "Layout:" 30 30 msgstr "Расположение:" 31 31 32 32 #@ fb_like_trans_domain 33 #: facebook-likes- it.php:33333 #: facebook-likes-you.php 34 34 msgid "Verb to display:" 35 35 msgstr "Действие для отображения:" 36 36 37 37 #@ fb_like_trans_domain 38 #: facebook-likes- it.php:34738 #: facebook-likes-you.php 39 39 msgid "Font:" 40 40 msgstr "Шрифт:" 41 41 42 42 #@ fb_like_trans_domain 43 #: facebook-likes- it.php:36143 #: facebook-likes-you.php 44 44 msgid "Color Scheme:" 45 45 msgstr "Цветовая схема:" 46 46 47 47 #@ fb_like_trans_domain 48 #: facebook-likes- it.php:37548 #: facebook-likes-you.php 49 49 msgid "Show Faces:" 50 50 msgstr "Показать лица:" 51 51 52 52 #@ fb_like_trans_domain 53 #: facebook-likes- it.php:37653 #: facebook-likes-you.php 54 54 msgid "Automatically increase the height accordingly" 55 55 msgstr "Автоматическое увеличение высоты соответственно" 56 56 57 57 #@ fb_like_trans_domain 58 #: facebook-likes- it.php:37958 #: facebook-likes-you.php 59 59 msgid "Use <span title='XFBML version is more versatile, but requires use of the JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 60 60 msgstr "Использовать <span title='XFBML версия является более универсальным, но требует использования JavaScript SDK' style='border-bottom: 1px dotted #CCC; cursor: help; '>XFBML</span>:" 61 61 62 62 #@ fb_like_trans_domain 63 #: facebook-likes- it.php:38363 #: facebook-likes-you.php 64 64 msgid "Your app ID:" 65 65 msgstr "ID Вашего приложения:" 66 66 67 67 #@ fb_like_trans_domain 68 #: facebook-likes- it.php:38468 #: facebook-likes-you.php 69 69 msgid "If you have no app ID, you cen leave this empty to use default Facebook app ID <code>113869198637480</code>,<br />but remember that you can get your own an app ID by <a href='http://developers.facebook.com/setup/' target='_blank'>registering your application</a>." 70 70 msgstr "Если у вас нет APP ID, будет использован ID по умолчанию <code>113869198637480</code>,<br /> но помните, что вы можете получить свой собственный ID приложения. <a href='http://developers.facebook.com/setup/' target='_blank'>Регистрация вашего приложения</a>." 71 71 72 72 #@ fb_like_trans_domain 73 #: facebook-likes- it.php:38773 #: facebook-likes-you.php 74 74 msgid "Position" 75 75 msgstr "Позиция" 76 76 77 77 #@ fb_like_trans_domain 78 #: facebook-likes- it.php:39078 #: facebook-likes-you.php 79 79 msgid "Remember that you can place it manually by <code>[fb-like-button]</code>. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 80 80 msgstr "Помните, что вы можете поместить кнопку используя <code>[fb-like-button]</code> в любом месте. There is PHP for that, but you can't use it in WordPress post editor - <code><?php echo do_shortcode('[fb-like-button]'); ?></code>." 81 81 82 82 #@ fb_like_trans_domain 83 #: facebook-likes- it.php:39384 msgid "Show at Top:"85 msgstr "Показывать вверху:"83 #: facebook-likes-you.php 84 msgid "Show at:" 85 msgstr "Показывать:" 86 86 87 87 #@ fb_like_trans_domain 88 #: facebook-likes- it.php:39789 msgid " Show at Bottom:"90 msgstr " Показывать внизу:"88 #: facebook-likes-you.php 89 msgid "Top" 90 msgstr "вверху" 91 91 92 92 #@ fb_like_trans_domain 93 #: facebook-likes- it.php:40194 msgid " Show on Page:"95 msgstr " Показывать на странице:"93 #: facebook-likes-you.php 94 msgid "Bottom" 95 msgstr "внизу" 96 96 97 97 #@ fb_like_trans_domain 98 #: facebook-likes- it.php:40599 msgid "Show on Post:"100 msgstr "Показывать в записях:"98 #: facebook-likes-you.php 99 msgid "Show on:" 100 msgstr "Показывать:" 101 101 102 102 #@ fb_like_trans_domain 103 #: facebook-likes- it.php:409104 msgid " Show on Home:"105 msgstr " Показывать на Главной странице:"103 #: facebook-likes-you.php 104 msgid "Page" 105 msgstr "на странице" 106 106 107 107 #@ fb_like_trans_domain 108 #: facebook-likes- it.php:413109 msgid " Show on Search:"110 msgstr " Показывать в результатах поиска:"108 #: facebook-likes-you.php 109 msgid "Post" 110 msgstr "в записях" 111 111 112 112 #@ fb_like_trans_domain 113 #: facebook-likes- it.php:417114 msgid " Show on Archive:"115 msgstr " Показывать в Архивах:"113 #: facebook-likes-you.php 114 msgid "Home" 115 msgstr "на Главной странице" 116 116 117 117 #@ fb_like_trans_domain 118 #: facebook-likes-it.php:421 118 #: facebook-likes-you.php 119 msgid "Search" 120 msgstr "в результатах поиска" 121 122 #@ fb_like_trans_domain 123 #: facebook-likes-you.php 124 msgid "Archive" 125 msgstr "в Архивах" 126 127 #@ fb_like_trans_domain 128 #: facebook-likes-you.php 119 129 msgid "Margins:" 120 130 msgstr "Поля:" 121 131 122 132 #@ fb_like_trans_domain 123 #: facebook-likes- it.php:437133 #: facebook-likes-you.php 124 134 msgid "Exclude posts and pages:" 125 135 msgstr "Исключить посты и/или страницы:" 126 136 127 137 #@ fb_like_trans_domain 128 #: facebook-likes- it.php:438138 #: facebook-likes-you.php 129 139 msgid "You can type for each post/page ID, title, or slug seperated with commas.<br />E.g. <code>17, Irish Stew, beef-stew</code>." 130 140 msgstr "Вы можете указать номер, тег или название статьи, разделяйте запятыми.<br />Например, <code>17, Irish Stew, beef-stew</code>." 131 141 132 142 #@ fb_like_trans_domain 133 #: facebook-likes- it.php:441143 #: facebook-likes-you.php 134 144 msgid "Exclude categories:" 135 145 msgstr "Исключить категории:" 136 146 137 147 #@ fb_like_trans_domain 138 #: facebook-likes- it.php:442148 #: facebook-likes-you.php 139 149 msgid "You can type for each category ID, name, or slug seperated with commas.<br />E.g. <code>9, Stinky Cheeses, blue-cheese</code>." 140 150 msgstr "Вы можете указать ID категории, имя статьи или тег, разделяйте запятыми.<br />Например, <code>9, Stinky Cheeses, blue-cheese</code>." 141 151 142 152 #@ fb_like_trans_domain 143 #: facebook-likes- it.php:445153 #: facebook-likes-you.php 144 154 msgid "Additional CSS style:" 145 155 msgstr "Дополнительный CSS код:" 146 156 147 157 #@ fb_like_trans_domain 148 #: facebook-likes- it.php:446158 #: facebook-likes-you.php 149 159 msgid "Added properties will be placed between <code>style=\"</code> and <code>\"</code>. If you want refer to Like button in e.g. <strong>style.css</strong>,<br />try to use <code>iframe.fblikes</code> or if you use XFBML <code>.fb_edge_widget_with_comment</code>." 150 160 msgstr "Добавленное свойство будет размещено между <code>style=\"</code> и <code>\"</code> . Если вы хотите сослаться на Like кнопку как в примере <strong>style.css</strong>,<br />попробуйте использовать <code>iframe.fblikes</code> или если вы используете XFBML <code>.fb_edge_widget_with_comment</code>." 151 161 152 162 #@ fb_like_trans_domain 153 #: facebook-likes- it.php:451163 #: facebook-likes-you.php 154 164 msgid "Help and Support" 155 165 msgstr "Помощь и поддержка" 156 166 157 167 #@ fb_like_trans_domain 158 #: facebook-likes- it.php:455168 #: facebook-likes-you.php 159 169 msgid "Donate to this plugin" 160 170 msgstr "Поддержать этот плагин" 161 171 162 172 #@ fb_like_trans_domain 163 #: facebook-likes- it.php:458173 #: facebook-likes-you.php 164 174 msgid "Read the plugin homepage and its comments" 165 175 msgstr "Найти информацию и комментарии можно на странице плагина" 166 176 167 177 #@ default 168 #: facebook-likes- it.php:463178 #: facebook-likes-you.php 169 179 msgid "Save Changes" 170 180 msgstr "Сохранить изменения" -
facebook-likes-you/trunk/readme.txt
r368274 r368395 5 5 Requires at least: 2.9 6 6 Tested up to: 3.1 7 Stable tag: 1.1. 57 Stable tag: 1.1.6 8 8 9 9 Facebook Likes You! is simple plugin which makes it easy to add Facebook Like button and widgetable Like box. … … 22 22 * Russian (ru_RU)<br /> 23 23 24 <br /> 25 If you have created your own language pack, or have an update of an existing one, you can send [gettext .po and .mo files](http://codex.wordpress.org/Translating_WordPress) to me (my e-mail address is posted [here](http://www.sproject.name/o-mnie/)) so that I can bundle it into Facebook Likes You! 24 If you have created your own language pack, or have an update of an existing one, you can send [gettext .po and .mo files](http://codex.wordpress.org/Translating_WordPress) to me (you can find my e-mail address [here](http://www.sproject.name/o-mnie/)) so that I can bundle it into Facebook Likes You! 26 25 27 26 == Installation == … … 48 47 49 48 == Changelog == 49 50 = 1.1.6 = 51 * Simplified, but still powerful settings 52 * Updated all translation files 50 53 51 54 = 1.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.