Social Share Icons & Social Share Buttons - Version 2.3.9

Version Description

  • Language issues fixed
  • Counter didn't disappear before/after posts if round icons were selected - fixed now
Download this release

Release Info

Developer socialdude
Plugin Icon 128x128 Social Share Icons & Social Share Buttons
Version 2.3.9
Comparing to
See all releases

Code changes from version 2.3.8 to 2.3.9

Files changed (34) hide show
  1. images/Thumbs.db +0 -0
  2. js/custom-admin.js +2 -2
  3. languages/ultimate-social-media-plus-de_CH.mo +0 -0
  4. languages/ultimate-social-media-plus-de_CH.po +1927 -0
  5. languages/ultimate-social-media-plus-de_DE.mo +0 -0
  6. languages/ultimate-social-media-plus-de_DE.po +1927 -0
  7. languages/ultimate-social-media-plus-el_GR.mo +0 -0
  8. languages/ultimate-social-media-plus-el_GR.po +1967 -0
  9. languages/ultimate-social-media-plus-fa_IR.mo +0 -0
  10. languages/ultimate-social-media-plus-fa_IR.po +83 -65
  11. languages/ultimate-social-media-plus-fr_BE.mo +0 -0
  12. languages/ultimate-social-media-plus-fr_BE.po +1932 -0
  13. languages/ultimate-social-media-plus-fr_CA.mo +0 -0
  14. languages/ultimate-social-media-plus-fr_CA.po +1932 -0
  15. languages/ultimate-social-media-plus-fr_FR.mo +0 -0
  16. languages/ultimate-social-media-plus-fr_FR.po +1932 -0
  17. languages/ultimate-social-media-plus-hu_HU.mo +0 -0
  18. languages/ultimate-social-media-plus-hu_HU.po +1910 -0
  19. languages/ultimate-social-media-plus-nb_NO.mo +0 -0
  20. languages/ultimate-social-media-plus-nb_NO.po +1890 -0
  21. languages/ultimate-social-media-plus-nl_NL.mo +0 -0
  22. languages/ultimate-social-media-plus-nl_NL.po +1923 -0
  23. languages/ultimate-social-media-plus-zh_CN.mo +0 -0
  24. languages/ultimate-social-media-plus-zh_CN.po +1799 -0
  25. libs/sfsi_Init_JqueryCss.php +3 -1
  26. libs/sfsi_install_uninstall.php +1 -1
  27. libs/sfsi_widget.php +10 -2
  28. readme.txt +7 -300
  29. ultimate_social_media_icons.php +2 -2
  30. views/sfsi_option_view1.php +1 -1
  31. views/sfsi_option_view3.php +5 -2
  32. views/sfsi_option_view4.php +3 -3
  33. views/sfsi_option_view7.php +1 -1
  34. views/sfsi_pop_content.php +1 -1
images/Thumbs.db CHANGED
Binary file
js/custom-admin.js CHANGED
@@ -39,7 +39,7 @@ function sfsi_plus_delete_CusIcon(s, i)
39
  SFSI(".plus_custom_m").find("div." + attr).remove(), SFSI(".plus_share_icon_order").children("li." + attr).remove(),
40
  SFSI("ul.plus_sfsi_sample_icons").children("li." + attr).remove();
41
  var n = e.total_up + 1;
42
- 4 == e.total_up && SFSI(".plus_icn_listing").append('<li id="plus_c' + t + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + t + '_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + t + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + n + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>');
43
  } else sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1);
44
  return sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step5(),
45
  sfsiplus_afterLoad(), "suc";
@@ -860,7 +860,7 @@ function sfsiplus_afterIconSuccess(s)
860
  SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("isnew");
861
  icons_name = SFSI("li.plus_custom:last-child").find("input.styled").attr("name");
862
  var n = icons_name.split("_");
863
- s.key = s.key, s.img_path += "?" + d.getTime(), 5 > e && SFSI(".plus_icn_listing").append('<li id="plus_c' + i + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + i + '" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + i + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + t + ' </span> <div class="sfsiplus_right_info"> <p><span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.</p><div class="inputWrapper"></div></li>'),
864
  SFSI(".sfsiplus_custom_section").show(), SFSI(".plus_custom-links").append(' <div class="row sfsiICON_' + s.key + ' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="' + s.img_path + "?" + d.getTime() + '" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom ' + e + '</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_' + s.key + '" ><label>Link :</label><input file-id="' + s.key + '" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');
865
  var o = SFSI("div.plus_custom_m").find("div.mouseover_field").length;
866
  SFSI("div.plus_custom_m").append(0 == o % 2 ? '<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>' :'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>'),
39
  SFSI(".plus_custom_m").find("div." + attr).remove(), SFSI(".plus_share_icon_order").children("li." + attr).remove(),
40
  SFSI("ul.plus_sfsi_sample_icons").children("li." + attr).remove();
41
  var n = e.total_up + 1;
42
+ 4 == e.total_up && SFSI(".plus_icn_listing").append('<li id="plus_c' + t + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + t + '_display" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + t + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + n + ' </span> <div class="sfsiplus_right_info"> <p><span>'+object_name1.It_depends+':</span> '+object_name1.Upload_a+'</p><div class="inputWrapper"></div></li>');
43
  } else sfsiplus_showErrorSuc("error", "Unkown error , please try again", 1);
44
  return sfsi_plus_update_index(), plus_update_Sec5Iconorder(), sfsi_plus_update_step1(), sfsi_plus_update_step5(),
45
  sfsiplus_afterLoad(), "suc";
860
  SFSI("input[name=plussfsiICON_" + s.key + "]").removeAttr("isnew");
861
  icons_name = SFSI("li.plus_custom:last-child").find("input.styled").attr("name");
862
  var n = icons_name.split("_");
863
+ s.key = s.key, s.img_path += "?" + d.getTime(), 5 > e && SFSI(".plus_icn_listing").append('<li id="plus_c' + i + '" class="plus_custom bdr_btm_non"><div class="radio_section tb_4_ck"><span class="checkbox" dynamic_ele="yes" style="background-position: 0px 0px;"></span><input name="plussfsiICON_' + i + '" type="checkbox" value="yes" class="styled" style="display:none;" element-type="sfsiplus-cusotm-icon" isNew="yes" /></div> <span class="plus_custom-img"><img src="' + SFSI("#plugin_url").val() + 'images/custom.png" id="plus_CImg_' + i + '" /> </span> <span class="custom sfsiplus_custom-txt">Custom' + t + ' </span> <div class="sfsiplus_right_info"> <p><span>'+object_name1.It_depends+':</span> '+object_name1.Upload_a+'</p><div class="inputWrapper"></div></li>'),
864
  SFSI(".sfsiplus_custom_section").show(), SFSI(".plus_custom-links").append(' <div class="row sfsiICON_' + s.key + ' cm_lnk"> <h2 class="custom"> <span class="customstep2-img"> <img src="' + s.img_path + "?" + d.getTime() + '" style="border-radius:48%" /> </span> <span class="sfsiCtxt">Custom ' + e + '</span> </h2> <div class="inr_cont "><p>Where do you want this icon to link to?</p> <p class="radio_section fb_url sfsiplus_custom_section sfsiICON_' + s.key + '" ><label>Link :</label><input file-id="' + s.key + '" name="sfsi_plus_CustomIcon_links[]" type="text" value="" placeholder="http://" class="add" /></p></div></div>');
865
  var o = SFSI("div.plus_custom_m").find("div.mouseover_field").length;
866
  SFSI("div.plus_custom_m").append(0 == o % 2 ? '<div class="clear"> </div> <div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>' :'<div class="cHover " ><div class="mouseover_field sfsiplus_custom_section sfsiICON_' + s.key + '"><label>Custom ' + e + ':</label><input name="sfsi_plus_custom_MouseOverTexts[]" value="" type="text" file-id="' + s.key + '" /></div>'),
languages/ultimate-social-media-plus-de_CH.mo ADDED
Binary file
languages/ultimate-social-media-plus-de_CH.po ADDED
@@ -0,0 +1,1927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 21:33+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-09 22:35+0200\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: \n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Language: de\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Zugriff verweigert"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Mehr Informationen"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Speichern"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Speichern"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Gespeichert"
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Einklappen"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Alle Einstellungen speichern"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Lade ein eigenes Icon hoch wenn Du auf eine andere Webseite verlinken willst."
66
+
67
+ #: libs/sfsi_Init_JqueryCss.php:55
68
+ msgid "It depends"
69
+ msgstr "Kommt darauf an"
70
+
71
+ #: libs/sfsi_install_uninstall.php:430
72
+ msgid ""
73
+ "Error: It seems that CURL is disabled on your server. Please contact your "
74
+ "server administrator to install / enable CURL."
75
+ msgstr ""
76
+ "Fehler: Es scheint dass CURL nicht aktiviert ist auf Deinem Server. Bitte "
77
+ "kontaktiere Deinen Serveradministrator um CURL zu installieren / aktivieren."
78
+
79
+ #: libs/sfsi_install_uninstall.php:541
80
+ msgid ""
81
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
82
+ "Theme Editor and insert the following string:"
83
+ msgstr ""
84
+ "Fehler: Bitte korrigiere Fehler auf Deinem Template damit Plugins richtig "
85
+ "funktionieren können. Gehe zum \"Template Editor\" und füge den folgenden "
86
+ "Code ein:"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr ""
91
+ "Bitte gib' es direkt vor dem folgenden Text in Deiner header.php Datei ein:"
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Gehe zum Template-Editor:"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "klicke hier"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Fehler: Bitte korrigiere Fehler auf Deinem Template damit Plugins richtig "
108
+ "funktionieren können. Gehe zum \"Template Editor\" und füge den folgenden "
109
+ "Code ein (als erste Zeile in Deiner Footer.php-Datei):"
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Vielen Dank für das Installieren des Ultimate Social Media PLUS Plugins. "
117
+ "Bitte gehe nun zur Plugin-Seite um es zu konfigurieren:"
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Klicke hier"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Du nutzt eine veraltete Wordpress-Version, welche dazu führen kann dass "
132
+ "Plugins nicht richtig funktionieren. Bitte bringe Wordpress auf den neuesten "
133
+ "Stand."
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Uns ist aufgefallen dass Du das Ultimate Social Media PLUS Plugin seit über "
142
+ "30 Tagen nutzt. Das ist super! Wenn Du mit dem Plugin zufrieden bist - "
143
+ "könntest Du uns einen RIESEN Gefallen tun und uns eine 5-Sternchen-Bewertung "
144
+ "auf Wordpress geben? "
145
+
146
+ #: libs/sfsi_install_uninstall.php:604
147
+ msgid "Ok, you deserved it"
148
+ msgstr "Ok, Ihr habt es verdient"
149
+
150
+ #: libs/sfsi_install_uninstall.php:605
151
+ msgid "I already did"
152
+ msgstr "Habe ich bereits gemacht"
153
+
154
+ #: libs/sfsi_install_uninstall.php:606
155
+ msgid "No, not good enough"
156
+ msgstr "Nö, nicht gut genug"
157
+
158
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
159
+ msgid "Title"
160
+ msgstr "Titel"
161
+
162
+ #: libs/sfsi_widget.php:105
163
+ msgid "Please go to the plugin page to set your preferences:"
164
+ msgstr ""
165
+ "Bitte gehe zur Plugin-Konfigurationsseite um Deine Einstellungen vorzunehmen:"
166
+
167
+ #: ultimate_social_media_icons.php:76
168
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
169
+ msgstr ""
170
+ "Bitte gehe zur Plugin-Konfigurationsseite und wähle die Option \"Platziere "
171
+ "sie manuell\""
172
+
173
+ #: ultimate_social_media_icons.php:577
174
+ msgid ""
175
+ "There seems to be an error on your website which prevents the plugin to work "
176
+ "properly. Please check the FAQ:"
177
+ msgstr ""
178
+ "Auf Deiner Webseite scheint es einen Fehler zu geben welcher verhindert dass "
179
+ "das Plugin einwandfrei funktioniert. Bitte lese die \"FAQ\":"
180
+
181
+ #: ultimate_social_media_icons.php:582
182
+ msgid "Error"
183
+ msgstr "Fehler"
184
+
185
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
186
+ msgid "Dismiss"
187
+ msgstr "Ignorieren"
188
+
189
+ #: ultimate_social_media_icons.php:602
190
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
191
+ msgstr "Neue Funktionalität im Ultimate Social Media PLUS Plugin:"
192
+
193
+ #: ultimate_social_media_icons.php:605
194
+ msgid ""
195
+ "You can now add a subscription form to increase sign-ups (under question 8)."
196
+ msgstr ""
197
+ "Du kannst nun ein Abonnieren-Formular auf Deine Seite hinzufügen (unter "
198
+ "Frage 8) - dadurch werden mehr Nutzer Deine Seite abonnieren!"
199
+
200
+ #: ultimate_social_media_icons.php:608
201
+ msgid "Check it out"
202
+ msgstr "Lass mal sehen"
203
+
204
+ #: views/sfsi_aboutus.php:2
205
+ msgid "Please visit us at"
206
+ msgstr "Bitte besuche uns auf"
207
+
208
+ #: views/sfsi_aboutus.php:4
209
+ msgid "or write to us at"
210
+ msgstr "oder schreib' uns unter"
211
+
212
+ #: views/sfsi_option_view1.php:47
213
+ msgid ""
214
+ "In general, the more icons you offer the better because people have "
215
+ "different preferences, and more options means that there’s something for "
216
+ "everybody, increasing the chances that you get followed and/or shared."
217
+ msgstr ""
218
+ "Grundsätzlich ist es immer besser mehr als weniger Icons anzuzeigen weil "
219
+ "Nutzer unterschiedliche Präferenzen haben, und mehr Optionen bedeutet dass "
220
+ "für jeden etwas dabei ist. Dadurch steigt die Wahrscheinlichkeit, dass Leute "
221
+ "Dir folgen oder Deine Webseite mit Freunden teilen."
222
+
223
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
224
+ msgid "Mandatory"
225
+ msgstr "Pflicht"
226
+
227
+ #: views/sfsi_option_view1.php:65
228
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
229
+ msgstr ""
230
+ "RSS ist immer noch sehr beliebt, insbesondere unter Tech-affinen Nutzern."
231
+
232
+ #: views/sfsi_option_view1.php:68
233
+ msgid ""
234
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
235
+ "read your content. "
236
+ msgstr ""
237
+ "RSS steht für \"Really Simple Syndication\" und bietet Nutzern eine einfache "
238
+ "Möglichkeit Deine Nachrichten zu abonnieren."
239
+
240
+ #: views/sfsi_option_view1.php:70
241
+ msgid "Learn more about RSS"
242
+ msgstr "Lerne mehr über RSS"
243
+
244
+ #: views/sfsi_option_view1.php:93
245
+ msgid "Email is the most effective tool to build up a followership."
246
+ msgstr ""
247
+ "Email ist nach wie vor die effektivste Methode Deine Fans auf dem laufenden "
248
+ "zu halten."
249
+
250
+ #: views/sfsi_option_view1.php:96
251
+ msgid "Remove credit link"
252
+ msgstr "Dankeschön-Link entfernen"
253
+
254
+ #: views/sfsi_option_view1.php:100
255
+ msgid ""
256
+ "Everybody uses email – that’s why it’s much more effective than social media "
257
+ "to make people follow you"
258
+ msgstr ""
259
+ "Jeder nutzt Email - daher ist es viel effektiver als Soziale Medien um Deine "
260
+ "Fans auf dem Laufenden zu halten"
261
+
262
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
263
+ msgid "learn more"
264
+ msgstr "mehr erfahren"
265
+
266
+ #: views/sfsi_option_view1.php:104
267
+ msgid ""
268
+ "Not offering an email subscription option means losing out on future traffic "
269
+ "to your site."
270
+ msgstr ""
271
+ "Eine Email-Abonnieren-Option wegzulassen ist schwer fahrlässig, denn dadurch "
272
+ "werden interessierte Leser nicht aktiv darauf hingewiesen dass Deine "
273
+ "Webseite neue Nachrichten hat (=> weniger wiederkehrende Besucher). "
274
+
275
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
276
+ #: views/sfsi_option_view1.php:167
277
+ msgid "Strongly recommended:"
278
+ msgstr "Stark empfohlen:"
279
+
280
+ #: views/sfsi_option_view1.php:123
281
+ msgid "Facebook is crucial, esp. for sharing."
282
+ msgstr "Facebook ist essenziell, insp. für's Teilen."
283
+
284
+ #: views/sfsi_option_view1.php:126
285
+ msgid ""
286
+ "Facebook is the giant in the social media world, and even if you don’t have "
287
+ "a Facebook account yourself you should display this icon, so that Facebook "
288
+ "users can share your site on Facebook."
289
+ msgstr ""
290
+ "Facebook ist der Gigant in der Welt der sozialen Medien, und selbst wenn Du "
291
+ "kein Facebook-Konto besitzt solltest Du dieses Icon anzeigen, so dass "
292
+ "Facebook-Nutzer Deine Inhalte auf Ihren Facebook-Seiten verbreiten können."
293
+
294
+ #: views/sfsi_option_view1.php:145
295
+ msgid "Can have a strong promotional effect."
296
+ msgstr ""
297
+ "Kann einen stark positiven Einfluss auf die Verbreitung Deiner Inhalte haben."
298
+
299
+ #: views/sfsi_option_view1.php:148
300
+ msgid ""
301
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
302
+ "However, similar as with facebook, even if you don’t have one you should "
303
+ "still show this icon so that Twitter-users can share your site."
304
+ msgstr ""
305
+ "Wenn Du ein Twitter-Konto besitzt dann ist dieses Icon Pflicht. Allerdings, "
306
+ "ähnlich wie mit dem Facebook-Icon, selbst wenn Du kein eigenes Twitter-Konto "
307
+ "hast empfiehlt es sich dennoch dieses Icon anzuzeigen, damit Twitter-Nutzer "
308
+ "Deine Webseite so auf Twitter verbreiten können."
309
+
310
+ #: views/sfsi_option_view1.php:168
311
+ msgid "Increasingly important and beneficial for SEO."
312
+ msgstr "Immer wichtiger für SEO."
313
+
314
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
315
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
316
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
317
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
318
+ msgid "It depends:"
319
+ msgstr "Kommt darauf an:"
320
+
321
+ #: views/sfsi_option_view1.php:186
322
+ msgid ""
323
+ "Show this icon if you have a youtube account (and you should set up one if "
324
+ "you have video content – that can increase your traffic significantly)."
325
+ msgstr ""
326
+ "Zeige dieses Icon wenn Du ein Youtube-Konto besitzt (was der Fall sein "
327
+ "sollte falls Du Video-Inhalte auf Deinem Blog einstellst - dies kann "
328
+ "wesentlich mehr Leser bringen)."
329
+
330
+ #: views/sfsi_option_view1.php:203
331
+ msgid ""
332
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
333
+ msgstr ""
334
+ "Nr.1 der Netzwerke für Geschäftszwecke. Zeige dieses Icon wenn Du ein "
335
+ "LinkedIn-Konto hast."
336
+
337
+ #: views/sfsi_option_view1.php:220
338
+ msgid ""
339
+ "Show this icon if you have a Pinterest account (and you should set up one if "
340
+ "you publish new pictures regularly – that can increase your traffic "
341
+ "significantly)."
342
+ msgstr ""
343
+ "Zeige dieses Icon wenn Du ein Pinterest-Konto hast (und Du solltest eines "
344
+ "haben wenn Du Bilder regelmässig veröffentlichst - dies kann Dir wesentlich "
345
+ "mehr Besucher bringen)."
346
+
347
+ #: views/sfsi_option_view1.php:235
348
+ msgid "Show this icon if you have a Instagram account."
349
+ msgstr "Zeige dieses Icon wenn Du ein Instagram-Konto hast."
350
+
351
+ #: views/sfsi_option_view1.php:252
352
+ msgid ""
353
+ "Third-party service AddThis allows your visitors to share via many other "
354
+ "social networks, however it may also slow down your site a bit."
355
+ msgstr ""
356
+ "Der Drittanbieter AddThis bietet dieses Icon an welches Besuchern erlaubt "
357
+ "Deine Seite auf diversen anderen sozialen Netzwerken zu teilen. Allerdings "
358
+ "kann es die Ladezeiten Deiner Webseite auch steigern."
359
+
360
+ #: views/sfsi_option_view1.php:255
361
+ msgid "Everybody uses email – that’s why it’s"
362
+ msgstr "Jeder nutzt Email - deswegen "
363
+
364
+ #: views/sfsi_option_view1.php:258
365
+ msgid "much more effective than social media"
366
+ msgstr "ist es viel effektiver als soziale Medien"
367
+
368
+ #: views/sfsi_option_view1.php:261
369
+ msgid ""
370
+ "to make people follow you. Not offering an email subscription option means "
371
+ "losing out on future traffic to your site."
372
+ msgstr ""
373
+ "um Deine Besucher über neue Nachrichten von Dir zu informieren. Diese Option "
374
+ "auszulassen bedeutet weniger zukünftige Besucher / Leser in Kauf zu nehmen."
375
+
376
+ #: views/sfsi_option_view1.php:263
377
+ msgid "Check out their reviews:"
378
+ msgstr "Siehe ihre Bewertungen:"
379
+
380
+ #: views/sfsi_option_view1.php:284
381
+ msgid "Show this icon if you have a Houzz account."
382
+ msgstr "Zeige dieses Icon wenn Du ein Houzz-Konto hast."
383
+
384
+ #: views/sfsi_option_view1.php:286
385
+ msgid ""
386
+ "Houzz is the No.1 site & community in the world of architecture and interior "
387
+ "design."
388
+ msgstr "Houzz ist die Nr.1 der Communities im Bereich (Innen-)Architektur."
389
+
390
+ #: views/sfsi_option_view1.php:288
391
+ msgid "Visit Houzz"
392
+ msgstr "Besuche Houzz"
393
+
394
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
395
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
396
+ msgid "Custom"
397
+ msgstr "Eigenes"
398
+
399
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
400
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
401
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
402
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
403
+ #: views/sfsi_option_view9.php:580
404
+ msgid "Collapse area"
405
+ msgstr "Bereich einklappen"
406
+
407
+ #: views/sfsi_option_view2.php:136
408
+ msgid "When clicked on, users can subscribe via RSS"
409
+ msgstr "Wenn Besucher darauf klicken können Sie Deine Seite per RSS abonnieren"
410
+
411
+ #: views/sfsi_option_view2.php:144
412
+ msgid "For most blogs it’s http://blogname.com/feed"
413
+ msgstr ""
414
+ "Für die meisten Blogs ist die URL-Struktur http://name-deiner-seite.de/feed"
415
+
416
+ #: views/sfsi_option_view2.php:162
417
+ msgid ""
418
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
419
+ "full access to your subscriber`s emails and interesting statistics:"
420
+ msgstr ""
421
+ "Sendet neue Artikel automatisch an Abonnenten. Der Service ist kostenlos und "
422
+ "Du erhältst vollen Zugang zu interessanten Statistiken und den Emails Deiner "
423
+ "Abonnenten:"
424
+
425
+ #: views/sfsi_option_view2.php:164
426
+ msgid "Claim your feed to get full access."
427
+ msgstr "Registriere Dich um vollen Zugang zu bekommen."
428
+
429
+ #: views/sfsi_option_view2.php:166
430
+ msgid "It also makes sense if you already offer an email newsletter:"
431
+ msgstr ""
432
+ "Diese Option macht selbst dann Sinn wenn Du bereits einen Newsletter "
433
+ "anbietest:"
434
+
435
+ #: views/sfsi_option_view2.php:168
436
+ msgid "Learn more."
437
+ msgstr "Mehr erfahren."
438
+
439
+ #: views/sfsi_option_view2.php:171
440
+ msgid "Please pick which icon type you want to use:"
441
+ msgstr "Bitte wähle welchen Icon-Stil Du verwenden willst."
442
+
443
+ #: views/sfsi_option_view2.php:179
444
+ msgid "Email icon"
445
+ msgstr "Email-Icon"
446
+
447
+ #: views/sfsi_option_view2.php:187
448
+ msgid "Follow icon"
449
+ msgstr "Follow-Icon"
450
+
451
+ #: views/sfsi_option_view2.php:189
452
+ msgid "increases sign-ups"
453
+ msgstr "steigert Abonnentenzahlen"
454
+
455
+ #: views/sfsi_option_view2.php:198
456
+ msgid "SpecificFeeds icon"
457
+ msgstr "SpecificFeeds-Icon"
458
+
459
+ #: views/sfsi_option_view2.php:200
460
+ msgid "provider of the service"
461
+ msgstr "Anbieter des Services"
462
+
463
+ #: views/sfsi_option_view2.php:216
464
+ msgid ""
465
+ "The facebook icon can perform several actions. Pick below which ones it "
466
+ "should perform. If you select several options, then users can select what "
467
+ "they want to do"
468
+ msgstr ""
469
+ "Das Facebook-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
470
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
471
+ "Nutzer auswählen welche sie verwenden wollen."
472
+
473
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
474
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
475
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
476
+ #: views/sfsi_option_view2.php:539
477
+ msgid "see an example"
478
+ msgstr "siehe ein Beispiel"
479
+
480
+ #: views/sfsi_option_view2.php:222
481
+ msgid "The facebook icon should allow users to..."
482
+ msgstr "Das Facebook-Icon soll Nutzern erlauben...."
483
+
484
+ #: views/sfsi_option_view2.php:229
485
+ msgid "Visit my Facebook page at:"
486
+ msgstr "Meine Facebook-Seite zu besuchen unter:"
487
+
488
+ #: views/sfsi_option_view2.php:237
489
+ msgid "Like my blog on Facebook (+1)"
490
+ msgstr "Meine Webseite auf Facebook zu \"liken\" (+1)"
491
+
492
+ #: views/sfsi_option_view2.php:245
493
+ msgid "Share my blog with friends (on Facebook)"
494
+ msgstr "Meine Webseite mit Freunden auf Facebook zu teilen"
495
+
496
+ #: views/sfsi_option_view2.php:260
497
+ msgid ""
498
+ "The Twitter icon can perform several actions. Pick below which ones it "
499
+ "should perform. If you select several options, then users can select what "
500
+ "they want to do"
501
+ msgstr ""
502
+ "Das Twitter-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
503
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
504
+ "Nutzer auswählen welche sie verwenden wollen."
505
+
506
+ #: views/sfsi_option_view2.php:267
507
+ msgid "The Twitter icon should allow users to..."
508
+ msgstr "Das Twitter-Icon soll Nutzern erlauben..."
509
+
510
+ #: views/sfsi_option_view2.php:272
511
+ msgid "Visit me on Twitter:"
512
+ msgstr "Mich auf Twitter zu besuchen:"
513
+
514
+ #: views/sfsi_option_view2.php:281
515
+ msgid "Follow me on Twitter:"
516
+ msgstr "Mir auf Twitter zu folgen:"
517
+
518
+ #: views/sfsi_option_view2.php:289
519
+ msgid "Tweet about my page:"
520
+ msgstr "Über meine Webseite zu Twittern:"
521
+
522
+ #: views/sfsi_option_view2.php:302
523
+ msgid ""
524
+ "The Google+ icon can perform several actions. Pick below which ones it "
525
+ "should perform. If you select several options, then users can select what "
526
+ "they want to do"
527
+ msgstr ""
528
+ "Das Google-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
529
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
530
+ "Nutzer auswählen welche sie verwenden wollen."
531
+
532
+ #: views/sfsi_option_view2.php:308
533
+ msgid "The Google+ icon should allow users to..."
534
+ msgstr "Das Google+ Icon soll Nutzern erlauben..."
535
+
536
+ #: views/sfsi_option_view2.php:314
537
+ msgid "Visit my Google+ page at:"
538
+ msgstr "Meine Google+ Seite zu besuchen:"
539
+
540
+ #: views/sfsi_option_view2.php:323
541
+ msgid "Like my blog on Google+ (+1)"
542
+ msgstr "Meine Seite auf Google+ zu \"liken\""
543
+
544
+ #: views/sfsi_option_view2.php:330
545
+ msgid "Share my blog with friends (on Google+)"
546
+ msgstr "Meine Webseite mit Freunden zu teilen (auf Google+)"
547
+
548
+ #: views/sfsi_option_view2.php:344
549
+ msgid ""
550
+ "The Youtube icon can perform several actions. Pick below which ones it "
551
+ "should perform. If you select several options, then users can select what "
552
+ "they want to do"
553
+ msgstr ""
554
+ "Das Youtube-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
555
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
556
+ "Nutzer auswählen welche sie verwenden wollen."
557
+
558
+ #: views/sfsi_option_view2.php:350
559
+ msgid "The youtube icon should allow users to..."
560
+ msgstr "Das Youtube-Icon soll Nutzern erlauben"
561
+
562
+ #: views/sfsi_option_view2.php:354
563
+ msgid "Visit my Youtube page at:"
564
+ msgstr "Meine Youtube-Seite zu besuchen:"
565
+
566
+ #: views/sfsi_option_view2.php:360
567
+ msgid "Subscribe to me on Youtube"
568
+ msgstr "Mir auf Youtube zu folgen"
569
+
570
+ #: views/sfsi_option_view2.php:362
571
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
572
+ msgstr ""
573
+ "(ermöglicht Nutzern Dir direkt auf Youtube zu folgen, ohne Deine Webseite "
574
+ "verlassen zu müssen)"
575
+
576
+ #: views/sfsi_option_view2.php:382
577
+ msgid "User Name"
578
+ msgstr "Nutzername"
579
+
580
+ #: views/sfsi_option_view2.php:387
581
+ msgid "Channel Id"
582
+ msgstr "Kanal-Nr."
583
+
584
+ #: views/sfsi_option_view2.php:393
585
+ msgid "UserName:"
586
+ msgstr "Nutzername:"
587
+
588
+ #: views/sfsi_option_view2.php:397
589
+ msgid ""
590
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
591
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
592
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
593
+ msgstr ""
594
+ "Um Deinen Nutzernamen zu finden gehe zu \"Meine Kanäle\" (\"my channel\") in "
595
+ "der Youtube-Menüleiste auf der linken Seite, wähle die \"Über\"-Option "
596
+ "(\"About\") und kopiere Deinen Nutzername von der URL dort (z.B. in https://"
597
+ "www.youtube.com/user/Tommy wäre es \"Tommy\")."
598
+
599
+ #: views/sfsi_option_view2.php:403
600
+ msgid "Channel Id:"
601
+ msgstr "Kanal-Nr.:"
602
+
603
+ #: views/sfsi_option_view2.php:408
604
+ msgid ""
605
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
606
+ "left and take your channel name from there."
607
+ msgstr ""
608
+ "Um Deinen Kanal zu finden gehe zu \"Mein Kanal\" in der Youtube-Menüleiste "
609
+ "auf der linken Seite. "
610
+
611
+ #: views/sfsi_option_view2.php:423
612
+ msgid ""
613
+ "The Pinterest icon can perform several actions. Pick below which ones it "
614
+ "should perform. If you select several options, then users can select what "
615
+ "they want to do"
616
+ msgstr ""
617
+ "Das Pinterest-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
618
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
619
+ "Nutzer auswählen welche sie verwenden wollen."
620
+
621
+ #: views/sfsi_option_view2.php:429
622
+ msgid "The Pinterest icon should allow users to..."
623
+ msgstr "Das Pinterest-Icon soll Nutzern erlauben..."
624
+
625
+ #: views/sfsi_option_view2.php:434
626
+ msgid "Visit my Pinterest page at:"
627
+ msgstr "Meine Pinterest-Seite zu besuchen:"
628
+
629
+ #: views/sfsi_option_view2.php:442
630
+ msgid "Pin my blog on Pinterest (+1)"
631
+ msgstr "Meine Webseite auf Pinterest zu \"pinnen\" (+1)"
632
+
633
+ #: views/sfsi_option_view2.php:457
634
+ msgid "When clicked on, users will get directed to your Instagram page"
635
+ msgstr "Wenn Nutzer darauf klicken werden sie zur Instagram-Seite geleitet"
636
+
637
+ #: views/sfsi_option_view2.php:476
638
+ msgid ""
639
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
640
+ "should perform. If you select several options, then users can select what "
641
+ "they want to do"
642
+ msgstr ""
643
+ "Das LinkedIn-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
644
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
645
+ "Nutzer auswählen welche sie verwenden wollen."
646
+
647
+ #: views/sfsi_option_view2.php:482
648
+ msgid ""
649
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
650
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
651
+ msgstr ""
652
+ "Du findest Deine ID in dem Link zu Deiner Profilseite, z.B. https://www."
653
+ "linkedin.com/profile/view?id=<b>8539887</"
654
+ "b>&trk=nav_responsive_tab_profile_pic"
655
+
656
+ #: views/sfsi_option_view2.php:485
657
+ msgid "The LinkedIn icon should allow users to..."
658
+ msgstr "Das LinkedIn-Icon soll Nutzern erlauben..."
659
+
660
+ #: views/sfsi_option_view2.php:490
661
+ msgid "Visit my Linkedin page at:"
662
+ msgstr "Meine LinkedIn-Seite zu besuchen:"
663
+
664
+ #: views/sfsi_option_view2.php:499
665
+ msgid "Follow me on Linkedin:"
666
+ msgstr "Mir auf LinkedIn zu folgen:"
667
+
668
+ #: views/sfsi_option_view2.php:508
669
+ msgid "Share my page on LinkedIn"
670
+ msgstr "Meine Webseite auf LinkedIn zu teilen:"
671
+
672
+ #: views/sfsi_option_view2.php:515
673
+ msgid "Recommend my business or product on Linkedin"
674
+ msgstr "Mein Geschäft oder Produkt auf LinkedIn zu empfehlen:"
675
+
676
+ #: views/sfsi_option_view2.php:520
677
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
678
+ msgstr ""
679
+ "Um Deine Produkt oder Geschäfts-ID zu finden kannst Du das \"ID-Lookup\" "
680
+ "Tool verwenden unter"
681
+
682
+ #: views/sfsi_option_view2.php:524
683
+ msgid "You need to be logged in to Linkedin to be able to use it."
684
+ msgstr "Du musst auf LinkedIn eingeloggt sein um es zu nutzen. "
685
+
686
+ #: views/sfsi_option_view2.php:537
687
+ msgid ""
688
+ "Nothing needs to be done here – your visitors to share your site via «all "
689
+ "the other» social media sites."
690
+ msgstr ""
691
+ "Hier musst Du nichts machen - Deine Besucher können Deine Webseite via "
692
+ "\"allen anderen\" Soziale Medien-Seiten teilen."
693
+
694
+ #: views/sfsi_option_view2.php:553
695
+ msgid ""
696
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
697
+ "your_username)."
698
+ msgstr ""
699
+ "Bitte gebe hier den URL zu Deinem Houzz-Profil an (z.B. http://www.houzz.com/"
700
+ "user/your_username)."
701
+
702
+ #: views/sfsi_option_view2.php:585
703
+ msgid "Where do you want this icon to link to?"
704
+ msgstr "Worauf soll dieses Icon verlinken?"
705
+
706
+ #: views/sfsi_option_view2.php:589
707
+ msgid "Link:"
708
+ msgstr "Link:"
709
+
710
+ #: views/sfsi_option_view3.php:35
711
+ msgid ""
712
+ "A good & well-fitting design is not only nice to look at, but it increases "
713
+ "chances that people will subscribe and/or share your site with friends:"
714
+ msgstr ""
715
+ "Ein schönes und passendes Design ist nicht nur nett anzuschauen, sonders es "
716
+ "steigert auch die Wahrscheinlichkeit dass Besucher Deine Seite folgen bzw. "
717
+ "sie mit Freunden teilen:"
718
+
719
+ #: views/sfsi_option_view3.php:39
720
+ msgid "It comes across as more professional and gives your site more “credit”"
721
+ msgstr "Es wirkt professioneller und gibt Deiner Webseite mehr \"Kredit\""
722
+
723
+ #: views/sfsi_option_view3.php:42
724
+ msgid ""
725
+ "A smart automatic animation can make your visitors aware of your icons in an "
726
+ "unintrusive manner"
727
+ msgstr ""
728
+ "Eine klevere Animation kann Deine Besucher subtil auf die Icons hinweisen"
729
+
730
+ #: views/sfsi_option_view3.php:47
731
+ msgid ""
732
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
733
+ "site. Thank you Shortpixel!"
734
+ msgstr ""
735
+ "Die Icons wurden von Shortpixel.com komprimiert so dass Deine Webseite "
736
+ "schneller lädt. Vielen Dank Shortpixel!"
737
+
738
+ #: views/sfsi_option_view3.php:52
739
+ msgid "Theme options"
740
+ msgstr "Design-Optionen"
741
+
742
+ #: views/sfsi_option_view3.php:59
743
+ msgid "Default"
744
+ msgstr "Standard"
745
+
746
+ #: views/sfsi_option_view3.php:69
747
+ msgid "Flat"
748
+ msgstr "Flach"
749
+
750
+ #: views/sfsi_option_view3.php:78
751
+ msgid "Thin"
752
+ msgstr "Dünn"
753
+
754
+ #: views/sfsi_option_view3.php:87
755
+ msgid "Cute"
756
+ msgstr "Süss"
757
+
758
+ #: views/sfsi_option_view3.php:97
759
+ msgid "Cubes"
760
+ msgstr "Quadratisch"
761
+
762
+ #: views/sfsi_option_view3.php:105
763
+ msgid "Chrome Blue"
764
+ msgstr "Chrom (Blau)"
765
+
766
+ #: views/sfsi_option_view3.php:112
767
+ msgid "Chrome Grey"
768
+ msgstr "Chrom (grau)"
769
+
770
+ #: views/sfsi_option_view3.php:119
771
+ msgid "Splash"
772
+ msgstr "Platsch"
773
+
774
+ #: views/sfsi_option_view3.php:130
775
+ msgid "Orange"
776
+ msgstr "Orange"
777
+
778
+ #: views/sfsi_option_view3.php:137
779
+ msgid "Crystal"
780
+ msgstr "Kristall"
781
+
782
+ #: views/sfsi_option_view3.php:144
783
+ msgid "Glossy"
784
+ msgstr "Hochglanz"
785
+
786
+ #: views/sfsi_option_view3.php:151
787
+ msgid "Black"
788
+ msgstr "Schwarz"
789
+
790
+ #: views/sfsi_option_view3.php:161
791
+ msgid "Silver"
792
+ msgstr "Silber"
793
+
794
+ #: views/sfsi_option_view3.php:168
795
+ msgid "Shaded Dark"
796
+ msgstr "Schatten (dunkel)"
797
+
798
+ #: views/sfsi_option_view3.php:175
799
+ msgid "Shaded Light"
800
+ msgstr "Schatten (hell)"
801
+
802
+ #: views/sfsi_option_view3.php:182
803
+ msgid "Transparent"
804
+ msgstr "Durchsichtig"
805
+
806
+ #: views/sfsi_option_view3.php:183
807
+ msgid "for dark backgrounds"
808
+ msgstr "für dunkle Hintergründe"
809
+
810
+ #: views/sfsi_option_view3.php:192
811
+ msgid "Custom Icons"
812
+ msgstr "Benutzerdefinierte Icons"
813
+
814
+ #: views/sfsi_option_view3.php:306
815
+ msgid "Animate them (your main icons)"
816
+ msgstr "Animiere die Icons (die \"Haupt\"-Icons)"
817
+
818
+ #: views/sfsi_option_view3.php:312
819
+ msgid "Mouse-Over effects"
820
+ msgstr "Mouse-Over Effekte"
821
+
822
+ #: views/sfsi_option_view3.php:317
823
+ msgid "Fade In"
824
+ msgstr "Einblenden"
825
+
826
+ #: views/sfsi_option_view3.php:320
827
+ msgid "Scale"
828
+ msgstr "Vergrössern"
829
+
830
+ #: views/sfsi_option_view3.php:323
831
+ msgid "Combo"
832
+ msgstr "Kombi"
833
+
834
+ #: views/sfsi_option_view3.php:333
835
+ msgid "Shuffle them automatically"
836
+ msgstr "Automatisches Mischen"
837
+
838
+ #: views/sfsi_option_view3.php:340
839
+ msgid "When site is first loaded"
840
+ msgstr "Wenn die Seite erstmalig lädt"
841
+
842
+ #: views/sfsi_option_view3.php:346
843
+ msgid "Every"
844
+ msgstr "Alle"
845
+
846
+ #: views/sfsi_option_view3.php:350
847
+ msgid "seconds"
848
+ msgstr "Sekunden"
849
+
850
+ #: views/sfsi_option_view4.php:150
851
+ msgid ""
852
+ "It’s a psychological fact that people like to follow other people, so when "
853
+ "they see that your site has already a good number of Facebook likes, it’s "
854
+ "more likely that they will subscribe/like/share your site than if it had 0."
855
+ msgstr ""
856
+ "Es ist eine psychologische Tatsache dass Leute gerne anderen Leuten folgen, "
857
+ "d.h. wenn sie sehen dass Deine Webseite bereits mehrfach auf Facebook "
858
+ "\"geliked\" wurde ist es wahrscheinlicher dass sie ähnliches tun als wenn es "
859
+ "noch 0 Likes hat."
860
+
861
+ #: views/sfsi_option_view4.php:153
862
+ msgid ""
863
+ "Therefore, you can select to display the count next to your icons which will "
864
+ "look like this:"
865
+ msgstr ""
866
+ "Deswegen hast Du die Option dass Zähler neben Deinen Icons angezeigt werden, "
867
+ "so wie hier:"
868
+
869
+ #: views/sfsi_option_view4.php:215
870
+ msgid ""
871
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
872
+ "we suggest that you only turn this feature on once you have a good number of "
873
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
874
+ "should just not be 0)."
875
+ msgstr ""
876
+ "Selbstverständlich wenn Du noch 0 Likes hast würdest Du Dir damit in's Knie "
877
+ "schiessen. Deswegen schlagen wir vor diese Option erst dann zu nutzen wenn "
878
+ "Du bereits eine vorzeigbare Anzahl an Abonnenten/Likes hast (es müssen nicht "
879
+ "viele sein, 20 ist bereits ausreichend, es sollten nur nicht 0 sein)."
880
+
881
+ #: views/sfsi_option_view4.php:218
882
+ msgid "Enough waffling. So do you want to display counts?"
883
+ msgstr "Genug geschwafelt. Willst Du die Zähler anzeigen lassen oder nicht?"
884
+
885
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
886
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
887
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
888
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
889
+ msgid "Yes"
890
+ msgstr "Ja!"
891
+
892
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
893
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
894
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
895
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
896
+ msgid "No"
897
+ msgstr "Nö"
898
+
899
+ #: views/sfsi_option_view4.php:239
900
+ msgid "Please specify which counts should be shown:"
901
+ msgstr "Bitte wähle welche Zähler angezeigt werden sollen:"
902
+
903
+ #: views/sfsi_option_view4.php:261
904
+ msgid "We cannot track this. So enter the figure here:"
905
+ msgstr ""
906
+ "Wir können das nicht tracken. Also gib' den gewünschten Zählerstend bitte "
907
+ "hier ein:"
908
+
909
+ #: views/sfsi_option_view4.php:289
910
+ msgid "Retrieve the number of subscribers automatically"
911
+ msgstr "Ziehe den aktuellen Abonnenten-Zählerstand automatisch"
912
+
913
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
914
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
915
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
916
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
917
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
918
+ msgid "Enter the figure manually"
919
+ msgstr "Gib' die Zahl manuell ein"
920
+
921
+ #: views/sfsi_option_view4.php:320
922
+ msgid "Retrieve the number of likes of your blog"
923
+ msgstr "Zeige die Anzahl der Likes von Deinem Blog an"
924
+
925
+ #: views/sfsi_option_view4.php:324
926
+ msgid "Retrieve the number of likes of your facebook page"
927
+ msgstr "Zeige die Anzahl der Likes von Deiner Facebook-Seite an"
928
+
929
+ #: views/sfsi_option_view4.php:328
930
+ msgid "page ID:"
931
+ msgstr "Seiten-ID:"
932
+
933
+ #: views/sfsi_option_view4.php:333
934
+ msgid ""
935
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
936
+ msgstr ""
937
+ "Du findest diese unten wenn Du auf den \"Über\" (\"About\")-Reiter klickst"
938
+
939
+ #: views/sfsi_option_view4.php:365
940
+ msgid "Retrieve the number of Twitter followers"
941
+ msgstr "Zeige die Anzahl der Twitter-Folger an"
942
+
943
+ #: views/sfsi_option_view4.php:371
944
+ msgid "Enter Consumer Key"
945
+ msgstr "Gib' den \"Consumer Key\" ein"
946
+
947
+ #: views/sfsi_option_view4.php:377
948
+ msgid "Enter Consumer Secret"
949
+ msgstr "Gib den \"Consumer-Secret\" ein"
950
+
951
+ #: views/sfsi_option_view4.php:383
952
+ msgid "Enter Access Token"
953
+ msgstr "Gib das \"Access Token\" ein"
954
+
955
+ #: views/sfsi_option_view4.php:389
956
+ msgid "Enter Access Token Secret"
957
+ msgstr "Gib das \"Access Token Secret\" ein"
958
+
959
+ #: views/sfsi_option_view4.php:396
960
+ msgid ""
961
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
962
+ "in twitter settings under question number 2."
963
+ msgstr ""
964
+ "Bitte stelle sicher dass Du den Nutzernamen für \"Folge mich auf Twitter\" "
965
+ "in den Twitter-Optionen unter Frage 2 eingegeben hast."
966
+
967
+ #: views/sfsi_option_view4.php:400
968
+ msgid "To get this information:"
969
+ msgstr "Um diese Informationen zu bekommen:"
970
+
971
+ #: views/sfsi_option_view4.php:404
972
+ msgid "Go to"
973
+ msgstr "Gehe zu"
974
+
975
+ #: views/sfsi_option_view4.php:410
976
+ msgid "Click on \"Create new app\""
977
+ msgstr "Klicke auf \"Erstelle neue App\""
978
+
979
+ #: views/sfsi_option_view4.php:413
980
+ msgid ""
981
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
982
+ "e.g. http://dummysitename.com)"
983
+ msgstr ""
984
+ "Gib' einen willkürlichen Namen, Beschreibung und Webseiten-URL ein (inkl. "
985
+ "dem \"http://\")"
986
+
987
+ #: views/sfsi_option_view4.php:416
988
+ msgid ""
989
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
990
+ "\"Token actions\" section at the bottom"
991
+ msgstr ""
992
+ "Gehe zu \"Keys and Access Tokens\"-Reiter und klicke auf \"Generiere neues "
993
+ "Token\" in der \"Token actions\"-Sektion unten"
994
+
995
+ #: views/sfsi_option_view4.php:419
996
+ msgid ""
997
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
998
+ "key"
999
+ msgstr ""
1000
+ "Dann klicke auf \"Test OAuth\" rechts oben und Dir werden 4 \"Token keys\" "
1001
+ "angezeigt"
1002
+
1003
+ #: views/sfsi_option_view4.php:452
1004
+ msgid "Retrieve the number of Google +1 (on your blog)"
1005
+ msgstr "Zeige die Anzahl der Google +1's an (von Deiner Webseite)"
1006
+
1007
+ #: views/sfsi_option_view4.php:456
1008
+ msgid "Retrieve the number of google+ followers"
1009
+ msgstr "Zeige die Anzahl Deiner Google+ follower an"
1010
+
1011
+ #: views/sfsi_option_view4.php:462
1012
+ msgid "Enter Google API Key"
1013
+ msgstr "Gib' den Google API-Schlüssel ein"
1014
+
1015
+ #: views/sfsi_option_view4.php:470
1016
+ msgid ""
1017
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1018
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1019
+ "number 2."
1020
+ msgstr ""
1021
+ "Bitte stelle sicher dass Du den URL für \"Besuche mich auf auf Google+\" "
1022
+ "unter Frage 2 eingegeben hast."
1023
+
1024
+ #: views/sfsi_option_view4.php:475
1025
+ msgid "To get the API key for G+:"
1026
+ msgstr "Um den API-Schlüssel für G+ zu bekommen:"
1027
+
1028
+ #: views/sfsi_option_view4.php:480
1029
+ msgid "Login to your Google account, go to"
1030
+ msgstr "Logge Dich in Deinem Google-Konto ein, und gehe zu"
1031
+
1032
+ #: views/sfsi_option_view4.php:484
1033
+ msgid "and create a new project"
1034
+ msgstr "und erstelle ein neues Projekt"
1035
+
1036
+ #: views/sfsi_option_view4.php:487
1037
+ msgid ""
1038
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1039
+ "“Create new key” in the “Public API access” section"
1040
+ msgstr ""
1041
+ "Auf der linken Menü-Leiste klicke auf \"APIs & auth\", \"Credentials\" und "
1042
+ "klicke auf \"Neuen Schlüssel erstellen\" in der \"Öffentlicher API-Zugriff\"-"
1043
+ "Sektion"
1044
+
1045
+ #: views/sfsi_option_view4.php:490
1046
+ msgid ""
1047
+ "There you select “browser key” and click “Create”. You will then be shown "
1048
+ "your API key"
1049
+ msgstr ""
1050
+ "Dort wähle \"Browser Schlüssel\" und klicke auf \"Erstellen\". Dann solltest "
1051
+ "Du den API-Schlüssel sehen"
1052
+
1053
+ #: views/sfsi_option_view4.php:493
1054
+ msgid ""
1055
+ "When you enter this key into the plugin for the first time, it may take some "
1056
+ "time until the correct follower count is displayed on your website"
1057
+ msgstr ""
1058
+ "Wenn Du diesen Schlüssel zum ersten Mal im Plugin eingibst kann es eine "
1059
+ "Weile dauern bis der richtige Folger-Zählstand auf Deiner Seite angezeigt "
1060
+ "wird"
1061
+
1062
+ #: views/sfsi_option_view4.php:570
1063
+ msgid "Retrieve the number of Subscribers"
1064
+ msgstr "Zeige die Anzahl der Abonnenten an"
1065
+
1066
+ #: views/sfsi_option_view4.php:575
1067
+ msgid "Enter Youtube User name"
1068
+ msgstr "Gebe Deinen Youtube-Nutzernamen ein"
1069
+
1070
+ #: views/sfsi_option_view4.php:582
1071
+ msgid "Enter Youtube Channel id"
1072
+ msgstr "Gebe Deine Youtube-Kanal-ID ein"
1073
+
1074
+ #: views/sfsi_option_view4.php:616
1075
+ msgid "Retrieve the number of Pins"
1076
+ msgstr "Zeige die Anzahl Pins"
1077
+
1078
+ #: views/sfsi_option_view4.php:649
1079
+ msgid "Retrieve the number of Instagram followers"
1080
+ msgstr "Zeige die Anzahl von Instagram Folgern"
1081
+
1082
+ #: views/sfsi_option_view4.php:653
1083
+ msgid "Enter Instagram User name"
1084
+ msgstr "Gib' Deinen Instagram-Nutzernamen ein"
1085
+
1086
+ #: views/sfsi_option_view4.php:688
1087
+ msgid "Retrieve the number of shares"
1088
+ msgstr "Zeige an wie häufig es geteilt wurde"
1089
+
1090
+ #: views/sfsi_option_view5.php:341
1091
+ msgid "Order of your icons"
1092
+ msgstr "Anordnung der Icons"
1093
+
1094
+ #: views/sfsi_option_view5.php:430
1095
+ msgid "Drag and Drop"
1096
+ msgstr "Drag & Drop"
1097
+
1098
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1099
+ msgid "Size and spacing of your icons"
1100
+ msgstr "Grösse und Abstände der Icons"
1101
+
1102
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1103
+ msgid "Size:"
1104
+ msgstr "Grösse:"
1105
+
1106
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1107
+ msgid "pixels wide and tall"
1108
+ msgstr "Pixels breit und hoch"
1109
+
1110
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1111
+ msgid "Spacing between icons:"
1112
+ msgstr "Abstand zwischen Icons:"
1113
+
1114
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1115
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1116
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1117
+ msgid "Pixels"
1118
+ msgstr "Pixel"
1119
+
1120
+ #: views/sfsi_option_view5.php:457
1121
+ msgid "Alignments"
1122
+ msgstr "Ausrichtungen"
1123
+
1124
+ #: views/sfsi_option_view5.php:461
1125
+ msgid "Alignment of icons:"
1126
+ msgstr "Ausrichtung der Icons"
1127
+
1128
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1129
+ msgid "Centered"
1130
+ msgstr "Zentralisiert"
1131
+
1132
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1133
+ #: views/sfsi_option_view8.php:496
1134
+ msgid "Right"
1135
+ msgstr "Rechtsbündig"
1136
+
1137
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1138
+ #: views/sfsi_option_view8.php:493
1139
+ msgid "Left"
1140
+ msgstr "Linksbündig"
1141
+
1142
+ #: views/sfsi_option_view5.php:477
1143
+ msgid "Icons per row:"
1144
+ msgstr "Icons pro Zeile:"
1145
+
1146
+ #: views/sfsi_option_view5.php:481
1147
+ msgid "Leave empty if you dont want to define this"
1148
+ msgstr "Lasse dies leer falls es Dir egal ist"
1149
+
1150
+ #: views/sfsi_option_view5.php:488
1151
+ msgid "Language & Button-text"
1152
+ msgstr "Sprache und Icon-Texte"
1153
+
1154
+ #: views/sfsi_option_view5.php:493
1155
+ msgid "Follow-button:"
1156
+ msgstr "Abonnieren-Icon:"
1157
+
1158
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1159
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1160
+ #: views/sfsi_option_view9.php:111
1161
+ msgid "Preview:"
1162
+ msgstr "Vorschau:"
1163
+
1164
+ #: views/sfsi_option_view5.php:514
1165
+ msgid "Facebook «Visit»-icon:"
1166
+ msgstr "Facebook \"Besuche uns\"-Icon:"
1167
+
1168
+ #: views/sfsi_option_view5.php:535
1169
+ msgid "Twitter «Visit»-icon:"
1170
+ msgstr "Twitter \"Besuche uns\"-Icon:"
1171
+
1172
+ #: views/sfsi_option_view5.php:556
1173
+ msgid "Google+ «Visit»-icon:"
1174
+ msgstr "Google+ \"Besuche uns\"-Icon:"
1175
+
1176
+ #: views/sfsi_option_view5.php:577
1177
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1178
+ msgstr ""
1179
+ "Sprache für die \"Like\" und \"Teilen\"-Icons (Facebook, Twitter, Google+):"
1180
+
1181
+ #: views/sfsi_option_view5.php:748
1182
+ msgid "New window"
1183
+ msgstr "Neues Fenster"
1184
+
1185
+ #: views/sfsi_option_view5.php:753
1186
+ msgid ""
1187
+ "If user clicks on your icons, do you want to open the page in a new window?"
1188
+ msgstr ""
1189
+ "Wenn Nutzer auf die Icons klicken, soll es ein neues Browserfenster öffnen?"
1190
+
1191
+ #: views/sfsi_option_view5.php:776
1192
+ msgid "Sticking & Disable on mobile"
1193
+ msgstr "\"Klebrige\" Icons & De-Aktivierung auf Mobilgeräten"
1194
+
1195
+ #: views/sfsi_option_view5.php:779
1196
+ msgid ""
1197
+ "If you decided to show your icons via a widget, you can add the effect that "
1198
+ "when the user scrolls down, the icons will stick at the top of the screen "
1199
+ "so that they are still displayed even if the user scrolled all the way down. "
1200
+ "Do you want to do that?"
1201
+ msgstr ""
1202
+ "Falls Du die Icons mit einem Widget platziert hast kannst Du den Effekt "
1203
+ "hinzufügen dass wenn Nutzer nach unten scrollen, die Icons am oberen Ende "
1204
+ "der Seite \"kleben\" bleiben. Dadurch sind die Icons noch sichtbar wenn der "
1205
+ "Nutzer bereits weit nach unten gescrollt hat. Willst Du das?"
1206
+
1207
+ #: views/sfsi_option_view5.php:802
1208
+ msgid "Disable float icons on mobile devices"
1209
+ msgstr "Schwebende Icons auf Mobilgeräten deaktivieren"
1210
+
1211
+ #: views/sfsi_option_view5.php:824
1212
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1213
+ msgstr ""
1214
+ "Deaktiviere automatisches Skalieren für Mobilgeräte (\"Viewport\" meta tag)"
1215
+
1216
+ #: views/sfsi_option_view5.php:848
1217
+ msgid "Mouseover text"
1218
+ msgstr "Mouseover-Text"
1219
+
1220
+ #: views/sfsi_option_view5.php:851
1221
+ msgid ""
1222
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1223
+ "perform different actions) then you can define here what text will be "
1224
+ "displayed if a user moves his mouse over the icon:"
1225
+ msgstr ""
1226
+ "Wenn Du Deinem Icon nur eine Funktion gegeben hast (d.h. kein Pop-up mit "
1227
+ "mehreren Optionen) kannst Du hier definieren welcher Text angezeigt werden "
1228
+ "soll wenn Nutzer mit ihrer Maus über die Icons fahren:"
1229
+
1230
+ #: views/sfsi_option_view6.php:27
1231
+ msgid ""
1232
+ "The selections you made so far were to display the subscriptions/ social "
1233
+ "media icons for your site in general (in a widget on the sidebar). You can "
1234
+ "also display icons at the end of every post, encouraging users to subscribe/"
1235
+ "like/share after they’ve read it. The following buttons will be added:"
1236
+ msgstr ""
1237
+ "Die Einstellungen welche Du bisher vorgenommen hast waren für die \"Haupt-"
1238
+ "Icons\" (z.B. platziert via Widget). Du kannst auch Icons vor oder nach den "
1239
+ "Artikeln platzieren, und dadurch Nutzer zum Folgen/Teilen auffordern nachdem "
1240
+ "sie den Artikel gelesen haben. Folgende Icons werden hinzugefügt:"
1241
+
1242
+ #: views/sfsi_option_view6.php:43
1243
+ msgid "Those are usually all you need:"
1244
+ msgstr "Diese sollten im Normalfall ausreichen:"
1245
+
1246
+ #: views/sfsi_option_view6.php:47
1247
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1248
+ msgstr "Facebook ist No.1 im \"Liken\", also ein Muss"
1249
+
1250
+ #: views/sfsi_option_view6.php:50
1251
+ msgid ""
1252
+ "Google+ is also important due to SEO reasons, so important to have as well"
1253
+ msgstr "Google+ ist evenfalls wichtig aufgrund von SEO"
1254
+
1255
+ #: views/sfsi_option_view6.php:53
1256
+ msgid "Share-button covers all other platforms for sharing"
1257
+ msgstr "Das Teilen-Icon deckt alle anderen Plattform für's Teilen ab "
1258
+
1259
+ #: views/sfsi_option_view6.php:58
1260
+ msgid "So: do you want to display those at the end of every post?"
1261
+ msgstr "Also: Willst Du diese Icons am Ende von jedem Artikel anzeigen lassen?"
1262
+
1263
+ #: views/sfsi_option_view6.php:78
1264
+ msgid "Options:"
1265
+ msgstr "Optionen:"
1266
+
1267
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1268
+ msgid "Text to appear before the sharing icons:"
1269
+ msgstr "Text welcher vor den Icons erscheinen soll:"
1270
+
1271
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1272
+ msgid "Alignment of share icons:"
1273
+ msgstr "Ausrichtung der Icons:"
1274
+
1275
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1276
+ msgid "Do you want to display the counts?"
1277
+ msgstr "Willst Du Zähler hinzufügen?"
1278
+
1279
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1280
+ msgid "YES"
1281
+ msgstr "Ja!"
1282
+
1283
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1284
+ msgid "NO"
1285
+ msgstr "Nö"
1286
+
1287
+ #: views/sfsi_option_view7.php:48
1288
+ msgid ""
1289
+ "You can increase chances that people share or follow you by displaying a pop-"
1290
+ "up asking them to. You can define the design and layout below:"
1291
+ msgstr ""
1292
+ "Du kannst die Wahrscheinlichkeit steigern dass Dir Leute folgen / Deine "
1293
+ "Inhalte teilen wenn Du sie in einem Pop-up dazu aufforderst. Unten kannst Du "
1294
+ "das Design und Layout dazu definieren:"
1295
+
1296
+ #: views/sfsi_option_view7.php:54
1297
+ msgid "Enjoy this site? Please follow and like us!"
1298
+ msgstr "Gefällt Dir die Seite? Bitte folge und teile uns!"
1299
+
1300
+ #: views/sfsi_option_view7.php:143
1301
+ msgid "Text and Design"
1302
+ msgstr "Text und Design"
1303
+
1304
+ #: views/sfsi_option_view7.php:147
1305
+ msgid "Text Options"
1306
+ msgstr "Text-Optionen"
1307
+
1308
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1309
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1310
+ msgid "Text:"
1311
+ msgstr "Text:"
1312
+
1313
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1314
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1315
+ msgid "Font:"
1316
+ msgstr "Schrift:"
1317
+
1318
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1319
+ #: views/sfsi_option_view9.php:505
1320
+ msgid "Font style:"
1321
+ msgstr "Schriftart:"
1322
+
1323
+ #: views/sfsi_option_view7.php:219
1324
+ msgid "Font color:"
1325
+ msgstr "Schriftfarbe:"
1326
+
1327
+ #: views/sfsi_option_view7.php:224
1328
+ msgid "Font size:"
1329
+ msgstr "Schriftgrösse:"
1330
+
1331
+ #: views/sfsi_option_view7.php:231
1332
+ msgid "Icon Box Layout"
1333
+ msgstr "Icon-Box Layout"
1334
+
1335
+ #: views/sfsi_option_view7.php:235
1336
+ msgid "Background Color:"
1337
+ msgstr "Hintergrundfarbe:"
1338
+
1339
+ #: views/sfsi_option_view7.php:241
1340
+ msgid "Border Color:"
1341
+ msgstr "Farbe des Rahmens:"
1342
+
1343
+ #: views/sfsi_option_view7.php:249
1344
+ msgid "Border Thinckness:"
1345
+ msgstr "Dicke des Rahmens:"
1346
+
1347
+ #: views/sfsi_option_view7.php:257
1348
+ msgid "Border Shadow:"
1349
+ msgstr "Schattierung des Rahmens:"
1350
+
1351
+ #: views/sfsi_option_view7.php:263
1352
+ msgid "On"
1353
+ msgstr "Ein"
1354
+
1355
+ #: views/sfsi_option_view7.php:269
1356
+ msgid "Off"
1357
+ msgstr "Aus"
1358
+
1359
+ #: views/sfsi_option_view7.php:279
1360
+ msgid "Where shall the pop-up be shown?"
1361
+ msgstr "Wo soll das Pop-up angezeigt werden?"
1362
+
1363
+ #: views/sfsi_option_view7.php:284
1364
+ msgid "Nowhere"
1365
+ msgstr "Nirgends"
1366
+
1367
+ #: views/sfsi_option_view7.php:290
1368
+ msgid "On every page"
1369
+ msgstr "Auf jeder Seite"
1370
+
1371
+ #: views/sfsi_option_view7.php:296
1372
+ msgid "On blog posts only"
1373
+ msgstr "Ausschliesslich auf Artikel-Seiten"
1374
+
1375
+ #: views/sfsi_option_view7.php:302
1376
+ msgid "On selected pages only"
1377
+ msgstr "Nur auf ausgewählten Seiten"
1378
+
1379
+ #: views/sfsi_option_view7.php:345
1380
+ msgid "Please hold CTRL key to select multiple pages"
1381
+ msgstr "Drücke die \"Strg\"-Taste um mehrere Seiten auszuwählen"
1382
+
1383
+ #: views/sfsi_option_view7.php:351
1384
+ msgid "When shall the pop-up be shown?"
1385
+ msgstr "Wann soll das Pop-Up angezeigt werden?"
1386
+
1387
+ #: views/sfsi_option_view7.php:356
1388
+ msgid "Once"
1389
+ msgstr "Einmalig"
1390
+
1391
+ #: views/sfsi_option_view7.php:358
1392
+ msgid "seconds after the user arrived on the site"
1393
+ msgstr "Sekunden nachdem der Nutzer auf die Seite gekommen ist"
1394
+
1395
+ #: views/sfsi_option_view7.php:364
1396
+ msgid "Every time user scrolls to the end of the page"
1397
+ msgstr "Jedes mal wenn der Nutzer am Ende der Seite angelangt ist"
1398
+
1399
+ #: views/sfsi_option_view8.php:112
1400
+ msgid "Show them via a widget"
1401
+ msgstr "Zeige sie mit einem Widget"
1402
+
1403
+ #: views/sfsi_option_view8.php:125
1404
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1405
+ msgstr "Gehe zur Widget-Sektion und ziehe es dorthin wo Du es haben willst!"
1406
+
1407
+ #: views/sfsi_option_view8.php:142
1408
+ msgid "Float them on the page"
1409
+ msgstr "Schwebende Icons"
1410
+
1411
+ #: views/sfsi_option_view8.php:160
1412
+ msgid "Top left"
1413
+ msgstr "Oben links"
1414
+
1415
+ #: views/sfsi_option_view8.php:167
1416
+ msgid "Top right"
1417
+ msgstr "Oben rechts"
1418
+
1419
+ #: views/sfsi_option_view8.php:174
1420
+ msgid "Center left"
1421
+ msgstr "Zentral links"
1422
+
1423
+ #: views/sfsi_option_view8.php:181
1424
+ msgid "Center right"
1425
+ msgstr "Zentral rechts"
1426
+
1427
+ #: views/sfsi_option_view8.php:188
1428
+ msgid "Bottom left"
1429
+ msgstr "Unten links"
1430
+
1431
+ #: views/sfsi_option_view8.php:195
1432
+ msgid "Bottom right"
1433
+ msgstr "Unten rechts"
1434
+
1435
+ #: views/sfsi_option_view8.php:202
1436
+ msgid "Margin From:"
1437
+ msgstr "Abstand von:"
1438
+
1439
+ #: views/sfsi_option_view8.php:207
1440
+ msgid "Top:"
1441
+ msgstr "Oben:"
1442
+
1443
+ #: views/sfsi_option_view8.php:216
1444
+ msgid "Bottom:"
1445
+ msgstr "Unten:"
1446
+
1447
+ #: views/sfsi_option_view8.php:225
1448
+ msgid "Left:"
1449
+ msgstr "Links:"
1450
+
1451
+ #: views/sfsi_option_view8.php:234
1452
+ msgid "Right:"
1453
+ msgstr "Rechts:"
1454
+
1455
+ #: views/sfsi_option_view8.php:253
1456
+ msgid "Place them manually"
1457
+ msgstr "Platziere sie manuell"
1458
+
1459
+ #: views/sfsi_option_view8.php:266
1460
+ msgid "Place the following string into your theme codes: "
1461
+ msgstr "Platziere den folgenden Code in Deinen Template-Code:"
1462
+
1463
+ #: views/sfsi_option_view8.php:270
1464
+ msgid ""
1465
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1466
+ "want."
1467
+ msgstr ""
1468
+ "Oder verwende den Shortcode [DISPLAY_ULTIMATE_PLUS] um die Icons dort zu "
1469
+ "platzieren wo Du willst."
1470
+
1471
+ #: views/sfsi_option_view8.php:282
1472
+ msgid "Show them before or after posts"
1473
+ msgstr "Zeige sie vor oder nach Artikeln"
1474
+
1475
+ #: views/sfsi_option_view8.php:296
1476
+ msgid "Here you have two options:"
1477
+ msgstr "Hier gibt es zwei Optionen:"
1478
+
1479
+ #: views/sfsi_option_view8.php:304
1480
+ msgid "Display rectangle icons"
1481
+ msgstr "Verwende rechteckige Icons"
1482
+
1483
+ #: views/sfsi_option_view8.php:310
1484
+ msgid "Display the icons I selected above"
1485
+ msgstr "Verwende die oben gewählten Icons"
1486
+
1487
+ #: views/sfsi_option_view8.php:318
1488
+ msgid ""
1489
+ "Rectangle icons spell out the «call to action» which increases chances that "
1490
+ "visitors do it."
1491
+ msgstr ""
1492
+ "Rechteckige Icons fordern Besucher aktiver zum Handeln auf, wodurch die "
1493
+ "Chance steigt dass sie es machen."
1494
+
1495
+ #: views/sfsi_option_view8.php:321
1496
+ msgid "Select the icons you want to show:"
1497
+ msgstr "Wähle die Icons welche Du anzeigen lassen willst:"
1498
+
1499
+ #: views/sfsi_option_view8.php:371
1500
+ msgid "may impact loading speed"
1501
+ msgstr "kann Ladezeiten erhöhen"
1502
+
1503
+ #: views/sfsi_option_view8.php:421
1504
+ msgid "Display them:"
1505
+ msgstr "Zeige sie:"
1506
+
1507
+ #: views/sfsi_option_view8.php:424
1508
+ msgid "On Post Pages"
1509
+ msgstr "Auf Artikelseiten"
1510
+
1511
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1512
+ msgid "Before posts"
1513
+ msgstr "Vor Artikeln"
1514
+
1515
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1516
+ msgid "After posts"
1517
+ msgstr "Nach Artikeln"
1518
+
1519
+ #: views/sfsi_option_view8.php:453
1520
+ msgid "On Homepage"
1521
+ msgstr "Auf der Homepage"
1522
+
1523
+ #: views/sfsi_option_view8.php:499
1524
+ msgid "Center"
1525
+ msgstr "Zentral"
1526
+
1527
+ #: views/sfsi_option_view9.php:98
1528
+ msgid ""
1529
+ "In addition to the email- or follow-icon you can also show a subscription "
1530
+ "form which maximizes chances that people subscribe to your site. To get "
1531
+ "access to the emails who subscribe, please"
1532
+ msgstr ""
1533
+ "Zusätzlich zum Email- oder Abonnieren-Icon kannst Du auch ein Abonnieren-"
1534
+ "Formular anzeigen lassen welches die Chancen, Abonnenten zu gewinnen, stark "
1535
+ "erhöht. Um Zugang zu den Emails der Abonnenten zu erhalten, "
1536
+
1537
+ #: views/sfsi_option_view9.php:102
1538
+ msgid "claim your feed."
1539
+ msgstr "registriere Dich auf SpecificFeeds."
1540
+
1541
+ #: views/sfsi_option_view9.php:121
1542
+ msgid "Place it on your site"
1543
+ msgstr "Platziere es auf Deiner Webseite"
1544
+
1545
+ #: views/sfsi_option_view9.php:124
1546
+ msgid "You can place the form by different methods:"
1547
+ msgstr "Du kannst Sie in unterschiedlicher Weise platzieren:"
1548
+
1549
+ #: views/sfsi_option_view9.php:130
1550
+ msgid "Widget:"
1551
+ msgstr "Widget:"
1552
+
1553
+ #: views/sfsi_option_view9.php:132
1554
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1555
+ msgstr "Gehe zur Widget-Sektion und ziehe sie auf die Seiten-Leiste:"
1556
+
1557
+ #: views/sfsi_option_view9.php:139
1558
+ msgid "Shortcode:"
1559
+ msgstr "Shortcode:"
1560
+
1561
+ #: views/sfsi_option_view9.php:142
1562
+ msgid "Use the shortcode"
1563
+ msgstr "Nutze den Shortcode"
1564
+
1565
+ #: views/sfsi_option_view9.php:146
1566
+ msgid "to place it into your codes"
1567
+ msgstr "um ihn in Deinen Code zu platzieren"
1568
+
1569
+ #: views/sfsi_option_view9.php:150
1570
+ msgid "Copy & paste HTML code:"
1571
+ msgstr "Kopiere und füge den HTML-Code ein:"
1572
+
1573
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1574
+ msgid "Get new posts by email:"
1575
+ msgstr "Erhalte neue Nachrichten per Email:"
1576
+
1577
+ #: views/sfsi_option_view9.php:186
1578
+ msgid "Define text & design (optional)"
1579
+ msgstr "Definiere den Text & Design (optional)"
1580
+
1581
+ #: views/sfsi_option_view9.php:189
1582
+ msgid "Overall size & border"
1583
+ msgstr "Allgemeine Grösse und Rahmen"
1584
+
1585
+ #: views/sfsi_option_view9.php:201
1586
+ msgid "Adjust size to space on website?"
1587
+ msgstr "Grösse der Webseite automatisch anpassen?"
1588
+
1589
+ #: views/sfsi_option_view9.php:224
1590
+ msgid "Height"
1591
+ msgstr "Höhe"
1592
+
1593
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1594
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1595
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1596
+ msgid "pixels"
1597
+ msgstr "Pixel"
1598
+
1599
+ #: views/sfsi_option_view9.php:235
1600
+ msgid "Width"
1601
+ msgstr "Breite"
1602
+
1603
+ #: views/sfsi_option_view9.php:247
1604
+ msgid "Border?"
1605
+ msgstr "Rahmen?"
1606
+
1607
+ #: views/sfsi_option_view9.php:270
1608
+ msgid "Thickness"
1609
+ msgstr "Dicke"
1610
+
1611
+ #: views/sfsi_option_view9.php:281
1612
+ msgid "Color"
1613
+ msgstr "Farbe"
1614
+
1615
+ #: views/sfsi_option_view9.php:296
1616
+ msgid "Background color:"
1617
+ msgstr "Hintergrundfarbe:"
1618
+
1619
+ #: views/sfsi_option_view9.php:317
1620
+ msgid "Text above entry field"
1621
+ msgstr "Text über dem Eingabefeld:"
1622
+
1623
+ #: views/sfsi_option_view9.php:348
1624
+ msgid " Font style:"
1625
+ msgstr "Schriftart:"
1626
+
1627
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1628
+ msgid "Font color"
1629
+ msgstr "Schriftfarbe:"
1630
+
1631
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1632
+ #: views/sfsi_option_view9.php:527
1633
+ msgid "Font size"
1634
+ msgstr "Schriftgrösse:"
1635
+
1636
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1637
+ #: views/sfsi_option_view9.php:541
1638
+ msgid "Alignment:"
1639
+ msgstr "Ausrichtung:"
1640
+
1641
+ #: views/sfsi_option_view9.php:397
1642
+ msgid "Entry field"
1643
+ msgstr "Eingabefeld"
1644
+
1645
+ #: views/sfsi_option_view9.php:474
1646
+ msgid "Subscribe button"
1647
+ msgstr "Abonnieren-Button"
1648
+
1649
+ #: views/sfsi_option_view9.php:550
1650
+ msgid "Button color:"
1651
+ msgstr "Button-Farbe"
1652
+
1653
+ #: views/sfsi_option_view9.php:681
1654
+ msgid "Left Align"
1655
+ msgstr "Linksbündig"
1656
+
1657
+ #: views/sfsi_option_view9.php:687
1658
+ msgid "Right Align"
1659
+ msgstr "Rechtsbündig"
1660
+
1661
+ #: views/sfsi_options_view.php:10
1662
+ msgid ""
1663
+ "We found errors in your javascript which may cause the plugin to not work "
1664
+ "properly. Please fix the error:"
1665
+ msgstr ""
1666
+ "Es gibt Fehler in Deinem Javascript welche dazu führen können dass das "
1667
+ "Plugin nicht einwandfrei funktioniert. Bitte korrigiere den Fehler:"
1668
+
1669
+ #: views/sfsi_options_view.php:52
1670
+ msgid ""
1671
+ "New: You can now also show a subscription form on your site, increasing sign-"
1672
+ "ups! (Question 8)"
1673
+ msgstr ""
1674
+ "Neu: Du kannst nun auch ein Abonnieren-Formular auf Deiner Seite anzeigen "
1675
+ "lassen, welches mehr Abonnenten gewinnt (unter Frage 8)"
1676
+
1677
+ #: views/sfsi_options_view.php:54
1678
+ msgid ""
1679
+ "If question 8 gets displayed in a funny way then please reload the page by "
1680
+ "pressing Control+F5(PC) or Command+R(Mac)"
1681
+ msgstr ""
1682
+ "Wenn die Frage 8 seltsam angezeigt wird, dann lade die Seite bitte neu indem "
1683
+ "Du Strg+F5 (auf PC) oder Command+R (auf Mac) drückst"
1684
+
1685
+ #: views/sfsi_options_view.php:64
1686
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1687
+ msgstr "Willkommen zum Ultimativen Social Media PLUS Plugin!"
1688
+
1689
+ #: views/sfsi_options_view.php:67
1690
+ msgid ""
1691
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1692
+ "liking needs!"
1693
+ msgstr ""
1694
+ "Das Plugin ist 100% kostenlos und wird alle Deine Abonnieren/Teilen/Liken-"
1695
+ "Wünsche in Erfüllung bringen!"
1696
+
1697
+ #: views/sfsi_options_view.php:70
1698
+ msgid ""
1699
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1700
+ "- that`s it!"
1701
+ msgstr ""
1702
+ "Beantworte einfach die untenstehenden Fragen (zumindest die ersten drei) "
1703
+ "indem Du auf Sie klickst - das war's dann auch schon!"
1704
+
1705
+ #: views/sfsi_options_view.php:73
1706
+ msgid ""
1707
+ "If you have questions, or something doesn`t work as it should, please read "
1708
+ "the FAQ:"
1709
+ msgstr ""
1710
+ "Wenn Du Fragen hast, oder etwas nicht so funktioniert wie es soll, bitte "
1711
+ "schau' bei unseren FAQ vorbei:"
1712
+
1713
+ #: views/sfsi_options_view.php:84
1714
+ msgid "Which icons do you want to show on your site?"
1715
+ msgstr "Welche Icons willst Du auf Deiner Webseite anzeigen lassen?"
1716
+
1717
+ #: views/sfsi_options_view.php:92
1718
+ msgid "What do you want the icons to do?"
1719
+ msgstr "Was sollen die Icons machen?"
1720
+
1721
+ #: views/sfsi_options_view.php:99
1722
+ msgid "Where shall they be displayed?"
1723
+ msgstr "Wo sollen sie angezeigt werden?"
1724
+
1725
+ #: views/sfsi_options_view.php:105
1726
+ msgid "Optional"
1727
+ msgstr "Optional"
1728
+
1729
+ #: views/sfsi_options_view.php:110
1730
+ msgid "What design and animation do you want to give your icons?"
1731
+ msgstr "Welches Design und Animation sollen die Icons haben?"
1732
+
1733
+ #: views/sfsi_options_view.php:117
1734
+ msgid "Do you want to display \"counts\" next to your main icons?"
1735
+ msgstr "Willst Du \"Zähler\" von Deinen Icons anzeigen lassen?"
1736
+
1737
+ #: views/sfsi_options_view.php:124
1738
+ msgid "Any other wishes for your main icons?"
1739
+ msgstr "Sonstige Wünsche?"
1740
+
1741
+ #: views/sfsi_options_view.php:136
1742
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1743
+ msgstr ""
1744
+ "Willst Du ein Pop-up anzeigen lassen, welches Besucher auffordert Dir zu "
1745
+ "folgen / Inhalte zu teilen?"
1746
+
1747
+ #: views/sfsi_options_view.php:143
1748
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1749
+ msgstr ""
1750
+ "Willst Du ein Abonnieren-Formular anzeigen lassen (steigert Abonnentenzahlen "
1751
+ "deutlich!)"
1752
+
1753
+ #: views/sfsi_options_view.php:159
1754
+ msgid ""
1755
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1756
+ "rating"
1757
+ msgstr ""
1758
+ "Dieses Plugin ist 100% kostenlos. Erfülle uns einen RIESEN-Gefallen und gib' "
1759
+ "uns eine 5-Sternchen-Bewertung"
1760
+
1761
+ #: views/sfsi_options_view.php:161
1762
+ msgid "here"
1763
+ msgstr "hier"
1764
+
1765
+ #: views/sfsi_options_view.php:163
1766
+ msgid ""
1767
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1768
+ "com, so that we can sort it out.Thank you!"
1769
+ msgstr ""
1770
+ "Wenn Du nicht zufrieden bist mit dem Plugin bitte kontaktiere uns unter "
1771
+ "support@ultimatelysocial.com (auf englisch) um Dampf abzulassen. Danke!"
1772
+
1773
+ #: views/sfsi_options_view.php:166
1774
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1775
+ msgstr "Suchst Du exzellente Wordpress-Entwickler für einen bezahlbaren Preis?"
1776
+
1777
+ #: views/sfsi_options_view.php:168
1778
+ msgid "Visit us on ultimatelysocial.com"
1779
+ msgstr "Besuche uns auf www.ultimatelysocial.com"
1780
+
1781
+ #: views/sfsi_options_view.php:179
1782
+ msgid ""
1783
+ "The plugin was translated by (your name). Need translation work to get done? "
1784
+ "Contact (your name) at (your email)"
1785
+ msgstr ""
1786
+ "Diese Plugin wurde von einem freiwilligen Übersetzer übersetzt. Es lebe der "
1787
+ "Wordpress-Community-Spirit!"
1788
+
1789
+ #: views/sfsi_pop_content.php:31
1790
+ msgid "Steps:"
1791
+ msgstr "Schritte"
1792
+
1793
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1794
+ msgid "Click on << Upload >> below"
1795
+ msgstr "Klicke auf \"Upload\" unten"
1796
+
1797
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1798
+ msgid "Upload the icon into the media gallery"
1799
+ msgstr "Lade das Icon in die Medien-Gallerie hoch"
1800
+
1801
+ #: views/sfsi_pop_content.php:41
1802
+ msgid "Click on << Insert into post >> "
1803
+ msgstr "Klicke auf \"In Post einfügen\""
1804
+
1805
+ #: views/sfsi_pop_content.php:90
1806
+ msgid "Move over the Facebook-icon…"
1807
+ msgstr "Fahre über das Facebook-icon..."
1808
+
1809
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1810
+ msgid "Move over the “+ icon” to see the sharing options"
1811
+ msgstr "Fahre über das \"+ Icon\" um die Teilen-Optionen zu sehen"
1812
+
1813
+ #: views/sfsi_pop_content.php:145
1814
+ msgid "Move over the Twitter-icon…"
1815
+ msgstr "Fahre über das Twitter-icon..."
1816
+
1817
+ #: views/sfsi_pop_content.php:172
1818
+ msgid "Move over the Google+ icon…"
1819
+ msgstr "Fahre über das Google+-icon..."
1820
+
1821
+ #: views/sfsi_pop_content.php:198
1822
+ msgid "Move over the YouTube-icon…"
1823
+ msgstr "Fahre über das Youtube-icon..."
1824
+
1825
+ #: views/sfsi_pop_content.php:221
1826
+ msgid "Move over the Pinterest-icon…"
1827
+ msgstr "Fahre über das Pinterest-icon..."
1828
+
1829
+ #: views/sfsi_pop_content.php:249
1830
+ msgid "Move over the LinkedIn-icon…"
1831
+ msgstr "Fahre über das LinkedIn-icon..."
1832
+
1833
+ #: views/sfsi_pop_content.php:285
1834
+ msgid ""
1835
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1836
+ "option too, because it will get you more readers as explained"
1837
+ msgstr ""
1838
+ "Beachte: Auch wenn Du bereits einen Newsletter anbietest macht es dennoch "
1839
+ "Sinn diese Option anzubieten, weil Du zusätzliche Abonnenten gewinnst, dies "
1840
+ "ist erklärt"
1841
+
1842
+ #: views/sfsi_pop_content.php:292
1843
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1844
+ msgstr ""
1845
+ "Ok, lass es für den Moment aktiviert, ich will sehen wie es funktioniert"
1846
+
1847
+ #: views/sfsi_pop_content.php:296
1848
+ msgid "Deactivate it"
1849
+ msgstr "Deaktiviere es"
1850
+
1851
+ #: views/sfsi_pop_content.php:304
1852
+ msgid ""
1853
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1854
+ "activating a link back to our site:"
1855
+ msgstr ""
1856
+ "Ok, in Ordnung, allerdings dafür dass wir das Plugin kostenlos anbieten, "
1857
+ "bitte unterstütze uns mit einem Dankeschön-Link:"
1858
+
1859
+ #: views/sfsi_pop_content.php:309
1860
+ msgid "Ok, activate link"
1861
+ msgstr "Ok, Link aktivieren"
1862
+
1863
+ #: views/sfsi_pop_content.php:313
1864
+ msgid "Don’t activate link"
1865
+ msgstr "Link nicht aktivieren"
1866
+
1867
+ #: views/sfsi_pop_content.php:321
1868
+ msgid ""
1869
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1870
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1871
+ msgstr ""
1872
+ "Hui, es ist nicht einfach mit Dir. Letzter Versuch: Als Minimum, könntest Du "
1873
+ "uns bitte eine 5-Sternchen-Bewertung geben? Es dauert nur eine Minute. Danke!"
1874
+
1875
+ #: views/sfsi_pop_content.php:325
1876
+ msgid "Ok, Review it"
1877
+ msgstr "Ok, Bewertung abgeben"
1878
+
1879
+ #: views/sfsi_pop_content.php:329
1880
+ msgid "Don’t review and exit"
1881
+ msgstr "Keine Bewertung abgeben und schliessen"
1882
+
1883
+ #: views/sfsi_pop_content.php:341
1884
+ msgid "Upload custom icons"
1885
+ msgstr "Benutzerdefiniertes Icon hochladen"
1886
+
1887
+ #: views/sfsi_pop_content.php:344
1888
+ msgid ""
1889
+ "Here you can upload custom icons which perform the same actions as the "
1890
+ "standard icons."
1891
+ msgstr ""
1892
+ "Hier kannst Du Benutzerdefinierte Icons hochladen welche die selben "
1893
+ "Funktionen wie die Standard-Icons erfüllen."
1894
+
1895
+ #: views/sfsi_pop_content.php:353
1896
+ msgid "Click on << Insert into post >>"
1897
+ msgstr "Klicke auf \"In Post einfügen\""
1898
+
1899
+ #: views/sfsi_pop_content.php:583
1900
+ msgid "I'm done!"
1901
+ msgstr "Ich habe fertig!"
1902
+
1903
+ #. Plugin Name of the plugin/theme
1904
+ msgid "Ultimate Social Media PLUS"
1905
+ msgstr "Ultimate Social Media PLUS"
1906
+
1907
+ #. Plugin URI of the plugin/theme
1908
+ #. Author URI of the plugin/theme
1909
+ msgid "http://ultimatelysocial.com"
1910
+ msgstr "http://ultimatelysocial.com"
1911
+
1912
+ #. Description of the plugin/theme
1913
+ msgid ""
1914
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1915
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1916
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1917
+ "range of design options and other features."
1918
+ msgstr ""
1919
+ "Das beste Soziale-Medien-Plugin auf dem Markt. Und dazu noch 100% kostenlos. "
1920
+ "Erlaubt Dir Icons für Soziale Medien (insb. Facebook, Twitter, Email, RSS, "
1921
+ "Pinterest, Instagram, Google+, LinkedIn, Teilen-Icon) auf Deine Webseite zu "
1922
+ "platzieren. Du kannst aus einer breiten Palette von Design-Optionen und "
1923
+ "Funktionalitäten wählen."
1924
+
1925
+ #. Author of the plugin/theme
1926
+ msgid "UltimatelySocial"
1927
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-de_DE.mo ADDED
Binary file
languages/ultimate-social-media-plus-de_DE.po ADDED
@@ -0,0 +1,1927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 21:33+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-09 22:35+0200\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: \n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Language: de\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Zugriff verweigert"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Mehr Informationen"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Speichern"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Speichern"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Gespeichert"
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Einklappen"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Alle Einstellungen speichern"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Lade ein eigenes Icon hoch wenn Du auf eine andere Webseite verlinken willst."
66
+
67
+ #: libs/sfsi_Init_JqueryCss.php:55
68
+ msgid "It depends"
69
+ msgstr "Kommt darauf an"
70
+
71
+ #: libs/sfsi_install_uninstall.php:430
72
+ msgid ""
73
+ "Error: It seems that CURL is disabled on your server. Please contact your "
74
+ "server administrator to install / enable CURL."
75
+ msgstr ""
76
+ "Fehler: Es scheint dass CURL nicht aktiviert ist auf Deinem Server. Bitte "
77
+ "kontaktiere Deinen Serveradministrator um CURL zu installieren / aktivieren."
78
+
79
+ #: libs/sfsi_install_uninstall.php:541
80
+ msgid ""
81
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
82
+ "Theme Editor and insert the following string:"
83
+ msgstr ""
84
+ "Fehler: Bitte korrigiere Fehler auf Deinem Template damit Plugins richtig "
85
+ "funktionieren können. Gehe zum \"Template Editor\" und füge den folgenden "
86
+ "Code ein:"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr ""
91
+ "Bitte gib' es direkt vor dem folgenden Text in Deiner header.php Datei ein:"
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Gehe zum Template-Editor:"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "klicke hier"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Fehler: Bitte korrigiere Fehler auf Deinem Template damit Plugins richtig "
108
+ "funktionieren können. Gehe zum \"Template Editor\" und füge den folgenden "
109
+ "Code ein (als erste Zeile in Deiner Footer.php-Datei):"
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Vielen Dank für das Installieren des Ultimate Social Media PLUS Plugins. "
117
+ "Bitte gehe nun zur Plugin-Seite um es zu konfigurieren:"
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Klicke hier"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Du nutzt eine veraltete Wordpress-Version, welche dazu führen kann dass "
132
+ "Plugins nicht richtig funktionieren. Bitte bringe Wordpress auf den neuesten "
133
+ "Stand."
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Uns ist aufgefallen dass Du das Ultimate Social Media PLUS Plugin seit über "
142
+ "30 Tagen nutzt. Das ist super! Wenn Du mit dem Plugin zufrieden bist - "
143
+ "könntest Du uns einen RIESEN Gefallen tun und uns eine 5-Sternchen-Bewertung "
144
+ "auf Wordpress geben? "
145
+
146
+ #: libs/sfsi_install_uninstall.php:604
147
+ msgid "Ok, you deserved it"
148
+ msgstr "Ok, Ihr habt es verdient"
149
+
150
+ #: libs/sfsi_install_uninstall.php:605
151
+ msgid "I already did"
152
+ msgstr "Habe ich bereits gemacht"
153
+
154
+ #: libs/sfsi_install_uninstall.php:606
155
+ msgid "No, not good enough"
156
+ msgstr "Nö, nicht gut genug"
157
+
158
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
159
+ msgid "Title"
160
+ msgstr "Titel"
161
+
162
+ #: libs/sfsi_widget.php:105
163
+ msgid "Please go to the plugin page to set your preferences:"
164
+ msgstr ""
165
+ "Bitte gehe zur Plugin-Konfigurationsseite um Deine Einstellungen vorzunehmen:"
166
+
167
+ #: ultimate_social_media_icons.php:76
168
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
169
+ msgstr ""
170
+ "Bitte gehe zur Plugin-Konfigurationsseite und wähle die Option \"Platziere "
171
+ "sie manuell\""
172
+
173
+ #: ultimate_social_media_icons.php:577
174
+ msgid ""
175
+ "There seems to be an error on your website which prevents the plugin to work "
176
+ "properly. Please check the FAQ:"
177
+ msgstr ""
178
+ "Auf Deiner Webseite scheint es einen Fehler zu geben welcher verhindert dass "
179
+ "das Plugin einwandfrei funktioniert. Bitte lese die \"FAQ\":"
180
+
181
+ #: ultimate_social_media_icons.php:582
182
+ msgid "Error"
183
+ msgstr "Fehler"
184
+
185
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
186
+ msgid "Dismiss"
187
+ msgstr "Ignorieren"
188
+
189
+ #: ultimate_social_media_icons.php:602
190
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
191
+ msgstr "Neue Funktionalität im Ultimate Social Media PLUS Plugin:"
192
+
193
+ #: ultimate_social_media_icons.php:605
194
+ msgid ""
195
+ "You can now add a subscription form to increase sign-ups (under question 8)."
196
+ msgstr ""
197
+ "Du kannst nun ein Abonnieren-Formular auf Deine Seite hinzufügen (unter "
198
+ "Frage 8) - dadurch werden mehr Nutzer Deine Seite abonnieren!"
199
+
200
+ #: ultimate_social_media_icons.php:608
201
+ msgid "Check it out"
202
+ msgstr "Lass mal sehen"
203
+
204
+ #: views/sfsi_aboutus.php:2
205
+ msgid "Please visit us at"
206
+ msgstr "Bitte besuche uns auf"
207
+
208
+ #: views/sfsi_aboutus.php:4
209
+ msgid "or write to us at"
210
+ msgstr "oder schreib' uns unter"
211
+
212
+ #: views/sfsi_option_view1.php:47
213
+ msgid ""
214
+ "In general, the more icons you offer the better because people have "
215
+ "different preferences, and more options means that there’s something for "
216
+ "everybody, increasing the chances that you get followed and/or shared."
217
+ msgstr ""
218
+ "Grundsätzlich ist es immer besser mehr als weniger Icons anzuzeigen weil "
219
+ "Nutzer unterschiedliche Präferenzen haben, und mehr Optionen bedeutet dass "
220
+ "für jeden etwas dabei ist. Dadurch steigt die Wahrscheinlichkeit, dass Leute "
221
+ "Dir folgen oder Deine Webseite mit Freunden teilen."
222
+
223
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
224
+ msgid "Mandatory"
225
+ msgstr "Pflicht"
226
+
227
+ #: views/sfsi_option_view1.php:65
228
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
229
+ msgstr ""
230
+ "RSS ist immer noch sehr beliebt, insbesondere unter Tech-affinen Nutzern."
231
+
232
+ #: views/sfsi_option_view1.php:68
233
+ msgid ""
234
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
235
+ "read your content. "
236
+ msgstr ""
237
+ "RSS steht für \"Really Simple Syndication\" und bietet Nutzern eine einfache "
238
+ "Möglichkeit Deine Nachrichten zu abonnieren."
239
+
240
+ #: views/sfsi_option_view1.php:70
241
+ msgid "Learn more about RSS"
242
+ msgstr "Lerne mehr über RSS"
243
+
244
+ #: views/sfsi_option_view1.php:93
245
+ msgid "Email is the most effective tool to build up a followership."
246
+ msgstr ""
247
+ "Email ist nach wie vor die effektivste Methode Deine Fans auf dem laufenden "
248
+ "zu halten."
249
+
250
+ #: views/sfsi_option_view1.php:96
251
+ msgid "Remove credit link"
252
+ msgstr "Dankeschön-Link entfernen"
253
+
254
+ #: views/sfsi_option_view1.php:100
255
+ msgid ""
256
+ "Everybody uses email – that’s why it’s much more effective than social media "
257
+ "to make people follow you"
258
+ msgstr ""
259
+ "Jeder nutzt Email - daher ist es viel effektiver als Soziale Medien um Deine "
260
+ "Fans auf dem Laufenden zu halten"
261
+
262
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
263
+ msgid "learn more"
264
+ msgstr "mehr erfahren"
265
+
266
+ #: views/sfsi_option_view1.php:104
267
+ msgid ""
268
+ "Not offering an email subscription option means losing out on future traffic "
269
+ "to your site."
270
+ msgstr ""
271
+ "Eine Email-Abonnieren-Option wegzulassen ist schwer fahrlässig, denn dadurch "
272
+ "werden interessierte Leser nicht aktiv darauf hingewiesen dass Deine "
273
+ "Webseite neue Nachrichten hat (=> weniger wiederkehrende Besucher). "
274
+
275
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
276
+ #: views/sfsi_option_view1.php:167
277
+ msgid "Strongly recommended:"
278
+ msgstr "Stark empfohlen:"
279
+
280
+ #: views/sfsi_option_view1.php:123
281
+ msgid "Facebook is crucial, esp. for sharing."
282
+ msgstr "Facebook ist essenziell, insp. für's Teilen."
283
+
284
+ #: views/sfsi_option_view1.php:126
285
+ msgid ""
286
+ "Facebook is the giant in the social media world, and even if you don’t have "
287
+ "a Facebook account yourself you should display this icon, so that Facebook "
288
+ "users can share your site on Facebook."
289
+ msgstr ""
290
+ "Facebook ist der Gigant in der Welt der sozialen Medien, und selbst wenn Du "
291
+ "kein Facebook-Konto besitzt solltest Du dieses Icon anzeigen, so dass "
292
+ "Facebook-Nutzer Deine Inhalte auf Ihren Facebook-Seiten verbreiten können."
293
+
294
+ #: views/sfsi_option_view1.php:145
295
+ msgid "Can have a strong promotional effect."
296
+ msgstr ""
297
+ "Kann einen stark positiven Einfluss auf die Verbreitung Deiner Inhalte haben."
298
+
299
+ #: views/sfsi_option_view1.php:148
300
+ msgid ""
301
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
302
+ "However, similar as with facebook, even if you don’t have one you should "
303
+ "still show this icon so that Twitter-users can share your site."
304
+ msgstr ""
305
+ "Wenn Du ein Twitter-Konto besitzt dann ist dieses Icon Pflicht. Allerdings, "
306
+ "ähnlich wie mit dem Facebook-Icon, selbst wenn Du kein eigenes Twitter-Konto "
307
+ "hast empfiehlt es sich dennoch dieses Icon anzuzeigen, damit Twitter-Nutzer "
308
+ "Deine Webseite so auf Twitter verbreiten können."
309
+
310
+ #: views/sfsi_option_view1.php:168
311
+ msgid "Increasingly important and beneficial for SEO."
312
+ msgstr "Immer wichtiger für SEO."
313
+
314
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
315
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
316
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
317
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
318
+ msgid "It depends:"
319
+ msgstr "Kommt darauf an:"
320
+
321
+ #: views/sfsi_option_view1.php:186
322
+ msgid ""
323
+ "Show this icon if you have a youtube account (and you should set up one if "
324
+ "you have video content – that can increase your traffic significantly)."
325
+ msgstr ""
326
+ "Zeige dieses Icon wenn Du ein Youtube-Konto besitzt (was der Fall sein "
327
+ "sollte falls Du Video-Inhalte auf Deinem Blog einstellst - dies kann "
328
+ "wesentlich mehr Leser bringen)."
329
+
330
+ #: views/sfsi_option_view1.php:203
331
+ msgid ""
332
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
333
+ msgstr ""
334
+ "Nr.1 der Netzwerke für Geschäftszwecke. Zeige dieses Icon wenn Du ein "
335
+ "LinkedIn-Konto hast."
336
+
337
+ #: views/sfsi_option_view1.php:220
338
+ msgid ""
339
+ "Show this icon if you have a Pinterest account (and you should set up one if "
340
+ "you publish new pictures regularly – that can increase your traffic "
341
+ "significantly)."
342
+ msgstr ""
343
+ "Zeige dieses Icon wenn Du ein Pinterest-Konto hast (und Du solltest eines "
344
+ "haben wenn Du Bilder regelmässig veröffentlichst - dies kann Dir wesentlich "
345
+ "mehr Besucher bringen)."
346
+
347
+ #: views/sfsi_option_view1.php:235
348
+ msgid "Show this icon if you have a Instagram account."
349
+ msgstr "Zeige dieses Icon wenn Du ein Instagram-Konto hast."
350
+
351
+ #: views/sfsi_option_view1.php:252
352
+ msgid ""
353
+ "Third-party service AddThis allows your visitors to share via many other "
354
+ "social networks, however it may also slow down your site a bit."
355
+ msgstr ""
356
+ "Der Drittanbieter AddThis bietet dieses Icon an welches Besuchern erlaubt "
357
+ "Deine Seite auf diversen anderen sozialen Netzwerken zu teilen. Allerdings "
358
+ "kann es die Ladezeiten Deiner Webseite auch steigern."
359
+
360
+ #: views/sfsi_option_view1.php:255
361
+ msgid "Everybody uses email – that’s why it’s"
362
+ msgstr "Jeder nutzt Email - deswegen "
363
+
364
+ #: views/sfsi_option_view1.php:258
365
+ msgid "much more effective than social media"
366
+ msgstr "ist es viel effektiver als soziale Medien"
367
+
368
+ #: views/sfsi_option_view1.php:261
369
+ msgid ""
370
+ "to make people follow you. Not offering an email subscription option means "
371
+ "losing out on future traffic to your site."
372
+ msgstr ""
373
+ "um Deine Besucher über neue Nachrichten von Dir zu informieren. Diese Option "
374
+ "auszulassen bedeutet weniger zukünftige Besucher / Leser in Kauf zu nehmen."
375
+
376
+ #: views/sfsi_option_view1.php:263
377
+ msgid "Check out their reviews:"
378
+ msgstr "Siehe ihre Bewertungen:"
379
+
380
+ #: views/sfsi_option_view1.php:284
381
+ msgid "Show this icon if you have a Houzz account."
382
+ msgstr "Zeige dieses Icon wenn Du ein Houzz-Konto hast."
383
+
384
+ #: views/sfsi_option_view1.php:286
385
+ msgid ""
386
+ "Houzz is the No.1 site & community in the world of architecture and interior "
387
+ "design."
388
+ msgstr "Houzz ist die Nr.1 der Communities im Bereich (Innen-)Architektur."
389
+
390
+ #: views/sfsi_option_view1.php:288
391
+ msgid "Visit Houzz"
392
+ msgstr "Besuche Houzz"
393
+
394
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
395
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
396
+ msgid "Custom"
397
+ msgstr "Eigenes"
398
+
399
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
400
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
401
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
402
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
403
+ #: views/sfsi_option_view9.php:580
404
+ msgid "Collapse area"
405
+ msgstr "Bereich einklappen"
406
+
407
+ #: views/sfsi_option_view2.php:136
408
+ msgid "When clicked on, users can subscribe via RSS"
409
+ msgstr "Wenn Besucher darauf klicken können Sie Deine Seite per RSS abonnieren"
410
+
411
+ #: views/sfsi_option_view2.php:144
412
+ msgid "For most blogs it’s http://blogname.com/feed"
413
+ msgstr ""
414
+ "Für die meisten Blogs ist die URL-Struktur http://name-deiner-seite.de/feed"
415
+
416
+ #: views/sfsi_option_view2.php:162
417
+ msgid ""
418
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
419
+ "full access to your subscriber`s emails and interesting statistics:"
420
+ msgstr ""
421
+ "Sendet neue Artikel automatisch an Abonnenten. Der Service ist kostenlos und "
422
+ "Du erhältst vollen Zugang zu interessanten Statistiken und den Emails Deiner "
423
+ "Abonnenten:"
424
+
425
+ #: views/sfsi_option_view2.php:164
426
+ msgid "Claim your feed to get full access."
427
+ msgstr "Registriere Dich um vollen Zugang zu bekommen."
428
+
429
+ #: views/sfsi_option_view2.php:166
430
+ msgid "It also makes sense if you already offer an email newsletter:"
431
+ msgstr ""
432
+ "Diese Option macht selbst dann Sinn wenn Du bereits einen Newsletter "
433
+ "anbietest:"
434
+
435
+ #: views/sfsi_option_view2.php:168
436
+ msgid "Learn more."
437
+ msgstr "Mehr erfahren."
438
+
439
+ #: views/sfsi_option_view2.php:171
440
+ msgid "Please pick which icon type you want to use:"
441
+ msgstr "Bitte wähle welchen Icon-Stil Du verwenden willst."
442
+
443
+ #: views/sfsi_option_view2.php:179
444
+ msgid "Email icon"
445
+ msgstr "Email-Icon"
446
+
447
+ #: views/sfsi_option_view2.php:187
448
+ msgid "Follow icon"
449
+ msgstr "Follow-Icon"
450
+
451
+ #: views/sfsi_option_view2.php:189
452
+ msgid "increases sign-ups"
453
+ msgstr "steigert Abonnentenzahlen"
454
+
455
+ #: views/sfsi_option_view2.php:198
456
+ msgid "SpecificFeeds icon"
457
+ msgstr "SpecificFeeds-Icon"
458
+
459
+ #: views/sfsi_option_view2.php:200
460
+ msgid "provider of the service"
461
+ msgstr "Anbieter des Services"
462
+
463
+ #: views/sfsi_option_view2.php:216
464
+ msgid ""
465
+ "The facebook icon can perform several actions. Pick below which ones it "
466
+ "should perform. If you select several options, then users can select what "
467
+ "they want to do"
468
+ msgstr ""
469
+ "Das Facebook-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
470
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
471
+ "Nutzer auswählen welche sie verwenden wollen."
472
+
473
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
474
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
475
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
476
+ #: views/sfsi_option_view2.php:539
477
+ msgid "see an example"
478
+ msgstr "siehe ein Beispiel"
479
+
480
+ #: views/sfsi_option_view2.php:222
481
+ msgid "The facebook icon should allow users to..."
482
+ msgstr "Das Facebook-Icon soll Nutzern erlauben...."
483
+
484
+ #: views/sfsi_option_view2.php:229
485
+ msgid "Visit my Facebook page at:"
486
+ msgstr "Meine Facebook-Seite zu besuchen unter:"
487
+
488
+ #: views/sfsi_option_view2.php:237
489
+ msgid "Like my blog on Facebook (+1)"
490
+ msgstr "Meine Webseite auf Facebook zu \"liken\" (+1)"
491
+
492
+ #: views/sfsi_option_view2.php:245
493
+ msgid "Share my blog with friends (on Facebook)"
494
+ msgstr "Meine Webseite mit Freunden auf Facebook zu teilen"
495
+
496
+ #: views/sfsi_option_view2.php:260
497
+ msgid ""
498
+ "The Twitter icon can perform several actions. Pick below which ones it "
499
+ "should perform. If you select several options, then users can select what "
500
+ "they want to do"
501
+ msgstr ""
502
+ "Das Twitter-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
503
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
504
+ "Nutzer auswählen welche sie verwenden wollen."
505
+
506
+ #: views/sfsi_option_view2.php:267
507
+ msgid "The Twitter icon should allow users to..."
508
+ msgstr "Das Twitter-Icon soll Nutzern erlauben..."
509
+
510
+ #: views/sfsi_option_view2.php:272
511
+ msgid "Visit me on Twitter:"
512
+ msgstr "Mich auf Twitter zu besuchen:"
513
+
514
+ #: views/sfsi_option_view2.php:281
515
+ msgid "Follow me on Twitter:"
516
+ msgstr "Mir auf Twitter zu folgen:"
517
+
518
+ #: views/sfsi_option_view2.php:289
519
+ msgid "Tweet about my page:"
520
+ msgstr "Über meine Webseite zu Twittern:"
521
+
522
+ #: views/sfsi_option_view2.php:302
523
+ msgid ""
524
+ "The Google+ icon can perform several actions. Pick below which ones it "
525
+ "should perform. If you select several options, then users can select what "
526
+ "they want to do"
527
+ msgstr ""
528
+ "Das Google-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
529
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
530
+ "Nutzer auswählen welche sie verwenden wollen."
531
+
532
+ #: views/sfsi_option_view2.php:308
533
+ msgid "The Google+ icon should allow users to..."
534
+ msgstr "Das Google+ Icon soll Nutzern erlauben..."
535
+
536
+ #: views/sfsi_option_view2.php:314
537
+ msgid "Visit my Google+ page at:"
538
+ msgstr "Meine Google+ Seite zu besuchen:"
539
+
540
+ #: views/sfsi_option_view2.php:323
541
+ msgid "Like my blog on Google+ (+1)"
542
+ msgstr "Meine Seite auf Google+ zu \"liken\""
543
+
544
+ #: views/sfsi_option_view2.php:330
545
+ msgid "Share my blog with friends (on Google+)"
546
+ msgstr "Meine Webseite mit Freunden zu teilen (auf Google+)"
547
+
548
+ #: views/sfsi_option_view2.php:344
549
+ msgid ""
550
+ "The Youtube icon can perform several actions. Pick below which ones it "
551
+ "should perform. If you select several options, then users can select what "
552
+ "they want to do"
553
+ msgstr ""
554
+ "Das Youtube-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
555
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
556
+ "Nutzer auswählen welche sie verwenden wollen."
557
+
558
+ #: views/sfsi_option_view2.php:350
559
+ msgid "The youtube icon should allow users to..."
560
+ msgstr "Das Youtube-Icon soll Nutzern erlauben"
561
+
562
+ #: views/sfsi_option_view2.php:354
563
+ msgid "Visit my Youtube page at:"
564
+ msgstr "Meine Youtube-Seite zu besuchen:"
565
+
566
+ #: views/sfsi_option_view2.php:360
567
+ msgid "Subscribe to me on Youtube"
568
+ msgstr "Mir auf Youtube zu folgen"
569
+
570
+ #: views/sfsi_option_view2.php:362
571
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
572
+ msgstr ""
573
+ "(ermöglicht Nutzern Dir direkt auf Youtube zu folgen, ohne Deine Webseite "
574
+ "verlassen zu müssen)"
575
+
576
+ #: views/sfsi_option_view2.php:382
577
+ msgid "User Name"
578
+ msgstr "Nutzername"
579
+
580
+ #: views/sfsi_option_view2.php:387
581
+ msgid "Channel Id"
582
+ msgstr "Kanal-Nr."
583
+
584
+ #: views/sfsi_option_view2.php:393
585
+ msgid "UserName:"
586
+ msgstr "Nutzername:"
587
+
588
+ #: views/sfsi_option_view2.php:397
589
+ msgid ""
590
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
591
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
592
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
593
+ msgstr ""
594
+ "Um Deinen Nutzernamen zu finden gehe zu \"Meine Kanäle\" (\"my channel\") in "
595
+ "der Youtube-Menüleiste auf der linken Seite, wähle die \"Über\"-Option "
596
+ "(\"About\") und kopiere Deinen Nutzername von der URL dort (z.B. in https://"
597
+ "www.youtube.com/user/Tommy wäre es \"Tommy\")."
598
+
599
+ #: views/sfsi_option_view2.php:403
600
+ msgid "Channel Id:"
601
+ msgstr "Kanal-Nr.:"
602
+
603
+ #: views/sfsi_option_view2.php:408
604
+ msgid ""
605
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
606
+ "left and take your channel name from there."
607
+ msgstr ""
608
+ "Um Deinen Kanal zu finden gehe zu \"Mein Kanal\" in der Youtube-Menüleiste "
609
+ "auf der linken Seite. "
610
+
611
+ #: views/sfsi_option_view2.php:423
612
+ msgid ""
613
+ "The Pinterest icon can perform several actions. Pick below which ones it "
614
+ "should perform. If you select several options, then users can select what "
615
+ "they want to do"
616
+ msgstr ""
617
+ "Das Pinterest-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
618
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
619
+ "Nutzer auswählen welche sie verwenden wollen."
620
+
621
+ #: views/sfsi_option_view2.php:429
622
+ msgid "The Pinterest icon should allow users to..."
623
+ msgstr "Das Pinterest-Icon soll Nutzern erlauben..."
624
+
625
+ #: views/sfsi_option_view2.php:434
626
+ msgid "Visit my Pinterest page at:"
627
+ msgstr "Meine Pinterest-Seite zu besuchen:"
628
+
629
+ #: views/sfsi_option_view2.php:442
630
+ msgid "Pin my blog on Pinterest (+1)"
631
+ msgstr "Meine Webseite auf Pinterest zu \"pinnen\" (+1)"
632
+
633
+ #: views/sfsi_option_view2.php:457
634
+ msgid "When clicked on, users will get directed to your Instagram page"
635
+ msgstr "Wenn Nutzer darauf klicken werden sie zur Instagram-Seite geleitet"
636
+
637
+ #: views/sfsi_option_view2.php:476
638
+ msgid ""
639
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
640
+ "should perform. If you select several options, then users can select what "
641
+ "they want to do"
642
+ msgstr ""
643
+ "Das LinkedIn-Icon kann mehrere Funktionen erfüllen. Wähle unten aus welche "
644
+ "Funktionen Du ihm geben willst. Wenn Du mehrere Optionen wählst können "
645
+ "Nutzer auswählen welche sie verwenden wollen."
646
+
647
+ #: views/sfsi_option_view2.php:482
648
+ msgid ""
649
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
650
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
651
+ msgstr ""
652
+ "Du findest Deine ID in dem Link zu Deiner Profilseite, z.B. https://www."
653
+ "linkedin.com/profile/view?id=<b>8539887</"
654
+ "b>&trk=nav_responsive_tab_profile_pic"
655
+
656
+ #: views/sfsi_option_view2.php:485
657
+ msgid "The LinkedIn icon should allow users to..."
658
+ msgstr "Das LinkedIn-Icon soll Nutzern erlauben..."
659
+
660
+ #: views/sfsi_option_view2.php:490
661
+ msgid "Visit my Linkedin page at:"
662
+ msgstr "Meine LinkedIn-Seite zu besuchen:"
663
+
664
+ #: views/sfsi_option_view2.php:499
665
+ msgid "Follow me on Linkedin:"
666
+ msgstr "Mir auf LinkedIn zu folgen:"
667
+
668
+ #: views/sfsi_option_view2.php:508
669
+ msgid "Share my page on LinkedIn"
670
+ msgstr "Meine Webseite auf LinkedIn zu teilen:"
671
+
672
+ #: views/sfsi_option_view2.php:515
673
+ msgid "Recommend my business or product on Linkedin"
674
+ msgstr "Mein Geschäft oder Produkt auf LinkedIn zu empfehlen:"
675
+
676
+ #: views/sfsi_option_view2.php:520
677
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
678
+ msgstr ""
679
+ "Um Deine Produkt oder Geschäfts-ID zu finden kannst Du das \"ID-Lookup\" "
680
+ "Tool verwenden unter"
681
+
682
+ #: views/sfsi_option_view2.php:524
683
+ msgid "You need to be logged in to Linkedin to be able to use it."
684
+ msgstr "Du musst auf LinkedIn eingeloggt sein um es zu nutzen. "
685
+
686
+ #: views/sfsi_option_view2.php:537
687
+ msgid ""
688
+ "Nothing needs to be done here – your visitors to share your site via «all "
689
+ "the other» social media sites."
690
+ msgstr ""
691
+ "Hier musst Du nichts machen - Deine Besucher können Deine Webseite via "
692
+ "\"allen anderen\" Soziale Medien-Seiten teilen."
693
+
694
+ #: views/sfsi_option_view2.php:553
695
+ msgid ""
696
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
697
+ "your_username)."
698
+ msgstr ""
699
+ "Bitte gebe hier den URL zu Deinem Houzz-Profil an (z.B. http://www.houzz.com/"
700
+ "user/your_username)."
701
+
702
+ #: views/sfsi_option_view2.php:585
703
+ msgid "Where do you want this icon to link to?"
704
+ msgstr "Worauf soll dieses Icon verlinken?"
705
+
706
+ #: views/sfsi_option_view2.php:589
707
+ msgid "Link:"
708
+ msgstr "Link:"
709
+
710
+ #: views/sfsi_option_view3.php:35
711
+ msgid ""
712
+ "A good & well-fitting design is not only nice to look at, but it increases "
713
+ "chances that people will subscribe and/or share your site with friends:"
714
+ msgstr ""
715
+ "Ein schönes und passendes Design ist nicht nur nett anzuschauen, sonders es "
716
+ "steigert auch die Wahrscheinlichkeit dass Besucher Deine Seite folgen bzw. "
717
+ "sie mit Freunden teilen:"
718
+
719
+ #: views/sfsi_option_view3.php:39
720
+ msgid "It comes across as more professional and gives your site more “credit”"
721
+ msgstr "Es wirkt professioneller und gibt Deiner Webseite mehr \"Kredit\""
722
+
723
+ #: views/sfsi_option_view3.php:42
724
+ msgid ""
725
+ "A smart automatic animation can make your visitors aware of your icons in an "
726
+ "unintrusive manner"
727
+ msgstr ""
728
+ "Eine klevere Animation kann Deine Besucher subtil auf die Icons hinweisen"
729
+
730
+ #: views/sfsi_option_view3.php:47
731
+ msgid ""
732
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
733
+ "site. Thank you Shortpixel!"
734
+ msgstr ""
735
+ "Die Icons wurden von Shortpixel.com komprimiert so dass Deine Webseite "
736
+ "schneller lädt. Vielen Dank Shortpixel!"
737
+
738
+ #: views/sfsi_option_view3.php:52
739
+ msgid "Theme options"
740
+ msgstr "Design-Optionen"
741
+
742
+ #: views/sfsi_option_view3.php:59
743
+ msgid "Default"
744
+ msgstr "Standard"
745
+
746
+ #: views/sfsi_option_view3.php:69
747
+ msgid "Flat"
748
+ msgstr "Flach"
749
+
750
+ #: views/sfsi_option_view3.php:78
751
+ msgid "Thin"
752
+ msgstr "Dünn"
753
+
754
+ #: views/sfsi_option_view3.php:87
755
+ msgid "Cute"
756
+ msgstr "Süss"
757
+
758
+ #: views/sfsi_option_view3.php:97
759
+ msgid "Cubes"
760
+ msgstr "Quadratisch"
761
+
762
+ #: views/sfsi_option_view3.php:105
763
+ msgid "Chrome Blue"
764
+ msgstr "Chrom (Blau)"
765
+
766
+ #: views/sfsi_option_view3.php:112
767
+ msgid "Chrome Grey"
768
+ msgstr "Chrom (grau)"
769
+
770
+ #: views/sfsi_option_view3.php:119
771
+ msgid "Splash"
772
+ msgstr "Platsch"
773
+
774
+ #: views/sfsi_option_view3.php:130
775
+ msgid "Orange"
776
+ msgstr "Orange"
777
+
778
+ #: views/sfsi_option_view3.php:137
779
+ msgid "Crystal"
780
+ msgstr "Kristall"
781
+
782
+ #: views/sfsi_option_view3.php:144
783
+ msgid "Glossy"
784
+ msgstr "Hochglanz"
785
+
786
+ #: views/sfsi_option_view3.php:151
787
+ msgid "Black"
788
+ msgstr "Schwarz"
789
+
790
+ #: views/sfsi_option_view3.php:161
791
+ msgid "Silver"
792
+ msgstr "Silber"
793
+
794
+ #: views/sfsi_option_view3.php:168
795
+ msgid "Shaded Dark"
796
+ msgstr "Schatten (dunkel)"
797
+
798
+ #: views/sfsi_option_view3.php:175
799
+ msgid "Shaded Light"
800
+ msgstr "Schatten (hell)"
801
+
802
+ #: views/sfsi_option_view3.php:182
803
+ msgid "Transparent"
804
+ msgstr "Durchsichtig"
805
+
806
+ #: views/sfsi_option_view3.php:183
807
+ msgid "for dark backgrounds"
808
+ msgstr "für dunkle Hintergründe"
809
+
810
+ #: views/sfsi_option_view3.php:192
811
+ msgid "Custom Icons"
812
+ msgstr "Benutzerdefinierte Icons"
813
+
814
+ #: views/sfsi_option_view3.php:306
815
+ msgid "Animate them (your main icons)"
816
+ msgstr "Animiere die Icons (die \"Haupt\"-Icons)"
817
+
818
+ #: views/sfsi_option_view3.php:312
819
+ msgid "Mouse-Over effects"
820
+ msgstr "Mouse-Over Effekte"
821
+
822
+ #: views/sfsi_option_view3.php:317
823
+ msgid "Fade In"
824
+ msgstr "Einblenden"
825
+
826
+ #: views/sfsi_option_view3.php:320
827
+ msgid "Scale"
828
+ msgstr "Vergrössern"
829
+
830
+ #: views/sfsi_option_view3.php:323
831
+ msgid "Combo"
832
+ msgstr "Kombi"
833
+
834
+ #: views/sfsi_option_view3.php:333
835
+ msgid "Shuffle them automatically"
836
+ msgstr "Automatisches Mischen"
837
+
838
+ #: views/sfsi_option_view3.php:340
839
+ msgid "When site is first loaded"
840
+ msgstr "Wenn die Seite erstmalig lädt"
841
+
842
+ #: views/sfsi_option_view3.php:346
843
+ msgid "Every"
844
+ msgstr "Alle"
845
+
846
+ #: views/sfsi_option_view3.php:350
847
+ msgid "seconds"
848
+ msgstr "Sekunden"
849
+
850
+ #: views/sfsi_option_view4.php:150
851
+ msgid ""
852
+ "It’s a psychological fact that people like to follow other people, so when "
853
+ "they see that your site has already a good number of Facebook likes, it’s "
854
+ "more likely that they will subscribe/like/share your site than if it had 0."
855
+ msgstr ""
856
+ "Es ist eine psychologische Tatsache dass Leute gerne anderen Leuten folgen, "
857
+ "d.h. wenn sie sehen dass Deine Webseite bereits mehrfach auf Facebook "
858
+ "\"geliked\" wurde ist es wahrscheinlicher dass sie ähnliches tun als wenn es "
859
+ "noch 0 Likes hat."
860
+
861
+ #: views/sfsi_option_view4.php:153
862
+ msgid ""
863
+ "Therefore, you can select to display the count next to your icons which will "
864
+ "look like this:"
865
+ msgstr ""
866
+ "Deswegen hast Du die Option dass Zähler neben Deinen Icons angezeigt werden, "
867
+ "so wie hier:"
868
+
869
+ #: views/sfsi_option_view4.php:215
870
+ msgid ""
871
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
872
+ "we suggest that you only turn this feature on once you have a good number of "
873
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
874
+ "should just not be 0)."
875
+ msgstr ""
876
+ "Selbstverständlich wenn Du noch 0 Likes hast würdest Du Dir damit in's Knie "
877
+ "schiessen. Deswegen schlagen wir vor diese Option erst dann zu nutzen wenn "
878
+ "Du bereits eine vorzeigbare Anzahl an Abonnenten/Likes hast (es müssen nicht "
879
+ "viele sein, 20 ist bereits ausreichend, es sollten nur nicht 0 sein)."
880
+
881
+ #: views/sfsi_option_view4.php:218
882
+ msgid "Enough waffling. So do you want to display counts?"
883
+ msgstr "Genug geschwafelt. Willst Du die Zähler anzeigen lassen oder nicht?"
884
+
885
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
886
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
887
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
888
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
889
+ msgid "Yes"
890
+ msgstr "Ja!"
891
+
892
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
893
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
894
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
895
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
896
+ msgid "No"
897
+ msgstr "Nö"
898
+
899
+ #: views/sfsi_option_view4.php:239
900
+ msgid "Please specify which counts should be shown:"
901
+ msgstr "Bitte wähle welche Zähler angezeigt werden sollen:"
902
+
903
+ #: views/sfsi_option_view4.php:261
904
+ msgid "We cannot track this. So enter the figure here:"
905
+ msgstr ""
906
+ "Wir können das nicht tracken. Also gib' den gewünschten Zählerstend bitte "
907
+ "hier ein:"
908
+
909
+ #: views/sfsi_option_view4.php:289
910
+ msgid "Retrieve the number of subscribers automatically"
911
+ msgstr "Ziehe den aktuellen Abonnenten-Zählerstand automatisch"
912
+
913
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
914
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
915
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
916
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
917
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
918
+ msgid "Enter the figure manually"
919
+ msgstr "Gib' die Zahl manuell ein"
920
+
921
+ #: views/sfsi_option_view4.php:320
922
+ msgid "Retrieve the number of likes of your blog"
923
+ msgstr "Zeige die Anzahl der Likes von Deinem Blog an"
924
+
925
+ #: views/sfsi_option_view4.php:324
926
+ msgid "Retrieve the number of likes of your facebook page"
927
+ msgstr "Zeige die Anzahl der Likes von Deiner Facebook-Seite an"
928
+
929
+ #: views/sfsi_option_view4.php:328
930
+ msgid "page ID:"
931
+ msgstr "Seiten-ID:"
932
+
933
+ #: views/sfsi_option_view4.php:333
934
+ msgid ""
935
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
936
+ msgstr ""
937
+ "Du findest diese unten wenn Du auf den \"Über\" (\"About\")-Reiter klickst"
938
+
939
+ #: views/sfsi_option_view4.php:365
940
+ msgid "Retrieve the number of Twitter followers"
941
+ msgstr "Zeige die Anzahl der Twitter-Folger an"
942
+
943
+ #: views/sfsi_option_view4.php:371
944
+ msgid "Enter Consumer Key"
945
+ msgstr "Gib' den \"Consumer Key\" ein"
946
+
947
+ #: views/sfsi_option_view4.php:377
948
+ msgid "Enter Consumer Secret"
949
+ msgstr "Gib den \"Consumer-Secret\" ein"
950
+
951
+ #: views/sfsi_option_view4.php:383
952
+ msgid "Enter Access Token"
953
+ msgstr "Gib das \"Access Token\" ein"
954
+
955
+ #: views/sfsi_option_view4.php:389
956
+ msgid "Enter Access Token Secret"
957
+ msgstr "Gib das \"Access Token Secret\" ein"
958
+
959
+ #: views/sfsi_option_view4.php:396
960
+ msgid ""
961
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
962
+ "in twitter settings under question number 2."
963
+ msgstr ""
964
+ "Bitte stelle sicher dass Du den Nutzernamen für \"Folge mich auf Twitter\" "
965
+ "in den Twitter-Optionen unter Frage 2 eingegeben hast."
966
+
967
+ #: views/sfsi_option_view4.php:400
968
+ msgid "To get this information:"
969
+ msgstr "Um diese Informationen zu bekommen:"
970
+
971
+ #: views/sfsi_option_view4.php:404
972
+ msgid "Go to"
973
+ msgstr "Gehe zu"
974
+
975
+ #: views/sfsi_option_view4.php:410
976
+ msgid "Click on \"Create new app\""
977
+ msgstr "Klicke auf \"Erstelle neue App\""
978
+
979
+ #: views/sfsi_option_view4.php:413
980
+ msgid ""
981
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
982
+ "e.g. http://dummysitename.com)"
983
+ msgstr ""
984
+ "Gib' einen willkürlichen Namen, Beschreibung und Webseiten-URL ein (inkl. "
985
+ "dem \"http://\")"
986
+
987
+ #: views/sfsi_option_view4.php:416
988
+ msgid ""
989
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
990
+ "\"Token actions\" section at the bottom"
991
+ msgstr ""
992
+ "Gehe zu \"Keys and Access Tokens\"-Reiter und klicke auf \"Generiere neues "
993
+ "Token\" in der \"Token actions\"-Sektion unten"
994
+
995
+ #: views/sfsi_option_view4.php:419
996
+ msgid ""
997
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
998
+ "key"
999
+ msgstr ""
1000
+ "Dann klicke auf \"Test OAuth\" rechts oben und Dir werden 4 \"Token keys\" "
1001
+ "angezeigt"
1002
+
1003
+ #: views/sfsi_option_view4.php:452
1004
+ msgid "Retrieve the number of Google +1 (on your blog)"
1005
+ msgstr "Zeige die Anzahl der Google +1's an (von Deiner Webseite)"
1006
+
1007
+ #: views/sfsi_option_view4.php:456
1008
+ msgid "Retrieve the number of google+ followers"
1009
+ msgstr "Zeige die Anzahl Deiner Google+ follower an"
1010
+
1011
+ #: views/sfsi_option_view4.php:462
1012
+ msgid "Enter Google API Key"
1013
+ msgstr "Gib' den Google API-Schlüssel ein"
1014
+
1015
+ #: views/sfsi_option_view4.php:470
1016
+ msgid ""
1017
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1018
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1019
+ "number 2."
1020
+ msgstr ""
1021
+ "Bitte stelle sicher dass Du den URL für \"Besuche mich auf auf Google+\" "
1022
+ "unter Frage 2 eingegeben hast."
1023
+
1024
+ #: views/sfsi_option_view4.php:475
1025
+ msgid "To get the API key for G+:"
1026
+ msgstr "Um den API-Schlüssel für G+ zu bekommen:"
1027
+
1028
+ #: views/sfsi_option_view4.php:480
1029
+ msgid "Login to your Google account, go to"
1030
+ msgstr "Logge Dich in Deinem Google-Konto ein, und gehe zu"
1031
+
1032
+ #: views/sfsi_option_view4.php:484
1033
+ msgid "and create a new project"
1034
+ msgstr "und erstelle ein neues Projekt"
1035
+
1036
+ #: views/sfsi_option_view4.php:487
1037
+ msgid ""
1038
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1039
+ "“Create new key” in the “Public API access” section"
1040
+ msgstr ""
1041
+ "Auf der linken Menü-Leiste klicke auf \"APIs & auth\", \"Credentials\" und "
1042
+ "klicke auf \"Neuen Schlüssel erstellen\" in der \"Öffentlicher API-Zugriff\"-"
1043
+ "Sektion"
1044
+
1045
+ #: views/sfsi_option_view4.php:490
1046
+ msgid ""
1047
+ "There you select “browser key” and click “Create”. You will then be shown "
1048
+ "your API key"
1049
+ msgstr ""
1050
+ "Dort wähle \"Browser Schlüssel\" und klicke auf \"Erstellen\". Dann solltest "
1051
+ "Du den API-Schlüssel sehen"
1052
+
1053
+ #: views/sfsi_option_view4.php:493
1054
+ msgid ""
1055
+ "When you enter this key into the plugin for the first time, it may take some "
1056
+ "time until the correct follower count is displayed on your website"
1057
+ msgstr ""
1058
+ "Wenn Du diesen Schlüssel zum ersten Mal im Plugin eingibst kann es eine "
1059
+ "Weile dauern bis der richtige Folger-Zählstand auf Deiner Seite angezeigt "
1060
+ "wird"
1061
+
1062
+ #: views/sfsi_option_view4.php:570
1063
+ msgid "Retrieve the number of Subscribers"
1064
+ msgstr "Zeige die Anzahl der Abonnenten an"
1065
+
1066
+ #: views/sfsi_option_view4.php:575
1067
+ msgid "Enter Youtube User name"
1068
+ msgstr "Gebe Deinen Youtube-Nutzernamen ein"
1069
+
1070
+ #: views/sfsi_option_view4.php:582
1071
+ msgid "Enter Youtube Channel id"
1072
+ msgstr "Gebe Deine Youtube-Kanal-ID ein"
1073
+
1074
+ #: views/sfsi_option_view4.php:616
1075
+ msgid "Retrieve the number of Pins"
1076
+ msgstr "Zeige die Anzahl Pins"
1077
+
1078
+ #: views/sfsi_option_view4.php:649
1079
+ msgid "Retrieve the number of Instagram followers"
1080
+ msgstr "Zeige die Anzahl von Instagram Folgern"
1081
+
1082
+ #: views/sfsi_option_view4.php:653
1083
+ msgid "Enter Instagram User name"
1084
+ msgstr "Gib' Deinen Instagram-Nutzernamen ein"
1085
+
1086
+ #: views/sfsi_option_view4.php:688
1087
+ msgid "Retrieve the number of shares"
1088
+ msgstr "Zeige an wie häufig es geteilt wurde"
1089
+
1090
+ #: views/sfsi_option_view5.php:341
1091
+ msgid "Order of your icons"
1092
+ msgstr "Anordnung der Icons"
1093
+
1094
+ #: views/sfsi_option_view5.php:430
1095
+ msgid "Drag and Drop"
1096
+ msgstr "Drag & Drop"
1097
+
1098
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1099
+ msgid "Size and spacing of your icons"
1100
+ msgstr "Grösse und Abstände der Icons"
1101
+
1102
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1103
+ msgid "Size:"
1104
+ msgstr "Grösse:"
1105
+
1106
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1107
+ msgid "pixels wide and tall"
1108
+ msgstr "Pixels breit und hoch"
1109
+
1110
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1111
+ msgid "Spacing between icons:"
1112
+ msgstr "Abstand zwischen Icons:"
1113
+
1114
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1115
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1116
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1117
+ msgid "Pixels"
1118
+ msgstr "Pixel"
1119
+
1120
+ #: views/sfsi_option_view5.php:457
1121
+ msgid "Alignments"
1122
+ msgstr "Ausrichtungen"
1123
+
1124
+ #: views/sfsi_option_view5.php:461
1125
+ msgid "Alignment of icons:"
1126
+ msgstr "Ausrichtung der Icons"
1127
+
1128
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1129
+ msgid "Centered"
1130
+ msgstr "Zentralisiert"
1131
+
1132
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1133
+ #: views/sfsi_option_view8.php:496
1134
+ msgid "Right"
1135
+ msgstr "Rechtsbündig"
1136
+
1137
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1138
+ #: views/sfsi_option_view8.php:493
1139
+ msgid "Left"
1140
+ msgstr "Linksbündig"
1141
+
1142
+ #: views/sfsi_option_view5.php:477
1143
+ msgid "Icons per row:"
1144
+ msgstr "Icons pro Zeile:"
1145
+
1146
+ #: views/sfsi_option_view5.php:481
1147
+ msgid "Leave empty if you dont want to define this"
1148
+ msgstr "Lasse dies leer falls es Dir egal ist"
1149
+
1150
+ #: views/sfsi_option_view5.php:488
1151
+ msgid "Language & Button-text"
1152
+ msgstr "Sprache und Icon-Texte"
1153
+
1154
+ #: views/sfsi_option_view5.php:493
1155
+ msgid "Follow-button:"
1156
+ msgstr "Abonnieren-Icon:"
1157
+
1158
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1159
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1160
+ #: views/sfsi_option_view9.php:111
1161
+ msgid "Preview:"
1162
+ msgstr "Vorschau:"
1163
+
1164
+ #: views/sfsi_option_view5.php:514
1165
+ msgid "Facebook «Visit»-icon:"
1166
+ msgstr "Facebook \"Besuche uns\"-Icon:"
1167
+
1168
+ #: views/sfsi_option_view5.php:535
1169
+ msgid "Twitter «Visit»-icon:"
1170
+ msgstr "Twitter \"Besuche uns\"-Icon:"
1171
+
1172
+ #: views/sfsi_option_view5.php:556
1173
+ msgid "Google+ «Visit»-icon:"
1174
+ msgstr "Google+ \"Besuche uns\"-Icon:"
1175
+
1176
+ #: views/sfsi_option_view5.php:577
1177
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1178
+ msgstr ""
1179
+ "Sprache für die \"Like\" und \"Teilen\"-Icons (Facebook, Twitter, Google+):"
1180
+
1181
+ #: views/sfsi_option_view5.php:748
1182
+ msgid "New window"
1183
+ msgstr "Neues Fenster"
1184
+
1185
+ #: views/sfsi_option_view5.php:753
1186
+ msgid ""
1187
+ "If user clicks on your icons, do you want to open the page in a new window?"
1188
+ msgstr ""
1189
+ "Wenn Nutzer auf die Icons klicken, soll es ein neues Browserfenster öffnen?"
1190
+
1191
+ #: views/sfsi_option_view5.php:776
1192
+ msgid "Sticking & Disable on mobile"
1193
+ msgstr "\"Klebrige\" Icons & De-Aktivierung auf Mobilgeräten"
1194
+
1195
+ #: views/sfsi_option_view5.php:779
1196
+ msgid ""
1197
+ "If you decided to show your icons via a widget, you can add the effect that "
1198
+ "when the user scrolls down, the icons will stick at the top of the screen "
1199
+ "so that they are still displayed even if the user scrolled all the way down. "
1200
+ "Do you want to do that?"
1201
+ msgstr ""
1202
+ "Falls Du die Icons mit einem Widget platziert hast kannst Du den Effekt "
1203
+ "hinzufügen dass wenn Nutzer nach unten scrollen, die Icons am oberen Ende "
1204
+ "der Seite \"kleben\" bleiben. Dadurch sind die Icons noch sichtbar wenn der "
1205
+ "Nutzer bereits weit nach unten gescrollt hat. Willst Du das?"
1206
+
1207
+ #: views/sfsi_option_view5.php:802
1208
+ msgid "Disable float icons on mobile devices"
1209
+ msgstr "Schwebende Icons auf Mobilgeräten deaktivieren"
1210
+
1211
+ #: views/sfsi_option_view5.php:824
1212
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1213
+ msgstr ""
1214
+ "Deaktiviere automatisches Skalieren für Mobilgeräte (\"Viewport\" meta tag)"
1215
+
1216
+ #: views/sfsi_option_view5.php:848
1217
+ msgid "Mouseover text"
1218
+ msgstr "Mouseover-Text"
1219
+
1220
+ #: views/sfsi_option_view5.php:851
1221
+ msgid ""
1222
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1223
+ "perform different actions) then you can define here what text will be "
1224
+ "displayed if a user moves his mouse over the icon:"
1225
+ msgstr ""
1226
+ "Wenn Du Deinem Icon nur eine Funktion gegeben hast (d.h. kein Pop-up mit "
1227
+ "mehreren Optionen) kannst Du hier definieren welcher Text angezeigt werden "
1228
+ "soll wenn Nutzer mit ihrer Maus über die Icons fahren:"
1229
+
1230
+ #: views/sfsi_option_view6.php:27
1231
+ msgid ""
1232
+ "The selections you made so far were to display the subscriptions/ social "
1233
+ "media icons for your site in general (in a widget on the sidebar). You can "
1234
+ "also display icons at the end of every post, encouraging users to subscribe/"
1235
+ "like/share after they’ve read it. The following buttons will be added:"
1236
+ msgstr ""
1237
+ "Die Einstellungen welche Du bisher vorgenommen hast waren für die \"Haupt-"
1238
+ "Icons\" (z.B. platziert via Widget). Du kannst auch Icons vor oder nach den "
1239
+ "Artikeln platzieren, und dadurch Nutzer zum Folgen/Teilen auffordern nachdem "
1240
+ "sie den Artikel gelesen haben. Folgende Icons werden hinzugefügt:"
1241
+
1242
+ #: views/sfsi_option_view6.php:43
1243
+ msgid "Those are usually all you need:"
1244
+ msgstr "Diese sollten im Normalfall ausreichen:"
1245
+
1246
+ #: views/sfsi_option_view6.php:47
1247
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1248
+ msgstr "Facebook ist No.1 im \"Liken\", also ein Muss"
1249
+
1250
+ #: views/sfsi_option_view6.php:50
1251
+ msgid ""
1252
+ "Google+ is also important due to SEO reasons, so important to have as well"
1253
+ msgstr "Google+ ist evenfalls wichtig aufgrund von SEO"
1254
+
1255
+ #: views/sfsi_option_view6.php:53
1256
+ msgid "Share-button covers all other platforms for sharing"
1257
+ msgstr "Das Teilen-Icon deckt alle anderen Plattform für's Teilen ab "
1258
+
1259
+ #: views/sfsi_option_view6.php:58
1260
+ msgid "So: do you want to display those at the end of every post?"
1261
+ msgstr "Also: Willst Du diese Icons am Ende von jedem Artikel anzeigen lassen?"
1262
+
1263
+ #: views/sfsi_option_view6.php:78
1264
+ msgid "Options:"
1265
+ msgstr "Optionen:"
1266
+
1267
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1268
+ msgid "Text to appear before the sharing icons:"
1269
+ msgstr "Text welcher vor den Icons erscheinen soll:"
1270
+
1271
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1272
+ msgid "Alignment of share icons:"
1273
+ msgstr "Ausrichtung der Icons:"
1274
+
1275
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1276
+ msgid "Do you want to display the counts?"
1277
+ msgstr "Willst Du Zähler hinzufügen?"
1278
+
1279
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1280
+ msgid "YES"
1281
+ msgstr "Ja!"
1282
+
1283
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1284
+ msgid "NO"
1285
+ msgstr "Nö"
1286
+
1287
+ #: views/sfsi_option_view7.php:48
1288
+ msgid ""
1289
+ "You can increase chances that people share or follow you by displaying a pop-"
1290
+ "up asking them to. You can define the design and layout below:"
1291
+ msgstr ""
1292
+ "Du kannst die Wahrscheinlichkeit steigern dass Dir Leute folgen / Deine "
1293
+ "Inhalte teilen wenn Du sie in einem Pop-up dazu aufforderst. Unten kannst Du "
1294
+ "das Design und Layout dazu definieren:"
1295
+
1296
+ #: views/sfsi_option_view7.php:54
1297
+ msgid "Enjoy this site? Please follow and like us!"
1298
+ msgstr "Gefällt Dir die Seite? Bitte folge und teile uns!"
1299
+
1300
+ #: views/sfsi_option_view7.php:143
1301
+ msgid "Text and Design"
1302
+ msgstr "Text und Design"
1303
+
1304
+ #: views/sfsi_option_view7.php:147
1305
+ msgid "Text Options"
1306
+ msgstr "Text-Optionen"
1307
+
1308
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1309
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1310
+ msgid "Text:"
1311
+ msgstr "Text:"
1312
+
1313
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1314
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1315
+ msgid "Font:"
1316
+ msgstr "Schrift:"
1317
+
1318
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1319
+ #: views/sfsi_option_view9.php:505
1320
+ msgid "Font style:"
1321
+ msgstr "Schriftart:"
1322
+
1323
+ #: views/sfsi_option_view7.php:219
1324
+ msgid "Font color:"
1325
+ msgstr "Schriftfarbe:"
1326
+
1327
+ #: views/sfsi_option_view7.php:224
1328
+ msgid "Font size:"
1329
+ msgstr "Schriftgrösse:"
1330
+
1331
+ #: views/sfsi_option_view7.php:231
1332
+ msgid "Icon Box Layout"
1333
+ msgstr "Icon-Box Layout"
1334
+
1335
+ #: views/sfsi_option_view7.php:235
1336
+ msgid "Background Color:"
1337
+ msgstr "Hintergrundfarbe:"
1338
+
1339
+ #: views/sfsi_option_view7.php:241
1340
+ msgid "Border Color:"
1341
+ msgstr "Farbe des Rahmens:"
1342
+
1343
+ #: views/sfsi_option_view7.php:249
1344
+ msgid "Border Thinckness:"
1345
+ msgstr "Dicke des Rahmens:"
1346
+
1347
+ #: views/sfsi_option_view7.php:257
1348
+ msgid "Border Shadow:"
1349
+ msgstr "Schattierung des Rahmens:"
1350
+
1351
+ #: views/sfsi_option_view7.php:263
1352
+ msgid "On"
1353
+ msgstr "Ein"
1354
+
1355
+ #: views/sfsi_option_view7.php:269
1356
+ msgid "Off"
1357
+ msgstr "Aus"
1358
+
1359
+ #: views/sfsi_option_view7.php:279
1360
+ msgid "Where shall the pop-up be shown?"
1361
+ msgstr "Wo soll das Pop-up angezeigt werden?"
1362
+
1363
+ #: views/sfsi_option_view7.php:284
1364
+ msgid "Nowhere"
1365
+ msgstr "Nirgends"
1366
+
1367
+ #: views/sfsi_option_view7.php:290
1368
+ msgid "On every page"
1369
+ msgstr "Auf jeder Seite"
1370
+
1371
+ #: views/sfsi_option_view7.php:296
1372
+ msgid "On blog posts only"
1373
+ msgstr "Ausschliesslich auf Artikel-Seiten"
1374
+
1375
+ #: views/sfsi_option_view7.php:302
1376
+ msgid "On selected pages only"
1377
+ msgstr "Nur auf ausgewählten Seiten"
1378
+
1379
+ #: views/sfsi_option_view7.php:345
1380
+ msgid "Please hold CTRL key to select multiple pages"
1381
+ msgstr "Drücke die \"Strg\"-Taste um mehrere Seiten auszuwählen"
1382
+
1383
+ #: views/sfsi_option_view7.php:351
1384
+ msgid "When shall the pop-up be shown?"
1385
+ msgstr "Wann soll das Pop-Up angezeigt werden?"
1386
+
1387
+ #: views/sfsi_option_view7.php:356
1388
+ msgid "Once"
1389
+ msgstr "Einmalig"
1390
+
1391
+ #: views/sfsi_option_view7.php:358
1392
+ msgid "seconds after the user arrived on the site"
1393
+ msgstr "Sekunden nachdem der Nutzer auf die Seite gekommen ist"
1394
+
1395
+ #: views/sfsi_option_view7.php:364
1396
+ msgid "Every time user scrolls to the end of the page"
1397
+ msgstr "Jedes mal wenn der Nutzer am Ende der Seite angelangt ist"
1398
+
1399
+ #: views/sfsi_option_view8.php:112
1400
+ msgid "Show them via a widget"
1401
+ msgstr "Zeige sie mit einem Widget"
1402
+
1403
+ #: views/sfsi_option_view8.php:125
1404
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1405
+ msgstr "Gehe zur Widget-Sektion und ziehe es dorthin wo Du es haben willst!"
1406
+
1407
+ #: views/sfsi_option_view8.php:142
1408
+ msgid "Float them on the page"
1409
+ msgstr "Schwebende Icons"
1410
+
1411
+ #: views/sfsi_option_view8.php:160
1412
+ msgid "Top left"
1413
+ msgstr "Oben links"
1414
+
1415
+ #: views/sfsi_option_view8.php:167
1416
+ msgid "Top right"
1417
+ msgstr "Oben rechts"
1418
+
1419
+ #: views/sfsi_option_view8.php:174
1420
+ msgid "Center left"
1421
+ msgstr "Zentral links"
1422
+
1423
+ #: views/sfsi_option_view8.php:181
1424
+ msgid "Center right"
1425
+ msgstr "Zentral rechts"
1426
+
1427
+ #: views/sfsi_option_view8.php:188
1428
+ msgid "Bottom left"
1429
+ msgstr "Unten links"
1430
+
1431
+ #: views/sfsi_option_view8.php:195
1432
+ msgid "Bottom right"
1433
+ msgstr "Unten rechts"
1434
+
1435
+ #: views/sfsi_option_view8.php:202
1436
+ msgid "Margin From:"
1437
+ msgstr "Abstand von:"
1438
+
1439
+ #: views/sfsi_option_view8.php:207
1440
+ msgid "Top:"
1441
+ msgstr "Oben:"
1442
+
1443
+ #: views/sfsi_option_view8.php:216
1444
+ msgid "Bottom:"
1445
+ msgstr "Unten:"
1446
+
1447
+ #: views/sfsi_option_view8.php:225
1448
+ msgid "Left:"
1449
+ msgstr "Links:"
1450
+
1451
+ #: views/sfsi_option_view8.php:234
1452
+ msgid "Right:"
1453
+ msgstr "Rechts:"
1454
+
1455
+ #: views/sfsi_option_view8.php:253
1456
+ msgid "Place them manually"
1457
+ msgstr "Platziere sie manuell"
1458
+
1459
+ #: views/sfsi_option_view8.php:266
1460
+ msgid "Place the following string into your theme codes: "
1461
+ msgstr "Platziere den folgenden Code in Deinen Template-Code:"
1462
+
1463
+ #: views/sfsi_option_view8.php:270
1464
+ msgid ""
1465
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1466
+ "want."
1467
+ msgstr ""
1468
+ "Oder verwende den Shortcode [DISPLAY_ULTIMATE_PLUS] um die Icons dort zu "
1469
+ "platzieren wo Du willst."
1470
+
1471
+ #: views/sfsi_option_view8.php:282
1472
+ msgid "Show them before or after posts"
1473
+ msgstr "Zeige sie vor oder nach Artikeln"
1474
+
1475
+ #: views/sfsi_option_view8.php:296
1476
+ msgid "Here you have two options:"
1477
+ msgstr "Hier gibt es zwei Optionen:"
1478
+
1479
+ #: views/sfsi_option_view8.php:304
1480
+ msgid "Display rectangle icons"
1481
+ msgstr "Verwende rechteckige Icons"
1482
+
1483
+ #: views/sfsi_option_view8.php:310
1484
+ msgid "Display the icons I selected above"
1485
+ msgstr "Verwende die oben gewählten Icons"
1486
+
1487
+ #: views/sfsi_option_view8.php:318
1488
+ msgid ""
1489
+ "Rectangle icons spell out the «call to action» which increases chances that "
1490
+ "visitors do it."
1491
+ msgstr ""
1492
+ "Rechteckige Icons fordern Besucher aktiver zum Handeln auf, wodurch die "
1493
+ "Chance steigt dass sie es machen."
1494
+
1495
+ #: views/sfsi_option_view8.php:321
1496
+ msgid "Select the icons you want to show:"
1497
+ msgstr "Wähle die Icons welche Du anzeigen lassen willst:"
1498
+
1499
+ #: views/sfsi_option_view8.php:371
1500
+ msgid "may impact loading speed"
1501
+ msgstr "kann Ladezeiten erhöhen"
1502
+
1503
+ #: views/sfsi_option_view8.php:421
1504
+ msgid "Display them:"
1505
+ msgstr "Zeige sie:"
1506
+
1507
+ #: views/sfsi_option_view8.php:424
1508
+ msgid "On Post Pages"
1509
+ msgstr "Auf Artikelseiten"
1510
+
1511
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1512
+ msgid "Before posts"
1513
+ msgstr "Vor Artikeln"
1514
+
1515
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1516
+ msgid "After posts"
1517
+ msgstr "Nach Artikeln"
1518
+
1519
+ #: views/sfsi_option_view8.php:453
1520
+ msgid "On Homepage"
1521
+ msgstr "Auf der Homepage"
1522
+
1523
+ #: views/sfsi_option_view8.php:499
1524
+ msgid "Center"
1525
+ msgstr "Zentral"
1526
+
1527
+ #: views/sfsi_option_view9.php:98
1528
+ msgid ""
1529
+ "In addition to the email- or follow-icon you can also show a subscription "
1530
+ "form which maximizes chances that people subscribe to your site. To get "
1531
+ "access to the emails who subscribe, please"
1532
+ msgstr ""
1533
+ "Zusätzlich zum Email- oder Abonnieren-Icon kannst Du auch ein Abonnieren-"
1534
+ "Formular anzeigen lassen welches die Chancen, Abonnenten zu gewinnen, stark "
1535
+ "erhöht. Um Zugang zu den Emails der Abonnenten zu erhalten, "
1536
+
1537
+ #: views/sfsi_option_view9.php:102
1538
+ msgid "claim your feed."
1539
+ msgstr "registriere Dich auf SpecificFeeds."
1540
+
1541
+ #: views/sfsi_option_view9.php:121
1542
+ msgid "Place it on your site"
1543
+ msgstr "Platziere es auf Deiner Webseite"
1544
+
1545
+ #: views/sfsi_option_view9.php:124
1546
+ msgid "You can place the form by different methods:"
1547
+ msgstr "Du kannst Sie in unterschiedlicher Weise platzieren:"
1548
+
1549
+ #: views/sfsi_option_view9.php:130
1550
+ msgid "Widget:"
1551
+ msgstr "Widget:"
1552
+
1553
+ #: views/sfsi_option_view9.php:132
1554
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1555
+ msgstr "Gehe zur Widget-Sektion und ziehe sie auf die Seiten-Leiste:"
1556
+
1557
+ #: views/sfsi_option_view9.php:139
1558
+ msgid "Shortcode:"
1559
+ msgstr "Shortcode:"
1560
+
1561
+ #: views/sfsi_option_view9.php:142
1562
+ msgid "Use the shortcode"
1563
+ msgstr "Nutze den Shortcode"
1564
+
1565
+ #: views/sfsi_option_view9.php:146
1566
+ msgid "to place it into your codes"
1567
+ msgstr "um ihn in Deinen Code zu platzieren"
1568
+
1569
+ #: views/sfsi_option_view9.php:150
1570
+ msgid "Copy & paste HTML code:"
1571
+ msgstr "Kopiere und füge den HTML-Code ein:"
1572
+
1573
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1574
+ msgid "Get new posts by email:"
1575
+ msgstr "Erhalte neue Nachrichten per Email:"
1576
+
1577
+ #: views/sfsi_option_view9.php:186
1578
+ msgid "Define text & design (optional)"
1579
+ msgstr "Definiere den Text & Design (optional)"
1580
+
1581
+ #: views/sfsi_option_view9.php:189
1582
+ msgid "Overall size & border"
1583
+ msgstr "Allgemeine Grösse und Rahmen"
1584
+
1585
+ #: views/sfsi_option_view9.php:201
1586
+ msgid "Adjust size to space on website?"
1587
+ msgstr "Grösse der Webseite automatisch anpassen?"
1588
+
1589
+ #: views/sfsi_option_view9.php:224
1590
+ msgid "Height"
1591
+ msgstr "Höhe"
1592
+
1593
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1594
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1595
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1596
+ msgid "pixels"
1597
+ msgstr "Pixel"
1598
+
1599
+ #: views/sfsi_option_view9.php:235
1600
+ msgid "Width"
1601
+ msgstr "Breite"
1602
+
1603
+ #: views/sfsi_option_view9.php:247
1604
+ msgid "Border?"
1605
+ msgstr "Rahmen?"
1606
+
1607
+ #: views/sfsi_option_view9.php:270
1608
+ msgid "Thickness"
1609
+ msgstr "Dicke"
1610
+
1611
+ #: views/sfsi_option_view9.php:281
1612
+ msgid "Color"
1613
+ msgstr "Farbe"
1614
+
1615
+ #: views/sfsi_option_view9.php:296
1616
+ msgid "Background color:"
1617
+ msgstr "Hintergrundfarbe:"
1618
+
1619
+ #: views/sfsi_option_view9.php:317
1620
+ msgid "Text above entry field"
1621
+ msgstr "Text über dem Eingabefeld:"
1622
+
1623
+ #: views/sfsi_option_view9.php:348
1624
+ msgid " Font style:"
1625
+ msgstr "Schriftart:"
1626
+
1627
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1628
+ msgid "Font color"
1629
+ msgstr "Schriftfarbe:"
1630
+
1631
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1632
+ #: views/sfsi_option_view9.php:527
1633
+ msgid "Font size"
1634
+ msgstr "Schriftgrösse:"
1635
+
1636
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1637
+ #: views/sfsi_option_view9.php:541
1638
+ msgid "Alignment:"
1639
+ msgstr "Ausrichtung:"
1640
+
1641
+ #: views/sfsi_option_view9.php:397
1642
+ msgid "Entry field"
1643
+ msgstr "Eingabefeld"
1644
+
1645
+ #: views/sfsi_option_view9.php:474
1646
+ msgid "Subscribe button"
1647
+ msgstr "Abonnieren-Button"
1648
+
1649
+ #: views/sfsi_option_view9.php:550
1650
+ msgid "Button color:"
1651
+ msgstr "Button-Farbe"
1652
+
1653
+ #: views/sfsi_option_view9.php:681
1654
+ msgid "Left Align"
1655
+ msgstr "Linksbündig"
1656
+
1657
+ #: views/sfsi_option_view9.php:687
1658
+ msgid "Right Align"
1659
+ msgstr "Rechtsbündig"
1660
+
1661
+ #: views/sfsi_options_view.php:10
1662
+ msgid ""
1663
+ "We found errors in your javascript which may cause the plugin to not work "
1664
+ "properly. Please fix the error:"
1665
+ msgstr ""
1666
+ "Es gibt Fehler in Deinem Javascript welche dazu führen können dass das "
1667
+ "Plugin nicht einwandfrei funktioniert. Bitte korrigiere den Fehler:"
1668
+
1669
+ #: views/sfsi_options_view.php:52
1670
+ msgid ""
1671
+ "New: You can now also show a subscription form on your site, increasing sign-"
1672
+ "ups! (Question 8)"
1673
+ msgstr ""
1674
+ "Neu: Du kannst nun auch ein Abonnieren-Formular auf Deiner Seite anzeigen "
1675
+ "lassen, welches mehr Abonnenten gewinnt (unter Frage 8)"
1676
+
1677
+ #: views/sfsi_options_view.php:54
1678
+ msgid ""
1679
+ "If question 8 gets displayed in a funny way then please reload the page by "
1680
+ "pressing Control+F5(PC) or Command+R(Mac)"
1681
+ msgstr ""
1682
+ "Wenn die Frage 8 seltsam angezeigt wird, dann lade die Seite bitte neu indem "
1683
+ "Du Strg+F5 (auf PC) oder Command+R (auf Mac) drückst"
1684
+
1685
+ #: views/sfsi_options_view.php:64
1686
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1687
+ msgstr "Willkommen zum Ultimativen Social Media PLUS Plugin!"
1688
+
1689
+ #: views/sfsi_options_view.php:67
1690
+ msgid ""
1691
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1692
+ "liking needs!"
1693
+ msgstr ""
1694
+ "Das Plugin ist 100% kostenlos und wird alle Deine Abonnieren/Teilen/Liken-"
1695
+ "Wünsche in Erfüllung bringen!"
1696
+
1697
+ #: views/sfsi_options_view.php:70
1698
+ msgid ""
1699
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1700
+ "- that`s it!"
1701
+ msgstr ""
1702
+ "Beantworte einfach die untenstehenden Fragen (zumindest die ersten drei) "
1703
+ "indem Du auf Sie klickst - das war's dann auch schon!"
1704
+
1705
+ #: views/sfsi_options_view.php:73
1706
+ msgid ""
1707
+ "If you have questions, or something doesn`t work as it should, please read "
1708
+ "the FAQ:"
1709
+ msgstr ""
1710
+ "Wenn Du Fragen hast, oder etwas nicht so funktioniert wie es soll, bitte "
1711
+ "schau' bei unseren FAQ vorbei:"
1712
+
1713
+ #: views/sfsi_options_view.php:84
1714
+ msgid "Which icons do you want to show on your site?"
1715
+ msgstr "Welche Icons willst Du auf Deiner Webseite anzeigen lassen?"
1716
+
1717
+ #: views/sfsi_options_view.php:92
1718
+ msgid "What do you want the icons to do?"
1719
+ msgstr "Was sollen die Icons machen?"
1720
+
1721
+ #: views/sfsi_options_view.php:99
1722
+ msgid "Where shall they be displayed?"
1723
+ msgstr "Wo sollen sie angezeigt werden?"
1724
+
1725
+ #: views/sfsi_options_view.php:105
1726
+ msgid "Optional"
1727
+ msgstr "Optional"
1728
+
1729
+ #: views/sfsi_options_view.php:110
1730
+ msgid "What design and animation do you want to give your icons?"
1731
+ msgstr "Welches Design und Animation sollen die Icons haben?"
1732
+
1733
+ #: views/sfsi_options_view.php:117
1734
+ msgid "Do you want to display \"counts\" next to your main icons?"
1735
+ msgstr "Willst Du \"Zähler\" von Deinen Icons anzeigen lassen?"
1736
+
1737
+ #: views/sfsi_options_view.php:124
1738
+ msgid "Any other wishes for your main icons?"
1739
+ msgstr "Sonstige Wünsche?"
1740
+
1741
+ #: views/sfsi_options_view.php:136
1742
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1743
+ msgstr ""
1744
+ "Willst Du ein Pop-up anzeigen lassen, welches Besucher auffordert Dir zu "
1745
+ "folgen / Inhalte zu teilen?"
1746
+
1747
+ #: views/sfsi_options_view.php:143
1748
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1749
+ msgstr ""
1750
+ "Willst Du ein Abonnieren-Formular anzeigen lassen (steigert Abonnentenzahlen "
1751
+ "deutlich!)"
1752
+
1753
+ #: views/sfsi_options_view.php:159
1754
+ msgid ""
1755
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1756
+ "rating"
1757
+ msgstr ""
1758
+ "Dieses Plugin ist 100% kostenlos. Erfülle uns einen RIESEN-Gefallen und gib' "
1759
+ "uns eine 5-Sternchen-Bewertung"
1760
+
1761
+ #: views/sfsi_options_view.php:161
1762
+ msgid "here"
1763
+ msgstr "hier"
1764
+
1765
+ #: views/sfsi_options_view.php:163
1766
+ msgid ""
1767
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1768
+ "com, so that we can sort it out.Thank you!"
1769
+ msgstr ""
1770
+ "Wenn Du nicht zufrieden bist mit dem Plugin bitte kontaktiere uns unter "
1771
+ "support@ultimatelysocial.com (auf englisch) um Dampf abzulassen. Danke!"
1772
+
1773
+ #: views/sfsi_options_view.php:166
1774
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1775
+ msgstr "Suchst Du exzellente Wordpress-Entwickler für einen bezahlbaren Preis?"
1776
+
1777
+ #: views/sfsi_options_view.php:168
1778
+ msgid "Visit us on ultimatelysocial.com"
1779
+ msgstr "Besuche uns auf www.ultimatelysocial.com"
1780
+
1781
+ #: views/sfsi_options_view.php:179
1782
+ msgid ""
1783
+ "The plugin was translated by (your name). Need translation work to get done? "
1784
+ "Contact (your name) at (your email)"
1785
+ msgstr ""
1786
+ "Diese Plugin wurde von einem freiwilligen Übersetzer übersetzt. Es lebe der "
1787
+ "Wordpress-Community-Spirit!"
1788
+
1789
+ #: views/sfsi_pop_content.php:31
1790
+ msgid "Steps:"
1791
+ msgstr "Schritte"
1792
+
1793
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1794
+ msgid "Click on << Upload >> below"
1795
+ msgstr "Klicke auf \"Upload\" unten"
1796
+
1797
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1798
+ msgid "Upload the icon into the media gallery"
1799
+ msgstr "Lade das Icon in die Medien-Gallerie hoch"
1800
+
1801
+ #: views/sfsi_pop_content.php:41
1802
+ msgid "Click on << Insert into post >> "
1803
+ msgstr "Klicke auf \"In Post einfügen\""
1804
+
1805
+ #: views/sfsi_pop_content.php:90
1806
+ msgid "Move over the Facebook-icon…"
1807
+ msgstr "Fahre über das Facebook-icon..."
1808
+
1809
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1810
+ msgid "Move over the “+ icon” to see the sharing options"
1811
+ msgstr "Fahre über das \"+ Icon\" um die Teilen-Optionen zu sehen"
1812
+
1813
+ #: views/sfsi_pop_content.php:145
1814
+ msgid "Move over the Twitter-icon…"
1815
+ msgstr "Fahre über das Twitter-icon..."
1816
+
1817
+ #: views/sfsi_pop_content.php:172
1818
+ msgid "Move over the Google+ icon…"
1819
+ msgstr "Fahre über das Google+-icon..."
1820
+
1821
+ #: views/sfsi_pop_content.php:198
1822
+ msgid "Move over the YouTube-icon…"
1823
+ msgstr "Fahre über das Youtube-icon..."
1824
+
1825
+ #: views/sfsi_pop_content.php:221
1826
+ msgid "Move over the Pinterest-icon…"
1827
+ msgstr "Fahre über das Pinterest-icon..."
1828
+
1829
+ #: views/sfsi_pop_content.php:249
1830
+ msgid "Move over the LinkedIn-icon…"
1831
+ msgstr "Fahre über das LinkedIn-icon..."
1832
+
1833
+ #: views/sfsi_pop_content.php:285
1834
+ msgid ""
1835
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1836
+ "option too, because it will get you more readers as explained"
1837
+ msgstr ""
1838
+ "Beachte: Auch wenn Du bereits einen Newsletter anbietest macht es dennoch "
1839
+ "Sinn diese Option anzubieten, weil Du zusätzliche Abonnenten gewinnst, dies "
1840
+ "ist erklärt"
1841
+
1842
+ #: views/sfsi_pop_content.php:292
1843
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1844
+ msgstr ""
1845
+ "Ok, lass es für den Moment aktiviert, ich will sehen wie es funktioniert"
1846
+
1847
+ #: views/sfsi_pop_content.php:296
1848
+ msgid "Deactivate it"
1849
+ msgstr "Deaktiviere es"
1850
+
1851
+ #: views/sfsi_pop_content.php:304
1852
+ msgid ""
1853
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1854
+ "activating a link back to our site:"
1855
+ msgstr ""
1856
+ "Ok, in Ordnung, allerdings dafür dass wir das Plugin kostenlos anbieten, "
1857
+ "bitte unterstütze uns mit einem Dankeschön-Link:"
1858
+
1859
+ #: views/sfsi_pop_content.php:309
1860
+ msgid "Ok, activate link"
1861
+ msgstr "Ok, Link aktivieren"
1862
+
1863
+ #: views/sfsi_pop_content.php:313
1864
+ msgid "Don’t activate link"
1865
+ msgstr "Link nicht aktivieren"
1866
+
1867
+ #: views/sfsi_pop_content.php:321
1868
+ msgid ""
1869
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1870
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1871
+ msgstr ""
1872
+ "Hui, es ist nicht einfach mit Dir. Letzter Versuch: Als Minimum, könntest Du "
1873
+ "uns bitte eine 5-Sternchen-Bewertung geben? Es dauert nur eine Minute. Danke!"
1874
+
1875
+ #: views/sfsi_pop_content.php:325
1876
+ msgid "Ok, Review it"
1877
+ msgstr "Ok, Bewertung abgeben"
1878
+
1879
+ #: views/sfsi_pop_content.php:329
1880
+ msgid "Don’t review and exit"
1881
+ msgstr "Keine Bewertung abgeben und schliessen"
1882
+
1883
+ #: views/sfsi_pop_content.php:341
1884
+ msgid "Upload custom icons"
1885
+ msgstr "Benutzerdefiniertes Icon hochladen"
1886
+
1887
+ #: views/sfsi_pop_content.php:344
1888
+ msgid ""
1889
+ "Here you can upload custom icons which perform the same actions as the "
1890
+ "standard icons."
1891
+ msgstr ""
1892
+ "Hier kannst Du Benutzerdefinierte Icons hochladen welche die selben "
1893
+ "Funktionen wie die Standard-Icons erfüllen."
1894
+
1895
+ #: views/sfsi_pop_content.php:353
1896
+ msgid "Click on << Insert into post >>"
1897
+ msgstr "Klicke auf \"In Post einfügen\""
1898
+
1899
+ #: views/sfsi_pop_content.php:583
1900
+ msgid "I'm done!"
1901
+ msgstr "Ich habe fertig!"
1902
+
1903
+ #. Plugin Name of the plugin/theme
1904
+ msgid "Ultimate Social Media PLUS"
1905
+ msgstr "Ultimate Social Media PLUS"
1906
+
1907
+ #. Plugin URI of the plugin/theme
1908
+ #. Author URI of the plugin/theme
1909
+ msgid "http://ultimatelysocial.com"
1910
+ msgstr "http://ultimatelysocial.com"
1911
+
1912
+ #. Description of the plugin/theme
1913
+ msgid ""
1914
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1915
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1916
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1917
+ "range of design options and other features."
1918
+ msgstr ""
1919
+ "Das beste Soziale-Medien-Plugin auf dem Markt. Und dazu noch 100% kostenlos. "
1920
+ "Erlaubt Dir Icons für Soziale Medien (insb. Facebook, Twitter, Email, RSS, "
1921
+ "Pinterest, Instagram, Google+, LinkedIn, Teilen-Icon) auf Deine Webseite zu "
1922
+ "platzieren. Du kannst aus einer breiten Palette von Design-Optionen und "
1923
+ "Funktionalitäten wählen."
1924
+
1925
+ #. Author of the plugin/theme
1926
+ msgid "UltimatelySocial"
1927
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-el_GR.mo ADDED
Binary file
languages/ultimate-social-media-plus-el_GR.po ADDED
@@ -0,0 +1,1967 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.7\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-10 16:12+0200\n"
9
+ "PO-Revision-Date: 2016-04-13 16:21+0300\n"
10
+ "Last-Translator: \n"
11
+ "Language-Team: \n"
12
+ "Language: el\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Δεν επιτρέπεπεται η πρόσβαση."
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Περισσότερα"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Αποθήκευση"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Αποθηκεύεται"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Αποθηκεύτηκε"
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Σύμπτηξη"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Αποθήκευση Όλων των Ρυθμίσεων"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Ανεβάστε ένα δικό σας εικονίδιο αν έχετε άλλους λογαριασμούς/ιστοσελίδες για "
66
+ "τις οποίες θέλετε να βάλετε link."
67
+
68
+ #: libs/sfsi_Init_JqueryCss.php:55
69
+ msgid "It depends"
70
+ msgstr "Εξαρτάται"
71
+
72
+ #: libs/sfsi_install_uninstall.php:430
73
+ msgid ""
74
+ "Error: It seems that CURL is disabled on your server. Please contact your "
75
+ "server administrator to install / enable CURL."
76
+ msgstr ""
77
+ "Σφάλμα: Φαίνεται ότι το CURL είναι απενεργοποιημένο στον server σας. "
78
+ "Παρακαλούμε επικοινωνήστε με τον διαχειριστή του server σας για να "
79
+ "εγκατασταθεί / ενεργοποιηθεί το CURL."
80
+
81
+ #: libs/sfsi_install_uninstall.php:541
82
+ msgid ""
83
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
84
+ "Theme Editor and insert the following string:"
85
+ msgstr ""
86
+ "Σφάλμα: Παρακαλώ διορθώστε το theme σας έτσι ώστε τα plugins να λειτουργούν "
87
+ "σωστά. Πηγαίνετε στον Theme Editor και εισάγετε: "
88
+
89
+ #: libs/sfsi_install_uninstall.php:541
90
+ msgid "Please enter it just before the following line of your header.php file:"
91
+ msgstr ""
92
+ "Παρακαλώ να εισαχθεί στο αρχείο header.php ακριβώς πριν από αυτή τη σειρά:"
93
+
94
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
95
+ msgid "Go to your theme editor: "
96
+ msgstr "Πηγαίνετε στον theme editor:"
97
+
98
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
99
+ msgid "click here"
100
+ msgstr "πατήστε εδώ"
101
+
102
+ #: libs/sfsi_install_uninstall.php:565
103
+ msgid ""
104
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
105
+ "Editor and insert the following string as the first line of your theme's "
106
+ "footer.php file: "
107
+ msgstr ""
108
+ "Σφάλμα: Παρακαλώ διορθώστε το theme σας έτσι ώστε τα plugins να λειτουργούν "
109
+ "σωστά. Πηγαίνετε στον Theme Editor και εισάγετε την ακόλουθη σειρά έτσι ώστε "
110
+ "να γίνει η πρώτη γραμμή του αρχείου footer.php του theme σας:"
111
+
112
+ #: libs/sfsi_install_uninstall.php:576
113
+ msgid ""
114
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
115
+ "the plugin's settings page to configure it: "
116
+ msgstr ""
117
+ "Ευχαριστούμε που εγκαταστήσατε το Ultimate Social Media PLUS plugin. "
118
+ "Παρακαλούμε πηγαίνετε στη σελίδα ρυθμίσεων του plugin για να το διαμορφώσετε:"
119
+
120
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
121
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
122
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
123
+ #: views/sfsi_options_view.php:75
124
+ msgid "Click here"
125
+ msgstr "Πατήστε εδώ"
126
+
127
+ #: libs/sfsi_install_uninstall.php:585
128
+ msgid ""
129
+ "You`re using an old Wordpress version, which may cause several of your "
130
+ "plugins to not work correctly. Please upgrade"
131
+ msgstr ""
132
+ "Χρησιμοποιήστε μια παλιά έκδοση του Wordpess, που μπορεί να προκαλέσει πολλά "
133
+ "από τα plugin σας να μη λειτουργούν σωστά. Παρακαλούμε αναβαθμίστε"
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Παρατηρήσαμε ότι χρησιμοποιείτε το Ultimate Social Media PLUS plugin για "
142
+ "πάνω από 30 μέρες. Αν έχετε μείνει ευχαριστημένοι, μπορείτε να μας κάνετε "
143
+ "μια ΠΟΛΥ μεγάλη χάρη και να το αξιολογήσετε με 5 αστεράκια στο Wordpress;"
144
+
145
+ #: libs/sfsi_install_uninstall.php:604
146
+ msgid "Ok, you deserved it"
147
+ msgstr "Εντάξει, σας άξιζε"
148
+
149
+ #: libs/sfsi_install_uninstall.php:605
150
+ msgid "I already did"
151
+ msgstr "Το έκανα ήδη"
152
+
153
+ #: libs/sfsi_install_uninstall.php:606
154
+ msgid "No, not good enough"
155
+ msgstr "Όχι, δεν είναι αρκετά καλό"
156
+
157
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
158
+ msgid "Title"
159
+ msgstr "Τίτλος"
160
+
161
+ #: libs/sfsi_widget.php:105
162
+ msgid "Please go to the plugin page to set your preferences:"
163
+ msgstr ""
164
+ "Παρακαλώ πηγαίνετε στη σελίδα του plugin για να ορίσετε τις ρυθμίσεις σας:"
165
+
166
+ #: ultimate_social_media_icons.php:76
167
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
168
+ msgstr ""
169
+ "Παρακαλώ πηγαίνετε στη σελίδα ρυθμίσεων και επιλέξτε \"Χειροκίνητη εισαγωγή\""
170
+
171
+ #: ultimate_social_media_icons.php:577
172
+ msgid ""
173
+ "There seems to be an error on your website which prevents the plugin to work "
174
+ "properly. Please check the FAQ:"
175
+ msgstr ""
176
+ "Φαίνεται να υπάρχει ένα λάθος στην ιστοσελίδα σας που εμποδίζει το plugin να "
177
+ "λειτουργήσει σωστά. Παρακαλώ ελέγξτε τις \"Συχνές Ερωτήσεις\":"
178
+
179
+ #: ultimate_social_media_icons.php:582
180
+ msgid "Error"
181
+ msgstr "Σφάλμα"
182
+
183
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
184
+ msgid "Dismiss"
185
+ msgstr "Απόρριψη"
186
+
187
+ #: ultimate_social_media_icons.php:602
188
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
189
+ msgstr "Νέο χαρακτηριστικό στο Ultimate Social Media PLUS plugin:"
190
+
191
+ #: ultimate_social_media_icons.php:605
192
+ msgid ""
193
+ "You can now add a subscription form to increase sign-ups (under question 8)."
194
+ msgstr ""
195
+ "Μπορείτε πλέον να προσθέτετε μια φόρμα για να αυξήσετε τις εγγραφές (κάτω "
196
+ "από την ερώτηση 8)"
197
+
198
+ #: ultimate_social_media_icons.php:608
199
+ msgid "Check it out"
200
+ msgstr "Δείτε το"
201
+
202
+ #: views/sfsi_aboutus.php:2
203
+ msgid "Please visit us at"
204
+ msgstr "Παρακαλούμε επισκεφτείτε μας στο"
205
+
206
+ #: views/sfsi_aboutus.php:4
207
+ msgid "or write to us at"
208
+ msgstr "ή γράψτε μας στο"
209
+
210
+ #: views/sfsi_option_view1.php:47
211
+ msgid ""
212
+ "In general, the more icons you offer the better because people have "
213
+ "different preferences, and more options means that there’s something for "
214
+ "everybody, increasing the chances that you get followed and/or shared."
215
+ msgstr ""
216
+ "Γενικά, όσο περισσότερα εικονίδια προσφέρετε τόσο καλύτερα διότι οι άνθρωποι "
217
+ "έχουν διαφορετικές προτιμήσεις, και περισσότερες επιλογές σημαίνει ότι "
218
+ "υπάρχει κάτι για όλους, αυξάνοντας τις πιθανότητες να σας κάνουν follow και/"
219
+ "ή share."
220
+
221
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
222
+ msgid "Mandatory"
223
+ msgstr "Υποχρεωτικό"
224
+
225
+ #: views/sfsi_option_view1.php:65
226
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
227
+ msgstr ""
228
+ "Το RSS είναι ακόμα δημοφιλές, ειδικά ανάμεσα στους γνώστες της τεχνολογίας."
229
+
230
+ #: views/sfsi_option_view1.php:68
231
+ msgid ""
232
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
233
+ "read your content. "
234
+ msgstr ""
235
+ "Το RSS είναι τα αρχικά του Really Simple Syndication και είναι ένας εύκολος "
236
+ "τρόπος για τους ανθρώπους να διαβάζουν το περιεχόμενο της ιστοσελίδας σας."
237
+
238
+ #: views/sfsi_option_view1.php:70
239
+ msgid "Learn more about RSS"
240
+ msgstr "Μάθεττε περισσότερα για το RSS"
241
+
242
+ #: views/sfsi_option_view1.php:93
243
+ msgid "Email is the most effective tool to build up a followership."
244
+ msgstr ""
245
+ " Το email είναι ο πιο αποτελεσματικός τρόπος να αυξήσετε τους followers"
246
+
247
+ #: views/sfsi_option_view1.php:96
248
+ msgid "Remove credit link"
249
+ msgstr "Αφαιρέστε το credit link"
250
+
251
+ #: views/sfsi_option_view1.php:100
252
+ msgid ""
253
+ "Everybody uses email – that’s why it’s much more effective than social media "
254
+ "to make people follow you"
255
+ msgstr ""
256
+ "Όλοι χρησιμοποιούν email - γι' αυτό είναι πολύ πιο αποτελεσματικό από τα "
257
+ "social media για να μαθαίνουν οι άνθρωποι τα νέα σας"
258
+
259
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
260
+ msgid "learn more"
261
+ msgstr "μάθετε περισσότερα"
262
+
263
+ #: views/sfsi_option_view1.php:104
264
+ msgid ""
265
+ "Not offering an email subscription option means losing out on future traffic "
266
+ "to your site."
267
+ msgstr ""
268
+ "Το να μην προσφέρετε εγγραφή μέσω email σημαίνει ότι χάνετε μελλοντική "
269
+ "επισκεψιμότητα στο site σας "
270
+
271
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
272
+ #: views/sfsi_option_view1.php:167
273
+ msgid "Strongly recommended:"
274
+ msgstr "Συνιστάται ανεπιφύλακτα"
275
+
276
+ #: views/sfsi_option_view1.php:123
277
+ msgid "Facebook is crucial, esp. for sharing."
278
+ msgstr "Το facebook είναι πολύ σημαντικό, ειδικά για sharing"
279
+
280
+ #: views/sfsi_option_view1.php:126
281
+ msgid ""
282
+ "Facebook is the giant in the social media world, and even if you don’t have "
283
+ "a Facebook account yourself you should display this icon, so that Facebook "
284
+ "users can share your site on Facebook."
285
+ msgstr ""
286
+ "Το facebook είναι ο γίγαντας των social media και, ακόμα και αν δεν έχετε "
287
+ "λογαριασμό στο Facebook ο ίδιος, θα πρέπει να εμφανίζετε αυτό το εικονίδιο "
288
+ "ώστε οι χρήστες του Facebook να μπορούν να μοιράζονται το site σας εκεί."
289
+
290
+ #: views/sfsi_option_view1.php:145
291
+ msgid "Can have a strong promotional effect."
292
+ msgstr "Μπορεί να έχει μια ισχυρή διαφημιστική επίδραση."
293
+
294
+ #: views/sfsi_option_view1.php:148
295
+ msgid ""
296
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
297
+ "However, similar as with facebook, even if you don’t have one you should "
298
+ "still show this icon so that Twitter-users can share your site."
299
+ msgstr ""
300
+ "Αν έχετε λογαριασμό στο Twitter τότε η προσθήκη αυτού του εικονιδίου είναι "
301
+ "αυτονόητη. Όμως, όπως και με το facebook, ακόμα και αν δεν έχετε καλό είναι "
302
+ "να εμφανίσετε αυτό το εικονίδιο ούτως ή αλλως έτσι ώστε οι χρήστες του "
303
+ "Twitter να κάνουν share την ιστοσελίδα σας."
304
+
305
+ #: views/sfsi_option_view1.php:168
306
+ msgid "Increasingly important and beneficial for SEO."
307
+ msgstr ""
308
+ "Ολοένα και πιο σημαντική και ωφέλιμη για τη βελτιστοποίηση ως προς τις "
309
+ "μηχανές αναζήτησης."
310
+
311
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
312
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
313
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
314
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
315
+ msgid "It depends:"
316
+ msgstr "Εξαρτάται:"
317
+
318
+ #: views/sfsi_option_view1.php:186
319
+ msgid ""
320
+ "Show this icon if you have a youtube account (and you should set up one if "
321
+ "you have video content – that can increase your traffic significantly)."
322
+ msgstr ""
323
+ "Εμφανίστε αυτό το εικονίδιο αν έχετε λογαριασμό στο youtube (και θα πρέπει "
324
+ "να φτιάξετε έναν αν έχετε περιεχόμενο σε βίντεο - αυτό μπορεί να αυξήσει "
325
+ "αισθητά την επισκεψιμότητά σας)."
326
+
327
+ #: views/sfsi_option_view1.php:203
328
+ msgid ""
329
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
330
+ msgstr ""
331
+ "Το Νο.1 δίκτυο για επαγγελματικούς σκοπούς. Χρησιμοποιήστε αυτό το εικονίδιο "
332
+ "αν είστε χρήστης του LinkedIn"
333
+
334
+ #: views/sfsi_option_view1.php:220
335
+ msgid ""
336
+ "Show this icon if you have a Pinterest account (and you should set up one if "
337
+ "you publish new pictures regularly – that can increase your traffic "
338
+ "significantly)."
339
+ msgstr ""
340
+ "Εμφανίστε αυτό το εικονίδιο αν έχετε λογαριασμό στο Pinterest (και θα πρέπει "
341
+ "να φτιάξετε ένα αν δημοσιεύετε νέες εικόνες συχνά - μπορεί να αυξήσει "
342
+ "σημαντικά την κίνηση προς τη σελίδα σας)."
343
+
344
+ #: views/sfsi_option_view1.php:235
345
+ msgid "Show this icon if you have a Instagram account."
346
+ msgstr "Εμφανίστε αυτό το εικονίδιο αν έχετε λογαριασμό στο Instagram."
347
+
348
+ #: views/sfsi_option_view1.php:252
349
+ msgid ""
350
+ "Third-party service AddThis allows your visitors to share via many other "
351
+ "social networks, however it may also slow down your site a bit."
352
+ msgstr ""
353
+ "Η υπηρεσία τρίτων AddThis επιτρέπει στους επισκέπτες σας να κάνουν share "
354
+ "μέσω πολλών άλλων κοινωνικών δικτύων, ίσως όμως να κάνει το site σας λίγο "
355
+ "πιο αργό."
356
+
357
+ #: views/sfsi_option_view1.php:255
358
+ msgid "Everybody uses email – that’s why it’s"
359
+ msgstr "Όλοι χρησιμοποιούν email - γι΄αυτό είναι"
360
+
361
+ #: views/sfsi_option_view1.php:258
362
+ msgid "much more effective than social media"
363
+ msgstr "πολύ πιο αποτελεσματικό από τα social media"
364
+
365
+ #: views/sfsi_option_view1.php:261
366
+ msgid ""
367
+ "to make people follow you. Not offering an email subscription option means "
368
+ "losing out on future traffic to your site."
369
+ msgstr ""
370
+ "για να μαθαίνουν οι άνθρωποι τα νέα σας. Το να μην προσφέρετε εγγραφή μέσω "
371
+ "email σημαίνει ότι χάνετε μελλοντική επισκεψιμότητα στο site σας "
372
+
373
+ #: views/sfsi_option_view1.php:263
374
+ msgid "Check out their reviews:"
375
+ msgstr "Ρίξτε μια ματιά στις κριτικές τους:"
376
+
377
+ #: views/sfsi_option_view1.php:284
378
+ msgid "Show this icon if you have a Houzz account."
379
+ msgstr "Εμφανίστε αυτό το εικονίδιο αν έχετε λογαριασμό στο Houzz."
380
+
381
+ #: views/sfsi_option_view1.php:286
382
+ msgid ""
383
+ "Houzz is the No.1 site & community in the world of architecture and interior "
384
+ "design."
385
+ msgstr ""
386
+ "Το Houzz είναι το Νο.1 site & κοινότητα στον κόσμο της αρχιτεκτονικής και "
387
+ "της διακόσμησης εσωτερικών χώρων."
388
+
389
+ #: views/sfsi_option_view1.php:288
390
+ msgid "Visit Houzz"
391
+ msgstr "Επισκεφτείτε το Houzz"
392
+
393
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
394
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
395
+ msgid "Custom"
396
+ msgstr "Άλλο"
397
+
398
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
399
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
400
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
401
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
402
+ #: views/sfsi_option_view9.php:580
403
+ msgid "Collapse area"
404
+ msgstr "Σύμπτηξη"
405
+
406
+ #: views/sfsi_option_view2.php:136
407
+ msgid "When clicked on, users can subscribe via RSS"
408
+ msgstr "Όταν το κάνουν κλικ, οι χρήστες θα μπορούν να εγγραφούν μέσω RSS"
409
+
410
+ #: views/sfsi_option_view2.php:144
411
+ msgid "For most blogs it’s http://blogname.com/feed"
412
+ msgstr "Στα περισσότερα blog, είναι http://blogname.com/feed"
413
+
414
+ #: views/sfsi_option_view2.php:162
415
+ msgid ""
416
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
417
+ "full access to your subscriber`s emails and interesting statistics:"
418
+ msgstr ""
419
+ "Στέλνει τις νέες σας αναρτήσεις αυτόματα στους εγγεγραμμένους χρήστες. Είναι "
420
+ "ΔΩΡΕΑΝ και σας δίνει πλήρη πρόσβαση στα email των εγγεγραμμένων χρηστών σας "
421
+ "και ενδιαφέρουσες στατιστικές."
422
+
423
+ #: views/sfsi_option_view2.php:164
424
+ msgid "Claim your feed to get full access."
425
+ msgstr "Εγγραφείτε στο SpecificFeeds για να έχετε πλήρη πρόσβαση."
426
+
427
+ #: views/sfsi_option_view2.php:166
428
+ msgid "It also makes sense if you already offer an email newsletter:"
429
+ msgstr ""
430
+ "Είναι επίσης μια καλή επιλογή αν ήδη προσφέρετε ένα newsletter μέσω email:"
431
+
432
+ #: views/sfsi_option_view2.php:168
433
+ msgid "Learn more."
434
+ msgstr "Μάθετε περισσότερα:"
435
+
436
+ #: views/sfsi_option_view2.php:171
437
+ msgid "Please pick which icon type you want to use:"
438
+ msgstr "Παρακαλούμε διαλέξτε ποιον τύπο εικονιδίου θέλετε να χρησιμοποιήσετε:"
439
+
440
+ #: views/sfsi_option_view2.php:179
441
+ msgid "Email icon"
442
+ msgstr "Εικονίδιο email"
443
+
444
+ #: views/sfsi_option_view2.php:187
445
+ msgid "Follow icon"
446
+ msgstr "Εικονίδιο Follow"
447
+
448
+ #: views/sfsi_option_view2.php:189
449
+ msgid "increases sign-ups"
450
+ msgstr "αυξάνει τις εγγραφές"
451
+
452
+ #: views/sfsi_option_view2.php:198
453
+ msgid "SpecificFeeds icon"
454
+ msgstr "εικονίδιο SpecificFeeds"
455
+
456
+ #: views/sfsi_option_view2.php:200
457
+ msgid "provider of the service"
458
+ msgstr "πάροχος της υπηρεσίας"
459
+
460
+ #: views/sfsi_option_view2.php:216
461
+ msgid ""
462
+ "The facebook icon can perform several actions. Pick below which ones it "
463
+ "should perform. If you select several options, then users can select what "
464
+ "they want to do"
465
+ msgstr ""
466
+ "Το εικονίδιο του facebook μπορεί να κάνει διάφορα πράγματα. Διαλέξτε "
467
+ "παρακάτω ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία "
468
+ "επιλογές, τότε οι χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν."
469
+
470
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
471
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
472
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
473
+ #: views/sfsi_option_view2.php:539
474
+ msgid "see an example"
475
+ msgstr "δείτε ένα παράδειγμα"
476
+
477
+ #: views/sfsi_option_view2.php:222
478
+ msgid "The facebook icon should allow users to..."
479
+ msgstr "Το εικονίδιο του facebook θα πρέπει να επιτρέπει στους χρήστες να..."
480
+
481
+ #: views/sfsi_option_view2.php:229
482
+ msgid "Visit my Facebook page at:"
483
+ msgstr "Επισκεφτείτε την σελίδα μου στο Facebook:"
484
+
485
+ #: views/sfsi_option_view2.php:237
486
+ msgid "Like my blog on Facebook (+1)"
487
+ msgstr "Κάντε like το blog μου στο Facebook (+1)"
488
+
489
+ #: views/sfsi_option_view2.php:245
490
+ msgid "Share my blog with friends (on Facebook)"
491
+ msgstr "Μοιραστείτε το blog μου με τους φίλους σας (στο Facebook)"
492
+
493
+ #: views/sfsi_option_view2.php:260
494
+ msgid ""
495
+ "The Twitter icon can perform several actions. Pick below which ones it "
496
+ "should perform. If you select several options, then users can select what "
497
+ "they want to do"
498
+ msgstr ""
499
+ "Το εικονίδιο του Twitter μπορεί να κάνει διάφορα πράγματα. Διαλέξτε παρακάτω "
500
+ "ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία επιλογές, τότε οι "
501
+ "χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν."
502
+
503
+ #: views/sfsi_option_view2.php:267
504
+ msgid "The Twitter icon should allow users to..."
505
+ msgstr "Το εικονίδιο του Twitter θα πρέπει να επιτρέπει στους χρήστες να..."
506
+
507
+ #: views/sfsi_option_view2.php:272
508
+ msgid "Visit me on Twitter:"
509
+ msgstr "Επισκεφθείτε με στο Twitter:"
510
+
511
+ #: views/sfsi_option_view2.php:281
512
+ msgid "Follow me on Twitter:"
513
+ msgstr "Ακολουθήστε με στο Twitter :"
514
+
515
+ #: views/sfsi_option_view2.php:289
516
+ msgid "Tweet about my page:"
517
+ msgstr "Κάντε tweet σχετικά με τη σελίδα μου:"
518
+
519
+ #: views/sfsi_option_view2.php:302
520
+ msgid ""
521
+ "The Google+ icon can perform several actions. Pick below which ones it "
522
+ "should perform. If you select several options, then users can select what "
523
+ "they want to do"
524
+ msgstr ""
525
+ "Το εικονίδιο του Google+ μπορεί να κάνει διάφορα πράγματα. Διαλέξτε παρακάτω "
526
+ "ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία επιλογές, τότε οι "
527
+ "χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν."
528
+
529
+ #: views/sfsi_option_view2.php:308
530
+ msgid "The Google+ icon should allow users to..."
531
+ msgstr "Το εικονίδιο του Google+ θα πρέπει να επιτρέπει στους χρήστες να..."
532
+
533
+ #: views/sfsi_option_view2.php:314
534
+ msgid "Visit my Google+ page at:"
535
+ msgstr "Επισκεφθείτε τη σελίδα μου στο Google+:"
536
+
537
+ #: views/sfsi_option_view2.php:323
538
+ msgid "Like my blog on Google+ (+1)"
539
+ msgstr "Κάντε like το blog μου στο Google+ (+1)"
540
+
541
+ #: views/sfsi_option_view2.php:330
542
+ msgid "Share my blog with friends (on Google+)"
543
+ msgstr "Μοιραστείτε το blog μου με τους φίλους σας (στο Google+)"
544
+
545
+ #: views/sfsi_option_view2.php:344
546
+ msgid ""
547
+ "The Youtube icon can perform several actions. Pick below which ones it "
548
+ "should perform. If you select several options, then users can select what "
549
+ "they want to do"
550
+ msgstr ""
551
+ "Το εικονίδιο του Youtube μπορεί να κάνει διάφορα πράγματα. Διαλέξτε παρακάτω "
552
+ "ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία επιλογές, τότε οι "
553
+ "χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν"
554
+
555
+ #: views/sfsi_option_view2.php:350
556
+ msgid "The youtube icon should allow users to..."
557
+ msgstr "Το εικονίδιο του Youtube θα πρέπει να επιτρέπει στους χρήστες να..."
558
+
559
+ #: views/sfsi_option_view2.php:354
560
+ msgid "Visit my Youtube page at:"
561
+ msgstr "Επισκεφθείτε τη σελίδα μου στο Youtube:"
562
+
563
+ #: views/sfsi_option_view2.php:360
564
+ msgid "Subscribe to me on Youtube"
565
+ msgstr "Εγγραφείτε στο κανάλι μου στο Youtube"
566
+
567
+ #: views/sfsi_option_view2.php:362
568
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
569
+ msgstr ""
570
+ "(επιτρέπει στους χρήστες να εγγραφούν σε εσάς απευθείας, χωρίς να αφήσουν το "
571
+ "blog σας)"
572
+
573
+ #: views/sfsi_option_view2.php:382
574
+ msgid "User Name"
575
+ msgstr "User Name"
576
+
577
+ #: views/sfsi_option_view2.php:387
578
+ msgid "Channel Id"
579
+ msgstr "Channel Id"
580
+
581
+ #: views/sfsi_option_view2.php:393
582
+ msgid "UserName:"
583
+ msgstr "UserName:"
584
+
585
+ #: views/sfsi_option_view2.php:397
586
+ msgid ""
587
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
588
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
589
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
590
+ msgstr ""
591
+ "Για να βρείτε το Username σας πηγαίνετε στο \"MyChannel\" αριστερά στο μενού "
592
+ "του Youtube, επιλέξτε την καρτέλα \"About\" και δείτε το username σας στο "
593
+ "σύνδεσμο εκεί (π.χ. στο https://www.youtube.com/user/Tommy είναι \"Tommy\")."
594
+
595
+ #: views/sfsi_option_view2.php:403
596
+ msgid "Channel Id:"
597
+ msgstr "Channel Id:"
598
+
599
+ #: views/sfsi_option_view2.php:408
600
+ msgid ""
601
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
602
+ "left and take your channel name from there."
603
+ msgstr ""
604
+ "Για να βρείτε το Channel name σας πηγαίνετε στο \"MyChannel\" αριστερά στο "
605
+ "μενού του Youtube και πάρτε το όνομα του καναλιού σας από εκει."
606
+
607
+ #: views/sfsi_option_view2.php:423
608
+ msgid ""
609
+ "The Pinterest icon can perform several actions. Pick below which ones it "
610
+ "should perform. If you select several options, then users can select what "
611
+ "they want to do"
612
+ msgstr ""
613
+ "Το εικονίδιο του Pinterest μπορεί να κάνει διάφορα πράγματα. Διαλέξτε "
614
+ "παρακάτω ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία "
615
+ "επιλογές, τότε οι χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν."
616
+
617
+ #: views/sfsi_option_view2.php:429
618
+ msgid "The Pinterest icon should allow users to..."
619
+ msgstr "Το εικονίδιο του Pinterest θα πρέπει να επιτρέπει στους χρήστες να..."
620
+
621
+ #: views/sfsi_option_view2.php:434
622
+ msgid "Visit my Pinterest page at:"
623
+ msgstr "Επισκεφθείτε τη σελίδα μου στο Pinterest:"
624
+
625
+ #: views/sfsi_option_view2.php:442
626
+ msgid "Pin my blog on Pinterest (+1)"
627
+ msgstr "Κάντε pin το blog μου στο Pinterest (+1)"
628
+
629
+ #: views/sfsi_option_view2.php:457
630
+ msgid "When clicked on, users will get directed to your Instagram page"
631
+ msgstr "Με κλικ οδηγεί τους χρήστες στη σελίδα σας στο Instagram"
632
+
633
+ #: views/sfsi_option_view2.php:476
634
+ msgid ""
635
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
636
+ "should perform. If you select several options, then users can select what "
637
+ "they want to do"
638
+ msgstr ""
639
+ "Το εικονίδιο του LinkedIn μπορεί να κάνει διάφορα πράγματα. Διαλέξτε "
640
+ "παρακάτω ποια θα θέλατε να κάνει. Αν επιλέξετε περισσότερες από μία "
641
+ "επιλογές, τότε οι χρήστες θα μπορούν να επιλέξουν τι θέλουν να κάνουν."
642
+
643
+ #: views/sfsi_option_view2.php:482
644
+ msgid ""
645
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
646
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
647
+ msgstr ""
648
+ "Βρίσκετε το ID σας στο ink του profile page σας, π.χ. https://www.linkedin."
649
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
650
+
651
+ #: views/sfsi_option_view2.php:485
652
+ msgid "The LinkedIn icon should allow users to..."
653
+ msgstr "Το εικονίδιο του LinkedIn θα πρέπει να επιτρέπει στους χρήστες να..."
654
+
655
+ #: views/sfsi_option_view2.php:490
656
+ msgid "Visit my Linkedin page at:"
657
+ msgstr "Επισκεφθείτε τη σελίδα μου στο LinkedIn:"
658
+
659
+ #: views/sfsi_option_view2.php:499
660
+ msgid "Follow me on Linkedin:"
661
+ msgstr "Ακολουθήστε με στο LinkedIn:"
662
+
663
+ #: views/sfsi_option_view2.php:508
664
+ msgid "Share my page on LinkedIn"
665
+ msgstr "Κάντε share τη σελίδα μου στο LinkedIn:"
666
+
667
+ #: views/sfsi_option_view2.php:515
668
+ msgid "Recommend my business or product on Linkedin"
669
+ msgstr "Προτείνετε τις παροχές ή τα προϊόντα μου στο LinkedIn"
670
+
671
+ #: views/sfsi_option_view2.php:520
672
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
673
+ msgstr ""
674
+ "Για να βρείτε το Product ή το Company ID, μπορείτε να χρησιμοποιήσετε το "
675
+ "εργαλείο εύρεσης ID που έχουν:"
676
+
677
+ #: views/sfsi_option_view2.php:524
678
+ msgid "You need to be logged in to Linkedin to be able to use it."
679
+ msgstr ""
680
+ "Πρέπει να έχετε κάνει login στο LinkedIn για να μπορείτε να το "
681
+ "χρησιμοποιήσετε."
682
+
683
+ #: views/sfsi_option_view2.php:537
684
+ msgid ""
685
+ "Nothing needs to be done here – your visitors to share your site via «all "
686
+ "the other» social media sites."
687
+ msgstr ""
688
+ "Δε χρειάζετε να κάνετε κάτι εδώ - οι επισκέπτες σας κάνουν share το site σας "
689
+ "μέσω του \"όλα τα άλλα\" κοινωνικά δίκτυα."
690
+
691
+ #: views/sfsi_option_view2.php:553
692
+ msgid ""
693
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
694
+ "your_username)."
695
+ msgstr ""
696
+ "Παρακαλώ εισάγετε το URL για το προφίλ σας στο Houzz (π.χ. http://www.houzz."
697
+ "com/user/your_username)"
698
+
699
+ #: views/sfsi_option_view2.php:585
700
+ msgid "Where do you want this icon to link to?"
701
+ msgstr "Πού θέλετε να οδηγεί αυτό το εικονίδιο;"
702
+
703
+ #: views/sfsi_option_view2.php:589
704
+ msgid "Link:"
705
+ msgstr "Link:"
706
+
707
+ #: views/sfsi_option_view3.php:35
708
+ msgid ""
709
+ "A good & well-fitting design is not only nice to look at, but it increases "
710
+ "chances that people will subscribe and/or share your site with friends:"
711
+ msgstr ""
712
+ "Ένας ωραίος και ταιριαστός σχεδιασμός είναι όχι μόνο καλαίσθητος, αλλά "
713
+ "αυξάνει τις πιθανότητες οι χρήστες να εγγραφούν και/ή να μοιραστούν το site "
714
+ "σας με τους φίλους τους: "
715
+
716
+ #: views/sfsi_option_view3.php:39
717
+ msgid "It comes across as more professional and gives your site more “credit”"
718
+ msgstr ""
719
+ "Δείχνει πιο επαγγελματικό και δίνει στην ιστοσελίδα σας περισσότερο \"κύρος\""
720
+
721
+ #: views/sfsi_option_view3.php:42
722
+ msgid ""
723
+ "A smart automatic animation can make your visitors aware of your icons in an "
724
+ "unintrusive manner"
725
+ msgstr ""
726
+ "Ένα όμορφο αυτόματο animation στα εικονίδια μπορεί να κάνει τους επισκέπτες "
727
+ "σας να τα προσέξουν χωρίς να είναι ενοχλητικά."
728
+
729
+ #: views/sfsi_option_view3.php:47
730
+ msgid ""
731
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
732
+ "site. Thank you Shortpixel!"
733
+ msgstr ""
734
+ "Τα εικονίδια έχουν συμπιεστεί από το Shortpixel.com για γρηγορότερη φόρτωση "
735
+ "του site σας. Ευχαριστούμε Shortpixel!"
736
+
737
+ #: views/sfsi_option_view3.php:52
738
+ msgid "Theme options"
739
+ msgstr "Επιλογές θέματος"
740
+
741
+ #: views/sfsi_option_view3.php:59
742
+ msgid "Default"
743
+ msgstr "Default"
744
+
745
+ #: views/sfsi_option_view3.php:69
746
+ msgid "Flat"
747
+ msgstr "Flat"
748
+
749
+ #: views/sfsi_option_view3.php:78
750
+ msgid "Thin"
751
+ msgstr "Flat"
752
+
753
+ #: views/sfsi_option_view3.php:87
754
+ msgid "Cute"
755
+ msgstr "Cute"
756
+
757
+ #: views/sfsi_option_view3.php:97
758
+ msgid "Cubes"
759
+ msgstr "Cubes"
760
+
761
+ #: views/sfsi_option_view3.php:105
762
+ msgid "Chrome Blue"
763
+ msgstr "Chrome Blue"
764
+
765
+ #: views/sfsi_option_view3.php:112
766
+ msgid "Chrome Grey"
767
+ msgstr "Chrome Grey"
768
+
769
+ #: views/sfsi_option_view3.php:119
770
+ msgid "Splash"
771
+ msgstr "Chrome Grey"
772
+
773
+ #: views/sfsi_option_view3.php:130
774
+ msgid "Orange"
775
+ msgstr "Orange"
776
+
777
+ #: views/sfsi_option_view3.php:137
778
+ msgid "Crystal"
779
+ msgstr "Crystal"
780
+
781
+ #: views/sfsi_option_view3.php:144
782
+ msgid "Glossy"
783
+ msgstr "Crystal"
784
+
785
+ #: views/sfsi_option_view3.php:151
786
+ msgid "Black"
787
+ msgstr "Crystal"
788
+
789
+ #: views/sfsi_option_view3.php:161
790
+ msgid "Silver"
791
+ msgstr "Silver"
792
+
793
+ #: views/sfsi_option_view3.php:168
794
+ msgid "Shaded Dark"
795
+ msgstr "Shaded Dark"
796
+
797
+ #: views/sfsi_option_view3.php:175
798
+ msgid "Shaded Light"
799
+ msgstr "Shaded Light"
800
+
801
+ #: views/sfsi_option_view3.php:182
802
+ msgid "Transparent"
803
+ msgstr "Transparent"
804
+
805
+ #: views/sfsi_option_view3.php:183
806
+ msgid "for dark backgrounds"
807
+ msgstr "για σκούρο φόντο"
808
+
809
+ #: views/sfsi_option_view3.php:192
810
+ msgid "Custom Icons"
811
+ msgstr "Άλλα εικονίδια"
812
+
813
+ #: views/sfsi_option_view3.php:306
814
+ msgid "Animate them (your main icons)"
815
+ msgstr "Με κίνηση (τα κύρια εικονίδια)"
816
+
817
+ #: views/sfsi_option_view3.php:312
818
+ msgid "Mouse-Over effects"
819
+ msgstr "Εφέ Mouse-Over"
820
+
821
+ #: views/sfsi_option_view3.php:317
822
+ msgid "Fade In"
823
+ msgstr "Ξεθώριασμα"
824
+
825
+ #: views/sfsi_option_view3.php:320
826
+ msgid "Scale"
827
+ msgstr "Κλιμάκωση"
828
+
829
+ #: views/sfsi_option_view3.php:323
830
+ msgid "Combo"
831
+ msgstr "Συνδυασμός"
832
+
833
+ #: views/sfsi_option_view3.php:333
834
+ msgid "Shuffle them automatically"
835
+ msgstr "Αυτόματο ανακάτεμα"
836
+
837
+ #: views/sfsi_option_view3.php:340
838
+ msgid "When site is first loaded"
839
+ msgstr "Κατά το αρχικό φόρτωμα της σελίδας"
840
+
841
+ #: views/sfsi_option_view3.php:346
842
+ msgid "Every"
843
+ msgstr "Κάθε"
844
+
845
+ #: views/sfsi_option_view3.php:350
846
+ msgid "seconds"
847
+ msgstr "δευτερόλεπτα"
848
+
849
+ #: views/sfsi_option_view4.php:150
850
+ msgid ""
851
+ "It’s a psychological fact that people like to follow other people, so when "
852
+ "they see that your site has already a good number of Facebook likes, it’s "
853
+ "more likely that they will subscribe/like/share your site than if it had 0."
854
+ msgstr ""
855
+ "Το ότι στους ανθρώπους αρέσει να ακολουθούν άλλους βασίζεται σε ψυχολογικούς "
856
+ "παράγοντες, οπότε όταν βλέπουν ότι το site σας έχει ήδη ένα καλό αριθμό από "
857
+ "like στο Facebook είναι πιθανότερο ότι θα κάνουν εγγραφή/like/share από ότι "
858
+ "αν είχε 0."
859
+
860
+ #: views/sfsi_option_view4.php:153
861
+ msgid ""
862
+ "Therefore, you can select to display the count next to your icons which will "
863
+ "look like this:"
864
+ msgstr ""
865
+ "Επομένως, μπορείτε να επιλέξετε να εμφανίζεται ο μετρητής δίπλα στα "
866
+ "εικονίδιά σας που θα φαίνονται έτσι:"
867
+
868
+ #: views/sfsi_option_view4.php:215
869
+ msgid ""
870
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
871
+ "we suggest that you only turn this feature on once you have a good number of "
872
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
873
+ "should just not be 0)."
874
+ msgstr ""
875
+ "Φυσικά, αν αρχίσετε από το 0, είναι σαν να σαμποτάρετε τον εαυτό σας. Οπότε "
876
+ "προτείνουμε να ενεργοποιήσετε αυτό το χαρακτηριστικό όταν θα έχετε ήδη έναν "
877
+ "καλό αριθμό από followers/likes/shares (τουλάχιστον εικοσι - μην ανσυχείτε "
878
+ "αν δεν είναι πολλοί, αρκεί να μην είναι 0). "
879
+
880
+ #: views/sfsi_option_view4.php:218
881
+ msgid "Enough waffling. So do you want to display counts?"
882
+ msgstr "Αρκετά με την πολυλογία. Θέλετε να εμφανίσετε τις μετρήσεις;"
883
+
884
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
885
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
886
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
887
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
888
+ msgid "Yes"
889
+ msgstr "Ναι"
890
+
891
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
892
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
893
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
894
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
895
+ msgid "No"
896
+ msgstr "Όχι"
897
+
898
+ #: views/sfsi_option_view4.php:239
899
+ msgid "Please specify which counts should be shown:"
900
+ msgstr "Παρακαλούμε επιλέξτε ποιες μετρήσεις θα εμφανίζονται:"
901
+
902
+ #: views/sfsi_option_view4.php:261
903
+ msgid "We cannot track this. So enter the figure here:"
904
+ msgstr ""
905
+ "Δε μπορούμε να το παρακολουθήσουμε αυτό. Οπότε εισάγετε τον αριθμό εδώ:"
906
+
907
+ #: views/sfsi_option_view4.php:289
908
+ msgid "Retrieve the number of subscribers automatically"
909
+ msgstr "Ανακτήστε τον αριθμό τον εγγραφών αυτόματα"
910
+
911
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
912
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
913
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
914
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
915
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
916
+ msgid "Enter the figure manually"
917
+ msgstr "Πληκτρολογήστε τον αριθμό"
918
+
919
+ #: views/sfsi_option_view4.php:320
920
+ msgid "Retrieve the number of likes of your blog"
921
+ msgstr "Ανακτήστε τον αριθμό των likes από το blog σας"
922
+
923
+ #: views/sfsi_option_view4.php:324
924
+ msgid "Retrieve the number of likes of your facebook page"
925
+ msgstr "Ανακτήστε τον αριθμό των likes από τη σελίδα σας στο facebook"
926
+
927
+ #: views/sfsi_option_view4.php:328
928
+ msgid "page ID:"
929
+ msgstr "page ID:"
930
+
931
+ #: views/sfsi_option_view4.php:333
932
+ msgid ""
933
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
934
+ msgstr ""
935
+ "Θα το βρείτε στο κάτω μέρος της καρτέλας \"About\" της σελίδας σας στο "
936
+ "facebook"
937
+
938
+ #: views/sfsi_option_view4.php:365
939
+ msgid "Retrieve the number of Twitter followers"
940
+ msgstr "Ανακτήστε τον αριθμό των followers του twitter"
941
+
942
+ #: views/sfsi_option_view4.php:371
943
+ msgid "Enter Consumer Key"
944
+ msgstr "Εισάγετε το Consumer Key"
945
+
946
+ #: views/sfsi_option_view4.php:377
947
+ msgid "Enter Consumer Secret"
948
+ msgstr "Εισάγετε το Consumer Secret"
949
+
950
+ #: views/sfsi_option_view4.php:383
951
+ msgid "Enter Access Token"
952
+ msgstr "Εισάγετε το Access Token"
953
+
954
+ #: views/sfsi_option_view4.php:389
955
+ msgid "Enter Access Token Secret"
956
+ msgstr "Εισάγετε το Access Token Secret"
957
+
958
+ #: views/sfsi_option_view4.php:396
959
+ msgid ""
960
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
961
+ "in twitter settings under question number 2."
962
+ msgstr ""
963
+ "Παρακαλούμε βεβαιωθείτε ότι έχετε εισάγει το Username για το \"Ακολουθήστε "
964
+ "με στο Twitter:\" στις ρυθμίσεις του twitter κάτω από την ερώτηση 2."
965
+
966
+ #: views/sfsi_option_view4.php:400
967
+ msgid "To get this information:"
968
+ msgstr "Για να πάρετε αυτή την πληροφορία:"
969
+
970
+ #: views/sfsi_option_view4.php:404
971
+ msgid "Go to"
972
+ msgstr "Πηγαίνετε στο"
973
+
974
+ #: views/sfsi_option_view4.php:410
975
+ msgid "Click on \"Create new app\""
976
+ msgstr "Κάντε κλικ στο \"Δημιουργήστε ένα νέο app\""
977
+
978
+ #: views/sfsi_option_view4.php:413
979
+ msgid ""
980
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
981
+ "e.g. http://dummysitename.com)"
982
+ msgstr ""
983
+ "Εισάγετε ένα τυχαίο Όνομα, Περιγραφή και URL ιστοσελίδας (συπεριλαμβάνοντας "
984
+ "το \"http://\", π.χ. http://dummysitename.com)"
985
+
986
+ #: views/sfsi_option_view4.php:416
987
+ msgid ""
988
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
989
+ "\"Token actions\" section at the bottom"
990
+ msgstr ""
991
+ "Πηγαίνετε στην καρτέλα \"Keys and Access Tokens\" και κάντε κλικ στο "
992
+ "\"Generate Token\" στην περιοχή \"Token actions\" στο κάτω μέρος"
993
+
994
+ #: views/sfsi_option_view4.php:419
995
+ msgid ""
996
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
997
+ "key"
998
+ msgstr ""
999
+ "Μετά κάντε κλικ στο \"Test OAuth\" πάνω δεξιά και θα δείτε το τετραψήφιο "
1000
+ "κλειδί"
1001
+
1002
+ #: views/sfsi_option_view4.php:452
1003
+ msgid "Retrieve the number of Google +1 (on your blog)"
1004
+ msgstr "Ανακτήστε τον αριθμό των Google +1 (στο blog σας)"
1005
+
1006
+ #: views/sfsi_option_view4.php:456
1007
+ msgid "Retrieve the number of google+ followers"
1008
+ msgstr "Ανακτήστε τον αριθμό των followers του Google +1"
1009
+
1010
+ #: views/sfsi_option_view4.php:462
1011
+ msgid "Enter Google API Key"
1012
+ msgstr "Εισάγετε το Google API Key"
1013
+
1014
+ #: views/sfsi_option_view4.php:470
1015
+ msgid ""
1016
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1017
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1018
+ "number 2."
1019
+ msgstr ""
1020
+ "Παρακαλούμε σιγουρευτείτε ότι έχετε εισάγει το URL για τo \"Επισκεφθείτε τη "
1021
+ "σελίδα μου στο Google+:\" όπως για πραράδειγμα \"https://plus.google.com/u/0/"
1022
+ "b/[pageid]\" στις ρυθμίσεις του Google+ κάτω από την ερώτηση 2."
1023
+
1024
+ #: views/sfsi_option_view4.php:475
1025
+ msgid "To get the API key for G+:"
1026
+ msgstr "Για να πάρετε το API key για το G+:"
1027
+
1028
+ #: views/sfsi_option_view4.php:480
1029
+ msgid "Login to your Google account, go to"
1030
+ msgstr "Μπείτε στο λογαριασμό σας στο Google, πηγαίνετε στο"
1031
+
1032
+ #: views/sfsi_option_view4.php:484
1033
+ msgid "and create a new project"
1034
+ msgstr "και δημιουργείστε ένα νέο project"
1035
+
1036
+ #: views/sfsi_option_view4.php:487
1037
+ msgid ""
1038
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1039
+ "“Create new key” in the “Public API access” section"
1040
+ msgstr ""
1041
+ "Μετά, στο αριστερό μενού, πηγαίνετε στο “APIs & auth”, “Credentials” και "
1042
+ "κάντε κλικ στο “Create new key” που βρίσκεται στην περιοχή “Public API "
1043
+ "access”"
1044
+
1045
+ #: views/sfsi_option_view4.php:490
1046
+ msgid ""
1047
+ "There you select “browser key” and click “Create”. You will then be shown "
1048
+ "your API key"
1049
+ msgstr ""
1050
+ "Εκεί επιλέξτε “browser key” και κάντε κλικ στο “Create”. Τότε θα σας δοθεί "
1051
+ "το API key σας"
1052
+
1053
+ #: views/sfsi_option_view4.php:493
1054
+ msgid ""
1055
+ "When you enter this key into the plugin for the first time, it may take some "
1056
+ "time until the correct follower count is displayed on your website"
1057
+ msgstr ""
1058
+ "Όταν βάζετε αυτό το key στο plugin για πρώτη φορά, μπορεί να καθυστερήσει "
1059
+ "λίγο μέχρι να εμφανιστεί ο σωστός αριθμός followers στην ιστοσελίδα σας."
1060
+
1061
+ #: views/sfsi_option_view4.php:570
1062
+ msgid "Retrieve the number of Subscribers"
1063
+ msgstr "Ανακτήστε τον αριθμό των εγγεγραμμένων χρηστών"
1064
+
1065
+ #: views/sfsi_option_view4.php:575
1066
+ msgid "Enter Youtube User name"
1067
+ msgstr "Εισάγετε το User name σας στο Youtube"
1068
+
1069
+ #: views/sfsi_option_view4.php:582
1070
+ msgid "Enter Youtube Channel id"
1071
+ msgstr "Εισάγετε το Channel id σας στο Youtube"
1072
+
1073
+ #: views/sfsi_option_view4.php:616
1074
+ msgid "Retrieve the number of Pins"
1075
+ msgstr "Ανακτήστε τον αριθμό των Pins"
1076
+
1077
+ #: views/sfsi_option_view4.php:649
1078
+ msgid "Retrieve the number of Instagram followers"
1079
+ msgstr "Ανακτήστε τον αριθμό των followers στο Instagram"
1080
+
1081
+ #: views/sfsi_option_view4.php:653
1082
+ msgid "Enter Instagram User name"
1083
+ msgstr "Εισάγετε το User name σας στο Instagram"
1084
+
1085
+ #: views/sfsi_option_view4.php:688
1086
+ msgid "Retrieve the number of shares"
1087
+ msgstr "Ανακτήστε τον αριθμό των shares"
1088
+
1089
+ #: views/sfsi_option_view5.php:341
1090
+ msgid "Order of your icons"
1091
+ msgstr "Σειρά των εικονιδίων σας"
1092
+
1093
+ #: views/sfsi_option_view5.php:430
1094
+ msgid "Drag and Drop"
1095
+ msgstr "Σύρετε και αφήστε"
1096
+
1097
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1098
+ msgid "Size and spacing of your icons"
1099
+ msgstr "Μέγεθος και απόσταση των εικονιδίων σας"
1100
+
1101
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1102
+ msgid "Size:"
1103
+ msgstr "Μέγεθος:"
1104
+
1105
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1106
+ msgid "pixels wide and tall"
1107
+ msgstr "pixels σε πλάτος και ύψος"
1108
+
1109
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1110
+ msgid "Spacing between icons:"
1111
+ msgstr "Απόσταση μεταξύ των εικονιδίων:"
1112
+
1113
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1114
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1115
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1116
+ msgid "Pixels"
1117
+ msgstr "Pixels"
1118
+
1119
+ #: views/sfsi_option_view5.php:457
1120
+ msgid "Alignments"
1121
+ msgstr "Στοιχίσεις"
1122
+
1123
+ #: views/sfsi_option_view5.php:461
1124
+ msgid "Alignment of icons:"
1125
+ msgstr "Στοίχιση εικονιδίων"
1126
+
1127
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1128
+ msgid "Centered"
1129
+ msgstr "Στο κέντρο"
1130
+
1131
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1132
+ #: views/sfsi_option_view8.php:496
1133
+ msgid "Right"
1134
+ msgstr "Δεξιά"
1135
+
1136
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1137
+ #: views/sfsi_option_view8.php:493
1138
+ msgid "Left"
1139
+ msgstr "Αριστερά"
1140
+
1141
+ #: views/sfsi_option_view5.php:477
1142
+ msgid "Icons per row:"
1143
+ msgstr "Εικονίδια ανά γραμμή:"
1144
+
1145
+ #: views/sfsi_option_view5.php:481
1146
+ msgid "Leave empty if you dont want to define this"
1147
+ msgstr "Αφήστε κενό αν δε θέλετε να το προσδιορίσετε"
1148
+
1149
+ #: views/sfsi_option_view5.php:488
1150
+ msgid "Language & Button-text"
1151
+ msgstr "Γλώσσα & Κείμενο κουμπιών"
1152
+
1153
+ #: views/sfsi_option_view5.php:493
1154
+ msgid "Follow-button:"
1155
+ msgstr "Κουμπί follow:"
1156
+
1157
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1158
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1159
+ #: views/sfsi_option_view9.php:111
1160
+ msgid "Preview:"
1161
+ msgstr "Προεπισκόπηση:"
1162
+
1163
+ #: views/sfsi_option_view5.php:514
1164
+ msgid "Facebook «Visit»-icon:"
1165
+ msgstr "Εικονίδιο \"επίσκεψης\" στο facebook:"
1166
+
1167
+ #: views/sfsi_option_view5.php:535
1168
+ msgid "Twitter «Visit»-icon:"
1169
+ msgstr "Εικονίδιο \"επίσκεψης\" στο Twitter:"
1170
+
1171
+ #: views/sfsi_option_view5.php:556
1172
+ msgid "Google+ «Visit»-icon:"
1173
+ msgstr "Εικονίδιο \"επίσκεψης\" στο Google+:"
1174
+
1175
+ #: views/sfsi_option_view5.php:577
1176
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1177
+ msgstr "Γλώσσα των κουμπιών Like & Share (Facebook, Twitter, Google+):"
1178
+
1179
+ #: views/sfsi_option_view5.php:748
1180
+ msgid "New window"
1181
+ msgstr "Νέο παράθυρο"
1182
+
1183
+ #: views/sfsi_option_view5.php:753
1184
+ msgid ""
1185
+ "If user clicks on your icons, do you want to open the page in a new window?"
1186
+ msgstr ""
1187
+ "Αν ένας χρήστης κάνει κλικ στα εικονίδιά σας, θέλετε να ανοίγει η σελίδα σε "
1188
+ "ένα νέο παράθυρο;"
1189
+
1190
+ #: views/sfsi_option_view5.php:776
1191
+ msgid "Sticking & Disable on mobile"
1192
+ msgstr "Προσκόλληση και απενεργοποίηση στις φορητές συσκευές"
1193
+
1194
+ #: views/sfsi_option_view5.php:779
1195
+ msgid ""
1196
+ "If you decided to show your icons via a widget, you can add the effect that "
1197
+ "when the user scrolls down, the icons will stick at the top of the screen "
1198
+ "so that they are still displayed even if the user scrolled all the way down. "
1199
+ "Do you want to do that?"
1200
+ msgstr ""
1201
+ "Αν έχετε αποφασίσει να φαίνονται τα εικονίδιά σας μέσω ενός widget, μπορείτε "
1202
+ "να ρυθμίσετε τα εικονίδια έτσι ώστε όταν ο χρήστης κάνει scroll προς τα κάτω "
1203
+ "τα εικονίδια θα προσκολλώνται στην κορυφή της οθόνης έτσι ώστε να φαίνονται "
1204
+ "πάντα. Θέλετε να γίνει αυτό;"
1205
+
1206
+ #: views/sfsi_option_view5.php:802
1207
+ msgid "Disable float icons on mobile devices"
1208
+ msgstr "Απενεργοποιήστε τα αιωρούμενα εικονίδια στις φορητές συσκευές"
1209
+
1210
+ #: views/sfsi_option_view5.php:824
1211
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1212
+ msgstr ""
1213
+ "Απενεργοποιήστε την αυτόματη προσαρμογή μεγέθους στις φορητές συσκευές "
1214
+ "(\"viewport\" meta tag)"
1215
+
1216
+ #: views/sfsi_option_view5.php:848
1217
+ msgid "Mouseover text"
1218
+ msgstr "Κείμενο mouseover"
1219
+
1220
+ #: views/sfsi_option_view5.php:851
1221
+ msgid ""
1222
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1223
+ "perform different actions) then you can define here what text will be "
1224
+ "displayed if a user moves his mouse over the icon:"
1225
+ msgstr ""
1226
+ "Αν έχετε δώσει στο εικονίδιό σας μόνο μία λειτουργία (π.χ. όχι pop-up όπου ο "
1227
+ "χρήστης μπορεί να επιλέξει διαφορετικές ενέργειες) τότε μπορείτε να "
1228
+ "προσδιορίσετε εδώ το κείμενο που θα εμφανίζεται αν ο χρήστης περάσει το "
1229
+ "ποντίκι του πάνω από το εικονίδιο:"
1230
+
1231
+ #: views/sfsi_option_view6.php:27
1232
+ msgid ""
1233
+ "The selections you made so far were to display the subscriptions/ social "
1234
+ "media icons for your site in general (in a widget on the sidebar). You can "
1235
+ "also display icons at the end of every post, encouraging users to subscribe/"
1236
+ "like/share after they’ve read it. The following buttons will be added:"
1237
+ msgstr ""
1238
+ "Οι επιλογές που κάνατε μέχρι τώρα ήταν για να εμφανίσετε τα εικονίδια "
1239
+ "εγγραφών/social media για την ιστοσελίδα σας γενικά (σε ένα widget στο "
1240
+ "πλάι). Μπορείτε επίσης να εμφανίσετε τα εικονίδια στο τέλος κάθε ανάρτησης, "
1241
+ "ενθαρρύνοντας τους χρήστες να κάνουν εγγραφή/like/share μόλις τη διαβάσουν. "
1242
+ "Θα προστεθούν τα παρακάτω εικονίδια:"
1243
+
1244
+ #: views/sfsi_option_view6.php:43
1245
+ msgid "Those are usually all you need:"
1246
+ msgstr "Συνήθως αυτά είναι όλα όσα χρειάζεστε:"
1247
+
1248
+ #: views/sfsi_option_view6.php:47
1249
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1250
+ msgstr "Το Facebook είναι το No.1 για liking, οπότε δεν πρέπει να λείπει"
1251
+
1252
+ #: views/sfsi_option_view6.php:50
1253
+ msgid ""
1254
+ "Google+ is also important due to SEO reasons, so important to have as well"
1255
+ msgstr ""
1256
+ "Το Google+ είναι επίσης σημαντικό για λόγους SEO, οπότε είναι καλό να το "
1257
+ "έχετε επίσης"
1258
+
1259
+ #: views/sfsi_option_view6.php:53
1260
+ msgid "Share-button covers all other platforms for sharing"
1261
+ msgstr "Το κουμπί \"share\" καλύπτει όλες τις άλλες πλατφόρμες για sharing"
1262
+
1263
+ #: views/sfsi_option_view6.php:58
1264
+ msgid "So: do you want to display those at the end of every post?"
1265
+ msgstr "Άρα: θέλετε να εμφανίζονται στο τέλος κάθε ανάρτησης;"
1266
+
1267
+ #: views/sfsi_option_view6.php:78
1268
+ msgid "Options:"
1269
+ msgstr "Επιλογές:"
1270
+
1271
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1272
+ msgid "Text to appear before the sharing icons:"
1273
+ msgstr "Εμφανιζόμενο κείμενο πριν τα sharing icons:"
1274
+
1275
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1276
+ msgid "Alignment of share icons:"
1277
+ msgstr "Στοίχηση των sharing icons:"
1278
+
1279
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1280
+ msgid "Do you want to display the counts?"
1281
+ msgstr "Θέλετε να εμφανίζονται οι μετρητές;"
1282
+
1283
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1284
+ msgid "YES"
1285
+ msgstr "ΝΑΙ"
1286
+
1287
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1288
+ msgid "NO"
1289
+ msgstr "ΟΧΙ"
1290
+
1291
+ #: views/sfsi_option_view7.php:48
1292
+ msgid ""
1293
+ "You can increase chances that people share or follow you by displaying a pop-"
1294
+ "up asking them to. You can define the design and layout below:"
1295
+ msgstr ""
1296
+ "Μπορείτε να αυξήσετε τις πιθανότητες να κάνουν οι χρήστες share ή follow με "
1297
+ "το να εμφανίζεται ένα pop-up που να τους το ζητάει. Μπορείτε να "
1298
+ "προσδιορίσετε το σχεδιασμό του παρακάτω:"
1299
+
1300
+ #: views/sfsi_option_view7.php:54
1301
+ msgid "Enjoy this site? Please follow and like us!"
1302
+ msgstr "Σας αρέσει αυτή η ιστοσελίδα; Παρακαλούμε κάντε μας follow και like!"
1303
+
1304
+ #: views/sfsi_option_view7.php:143
1305
+ msgid "Text and Design"
1306
+ msgstr "Κείμενο και εμφάνιση:"
1307
+
1308
+ #: views/sfsi_option_view7.php:147
1309
+ msgid "Text Options"
1310
+ msgstr "Επιλογές κειμένου"
1311
+
1312
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1313
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1314
+ msgid "Text:"
1315
+ msgstr "Κείμενο:"
1316
+
1317
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1318
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1319
+ msgid "Font:"
1320
+ msgstr "Γραμματοσειρά:"
1321
+
1322
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1323
+ #: views/sfsi_option_view9.php:505
1324
+ msgid "Font style:"
1325
+ msgstr "Στυλ γραμματοσειράς:"
1326
+
1327
+ #: views/sfsi_option_view7.php:219
1328
+ msgid "Font color:"
1329
+ msgstr "Χρώμα γραμματοσειράς:"
1330
+
1331
+ #: views/sfsi_option_view7.php:224
1332
+ msgid "Font size:"
1333
+ msgstr "Μέγεθος γραμματοσειράς:"
1334
+
1335
+ #: views/sfsi_option_view7.php:231
1336
+ msgid "Icon Box Layout"
1337
+ msgstr "Διάταξη του icon box"
1338
+
1339
+ #: views/sfsi_option_view7.php:235
1340
+ msgid "Background Color:"
1341
+ msgstr "Χρώμα φόντου:"
1342
+
1343
+ #: views/sfsi_option_view7.php:241
1344
+ msgid "Border Color:"
1345
+ msgstr "Χρώμα περιγράμματος:"
1346
+
1347
+ #: views/sfsi_option_view7.php:249
1348
+ msgid "Border Thinckness:"
1349
+ msgstr "Πάχος περιγράμματος:"
1350
+
1351
+ #: views/sfsi_option_view7.php:257
1352
+ msgid "Border Shadow:"
1353
+ msgstr "Σκιά περιγράμματος:"
1354
+
1355
+ #: views/sfsi_option_view7.php:263
1356
+ msgid "On"
1357
+ msgstr "Ναι"
1358
+
1359
+ #: views/sfsi_option_view7.php:269
1360
+ msgid "Off"
1361
+ msgstr "Όχι"
1362
+
1363
+ #: views/sfsi_option_view7.php:279
1364
+ msgid "Where shall the pop-up be shown?"
1365
+ msgstr "Πού θέλετε να εμφανίζεται το pop-up;"
1366
+
1367
+ #: views/sfsi_option_view7.php:284
1368
+ msgid "Nowhere"
1369
+ msgstr "Πουθενά"
1370
+
1371
+ #: views/sfsi_option_view7.php:290
1372
+ msgid "On every page"
1373
+ msgstr "Σε κάθε σελίδα"
1374
+
1375
+ #: views/sfsi_option_view7.php:296
1376
+ msgid "On blog posts only"
1377
+ msgstr "Μόνο στις αναρτήσεις του blog"
1378
+
1379
+ #: views/sfsi_option_view7.php:302
1380
+ msgid "On selected pages only"
1381
+ msgstr "Μόνο σε επιλεγμένες σελίδες"
1382
+
1383
+ #: views/sfsi_option_view7.php:345
1384
+ msgid "Please hold CTRL key to select multiple pages"
1385
+ msgstr ""
1386
+ "Παρακαλούμε κρατήστε πατημένο το πλήκτρο CTRL για να επιλέξτε πολλές σελίδες"
1387
+
1388
+ #: views/sfsi_option_view7.php:351
1389
+ msgid "When shall the pop-up be shown?"
1390
+ msgstr "Πότε θέλετε να εμφανίζεται το pop-up;"
1391
+
1392
+ #: views/sfsi_option_view7.php:356
1393
+ msgid "Once"
1394
+ msgstr "Μία φορά"
1395
+
1396
+ #: views/sfsi_option_view7.php:358
1397
+ msgid "seconds after the user arrived on the site"
1398
+ msgstr "δευτερόλεπτα μετά την άφιξη του χρήστη στο site"
1399
+
1400
+ #: views/sfsi_option_view7.php:364
1401
+ msgid "Every time user scrolls to the end of the page"
1402
+ msgstr "Κάθε φορά που ο χρήστης κάνει scroll στο τέλος της σελίδας"
1403
+
1404
+ #: views/sfsi_option_view8.php:112
1405
+ msgid "Show them via a widget"
1406
+ msgstr "Δείξτε τα με ένα widget"
1407
+
1408
+ #: views/sfsi_option_view8.php:125
1409
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1410
+ msgstr ""
1411
+ "Πηγαίνετε στην περιοχή του widget και κάντε το drag & drop εκεί που το "
1412
+ "θέλετε!"
1413
+
1414
+ #: views/sfsi_option_view8.php:142
1415
+ msgid "Float them on the page"
1416
+ msgstr "Αιωρούμενα στη σελίδα"
1417
+
1418
+ #: views/sfsi_option_view8.php:160
1419
+ msgid "Top left"
1420
+ msgstr "Πάνω αριστερά"
1421
+
1422
+ #: views/sfsi_option_view8.php:167
1423
+ msgid "Top right"
1424
+ msgstr "Πάνω δεξιά"
1425
+
1426
+ #: views/sfsi_option_view8.php:174
1427
+ msgid "Center left"
1428
+ msgstr "Κέντρο αριστερά"
1429
+
1430
+ #: views/sfsi_option_view8.php:181
1431
+ msgid "Center right"
1432
+ msgstr "Κέντρο δεξιά"
1433
+
1434
+ #: views/sfsi_option_view8.php:188
1435
+ msgid "Bottom left"
1436
+ msgstr "Κάτω αριστερά"
1437
+
1438
+ #: views/sfsi_option_view8.php:195
1439
+ msgid "Bottom right"
1440
+ msgstr "Κάτω δεξιά"
1441
+
1442
+ #: views/sfsi_option_view8.php:202
1443
+ msgid "Margin From:"
1444
+ msgstr "Περιθώριο από:"
1445
+
1446
+ #: views/sfsi_option_view8.php:207
1447
+ msgid "Top:"
1448
+ msgstr "Πάνω:"
1449
+
1450
+ #: views/sfsi_option_view8.php:216
1451
+ msgid "Bottom:"
1452
+ msgstr "Κάτω:"
1453
+
1454
+ #: views/sfsi_option_view8.php:225
1455
+ msgid "Left:"
1456
+ msgstr "Αριστερά:"
1457
+
1458
+ #: views/sfsi_option_view8.php:234
1459
+ msgid "Right:"
1460
+ msgstr "Δεξιά:"
1461
+
1462
+ #: views/sfsi_option_view8.php:253
1463
+ msgid "Place them manually"
1464
+ msgstr "Χειροκίνητη εισαγωγή"
1465
+
1466
+ #: views/sfsi_option_view8.php:266
1467
+ msgid "Place the following string into your theme codes: "
1468
+ msgstr "Βάλτε την ακόλουθη σειρά στους κώδικες των theme σας:"
1469
+
1470
+ #: views/sfsi_option_view8.php:270
1471
+ msgid ""
1472
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1473
+ "want."
1474
+ msgstr ""
1475
+ "Ή βάλτε τον κωδικό [DISPLAY_ULTIMATE_PLUS] για να τα εμφανίσετε οπουδήποτε "
1476
+ "θέλετε."
1477
+
1478
+ #: views/sfsi_option_view8.php:282
1479
+ msgid "Show them before or after posts"
1480
+ msgstr "Εμφάνιση πριν ή μετά τις αναρτήσεις"
1481
+
1482
+ #: views/sfsi_option_view8.php:296
1483
+ msgid "Here you have two options:"
1484
+ msgstr "Εδώ έχετε δύο επιλογές:"
1485
+
1486
+ #: views/sfsi_option_view8.php:304
1487
+ msgid "Display rectangle icons"
1488
+ msgstr "Εμφάνιση ορθογώνιων εικονιδίων"
1489
+
1490
+ #: views/sfsi_option_view8.php:310
1491
+ msgid "Display the icons I selected above"
1492
+ msgstr "Εμφάνιση των εικονιδίων που επέλεξα παραπάνω"
1493
+
1494
+ #: views/sfsi_option_view8.php:318
1495
+ msgid ""
1496
+ "Rectangle icons spell out the «call to action» which increases chances that "
1497
+ "visitors do it."
1498
+ msgstr ""
1499
+ "Τα ορθογώνια εικονίδια είναι σαν να \"προτρέπουν\" τους χρήστες να κάνουν "
1500
+ "κλικ εκεί, αυξάνοντας τις πιθανότητες να το κάνουν. "
1501
+
1502
+ #: views/sfsi_option_view8.php:321
1503
+ msgid "Select the icons you want to show:"
1504
+ msgstr "Διαλέξτε τα εικονίδια που θέλετε να εμφανιστούν:"
1505
+
1506
+ #: views/sfsi_option_view8.php:371
1507
+ msgid "may impact loading speed"
1508
+ msgstr "μπορεί να επηρεάσει την ταχύτητα φόρτωσης"
1509
+
1510
+ #: views/sfsi_option_view8.php:421
1511
+ msgid "Display them:"
1512
+ msgstr "Να εμφανίζονται:"
1513
+
1514
+ #: views/sfsi_option_view8.php:424
1515
+ msgid "On Post Pages"
1516
+ msgstr "Στις σελίδες αναρτήσεων"
1517
+
1518
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1519
+ msgid "Before posts"
1520
+ msgstr "Πριν τις αναρτήσεις"
1521
+
1522
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1523
+ msgid "After posts"
1524
+ msgstr "Μετά τις αναρτήσεις"
1525
+
1526
+ #: views/sfsi_option_view8.php:453
1527
+ msgid "On Homepage"
1528
+ msgstr "Στην αρχική σελίδα"
1529
+
1530
+ #: views/sfsi_option_view8.php:499
1531
+ msgid "Center"
1532
+ msgstr "Κεντράρισμα"
1533
+
1534
+ #: views/sfsi_option_view9.php:98
1535
+ msgid ""
1536
+ "In addition to the email- or follow-icon you can also show a subscription "
1537
+ "form which maximizes chances that people subscribe to your site. To get "
1538
+ "access to the emails who subscribe, please"
1539
+ msgstr ""
1540
+ "Επιπρόσθετα στο εικονίδιο του email -ή follow- μπορείτε επίσης να έχετε μια "
1541
+ "φόρμα εγγραφής που μεγιστοποιεί τις πιθανότητες να εγγραφούν οι χρήστες στην "
1542
+ "ιστοσελίδα σας. Για να αποκτήσετε πρόσβαση στα email που εγγράφονται, "
1543
+ "παρακαλούμε"
1544
+
1545
+ #: views/sfsi_option_view9.php:102
1546
+ msgid "claim your feed."
1547
+ msgstr "μπείτε στο λογαριασμό σας στο SpecificFeeds."
1548
+
1549
+ #: views/sfsi_option_view9.php:121
1550
+ msgid "Place it on your site"
1551
+ msgstr "Τοποθετήστε τη φόρμα στην ιστοσελίδα σας"
1552
+
1553
+ #: views/sfsi_option_view9.php:124
1554
+ msgid "You can place the form by different methods:"
1555
+ msgstr "Μπορείτε να τοποθετήσετε τη φόρμα με διάφορους τρόπους:"
1556
+
1557
+ #: views/sfsi_option_view9.php:130
1558
+ msgid "Widget:"
1559
+ msgstr "Widget:"
1560
+
1561
+ #: views/sfsi_option_view9.php:132
1562
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1563
+ msgstr "Πηγαίνετε στις ρυθμίσεις του widget και κάντε drag & drop στο sidebar:"
1564
+
1565
+ #: views/sfsi_option_view9.php:139
1566
+ msgid "Shortcode:"
1567
+ msgstr "Κωδικός:"
1568
+
1569
+ #: views/sfsi_option_view9.php:142
1570
+ msgid "Use the shortcode"
1571
+ msgstr "Χρησιμοποιήστε τον κωδικό"
1572
+
1573
+ #: views/sfsi_option_view9.php:146
1574
+ msgid "to place it into your codes"
1575
+ msgstr "για τοποθέτηση στους κωδικούς σας"
1576
+
1577
+ #: views/sfsi_option_view9.php:150
1578
+ msgid "Copy & paste HTML code:"
1579
+ msgstr "Κάντε copy & paste τον κωδικό HTML:"
1580
+
1581
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1582
+ msgid "Get new posts by email:"
1583
+ msgstr "Λήψη νέων αναρτήσεων μέσω email:"
1584
+
1585
+ #: views/sfsi_option_view9.php:186
1586
+ msgid "Define text & design (optional)"
1587
+ msgstr "Καθορίστε το κείμενο και τη διάταξη (προαιρετικό)"
1588
+
1589
+ #: views/sfsi_option_view9.php:189
1590
+ msgid "Overall size & border"
1591
+ msgstr "Συνολικό μέγεθος και πλαίσιο"
1592
+
1593
+ #: views/sfsi_option_view9.php:201
1594
+ msgid "Adjust size to space on website?"
1595
+ msgstr "Προσαρμογή μεγέθους στο χώρο στην ιστοσελίδα;"
1596
+
1597
+ #: views/sfsi_option_view9.php:224
1598
+ msgid "Height"
1599
+ msgstr "Ύψος"
1600
+
1601
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1602
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1603
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1604
+ msgid "pixels"
1605
+ msgstr "pixels"
1606
+
1607
+ #: views/sfsi_option_view9.php:235
1608
+ msgid "Width"
1609
+ msgstr "Width"
1610
+
1611
+ #: views/sfsi_option_view9.php:247
1612
+ msgid "Border?"
1613
+ msgstr "Περίγραμμα;"
1614
+
1615
+ #: views/sfsi_option_view9.php:270
1616
+ msgid "Thickness"
1617
+ msgstr "Πάχος"
1618
+
1619
+ #: views/sfsi_option_view9.php:281
1620
+ msgid "Color"
1621
+ msgstr "Χρώμα"
1622
+
1623
+ #: views/sfsi_option_view9.php:296
1624
+ msgid "Background color:"
1625
+ msgstr "Χρώμα παρασκηνίου:"
1626
+
1627
+ #: views/sfsi_option_view9.php:317
1628
+ msgid "Text above entry field"
1629
+ msgstr "Κείμενο πάνω από το πεδίο εισαγωγής κειμένου:"
1630
+
1631
+ #: views/sfsi_option_view9.php:348
1632
+ msgid " Font style:"
1633
+ msgstr "Στυλ γραμματοσειράς:"
1634
+
1635
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1636
+ msgid "Font color"
1637
+ msgstr "Χρώμα γραμματοσειράς"
1638
+
1639
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1640
+ #: views/sfsi_option_view9.php:527
1641
+ msgid "Font size"
1642
+ msgstr "Μέγεθος γραμματοσειράς:"
1643
+
1644
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1645
+ #: views/sfsi_option_view9.php:541
1646
+ msgid "Alignment:"
1647
+ msgstr "Στοίχηση:"
1648
+
1649
+ #: views/sfsi_option_view9.php:397
1650
+ msgid "Entry field"
1651
+ msgstr "Πεδίο εισαγωγής κειμένου"
1652
+
1653
+ #: views/sfsi_option_view9.php:474
1654
+ msgid "Subscribe button"
1655
+ msgstr "Κουμπί εγγραφής"
1656
+
1657
+ #: views/sfsi_option_view9.php:550
1658
+ msgid "Button color:"
1659
+ msgstr "Χρώμα κουμπιού:"
1660
+
1661
+ #: views/sfsi_option_view9.php:681
1662
+ msgid "Left Align"
1663
+ msgstr "Αριστερή στοίχηση"
1664
+
1665
+ #: views/sfsi_option_view9.php:687
1666
+ msgid "Right Align"
1667
+ msgstr "Δεξιά στοίχηση"
1668
+
1669
+ #: views/sfsi_options_view.php:10
1670
+ msgid ""
1671
+ "We found errors in your javascript which may cause the plugin to not work "
1672
+ "properly. Please fix the error:"
1673
+ msgstr ""
1674
+ "Βρήκαμε σφάλματα javascript που μπορεί να προκαλέσουν προβλήματα στο plugin. "
1675
+ "Παρακαλώ διορθώστε το σφάλμα:"
1676
+
1677
+ #: views/sfsi_options_view.php:52
1678
+ msgid ""
1679
+ "New: You can now also show a subscription form on your site, increasing sign-"
1680
+ "ups! (Question 8)"
1681
+ msgstr ""
1682
+ "Νέο: Μπορείτε πλέον να εμφανίζετε μια φόρμα εγγραφής στο site σας, "
1683
+ "αυξάνοντας τις εγγραφές! (Ερώτηση 8)"
1684
+
1685
+ #: views/sfsi_options_view.php:54
1686
+ msgid ""
1687
+ "If question 8 gets displayed in a funny way then please reload the page by "
1688
+ "pressing Control+F5(PC) or Command+R(Mac)"
1689
+ msgstr ""
1690
+ "Αν η ερώτηση 8 εμφανίζεται περίεργα παρακαλούμε ξαναφορτώστε τη σελίδα "
1691
+ "πατώντας Control+F5(PC) ή Command+R(Mac)"
1692
+
1693
+ #: views/sfsi_options_view.php:64
1694
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1695
+ msgstr "Καλωσήρθατε στο plugin Ultimate Social Media Icons PLUS!"
1696
+
1697
+ #: views/sfsi_options_view.php:67
1698
+ msgid ""
1699
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1700
+ "liking needs!"
1701
+ msgstr ""
1702
+ "Το plugin είναι 100% ΔΩΡΕΑΝ και θα καλύψει όλες τις απαιτήσεις σας για "
1703
+ "εγγραφές/shares/likes!"
1704
+
1705
+ #: views/sfsi_options_view.php:70
1706
+ msgid ""
1707
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1708
+ "- that`s it!"
1709
+ msgstr ""
1710
+ "Απλά απαντήστε στις παρακάτω ερωτήσεις (τουλάχιστον τις 3 πρώτες) κάνοντας "
1711
+ "κλικ - αυτό ήταν!"
1712
+
1713
+ #: views/sfsi_options_view.php:73
1714
+ msgid ""
1715
+ "If you have questions, or something doesn`t work as it should, please read "
1716
+ "the FAQ:"
1717
+ msgstr ""
1718
+ "Αν έχετε ερωτήσεις, ή κάτι δε λειτουργεί όπως θα έπρεπε, παρακαλούμε "
1719
+ "διαβάστε τις \"Συχνές Ερωτήσεις\":"
1720
+
1721
+ #: views/sfsi_options_view.php:84
1722
+ msgid "Which icons do you want to show on your site?"
1723
+ msgstr "Ποια εικονίδια θέλετε να εμφανίζονται στο site σας;"
1724
+
1725
+ #: views/sfsi_options_view.php:92
1726
+ msgid "What do you want the icons to do?"
1727
+ msgstr "Τι θέλετε να κάνουν τα εικονίδια;"
1728
+
1729
+ #: views/sfsi_options_view.php:99
1730
+ msgid "Where shall they be displayed?"
1731
+ msgstr "Πού θέλετε να εμφανίζονται;"
1732
+
1733
+ #: views/sfsi_options_view.php:105
1734
+ msgid "Optional"
1735
+ msgstr "Προαιρετικά"
1736
+
1737
+ #: views/sfsi_options_view.php:110
1738
+ msgid "What design and animation do you want to give your icons?"
1739
+ msgstr "Τι σχέδιο και κίνηση θέλετε να έχουν τα εικονίδιά σας;"
1740
+
1741
+ #: views/sfsi_options_view.php:117
1742
+ msgid "Do you want to display \"counts\" next to your main icons?"
1743
+ msgstr "Θέλετε να εμφανίζονται \"μετρητές\" δίπλα στα κύρια εικονίδιά σας;"
1744
+
1745
+ #: views/sfsi_options_view.php:124
1746
+ msgid "Any other wishes for your main icons?"
1747
+ msgstr "Κάτι άλλο πού θέλετε για τα κύρια εικονίδιά σας;"
1748
+
1749
+ #: views/sfsi_options_view.php:136
1750
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1751
+ msgstr ""
1752
+ "Θέλετε να εμφανίζεται ένα pop-up, που θα ρωτάει τους χρήστες αν θέλουν να "
1753
+ "εγγραφούν;"
1754
+
1755
+ #: views/sfsi_options_view.php:143
1756
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1757
+ msgstr "Θέλετε να υπάρχει μια φόρμα εγγραφών (αυξάνει τις εγγραφές);"
1758
+
1759
+ #: views/sfsi_options_view.php:159
1760
+ msgid ""
1761
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1762
+ "rating"
1763
+ msgstr ""
1764
+ "Το plugin είναι 100% δωρεάν. Παρακαλούμε κάντε μας μια ΜΕΓΑΛΗ χάρη και "
1765
+ "αξιολογήστε το με 5 αστεράκια."
1766
+
1767
+ #: views/sfsi_options_view.php:161
1768
+ msgid "here"
1769
+ msgstr "εδώ"
1770
+
1771
+ #: views/sfsi_options_view.php:163
1772
+ msgid ""
1773
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1774
+ "com, so that we can sort it out.Thank you!"
1775
+ msgstr ""
1776
+ "Αν δεν είστε ευχαριστημένοι, παρακαλούμε επικοινωνήστε μαζί μας στο "
1777
+ "support@ultimatelysocial.com, έτσι ώστε να δούμε τι μπορούμε να κάνουμε. "
1778
+ "Ευχαριστούμε!"
1779
+
1780
+ #: views/sfsi_options_view.php:166
1781
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1782
+ msgstr ""
1783
+ "Χρειάζεστε εργασίες ανάπτυξης Wordpress υψηλού επιπέδου σε ανταγωνιστική "
1784
+ "τιμή;"
1785
+
1786
+ #: views/sfsi_options_view.php:168
1787
+ msgid "Visit us on ultimatelysocial.com"
1788
+ msgstr "Επισκεφθείτε μας στο ultimatelysocial.com"
1789
+
1790
+ #: views/sfsi_options_view.php:179
1791
+ msgid ""
1792
+ "The plugin was translated by (your name). Need translation work to get done? "
1793
+ "Contact (your name) at (your email)"
1794
+ msgstr "The plugin was translated in Greek by Elisavet."
1795
+
1796
+ #: views/sfsi_pop_content.php:31
1797
+ msgid "Steps:"
1798
+ msgstr "Βήματα:"
1799
+
1800
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1801
+ msgid "Click on << Upload >> below"
1802
+ msgstr "Κάντε κλικ στο <<Προσθήκη>> παρακάτω"
1803
+
1804
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1805
+ msgid "Upload the icon into the media gallery"
1806
+ msgstr "Προσθήκη του εικονιδίου στο media gallery"
1807
+
1808
+ #: views/sfsi_pop_content.php:41
1809
+ msgid "Click on << Insert into post >> "
1810
+ msgstr "Κάντε κλικ στο <<Εισαγωγή στην ανάρτηση>>"
1811
+
1812
+ #: views/sfsi_pop_content.php:90
1813
+ msgid "Move over the Facebook-icon…"
1814
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του Facebook..."
1815
+
1816
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1817
+ msgid "Move over the “+ icon” to see the sharing options"
1818
+ msgstr ""
1819
+ "Κινηθείτε πάνω από το εικονίδιο \"+\" για να δείτε τις επιλογές sharing"
1820
+
1821
+ #: views/sfsi_pop_content.php:145
1822
+ msgid "Move over the Twitter-icon…"
1823
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του Twitter..."
1824
+
1825
+ #: views/sfsi_pop_content.php:172
1826
+ msgid "Move over the Google+ icon…"
1827
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του Google+..."
1828
+
1829
+ #: views/sfsi_pop_content.php:198
1830
+ msgid "Move over the YouTube-icon…"
1831
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του YouTube..."
1832
+
1833
+ #: views/sfsi_pop_content.php:221
1834
+ msgid "Move over the Pinterest-icon…"
1835
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του Pinterest..."
1836
+
1837
+ #: views/sfsi_pop_content.php:249
1838
+ msgid "Move over the LinkedIn-icon…"
1839
+ msgstr "Κινηθείτε πάνω από το εικονίδιο του LinkedIn..."
1840
+
1841
+ #: views/sfsi_pop_content.php:285
1842
+ msgid ""
1843
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1844
+ "option too, because it will get you more readers as explained"
1845
+ msgstr ""
1846
+ "Σημείωση: Αν ήδη προσφέρετε ένα newsletter είναι λογικό να να παρέχετε και "
1847
+ "αυτή την επιλογή επειδή θα σας φέρει πιο πολλούς αναγνώστες όπως εξηγήσαμε"
1848
+
1849
+ #: views/sfsi_pop_content.php:292
1850
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1851
+ msgstr "Εντάξει, ας μείνει ενεργό προς το παρόν, θέλω να δω πώς λειτουργεί"
1852
+
1853
+ #: views/sfsi_pop_content.php:296
1854
+ msgid "Deactivate it"
1855
+ msgstr "Απενεργοποιήστε το"
1856
+
1857
+ #: views/sfsi_pop_content.php:304
1858
+ msgid ""
1859
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1860
+ "activating a link back to our site:"
1861
+ msgstr ""
1862
+ "Εντάξει, όπως θέλετε, αλλά αφού θα χρησιμοποιήσετε αυτό το plugin ΔΩΡΕΑΝ "
1863
+ "παρακαλούμε υποστηρίξτε μας με το να ενεργοποιήσετε ένα link προς το site "
1864
+ "μας:"
1865
+
1866
+ #: views/sfsi_pop_content.php:309
1867
+ msgid "Ok, activate link"
1868
+ msgstr "Ναι, ενεργοποίηση του link"
1869
+
1870
+ #: views/sfsi_pop_content.php:313
1871
+ msgid "Don’t activate link"
1872
+ msgstr "Να μην ενεργοποιηθεί το link"
1873
+
1874
+ #: views/sfsi_pop_content.php:321
1875
+ msgid ""
1876
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1877
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1878
+ msgstr ""
1879
+ "Σκληρό καρύδι... Τελευταία προσπάθεια: Τουλάχιστον μπορείτε να αφήσετε μα "
1880
+ "αξιολόγηση για αυτό το plugin (με 5 αστεράκια); Παίρνει μόνο ένα λεπτό. "
1881
+ "Ευχαριστούμε!"
1882
+
1883
+ #: views/sfsi_pop_content.php:325
1884
+ msgid "Ok, Review it"
1885
+ msgstr "Εντάξει, θα κάνω αξιολόγηση."
1886
+
1887
+ #: views/sfsi_pop_content.php:329
1888
+ msgid "Don’t review and exit"
1889
+ msgstr "Έξοδος χωρίς αξιολόγηση"
1890
+
1891
+ #: views/sfsi_pop_content.php:341
1892
+ msgid "Upload custom icons"
1893
+ msgstr "Ανεβάστε εικονίδια της επιλογής σας"
1894
+
1895
+ #: views/sfsi_pop_content.php:344
1896
+ msgid ""
1897
+ "Here you can upload custom icons which perform the same actions as the "
1898
+ "standard icons."
1899
+ msgstr ""
1900
+ "Εδώ μπορείτε να ανεβάσετε εικονίδια της επιλογής σας που κάνουν τις ίδιες "
1901
+ "ενέργειες με τα στάνταρ."
1902
+
1903
+ #: views/sfsi_pop_content.php:353
1904
+ msgid "Click on << Insert into post >>"
1905
+ msgstr "Κάντε κλικ στο << Εισαγωγή στην ανάρτηση >>"
1906
+
1907
+ #: views/sfsi_pop_content.php:583
1908
+ msgid "I'm done!"
1909
+ msgstr "Έτοιμο!"
1910
+
1911
+ #. Plugin Name of the plugin/theme
1912
+ msgid "Ultimate Social Media PLUS"
1913
+ msgstr "Ultimate Social Media PLUS"
1914
+
1915
+ #. Plugin URI of the plugin/theme
1916
+ #. Author URI of the plugin/theme
1917
+ msgid "http://ultimatelysocial.com"
1918
+ msgstr "http://ultimatelysocial.com"
1919
+
1920
+ #. Description of the plugin/theme
1921
+ msgid ""
1922
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1923
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1924
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1925
+ "range of design options and other features."
1926
+ msgstr ""
1927
+ "Το καλύτερο social media plugin της αγοράς. Και 100% ΔΩΡΕΑΝ. Σας επιτρέπει "
1928
+ "να προσθέσετε εικονίδια για social media και sharing στο blog σας (ειδικά "
1929
+ "Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google+, LinkedIn, "
1930
+ "Share-button). Προσφέρει μια μεγάλη ποικιλία επιλογών εμφάνισης και άλλες "
1931
+ "δυνατότητες."
1932
+
1933
+ #. Author of the plugin/theme
1934
+ msgid "UltimatelySocial"
1935
+ msgstr "UltimatelySocial"
1936
+
1937
+ #~ msgid ""
1938
+ #~ "Show this icon if you have a Pinterest account (and you should set up one "
1939
+ #~ "if you have publish new pictures regularly – that can increase your "
1940
+ #~ "traffic significantly)."
1941
+ #~ msgstr ""
1942
+ #~ "Εμφανίστε αυτό το εικονίδιο αν έχετε λογαριασμό στο Pinterest (και θα "
1943
+ #~ "πρέπει να φτιάξετε έναν αν δημοσιεύετε νέες εικόνες συχνά - αυτό μπορεί "
1944
+ #~ "να αυξήσει σημαντικά την επισκεψιμότητά σας)."
1945
+
1946
+ #~ msgid "It comes across as more professional gives your site more “credit”"
1947
+ #~ msgstr ""
1948
+ #~ "Δείχνει πιο επαγγελματικό και δίνει στην ιστοσελίδα σας περισσότερη "
1949
+ #~ "αξιοπιστία."
1950
+
1951
+ #~ msgid "Retrieve the number of likes your facebook page"
1952
+ #~ msgstr "Ανακτήστε τον αριθμό των likes από τη σελίδα σας στο facebook"
1953
+
1954
+ #~ msgid ""
1955
+ #~ "Youll find it at the bottom of the << About >> -tab on your facebook page"
1956
+ #~ msgstr ""
1957
+ #~ "Θα το βρείτε στο κάτω μέρος της καρτέλας \"About\" της σελίδας σας στο "
1958
+ #~ "facebook"
1959
+
1960
+ #~ msgid "Login to your Goolge account, go to"
1961
+ #~ msgstr "Μπείτε στο λογαριασμό σας στο Google, πηγαίνετε στο"
1962
+
1963
+ #~ msgid "Backgroud Color:"
1964
+ #~ msgstr "Χρώμα φόντου:"
1965
+
1966
+ #~ msgid "Move over the Twiiter-icon…"
1967
+ #~ msgstr "Κινηθείτε πάνω από το εικονίδιο του Twitter..."
languages/ultimate-social-media-plus-fa_IR.mo CHANGED
Binary file
languages/ultimate-social-media-plus-fa_IR.po CHANGED
@@ -5,15 +5,15 @@ msgstr ""
5
  "Project-Id-Version: Ultimate Social Media PLUS 2.3.7\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
  "media-plus\n"
8
- "POT-Creation-Date: 2016-03-31 14:44:55+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2016-04-05 18:35+0530\n"
13
  "Last-Translator: \n"
14
  "Language-Team: Farshad Hosseinzadeh <f.hosseinzadeh1985@gmail.com>\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
  "Language: Persian\n"
 
 
 
 
17
 
18
  #: css/images/index.php:2 css/index.php:2
19
  #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
@@ -33,7 +33,7 @@ msgid "Read more"
33
  msgstr "بیشتر بخوانید"
34
 
35
  #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
36
- #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:364
37
  #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
38
  #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
39
  #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
@@ -50,12 +50,24 @@ msgstr "ذخیره شد"
50
 
51
  #: libs/sfsi_Init_JqueryCss.php:52
52
  msgid "Collapse"
53
- msgstr "باز کردن"
54
 
55
  #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
56
  msgid "Save All Settings"
57
  msgstr "ذخیره تمام تنظیمات"
58
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  #: libs/sfsi_install_uninstall.php:430
60
  msgid ""
61
  "Error: It seems that CURL is disabled on your server. Please contact your "
@@ -176,7 +188,7 @@ msgid ""
176
  "You can now add a subscription form to increase sign-ups (under question 8)."
177
  msgstr ""
178
  "اکنون میتوانید یک فرم اشتراک اضافه کرده تا تعداد ثبت‌نام ها را افزایش دهید "
179
- "(مربوط به سوال ۸)."
180
 
181
  #: ultimate_social_media_icons.php:608
182
  msgid "Check it out"
@@ -196,7 +208,7 @@ msgid ""
196
  "different preferences, and more options means that there’s something for "
197
  "everybody, increasing the chances that you get followed and/or shared."
198
  msgstr ""
199
- "بطور معمول، هرچه آیکن‌های بیشتری ارایه دهید بهتر است. زیرا مردم صلیقه‌های "
200
  "متفاوتی دارند، و اختیارات بیشتر به این معنی‌ست که مطابق نیاز هر شخصی چیزی "
201
  "آماده دارید. و این کار شانس دنبال شدن یا به اشتراک گذاشته شدن را برای شما "
202
  "زیادتر میکند."
@@ -256,7 +268,7 @@ msgstr "شدیداً پیشنهاد میشود:"
256
 
257
  #: views/sfsi_option_view1.php:123
258
  msgid "Facebook is crucial, esp. for sharing."
259
- msgstr "فیس‌بوک عالی‌ست، مخصوصاُ برای به اشتراک گذاری."
260
 
261
  #: views/sfsi_option_view1.php:126
262
  msgid ""
@@ -291,7 +303,7 @@ msgstr "بطور فزاینده مهم و سودمند برای سئو."
291
  #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
292
  #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
293
  msgid "It depends:"
294
- msgstr "بستگی دارد به:"
295
 
296
  #: views/sfsi_option_view1.php:186
297
  msgid ""
@@ -312,7 +324,7 @@ msgstr ""
312
  #: views/sfsi_option_view1.php:220
313
  msgid ""
314
  "Show this icon if you have a Pinterest account (and you should set up one if "
315
- "you have publish new pictures regularly – that can increase your traffic "
316
  "significantly)."
317
  msgstr ""
318
  "اگر یک آکونت پین‌ترست دارید این آیکن را نمایش دهید (و اگر در سایتتان عکس‌های "
@@ -371,24 +383,17 @@ msgstr "از هاز دیدن کنید"
371
  msgid "Custom"
372
  msgstr "سفارشی"
373
 
374
- #: views/sfsi_option_view1.php:329 views/sfsi_option_view1.php:354
375
- msgid ""
376
- "Upload a custom icon if you have other accounts/websites you want to link to."
377
- msgstr ""
378
- "اگر شما آکونت یا سایت دیگری دارید که میخواهید به آن لینک بدهید، آیکن سفارشی "
379
- "آن را آپلود کنید."
380
-
381
  #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
382
- #: views/sfsi_option_view3.php:369 views/sfsi_option_view4.php:743
383
  #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
384
  #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
385
  #: views/sfsi_option_view9.php:580
386
  msgid "Collapse area"
387
- msgstr "باز کردن"
388
 
389
  #: views/sfsi_option_view2.php:136
390
  msgid "When clicked on, users can subscribe via RSS"
391
- msgstr "وقتی کاربر کلیک کند مشترک فید RSS میشود"
392
 
393
  #: views/sfsi_option_view2.php:144
394
  msgid "For most blogs it’s http://blogname.com/feed"
@@ -672,7 +677,7 @@ msgid ""
672
  "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
673
  "your_username)."
674
  msgstr ""
675
- "لطفاً نشانی url پروفایل هازتان را ارایه کنید (برای نمونه: http://www.houzz."
676
  "com/user/your_username)."
677
 
678
  #: views/sfsi_option_view2.php:585
@@ -692,7 +697,7 @@ msgstr ""
692
  "شوند یا سایتان را با دوستانشان به اشتراک بگذارند بالا میبرد:"
693
 
694
  #: views/sfsi_option_view3.php:39
695
- msgid "It comes across as more professional gives your site more “credit”"
696
  msgstr "حرفه‌ای‌تر به‌نظر میرسد و اعتبار بیشتری به سایتتان میبخشد"
697
 
698
  #: views/sfsi_option_view3.php:42
@@ -799,22 +804,26 @@ msgid "Fade In"
799
  msgstr "محو شدن در"
800
 
801
  #: views/sfsi_option_view3.php:320
 
 
 
 
802
  msgid "Combo"
803
  msgstr "کشویی"
804
 
805
- #: views/sfsi_option_view3.php:330
806
  msgid "Shuffle them automatically"
807
  msgstr "بصورت خودکار آنها را به‌هم بریز"
808
 
809
- #: views/sfsi_option_view3.php:337
810
  msgid "When site is first loaded"
811
  msgstr "وقتی سایت برای اولین بار باز شد"
812
 
813
- #: views/sfsi_option_view3.php:343
814
  msgid "Every"
815
  msgstr "هر"
816
 
817
- #: views/sfsi_option_view3.php:347
818
  msgid "seconds"
819
  msgstr "ثانیه"
820
 
@@ -873,7 +882,7 @@ msgstr "لطفاً تعیین کنید تعداد کدام نمایش داده
873
 
874
  #: views/sfsi_option_view4.php:261
875
  msgid "We cannot track this. So enter the figure here:"
876
- msgstr "ما نمیتوانیم این را ردیابی کنیم. پس رقم را اینجا وارد نمایید:"
877
 
878
  #: views/sfsi_option_view4.php:289
879
  msgid "Retrieve the number of subscribers automatically"
@@ -892,7 +901,7 @@ msgid "Retrieve the number of likes of your blog"
892
  msgstr "نمایش تعداد لایک‌های وبلاگ‌تان"
893
 
894
  #: views/sfsi_option_view4.php:324
895
- msgid "Retrieve the number of likes your facebook page"
896
  msgstr "نمایش تعداد لایک‌های صفحه فیس‌بوک‌تان"
897
 
898
  #: views/sfsi_option_view4.php:328
@@ -901,7 +910,7 @@ msgstr "شناسه (ID) صفحه:"
901
 
902
  #: views/sfsi_option_view4.php:333
903
  msgid ""
904
- "Youll find it at the bottom of the << About >> -tab on your facebook page"
905
  msgstr "میتوانید در پایین تب «About» صفحه فیس‌بوکتان پیدایش کنید"
906
 
907
  #: views/sfsi_option_view4.php:365
@@ -930,7 +939,7 @@ msgid ""
930
  "in twitter settings under question number 2."
931
  msgstr ""
932
  "لطفاً مطمئن شوید که نام کاربری را برای \"مرا در توییتر دنبال کنید:\" در "
933
- "تنظیمات بخش توییتر وارد نموده‌اید. مربوط به سوال شماره ۲."
934
 
935
  #: views/sfsi_option_view4.php:400
936
  msgid "To get this information:"
@@ -987,14 +996,14 @@ msgid ""
987
  msgstr ""
988
  "لطفاً مطمئن شوید که در بخش تنظیمات گوگل‌پلاس، نشانی URL را برای «صفحه گوگل‌پلاس "
989
  "مرا ببینید در: مثلاً https://plus.google.com/u/0/b/[pageid]» وارد نموده‌اید. "
990
- "زیر سوال شماره ۲."
991
 
992
  #: views/sfsi_option_view4.php:475
993
  msgid "To get the API key for G+:"
994
  msgstr "برای گرفتن API Key گوگل‌پلاس:"
995
 
996
  #: views/sfsi_option_view4.php:480
997
- msgid "Login to your Goolge account, go to"
998
  msgstr "به آکونت گوگل خود وارد شده، و بروید به"
999
 
1000
  #: views/sfsi_option_view4.php:484
@@ -1059,7 +1068,7 @@ msgstr "ترتیب آیکن‌هایتان"
1059
 
1060
  #: views/sfsi_option_view5.php:430
1061
  msgid "Drag and Drop"
1062
- msgstr "کشیدن و رها کردن"
1063
 
1064
  #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1065
  msgid "Size and spacing of your icons"
@@ -1190,7 +1199,7 @@ msgid ""
1190
  "displayed if a user moves his mouse over the icon:"
1191
  msgstr ""
1192
  "اگر به آیکن‌تان تنها یک امکان داده‌اید (برای نمونه هیچ پاپ‌آپی برای آزادی عمل "
1193
- "کاربر ارایه نکردید) اینجا مشخص کنید هنگامی که کاربر ماوس خود را روی آیکن "
1194
  "آورد چه متنی نمایش داده شود:"
1195
 
1196
  #: views/sfsi_option_view6.php:27
@@ -1300,7 +1309,7 @@ msgid "Icon Box Layout"
1300
  msgstr "جانمایی جعبه‌آیکن"
1301
 
1302
  #: views/sfsi_option_view7.php:235
1303
- msgid "Backgroud Color:"
1304
  msgstr "رنگ پس‌زمینه:"
1305
 
1306
  #: views/sfsi_option_view7.php:241
@@ -1353,11 +1362,11 @@ msgstr "پاپ‌آپ چه‌وقتی نمایش داده شود؟"
1353
 
1354
  #: views/sfsi_option_view7.php:356
1355
  msgid "Once"
1356
- msgstr "یکدفعه"
1357
 
1358
  #: views/sfsi_option_view7.php:358
1359
  msgid "seconds after the user arrived on the site"
1360
- msgstr "ثانیه‌هایی پس از ورود کاربر به سایت"
1361
 
1362
  #: views/sfsi_option_view7.php:364
1363
  msgid "Every time user scrolls to the end of the page"
@@ -1498,13 +1507,13 @@ msgid ""
1498
  "form which maximizes chances that people subscribe to your site. To get "
1499
  "access to the emails who subscribe, please"
1500
  msgstr ""
1501
- "به اضافه در ایمیل یا آیکن‌های دنبال‌کردن شما میتوانید یک فرم اشتراک نمایش دهید "
1502
  "که شانس مشترک شدن در سایت‌تان را به حداکثر میرساند. برای اینکه به ایمیل مشترک "
1503
  "دسترسی داشته باشید، لطفاً"
1504
 
1505
  #: views/sfsi_option_view9.php:102
1506
  msgid "claim your feed."
1507
- msgstr "خوراک‌خوانتان را درخواست کنید."
1508
 
1509
  #: views/sfsi_option_view9.php:121
1510
  msgid "Place it on your site"
@@ -1640,15 +1649,15 @@ msgid ""
1640
  "New: You can now also show a subscription form on your site, increasing sign-"
1641
  "ups! (Question 8)"
1642
  msgstr ""
1643
- "جدید: حالا شما قادر خواهید بود که یک فرم اشتراک در سایتتان نمایش دهید، که "
1644
- "تعداد ثبت‌نام ها را زیادتر میکند (سوال ۸)"
1645
 
1646
  #: views/sfsi_options_view.php:54
1647
  msgid ""
1648
  "If question 8 gets displayed in a funny way then please reload the page by "
1649
  "pressing Control+F5(PC) or Command+R(Mac)"
1650
  msgstr ""
1651
- "اگر سوال ۸ را به شکل خنده‌داری میبینید لطفاً این صفحه را به‌کمک کلیدهای Ctrl+F5 "
1652
  "(در PC) یا Command+R (در مکینتاش) مجدداً بارگذاری کنید"
1653
 
1654
  #: views/sfsi_options_view.php:64
@@ -1668,7 +1677,7 @@ msgid ""
1668
  "Simply answer the questions below (at least the first 3) by clicking on them "
1669
  "- that`s it!"
1670
  msgstr ""
1671
- "به راحتی با کلیک کردن به سوالات زیر پاسخ دهید (دست‌کم ۳ تای اولی) - فقط همین!"
1672
 
1673
  #: views/sfsi_options_view.php:73
1674
  msgid ""
@@ -1723,15 +1732,15 @@ msgstr ""
1723
 
1724
  #: views/sfsi_options_view.php:161
1725
  msgid "here"
1726
- msgstr "اینجا"
1727
 
1728
  #: views/sfsi_options_view.php:163
1729
  msgid ""
1730
  "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1731
  "com, so that we can sort it out.Thank you!"
1732
  msgstr ""
1733
- "اگر رضایت ندارید، با ما از طریق support@ultimatelysocial.com در تماس باشید، "
1734
- "که بتونیم درستش کنیم. ممنون از شما!"
1735
 
1736
  #: views/sfsi_options_view.php:166
1737
  msgid "Need top-notch Wordpress development work at a competitive price?"
@@ -1741,6 +1750,15 @@ msgstr "به کار توسعه وردپرسی درجه یک با قیمت رقا
1741
  msgid "Visit us on ultimatelysocial.com"
1742
  msgstr "از ما در ultimatelysocial.com دیدن کنید"
1743
 
 
 
 
 
 
 
 
 
 
1744
  #: views/sfsi_pop_content.php:31
1745
  msgid "Steps:"
1746
  msgstr "مراحل:"
@@ -1759,44 +1777,44 @@ msgstr "روی «درج در نوشته» کلیک کنید"
1759
 
1760
  #: views/sfsi_pop_content.php:90
1761
  msgid "Move over the Facebook-icon…"
1762
- msgstr "منتقل کن به بالای آیکن فیس‌بوک"
1763
 
1764
  #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1765
  msgid "Move over the “+ icon” to see the sharing options"
1766
- msgstr "منتقل کن به بالای آیکن \"+\" تا تنظیمات اشتراک‌گذاری را ببینید"
1767
 
1768
  #: views/sfsi_pop_content.php:145
1769
- msgid "Move over the Twiiter-icon…"
1770
- msgstr "منتقل کن به بالای آیکن توییتر"
1771
 
1772
  #: views/sfsi_pop_content.php:172
1773
  msgid "Move over the Google+ icon…"
1774
- msgstr "منتقل کن به بالای آیکن گوگل‌پلاس"
1775
 
1776
  #: views/sfsi_pop_content.php:198
1777
  msgid "Move over the YouTube-icon…"
1778
- msgstr "منتقل کن به بالای آیکن یوتیوب"
1779
 
1780
  #: views/sfsi_pop_content.php:221
1781
  msgid "Move over the Pinterest-icon…"
1782
- msgstr "منتقل کن به بالای آیکن پین‌ترست"
1783
 
1784
  #: views/sfsi_pop_content.php:249
1785
  msgid "Move over the LinkedIn-icon…"
1786
- msgstr "منتقل کن به بالای آیکن لینکدین"
1787
 
1788
  #: views/sfsi_pop_content.php:285
1789
  msgid ""
1790
  "Note: Also if you already offer a newsletter it makes sense to offer this "
1791
  "option too, because it will get you more readers as explained"
1792
  msgstr ""
1793
- "توجه: همچنین اگر هم‌اکنون یک روزنامه ارائه داده‌اید، بهتر است این امکان را هم "
1794
  "ارائه کنید، بدلیل اینکه همانطور که توضیح داده شد تعداد خواننده‌های بیشتری "
1795
  "بدست میاورید"
1796
 
1797
  #: views/sfsi_pop_content.php:292
1798
  msgid "Ok, keep it active for the time being, I want to see how it works"
1799
- msgstr "بسیار خب، به‌طور موقت فعالش کن، تا ببینم چگونه کار میکند"
1800
 
1801
  #: views/sfsi_pop_content.php:296
1802
  msgid "Deactivate it"
@@ -1808,7 +1826,7 @@ msgid ""
1808
  "activating a link back to our site:"
1809
  msgstr ""
1810
  "بسیار خب، خوب است، به هرحال چون از این افزونه بصورت رایگان استفاده میکنید، "
1811
- "لطفاْ ما را با قرار دادن لینکمان در سایتتان حمایت کنید:"
1812
 
1813
  #: views/sfsi_pop_content.php:309
1814
  msgid "Ok, activate link"
@@ -1823,16 +1841,16 @@ msgid ""
1823
  "You’re a toughie. Last try: As a minimum, could you please review this "
1824
  "plugin (with 5 stars)? It only takes a minute. Thank you!"
1825
  msgstr ""
1826
- "شما خیلی خشنید! برای آخرین بار: دست کم، ممکن است لطفاً افزونه ما را ۵ ستاره "
1827
  "کنید؟ فقط یک دقیقه زمان میبرد. ممنون از شما!"
1828
 
1829
  #: views/sfsi_pop_content.php:325
1830
  msgid "Ok, Review it"
1831
- msgstr "باشه، بررسی کن"
1832
 
1833
  #: views/sfsi_pop_content.php:329
1834
  msgid "Don’t review and exit"
1835
- msgstr "بررسی نکن و خارج شو"
1836
 
1837
  #: views/sfsi_pop_content.php:341
1838
  msgid "Upload custom icons"
@@ -1858,9 +1876,9 @@ msgstr "انجام دادم!"
1858
  msgid "Ultimate Social Media PLUS"
1859
  msgstr "Ultimate Social Media PLUS"
1860
 
1861
- #. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.7) #-#-#-#-#
1862
  #. Plugin URI of the plugin/theme
1863
- #. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.7) #-#-#-#-#
1864
  #. Author URI of the plugin/theme
1865
  msgid "http://ultimatelysocial.com"
1866
  msgstr "http://ultimatelysocial.com"
5
  "Project-Id-Version: Ultimate Social Media PLUS 2.3.7\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
  "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 19:32:50+00:00\n"
9
+ "PO-Revision-Date: 2016-04-09 17:13+0330\n"
 
 
 
10
  "Last-Translator: \n"
11
  "Language-Team: Farshad Hosseinzadeh <f.hosseinzadeh1985@gmail.com>\n"
 
12
  "Language: Persian\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.5.4\n"
17
 
18
  #: css/images/index.php:2 css/index.php:2
19
  #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
33
  msgstr "بیشتر بخوانید"
34
 
35
  #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
36
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
37
  #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
38
  #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
39
  #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
50
 
51
  #: libs/sfsi_Init_JqueryCss.php:52
52
  msgid "Collapse"
53
+ msgstr "بستن"
54
 
55
  #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
56
  msgid "Save All Settings"
57
  msgstr "ذخیره تمام تنظیمات"
58
 
59
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
60
+ #: views/sfsi_option_view1.php:354
61
+ msgid ""
62
+ "Upload a custom icon if you have other accounts/websites you want to link to."
63
+ msgstr ""
64
+ "اگر شما آکونت یا سایت دیگری دارید که میخواهید به آن لینک بدهید، آیکن سفارشی "
65
+ "آن را آپلود کنید."
66
+
67
+ #: libs/sfsi_Init_JqueryCss.php:55
68
+ msgid "It depends"
69
+ msgstr "منوط است به"
70
+
71
  #: libs/sfsi_install_uninstall.php:430
72
  msgid ""
73
  "Error: It seems that CURL is disabled on your server. Please contact your "
188
  "You can now add a subscription form to increase sign-ups (under question 8)."
189
  msgstr ""
190
  "اکنون میتوانید یک فرم اشتراک اضافه کرده تا تعداد ثبت‌نام ها را افزایش دهید "
191
+ "(مربوط به پرسش ۸)."
192
 
193
  #: ultimate_social_media_icons.php:608
194
  msgid "Check it out"
208
  "different preferences, and more options means that there’s something for "
209
  "everybody, increasing the chances that you get followed and/or shared."
210
  msgstr ""
211
+ "بطور معمول، هرچه آیکن‌های بیشتری ارائه دهید بهتر است. زیرا مردم صلیقه‌های "
212
  "متفاوتی دارند، و اختیارات بیشتر به این معنی‌ست که مطابق نیاز هر شخصی چیزی "
213
  "آماده دارید. و این کار شانس دنبال شدن یا به اشتراک گذاشته شدن را برای شما "
214
  "زیادتر میکند."
268
 
269
  #: views/sfsi_option_view1.php:123
270
  msgid "Facebook is crucial, esp. for sharing."
271
+ msgstr "فیس‌بوک عالی‌ست، مخصوصاً برای به اشتراک گذاری."
272
 
273
  #: views/sfsi_option_view1.php:126
274
  msgid ""
303
  #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
304
  #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
305
  msgid "It depends:"
306
+ msgstr "بستگی دارد:"
307
 
308
  #: views/sfsi_option_view1.php:186
309
  msgid ""
324
  #: views/sfsi_option_view1.php:220
325
  msgid ""
326
  "Show this icon if you have a Pinterest account (and you should set up one if "
327
+ "you publish new pictures regularly – that can increase your traffic "
328
  "significantly)."
329
  msgstr ""
330
  "اگر یک آکونت پین‌ترست دارید این آیکن را نمایش دهید (و اگر در سایتتان عکس‌های "
383
  msgid "Custom"
384
  msgstr "سفارشی"
385
 
 
 
 
 
 
 
 
386
  #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
387
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
388
  #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
389
  #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
390
  #: views/sfsi_option_view9.php:580
391
  msgid "Collapse area"
392
+ msgstr "کادر را ببند"
393
 
394
  #: views/sfsi_option_view2.php:136
395
  msgid "When clicked on, users can subscribe via RSS"
396
+ msgstr "هروقت کاربری کلیک کرد مشترک فید RSS شود"
397
 
398
  #: views/sfsi_option_view2.php:144
399
  msgid "For most blogs it’s http://blogname.com/feed"
677
  "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
678
  "your_username)."
679
  msgstr ""
680
+ "لطفاً نشانی url پروفایل هازتان را ارائه کنید (برای نمونه: http://www.houzz."
681
  "com/user/your_username)."
682
 
683
  #: views/sfsi_option_view2.php:585
697
  "شوند یا سایتان را با دوستانشان به اشتراک بگذارند بالا میبرد:"
698
 
699
  #: views/sfsi_option_view3.php:39
700
+ msgid "It comes across as more professional and gives your site more “credit”"
701
  msgstr "حرفه‌ای‌تر به‌نظر میرسد و اعتبار بیشتری به سایتتان میبخشد"
702
 
703
  #: views/sfsi_option_view3.php:42
804
  msgstr "محو شدن در"
805
 
806
  #: views/sfsi_option_view3.php:320
807
+ msgid "Scale"
808
+ msgstr "مقیاس"
809
+
810
+ #: views/sfsi_option_view3.php:323
811
  msgid "Combo"
812
  msgstr "کشویی"
813
 
814
+ #: views/sfsi_option_view3.php:333
815
  msgid "Shuffle them automatically"
816
  msgstr "بصورت خودکار آنها را به‌هم بریز"
817
 
818
+ #: views/sfsi_option_view3.php:340
819
  msgid "When site is first loaded"
820
  msgstr "وقتی سایت برای اولین بار باز شد"
821
 
822
+ #: views/sfsi_option_view3.php:346
823
  msgid "Every"
824
  msgstr "هر"
825
 
826
+ #: views/sfsi_option_view3.php:350
827
  msgid "seconds"
828
  msgstr "ثانیه"
829
 
882
 
883
  #: views/sfsi_option_view4.php:261
884
  msgid "We cannot track this. So enter the figure here:"
885
+ msgstr "ما نمیتوانیم این را تشخیص دهیم. پس رقم را اینجا دستی وارد نمایید:"
886
 
887
  #: views/sfsi_option_view4.php:289
888
  msgid "Retrieve the number of subscribers automatically"
901
  msgstr "نمایش تعداد لایک‌های وبلاگ‌تان"
902
 
903
  #: views/sfsi_option_view4.php:324
904
+ msgid "Retrieve the number of likes of your facebook page"
905
  msgstr "نمایش تعداد لایک‌های صفحه فیس‌بوک‌تان"
906
 
907
  #: views/sfsi_option_view4.php:328
910
 
911
  #: views/sfsi_option_view4.php:333
912
  msgid ""
913
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
914
  msgstr "میتوانید در پایین تب «About» صفحه فیس‌بوکتان پیدایش کنید"
915
 
916
  #: views/sfsi_option_view4.php:365
939
  "in twitter settings under question number 2."
940
  msgstr ""
941
  "لطفاً مطمئن شوید که نام کاربری را برای \"مرا در توییتر دنبال کنید:\" در "
942
+ "تنظیمات بخش توییتر وارد نموده‌اید. مربوط به پرسش شماره ۲."
943
 
944
  #: views/sfsi_option_view4.php:400
945
  msgid "To get this information:"
996
  msgstr ""
997
  "لطفاً مطمئن شوید که در بخش تنظیمات گوگل‌پلاس، نشانی URL را برای «صفحه گوگل‌پلاس "
998
  "مرا ببینید در: مثلاً https://plus.google.com/u/0/b/[pageid]» وارد نموده‌اید. "
999
+ "مربوط به پرسش شماره ۲."
1000
 
1001
  #: views/sfsi_option_view4.php:475
1002
  msgid "To get the API key for G+:"
1003
  msgstr "برای گرفتن API Key گوگل‌پلاس:"
1004
 
1005
  #: views/sfsi_option_view4.php:480
1006
+ msgid "Login to your Google account, go to"
1007
  msgstr "به آکونت گوگل خود وارد شده، و بروید به"
1008
 
1009
  #: views/sfsi_option_view4.php:484
1068
 
1069
  #: views/sfsi_option_view5.php:430
1070
  msgid "Drag and Drop"
1071
+ msgstr "با ماوس بکشید و رها کنید"
1072
 
1073
  #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1074
  msgid "Size and spacing of your icons"
1199
  "displayed if a user moves his mouse over the icon:"
1200
  msgstr ""
1201
  "اگر به آیکن‌تان تنها یک امکان داده‌اید (برای نمونه هیچ پاپ‌آپی برای آزادی عمل "
1202
+ "کاربر ارائه نکردید) اینجا مشخص کنید هنگامی که کاربر ماوس خود را روی آیکن "
1203
  "آورد چه متنی نمایش داده شود:"
1204
 
1205
  #: views/sfsi_option_view6.php:27
1309
  msgstr "جانمایی جعبه‌آیکن"
1310
 
1311
  #: views/sfsi_option_view7.php:235
1312
+ msgid "Background Color:"
1313
  msgstr "رنگ پس‌زمینه:"
1314
 
1315
  #: views/sfsi_option_view7.php:241
1362
 
1363
  #: views/sfsi_option_view7.php:356
1364
  msgid "Once"
1365
+ msgstr "پس از گذشت"
1366
 
1367
  #: views/sfsi_option_view7.php:358
1368
  msgid "seconds after the user arrived on the site"
1369
+ msgstr "ثانیه از ورود کاربر به سایت"
1370
 
1371
  #: views/sfsi_option_view7.php:364
1372
  msgid "Every time user scrolls to the end of the page"
1507
  "form which maximizes chances that people subscribe to your site. To get "
1508
  "access to the emails who subscribe, please"
1509
  msgstr ""
1510
+ "علاوه بر ایمیل یا آیکن‌های دنبال‌کردن، شما میتوانید یک فرم اشتراک نمایش دهید "
1511
  "که شانس مشترک شدن در سایت‌تان را به حداکثر میرساند. برای اینکه به ایمیل مشترک "
1512
  "دسترسی داشته باشید، لطفاً"
1513
 
1514
  #: views/sfsi_option_view9.php:102
1515
  msgid "claim your feed."
1516
+ msgstr "خوراک خبرخوانتان را درخواست کنید."
1517
 
1518
  #: views/sfsi_option_view9.php:121
1519
  msgid "Place it on your site"
1649
  "New: You can now also show a subscription form on your site, increasing sign-"
1650
  "ups! (Question 8)"
1651
  msgstr ""
1652
+ "ویژگی تازه: از حالا شما میتوانید یک فرم اشتراک در سایتتان نمایش دهید، که "
1653
+ "تعداد ثبت‌نام ها را زیادتر میکند (مربوط به پرسش ۸)"
1654
 
1655
  #: views/sfsi_options_view.php:54
1656
  msgid ""
1657
  "If question 8 gets displayed in a funny way then please reload the page by "
1658
  "pressing Control+F5(PC) or Command+R(Mac)"
1659
  msgstr ""
1660
+ "اگر پرسش ۸ را به شکل خنده‌داری میبینید لطفاً این صفحه را به‌کمک کلیدهای Ctrl+F5 "
1661
  "(در PC) یا Command+R (در مکینتاش) مجدداً بارگذاری کنید"
1662
 
1663
  #: views/sfsi_options_view.php:64
1677
  "Simply answer the questions below (at least the first 3) by clicking on them "
1678
  "- that`s it!"
1679
  msgstr ""
1680
+ "به راحتی با کلیک کردن به پرسش‌های زیر پاسخ دهید (دست‌کم ۳ تای اولی) - فقط همین!"
1681
 
1682
  #: views/sfsi_options_view.php:73
1683
  msgid ""
1732
 
1733
  #: views/sfsi_options_view.php:161
1734
  msgid "here"
1735
+ msgstr "در اینجا"
1736
 
1737
  #: views/sfsi_options_view.php:163
1738
  msgid ""
1739
  "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1740
  "com, so that we can sort it out.Thank you!"
1741
  msgstr ""
1742
+ "اگر رضایت ندارید، با ما از طریق support@ultimatelysocial.com در تماس باشید. "
1743
+ "ممنون از شما!"
1744
 
1745
  #: views/sfsi_options_view.php:166
1746
  msgid "Need top-notch Wordpress development work at a competitive price?"
1750
  msgid "Visit us on ultimatelysocial.com"
1751
  msgstr "از ما در ultimatelysocial.com دیدن کنید"
1752
 
1753
+ #: views/sfsi_options_view.php:179
1754
+ msgid ""
1755
+ "The plugin was translated by (your name). Need translation work to get done? "
1756
+ "Contact (your name) at (your email)"
1757
+ msgstr ""
1758
+ "این افزونه توسط فرشاد حسین‌زاده به پارسی برگردان شده، و تقدیم میگردد به تمام "
1759
+ "پارسی‌زبانان جهان. در صورت تمایل به تماس یا انتقاد و پیشنهاد با ایمیل f."
1760
+ "hosseinzadeh1985 در جیمیل ارتباط برقرار کنید."
1761
+
1762
  #: views/sfsi_pop_content.php:31
1763
  msgid "Steps:"
1764
  msgstr "مراحل:"
1777
 
1778
  #: views/sfsi_pop_content.php:90
1779
  msgid "Move over the Facebook-icon…"
1780
+ msgstr "ماوس را روی آیکن فیس‌بوک قرار دهید"
1781
 
1782
  #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1783
  msgid "Move over the “+ icon” to see the sharing options"
1784
+ msgstr "ماوس را روی آیکن \"+\" قرار دهید تا تنظیمات اشتراک‌گذاری را ببینید"
1785
 
1786
  #: views/sfsi_pop_content.php:145
1787
+ msgid "Move over the Twitter-icon…"
1788
+ msgstr "ماوس را روی آیکن توییتر قرار دهید"
1789
 
1790
  #: views/sfsi_pop_content.php:172
1791
  msgid "Move over the Google+ icon…"
1792
+ msgstr "ماوس را روی آیکن گوگل‌پلاس قرار دهید"
1793
 
1794
  #: views/sfsi_pop_content.php:198
1795
  msgid "Move over the YouTube-icon…"
1796
+ msgstr "ماوس را روی آیکن یوتیوب قرار دهید"
1797
 
1798
  #: views/sfsi_pop_content.php:221
1799
  msgid "Move over the Pinterest-icon…"
1800
+ msgstr "ماوس را روی آیکن پین‌ترست قرار دهید"
1801
 
1802
  #: views/sfsi_pop_content.php:249
1803
  msgid "Move over the LinkedIn-icon…"
1804
+ msgstr "ماوس را روی آیکن لینکدین قرار دهید"
1805
 
1806
  #: views/sfsi_pop_content.php:285
1807
  msgid ""
1808
  "Note: Also if you already offer a newsletter it makes sense to offer this "
1809
  "option too, because it will get you more readers as explained"
1810
  msgstr ""
1811
+ "توجه: اگر هم‌اکنون یک خبرنامه هم ارائه داده‌اید، بهتر است این امکان را هم "
1812
  "ارائه کنید، بدلیل اینکه همانطور که توضیح داده شد تعداد خواننده‌های بیشتری "
1813
  "بدست میاورید"
1814
 
1815
  #: views/sfsi_pop_content.php:292
1816
  msgid "Ok, keep it active for the time being, I want to see how it works"
1817
+ msgstr "بسیار خب، فعلاً فعالش کن، تا ببینم چگونه کار میکند"
1818
 
1819
  #: views/sfsi_pop_content.php:296
1820
  msgid "Deactivate it"
1826
  "activating a link back to our site:"
1827
  msgstr ""
1828
  "بسیار خب، خوب است، به هرحال چون از این افزونه بصورت رایگان استفاده میکنید، "
1829
+ "لطفاً ما را با قرار دادن لینکمان در سایتتان حمایت کنید:"
1830
 
1831
  #: views/sfsi_pop_content.php:309
1832
  msgid "Ok, activate link"
1841
  "You’re a toughie. Last try: As a minimum, could you please review this "
1842
  "plugin (with 5 stars)? It only takes a minute. Thank you!"
1843
  msgstr ""
1844
+ "شما خیلی خشن هستید! برای بار آخر: دست کم، ممکن است لطفاً افزونه ما را ۵ ستاره "
1845
  "کنید؟ فقط یک دقیقه زمان میبرد. ممنون از شما!"
1846
 
1847
  #: views/sfsi_pop_content.php:325
1848
  msgid "Ok, Review it"
1849
+ msgstr "باشه، به برگه بررسی برو"
1850
 
1851
  #: views/sfsi_pop_content.php:329
1852
  msgid "Don’t review and exit"
1853
+ msgstr "امتیاز نمیدهم، ببند!"
1854
 
1855
  #: views/sfsi_pop_content.php:341
1856
  msgid "Upload custom icons"
1876
  msgid "Ultimate Social Media PLUS"
1877
  msgstr "Ultimate Social Media PLUS"
1878
 
1879
+ #. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.9) #-#-#-#-#
1880
  #. Plugin URI of the plugin/theme
1881
+ #. #-#-#-#-# plugin.pot (Ultimate Social Media PLUS 2.3.9) #-#-#-#-#
1882
  #. Author URI of the plugin/theme
1883
  msgid "http://ultimatelysocial.com"
1884
  msgstr "http://ultimatelysocial.com"
languages/ultimate-social-media-plus-fr_BE.mo ADDED
Binary file
languages/ultimate-social-media-plus-fr_BE.po ADDED
@@ -0,0 +1,1932 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 21:33+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-11 16:26-0400\n"
13
+ "Language-Team: TWF <info@themes-wordpress-francais.com>\n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: TWF <info@themes-wordpress-francais.com>\n"
16
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Language: fr\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Accès Refusé"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Lire la suite"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Enregistrer"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Enregistrement"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Enregistré "
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Réduire"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Sauvegarder tous les paramètres"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Ajouter une icône personnalisée si vous avez d’autres comptes ou sites web "
66
+ "sur lesquels souhaitez ajouter un lien."
67
+
68
+ #: libs/sfsi_Init_JqueryCss.php:55
69
+ msgid "It depends"
70
+ msgstr "À vous de voir "
71
+
72
+ #: libs/sfsi_install_uninstall.php:430
73
+ msgid ""
74
+ "Error: It seems that CURL is disabled on your server. Please contact your "
75
+ "server administrator to install / enable CURL."
76
+ msgstr ""
77
+ "Erreur: Il semble que CURL est désactivé sur votre serveur. Veuillez "
78
+ "contacter votre administrateur de serveur pour installer / activer CURL."
79
+
80
+ #: libs/sfsi_install_uninstall.php:541
81
+ msgid ""
82
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
83
+ "Theme Editor and insert the following string:"
84
+ msgstr ""
85
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
86
+ "Allez dans l’éditeur de thème et insérer la chaîne suivante :"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr ""
91
+ "Veuillez l’ajouter juste avant la ligne suivante du fichier header.php :"
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Ouvrez votre éditeur de thème :"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "cliquez ici"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
108
+ "Allez dans l’éditeur de thème et ajouter la chaîne suivante comme la "
109
+ "première ligne du fichier footer.php de votre thème :"
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Merci d’avoir installé le plugin Ultimate Social Media PLUS. Veuillez aller "
117
+ "à la page des paramètres du plug-in pour le configurer:"
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Cliquez ici"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Vous utilisez une ancienne version de Wordpress, ce qui peut causer "
132
+ "plusieurs de vos plugins ne fonctionnent ne pas correctement. Veuillez "
133
+ "mettre à jour"
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Nous avons remarqué que vous utilisez le Plugin Ultimate Social Media PLUS "
142
+ "depuis plus de 30 jours. Si vous êtes heureux avec lui, pourriez-vous nous "
143
+ "faire une grande faveur et lui donner une note de 5 étoiles sur Wordpress ?"
144
+
145
+ #: libs/sfsi_install_uninstall.php:604
146
+ msgid "Ok, you deserved it"
147
+ msgstr "Ok, tu le méritais"
148
+
149
+ #: libs/sfsi_install_uninstall.php:605
150
+ msgid "I already did"
151
+ msgstr "Je l’ai déjà fait"
152
+
153
+ #: libs/sfsi_install_uninstall.php:606
154
+ msgid "No, not good enough"
155
+ msgstr "Pas assez bon"
156
+
157
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
158
+ msgid "Title"
159
+ msgstr "Titre"
160
+
161
+ #: libs/sfsi_widget.php:105
162
+ msgid "Please go to the plugin page to set your preferences:"
163
+ msgstr "Aller sur la page du plugin pour régler vos préférences :"
164
+
165
+ #: ultimate_social_media_icons.php:76
166
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
167
+ msgstr "Aller à la mise en page et cocher l’option \"Place them manually\""
168
+
169
+ #: ultimate_social_media_icons.php:577
170
+ msgid ""
171
+ "There seems to be an error on your website which prevents the plugin to work "
172
+ "properly. Please check the FAQ:"
173
+ msgstr ""
174
+ "Il semble y avoir une erreur sur votre site Internet qui empêche le plugin "
175
+ "fonctionne correctement. Veuillez consulter la FAQ :"
176
+
177
+ #: ultimate_social_media_icons.php:582
178
+ msgid "Error"
179
+ msgstr "Erreur"
180
+
181
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
182
+ msgid "Dismiss"
183
+ msgstr "Fermer"
184
+
185
+ #: ultimate_social_media_icons.php:602
186
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
187
+ msgstr "Nouvelle fonctionnalité dans le plugin ultime Social Media PLUS: "
188
+
189
+ #: ultimate_social_media_icons.php:605
190
+ msgid ""
191
+ "You can now add a subscription form to increase sign-ups (under question 8)."
192
+ msgstr ""
193
+ "Vous pouvez maintenant ajouter un formulaire d’abonnement pour augmenter les "
194
+ "abonnements (sous la question 8)."
195
+
196
+ #: ultimate_social_media_icons.php:608
197
+ msgid "Check it out"
198
+ msgstr "Configurer le formulaire"
199
+
200
+ #: views/sfsi_aboutus.php:2
201
+ msgid "Please visit us at"
202
+ msgstr "Visitez-nous sur"
203
+
204
+ #: views/sfsi_aboutus.php:4
205
+ msgid "or write to us at"
206
+ msgstr "ou écrivez-nous à "
207
+
208
+ #: views/sfsi_option_view1.php:47
209
+ msgid ""
210
+ "In general, the more icons you offer the better because people have "
211
+ "different preferences, and more options means that there’s something for "
212
+ "everybody, increasing the chances that you get followed and/or shared."
213
+ msgstr ""
214
+ "En général, les icônes personnalisé vous offrent un meilleur résultat parce "
215
+ "que les gens ont des goûts différents, et plus de choix signifie qu’il y en "
216
+ "a pour tout le monde et augmente les chances que vous obtenez un suivi et/ou "
217
+ "des partages."
218
+
219
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
220
+ msgid "Mandatory"
221
+ msgstr "Obligatoire"
222
+
223
+ #: views/sfsi_option_view1.php:65
224
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
225
+ msgstr "RSS est encore populaire, ex: la foule tech-savvy."
226
+
227
+ #: views/sfsi_option_view1.php:68
228
+ msgid ""
229
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
230
+ "read your content. "
231
+ msgstr ""
232
+ "RSS est l’acronyme de Really Simple Syndication, il est un moyen facile pour "
233
+ "que les gens lisent votre contenu."
234
+
235
+ #: views/sfsi_option_view1.php:70
236
+ msgid "Learn more about RSS"
237
+ msgstr "En savoir plus sur le RSS"
238
+
239
+ #: views/sfsi_option_view1.php:93
240
+ msgid "Email is the most effective tool to build up a followership."
241
+ msgstr ""
242
+ "Le courrier électronique est l’outil le plus efficace pour faire un suivi."
243
+
244
+ #: views/sfsi_option_view1.php:96
245
+ msgid "Remove credit link"
246
+ msgstr "Enlever le lien vers notre site"
247
+
248
+ #: views/sfsi_option_view1.php:100
249
+ msgid ""
250
+ "Everybody uses email – that’s why it’s much more effective than social media "
251
+ "to make people follow you"
252
+ msgstr ""
253
+ "Tout le monde utilise le courrier électronique – c’est pourquoi il est "
254
+ "beaucoup plus efficace que les médias sociaux pour rendre les gens à vous "
255
+ "suivre"
256
+
257
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
258
+ msgid "learn more"
259
+ msgstr "en savoir +"
260
+
261
+ #: views/sfsi_option_view1.php:104
262
+ msgid ""
263
+ "Not offering an email subscription option means losing out on future traffic "
264
+ "to your site."
265
+ msgstr ""
266
+ "Ne pas offrir une option d’abonnement Courriel signifie perdre sur future du "
267
+ "trafic vers votre site."
268
+
269
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
270
+ #: views/sfsi_option_view1.php:167
271
+ msgid "Strongly recommended:"
272
+ msgstr "Fortement recommandé"
273
+
274
+ #: views/sfsi_option_view1.php:123
275
+ msgid "Facebook is crucial, esp. for sharing."
276
+ msgstr "Facebook est crucial pour partager."
277
+
278
+ #: views/sfsi_option_view1.php:126
279
+ msgid ""
280
+ "Facebook is the giant in the social media world, and even if you don’t have "
281
+ "a Facebook account yourself you should display this icon, so that Facebook "
282
+ "users can share your site on Facebook."
283
+ msgstr ""
284
+ "Facebook est le géant dans le monde des médias sociaux, et même si vous ne "
285
+ "disposez pas d’un compte Facebook, vous vous devrait afficher cette icône, "
286
+ "afin que les utilisateurs de Facebook peuvent partager votre site sur "
287
+ "Facebook."
288
+
289
+ #: views/sfsi_option_view1.php:145
290
+ msgid "Can have a strong promotional effect."
291
+ msgstr "Peut avoir un gros effet promotionnel."
292
+
293
+ #: views/sfsi_option_view1.php:148
294
+ msgid ""
295
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
296
+ "However, similar as with facebook, even if you don’t have one you should "
297
+ "still show this icon so that Twitter-users can share your site."
298
+ msgstr ""
299
+ "Si vous avez un compte Twitter, en ajoutant cette icône devient une "
300
+ "évidence. Cependant, similaire à celle de Facebook, même si vous ne l’avez "
301
+ "pas encore, vous devriez montrer cette icône sorte que Twitter les "
302
+ "utilisateurs peuvent partager votre site."
303
+
304
+ #: views/sfsi_option_view1.php:168
305
+ msgid "Increasingly important and beneficial for SEO."
306
+ msgstr "De plus en plus important et bénéfique pour le référencement."
307
+
308
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
309
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
310
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
311
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
312
+ msgid "It depends:"
313
+ msgstr "À vous de voir :"
314
+
315
+ #: views/sfsi_option_view1.php:186
316
+ msgid ""
317
+ "Show this icon if you have a youtube account (and you should set up one if "
318
+ "you have video content – that can increase your traffic significantly)."
319
+ msgstr ""
320
+ "Montrer cette icône si vous avez un compte youtube (et vous devez en "
321
+ "configurer un si vous avez du contenu vidéo - qui peuvent augmenter votre "
322
+ "trafic de manière significative)."
323
+
324
+ #: views/sfsi_option_view1.php:203
325
+ msgid ""
326
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
327
+ msgstr ""
328
+ "Réseau No.1 à des fins commerciales. Utilisez cette icône si vous êtes un "
329
+ "LinkedInner."
330
+
331
+ #: views/sfsi_option_view1.php:220
332
+ msgid ""
333
+ "Show this icon if you have a Pinterest account (and you should set up one if "
334
+ "you publish new pictures regularly – that can increase your traffic "
335
+ "significantly)."
336
+ msgstr ""
337
+ "Afficher cette icône si vous avez un compte de Pinterest (et vous devez en "
338
+ "configurer un si vous publiez de nouvelles photos régulièrement – qui "
339
+ "peuvent augmenter votre trafic de façon significative)."
340
+
341
+ #: views/sfsi_option_view1.php:235
342
+ msgid "Show this icon if you have a Instagram account."
343
+ msgstr "Montrer cette icône si vous avez un compte Instagram."
344
+
345
+ #: views/sfsi_option_view1.php:252
346
+ msgid ""
347
+ "Third-party service AddThis allows your visitors to share via many other "
348
+ "social networks, however it may also slow down your site a bit."
349
+ msgstr ""
350
+ "Service tiers à AddThis permet à vos visiteurs de partager via de nombreux "
351
+ "autres réseaux sociaux, mais il peut aussi ralentir un peu votre site ."
352
+
353
+ #: views/sfsi_option_view1.php:255
354
+ msgid "Everybody uses email – that’s why it’s"
355
+ msgstr "Tout le monde utilise le courrier électronique"
356
+
357
+ #: views/sfsi_option_view1.php:258
358
+ msgid "much more effective than social media"
359
+ msgstr "beaucoup plus efficace que les médias sociaux"
360
+
361
+ #: views/sfsi_option_view1.php:261
362
+ msgid ""
363
+ "to make people follow you. Not offering an email subscription option means "
364
+ "losing out on future traffic to your site."
365
+ msgstr ""
366
+ "pour faire en sorte que les gens vous suivent. Ne pas offrir une option "
367
+ "d’abonnement par courriel signifie perdre sur le trafic futur à votre site."
368
+
369
+ #: views/sfsi_option_view1.php:263
370
+ msgid "Check out their reviews:"
371
+ msgstr "Découvrez leurs commentaires :"
372
+
373
+ #: views/sfsi_option_view1.php:284
374
+ msgid "Show this icon if you have a Houzz account."
375
+ msgstr "Montrer cette icône si vous avez un compte Houzz."
376
+
377
+ #: views/sfsi_option_view1.php:286
378
+ msgid ""
379
+ "Houzz is the No.1 site & community in the world of architecture and interior "
380
+ "design."
381
+ msgstr ""
382
+ "Houx est le site n°1 & la communauté dans le monde de l’architecture et de "
383
+ "design d’intérieur."
384
+
385
+ #: views/sfsi_option_view1.php:288
386
+ msgid "Visit Houzz"
387
+ msgstr "Visitez Houzz"
388
+
389
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
390
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
391
+ msgid "Custom"
392
+ msgstr "Personnalisé"
393
+
394
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
395
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
396
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
397
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
398
+ #: views/sfsi_option_view9.php:580
399
+ msgid "Collapse area"
400
+ msgstr "Réduire"
401
+
402
+ #: views/sfsi_option_view2.php:136
403
+ msgid "When clicked on, users can subscribe via RSS"
404
+ msgstr ""
405
+ "Lorsque vous cliquez dessus, les utilisateurs peuvent s’abonner via RSS"
406
+
407
+ #: views/sfsi_option_view2.php:144
408
+ msgid "For most blogs it’s http://blogname.com/feed"
409
+ msgstr "Pour la plupart des blogs c’est http://blogname.com/feed"
410
+
411
+ #: views/sfsi_option_view2.php:162
412
+ msgid ""
413
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
414
+ "full access to your subscriber`s emails and interesting statistics:"
415
+ msgstr ""
416
+ "Envoie automatiquement vos nouveaux messages aux abonnés. C’est gratuit et "
417
+ "vous obtenez un accès aux adresses email de vos abonnés et statistiques "
418
+ "intéressantes :"
419
+
420
+ #: views/sfsi_option_view2.php:164
421
+ msgid "Claim your feed to get full access."
422
+ msgstr "Réclamer votre flux pour obtenir un accès complet."
423
+
424
+ #: views/sfsi_option_view2.php:166
425
+ msgid "It also makes sense if you already offer an email newsletter:"
426
+ msgstr ""
427
+ "Il est également logique si vous offrez déjà un bulletin électronique :"
428
+
429
+ #: views/sfsi_option_view2.php:168
430
+ msgid "Learn more."
431
+ msgstr "En savoir +"
432
+
433
+ #: views/sfsi_option_view2.php:171
434
+ msgid "Please pick which icon type you want to use:"
435
+ msgstr "Choisissez quel type d’icônes que vous souhaitez utiliser:"
436
+
437
+ #: views/sfsi_option_view2.php:179
438
+ msgid "Email icon"
439
+ msgstr "Icône email :"
440
+
441
+ #: views/sfsi_option_view2.php:187
442
+ msgid "Follow icon"
443
+ msgstr "Icône de suivi :"
444
+
445
+ #: views/sfsi_option_view2.php:189
446
+ msgid "increases sign-ups"
447
+ msgstr "Augmente les inscriptions"
448
+
449
+ #: views/sfsi_option_view2.php:198
450
+ msgid "SpecificFeeds icon"
451
+ msgstr "Icône Flux spécifique "
452
+
453
+ #: views/sfsi_option_view2.php:200
454
+ msgid "provider of the service"
455
+ msgstr "prestataire du service"
456
+
457
+ #: views/sfsi_option_view2.php:216
458
+ msgid ""
459
+ "The facebook icon can perform several actions. Pick below which ones it "
460
+ "should perform. If you select several options, then users can select what "
461
+ "they want to do"
462
+ msgstr ""
463
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
464
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
465
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
466
+
467
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
468
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
469
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
470
+ #: views/sfsi_option_view2.php:539
471
+ msgid "see an example"
472
+ msgstr "Voir un exemple"
473
+
474
+ #: views/sfsi_option_view2.php:222
475
+ msgid "The facebook icon should allow users to..."
476
+ msgstr "L’icône de Facebook devrait permettre aux utilisateurs de …"
477
+
478
+ #: views/sfsi_option_view2.php:229
479
+ msgid "Visit my Facebook page at:"
480
+ msgstr "Visiter ma page facebook :"
481
+
482
+ #: views/sfsi_option_view2.php:237
483
+ msgid "Like my blog on Facebook (+1)"
484
+ msgstr "Aimer mon blog sur Facebook (+1)"
485
+
486
+ #: views/sfsi_option_view2.php:245
487
+ msgid "Share my blog with friends (on Facebook)"
488
+ msgstr "Partager mon blog avec des amis (sur Facebook)"
489
+
490
+ #: views/sfsi_option_view2.php:260
491
+ msgid ""
492
+ "The Twitter icon can perform several actions. Pick below which ones it "
493
+ "should perform. If you select several options, then users can select what "
494
+ "they want to do"
495
+ msgstr ""
496
+ "L’icône Twitter peut exécuter plusieurs actions. Choisissez ci-dessous "
497
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
498
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
499
+
500
+ #: views/sfsi_option_view2.php:267
501
+ msgid "The Twitter icon should allow users to..."
502
+ msgstr "L’icône Twitter devrait permettre aux utilisateurs de …"
503
+
504
+ #: views/sfsi_option_view2.php:272
505
+ msgid "Visit me on Twitter:"
506
+ msgstr "Visitez mon Twitter :"
507
+
508
+ #: views/sfsi_option_view2.php:281
509
+ msgid "Follow me on Twitter:"
510
+ msgstr "Me suivre sur Twitter:"
511
+
512
+ #: views/sfsi_option_view2.php:289
513
+ msgid "Tweet about my page:"
514
+ msgstr "Tweet sur ma page:"
515
+
516
+ #: views/sfsi_option_view2.php:302
517
+ msgid ""
518
+ "The Google+ icon can perform several actions. Pick below which ones it "
519
+ "should perform. If you select several options, then users can select what "
520
+ "they want to do"
521
+ msgstr ""
522
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
523
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
524
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
525
+
526
+ #: views/sfsi_option_view2.php:308
527
+ msgid "The Google+ icon should allow users to..."
528
+ msgstr "L’icône Google devrait permettre aux utilisateurs de …"
529
+
530
+ #: views/sfsi_option_view2.php:314
531
+ msgid "Visit my Google+ page at:"
532
+ msgstr "Visiter ma page Google+:"
533
+
534
+ #: views/sfsi_option_view2.php:323
535
+ msgid "Like my blog on Google+ (+1)"
536
+ msgstr "Aimer mon blog sur Google ( 1)"
537
+
538
+ #: views/sfsi_option_view2.php:330
539
+ msgid "Share my blog with friends (on Google+)"
540
+ msgstr "Partager mon blog avec des amis (sur Google )"
541
+
542
+ #: views/sfsi_option_view2.php:344
543
+ msgid ""
544
+ "The Youtube icon can perform several actions. Pick below which ones it "
545
+ "should perform. If you select several options, then users can select what "
546
+ "they want to do"
547
+ msgstr ""
548
+ "L’icône Youtube peut exécuter plusieurs actions. Choisissez ci-dessous "
549
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
550
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
551
+
552
+ #: views/sfsi_option_view2.php:350
553
+ msgid "The youtube icon should allow users to..."
554
+ msgstr "L’icône YouTube devrait permettre aux utilisateurs de …"
555
+
556
+ #: views/sfsi_option_view2.php:354
557
+ msgid "Visit my Youtube page at:"
558
+ msgstr "Visiter ma page Youtube:"
559
+
560
+ #: views/sfsi_option_view2.php:360
561
+ msgid "Subscribe to me on Youtube"
562
+ msgstr "S’abonner à ma chaîne Youtube"
563
+
564
+ #: views/sfsi_option_view2.php:362
565
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
566
+ msgstr ""
567
+ "(permet aux gens de souscrire directement, sans avoir à quitter votre blog)"
568
+
569
+ #: views/sfsi_option_view2.php:382
570
+ msgid "User Name"
571
+ msgstr "Nom d’utilisateur"
572
+
573
+ #: views/sfsi_option_view2.php:387
574
+ msgid "Channel Id"
575
+ msgstr "Id de la chaine"
576
+
577
+ #: views/sfsi_option_view2.php:393
578
+ msgid "UserName:"
579
+ msgstr "Nom d'utilisateur :"
580
+
581
+ #: views/sfsi_option_view2.php:397
582
+ msgid ""
583
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
584
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
585
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
586
+ msgstr ""
587
+ "Pour trouver votre nom d’utilisateur aller à \"Ma chaîne\" dans la barre de "
588
+ "menus de Youtube à gauche & cliquez sur l’onglet \"A propos\" et prendre "
589
+ "votre nom d’utilisateur de URL là-bas (par exemple les https://www.youtube."
590
+ "com/user/Tommy c’est \"Tommy\")."
591
+
592
+ #: views/sfsi_option_view2.php:403
593
+ msgid "Channel Id:"
594
+ msgstr "Id de la chaine:"
595
+
596
+ #: views/sfsi_option_view2.php:408
597
+ msgid ""
598
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
599
+ "left and take your channel name from there."
600
+ msgstr ""
601
+ "Pour trouver votre nom Manche aller à \"Ma Chaîne\" dans la barre de menu "
602
+ "Youtube sur la gauche et prenez votre nom de la chaîne à partir de là."
603
+
604
+ #: views/sfsi_option_view2.php:423
605
+ msgid ""
606
+ "The Pinterest icon can perform several actions. Pick below which ones it "
607
+ "should perform. If you select several options, then users can select what "
608
+ "they want to do"
609
+ msgstr ""
610
+ "L’icône Pinterest peut exécuter plusieurs actions. Choisissez ci-dessous "
611
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
612
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
613
+
614
+ #: views/sfsi_option_view2.php:429
615
+ msgid "The Pinterest icon should allow users to..."
616
+ msgstr "L’icône Pinterest devrait permettre aux utilisateurs de …"
617
+
618
+ #: views/sfsi_option_view2.php:434
619
+ msgid "Visit my Pinterest page at:"
620
+ msgstr "Visiter ma page Pinterest: "
621
+
622
+ #: views/sfsi_option_view2.php:442
623
+ msgid "Pin my blog on Pinterest (+1)"
624
+ msgstr "Epingler mon blog sur Pinterest ( +1)"
625
+
626
+ #: views/sfsi_option_view2.php:457
627
+ msgid "When clicked on, users will get directed to your Instagram page"
628
+ msgstr ""
629
+ "Si on clique dessus, utilisateurs seront dirigés vers votre page de Instagram"
630
+
631
+ #: views/sfsi_option_view2.php:476
632
+ msgid ""
633
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
634
+ "should perform. If you select several options, then users can select what "
635
+ "they want to do"
636
+ msgstr ""
637
+ "L’icône LinkedIn peut exécuter plusieurs actions. Choisissez ci-dessous "
638
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, puis les "
639
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
640
+
641
+ #: views/sfsi_option_view2.php:482
642
+ msgid ""
643
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
644
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
645
+ msgstr ""
646
+ "Vous trouverez votre ID dans le lien de votre page de profil, par exemple "
647
+ "https://www.linkedin.com/profile/view?id=<b>8539887</b>& tri = "
648
+ "nav_responsive_tab_profile_pic"
649
+
650
+ #: views/sfsi_option_view2.php:485
651
+ msgid "The LinkedIn icon should allow users to..."
652
+ msgstr "L’icône LinkedIn devrait permettre aux utilisateurs de …"
653
+
654
+ #: views/sfsi_option_view2.php:490
655
+ msgid "Visit my Linkedin page at:"
656
+ msgstr "Visiter ma page LinkedIn:"
657
+
658
+ #: views/sfsi_option_view2.php:499
659
+ msgid "Follow me on Linkedin:"
660
+ msgstr "Me suivre sur LinkedIn :"
661
+
662
+ #: views/sfsi_option_view2.php:508
663
+ msgid "Share my page on LinkedIn"
664
+ msgstr "Partager ma page sur LinkedIn"
665
+
666
+ #: views/sfsi_option_view2.php:515
667
+ msgid "Recommend my business or product on Linkedin"
668
+ msgstr "Recommander mon entreprise ou un produit sur Linkedin"
669
+
670
+ #: views/sfsi_option_view2.php:520
671
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
672
+ msgstr ""
673
+ "Pour trouver votre produit ou ID de l’entreprise, vous pouvez utiliser leur "
674
+ "outil de recherche à ID"
675
+
676
+ #: views/sfsi_option_view2.php:524
677
+ msgid "You need to be logged in to Linkedin to be able to use it."
678
+ msgstr "Vous devez être connecté pour Linkedin pour pouvoir l’utiliser."
679
+
680
+ #: views/sfsi_option_view2.php:537
681
+ msgid ""
682
+ "Nothing needs to be done here – your visitors to share your site via «all "
683
+ "the other» social media sites."
684
+ msgstr ""
685
+ "Rien ne doit être fait ici - vos visiteurs de partager votre site via «tous "
686
+ "les autres» sites de médias sociaux."
687
+
688
+ #: views/sfsi_option_view2.php:553
689
+ msgid ""
690
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
691
+ "your_username)."
692
+ msgstr ""
693
+ "Veuillez fournir l’url de votre profil Houzz (p. ex. les http://www.houzz."
694
+ "com/user/your_username)."
695
+
696
+ #: views/sfsi_option_view2.php:585
697
+ msgid "Where do you want this icon to link to?"
698
+ msgstr "Où emmenera le lien sur cette icône ?"
699
+
700
+ #: views/sfsi_option_view2.php:589
701
+ msgid "Link:"
702
+ msgstr "Lien :"
703
+
704
+ #: views/sfsi_option_view3.php:35
705
+ msgid ""
706
+ "A good & well-fitting design is not only nice to look at, but it increases "
707
+ "chances that people will subscribe and/or share your site with friends:"
708
+ msgstr ""
709
+ "Une bonne conception est non seulement agréable à regarder, mais il augmente "
710
+ "les chances que les gens vont souscrire et / ou partager votre site avec vos "
711
+ "amis:"
712
+
713
+ #: views/sfsi_option_view3.php:39
714
+ msgid "It comes across as more professional and gives your site more “credit”"
715
+ msgstr ""
716
+ "Il croise aussi plus professionnelle et donne à votre site plus « crédit »"
717
+
718
+ #: views/sfsi_option_view3.php:42
719
+ msgid ""
720
+ "A smart automatic animation can make your visitors aware of your icons in an "
721
+ "unintrusive manner"
722
+ msgstr ""
723
+ "Une animation automatique intelligente peut faire vos visiteurs au courant "
724
+ "de vos icônes de manière non intrusive"
725
+
726
+ #: views/sfsi_option_view3.php:47
727
+ msgid ""
728
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
729
+ "site. Thank you Shortpixel!"
730
+ msgstr ""
731
+ "Les icônes ont été comprimés par Shortpixel.com pour un chargement plus "
732
+ "rapide de votre site. Merci Shortpixel !"
733
+
734
+ #: views/sfsi_option_view3.php:52
735
+ msgid "Theme options"
736
+ msgstr "Options du thème"
737
+
738
+ #: views/sfsi_option_view3.php:59
739
+ msgid "Default"
740
+ msgstr "Défaut"
741
+
742
+ #: views/sfsi_option_view3.php:69
743
+ msgid "Flat"
744
+ msgstr "Plate"
745
+
746
+ #: views/sfsi_option_view3.php:78
747
+ msgid "Thin"
748
+ msgstr "Mince"
749
+
750
+ #: views/sfsi_option_view3.php:87
751
+ msgid "Cute"
752
+ msgstr "Mignonne"
753
+
754
+ #: views/sfsi_option_view3.php:97
755
+ msgid "Cubes"
756
+ msgstr "Cubes"
757
+
758
+ #: views/sfsi_option_view3.php:105
759
+ msgid "Chrome Blue"
760
+ msgstr "Chrome bleu"
761
+
762
+ #: views/sfsi_option_view3.php:112
763
+ msgid "Chrome Grey"
764
+ msgstr "Chrome"
765
+
766
+ #: views/sfsi_option_view3.php:119
767
+ msgid "Splash"
768
+ msgstr "Splash"
769
+
770
+ #: views/sfsi_option_view3.php:130
771
+ msgid "Orange"
772
+ msgstr "Orange"
773
+
774
+ #: views/sfsi_option_view3.php:137
775
+ msgid "Crystal"
776
+ msgstr "Cristal"
777
+
778
+ #: views/sfsi_option_view3.php:144
779
+ msgid "Glossy"
780
+ msgstr "Glacé"
781
+
782
+ #: views/sfsi_option_view3.php:151
783
+ msgid "Black"
784
+ msgstr "Noir"
785
+
786
+ #: views/sfsi_option_view3.php:161
787
+ msgid "Silver"
788
+ msgstr "Argent"
789
+
790
+ #: views/sfsi_option_view3.php:168
791
+ msgid "Shaded Dark"
792
+ msgstr "Ombre foncée"
793
+
794
+ #: views/sfsi_option_view3.php:175
795
+ msgid "Shaded Light"
796
+ msgstr "Lumineux"
797
+
798
+ #: views/sfsi_option_view3.php:182
799
+ msgid "Transparent"
800
+ msgstr "Transparent"
801
+
802
+ #: views/sfsi_option_view3.php:183
803
+ msgid "for dark backgrounds"
804
+ msgstr "pour les arrière-plans sombres"
805
+
806
+ #: views/sfsi_option_view3.php:192
807
+ msgid "Custom Icons"
808
+ msgstr "Icônes personnalisées"
809
+
810
+ #: views/sfsi_option_view3.php:306
811
+ msgid "Animate them (your main icons)"
812
+ msgstr "Icônes animées (vos icônes principales)"
813
+
814
+ #: views/sfsi_option_view3.php:312
815
+ msgid "Mouse-Over effects"
816
+ msgstr "Effets au survole"
817
+
818
+ #: views/sfsi_option_view3.php:317
819
+ msgid "Fade In"
820
+ msgstr "Fondu"
821
+
822
+ #: views/sfsi_option_view3.php:320
823
+ msgid "Scale"
824
+ msgstr "Grossir"
825
+
826
+ #: views/sfsi_option_view3.php:323
827
+ msgid "Combo"
828
+ msgstr "Combo"
829
+
830
+ #: views/sfsi_option_view3.php:333
831
+ msgid "Shuffle them automatically"
832
+ msgstr "Mélangez-les automatiquement"
833
+
834
+ #: views/sfsi_option_view3.php:340
835
+ msgid "When site is first loaded"
836
+ msgstr "Lorsque le site est chargé la première fois"
837
+
838
+ #: views/sfsi_option_view3.php:346
839
+ msgid "Every"
840
+ msgstr "Toutes les"
841
+
842
+ #: views/sfsi_option_view3.php:350
843
+ msgid "seconds"
844
+ msgstr "secondes"
845
+
846
+ #: views/sfsi_option_view4.php:150
847
+ msgid ""
848
+ "It’s a psychological fact that people like to follow other people, so when "
849
+ "they see that your site has already a good number of Facebook likes, it’s "
850
+ "more likely that they will subscribe/like/share your site than if it had 0."
851
+ msgstr ""
852
+ "C’est un fait psychologique, les gens aiment suivre les autres, alors quand "
853
+ "ils voient que votre site a déjà un bon nombre de J’aime Facebook, il est "
854
+ "plus probable qu’ils s’abonneront /cliqueront /partageront votre site que si "
855
+ "il avait que 0."
856
+
857
+ #: views/sfsi_option_view4.php:153
858
+ msgid ""
859
+ "Therefore, you can select to display the count next to your icons which will "
860
+ "look like this:"
861
+ msgstr ""
862
+ "Par conséquent, vous pouvez choisir d’afficher le nombre à côté de vos "
863
+ "icônes qui ressemblera à ceci :"
864
+
865
+ #: views/sfsi_option_view4.php:215
866
+ msgid ""
867
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
868
+ "we suggest that you only turn this feature on once you have a good number of "
869
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
870
+ "should just not be 0)."
871
+ msgstr ""
872
+ "Bien sûr, si vous commencez à 0, vous vous tirez dans le pied. Donc, nous "
873
+ "vous suggérons de ne activez cette fonction une fois que vous avez un bon "
874
+ "nombre d’adeptes / de j’aime / d’actions (min. 20 - pas de soucis si elle "
875
+ "est pas trop haute, il devrait tout simplement pas être 0)."
876
+
877
+ #: views/sfsi_option_view4.php:218
878
+ msgid "Enough waffling. So do you want to display counts?"
879
+ msgstr "Assez de tergiversations. Voulez-vous afficher les compteurs ?"
880
+
881
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
882
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
883
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
884
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
885
+ msgid "Yes"
886
+ msgstr "Oui"
887
+
888
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
889
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
890
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
891
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
892
+ msgid "No"
893
+ msgstr "Non"
894
+
895
+ #: views/sfsi_option_view4.php:239
896
+ msgid "Please specify which counts should be shown:"
897
+ msgstr "Spécifier quel compteur doit être affiché:"
898
+
899
+ #: views/sfsi_option_view4.php:261
900
+ msgid "We cannot track this. So enter the figure here:"
901
+ msgstr "Nous ne pouvons pas accepter entrez le chiffre ici:"
902
+
903
+ #: views/sfsi_option_view4.php:289
904
+ msgid "Retrieve the number of subscribers automatically"
905
+ msgstr "Récupérer le nombre d’abonnés automatiquement"
906
+
907
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
908
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
909
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
910
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
911
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
912
+ msgid "Enter the figure manually"
913
+ msgstr "Entrez le chiffre manuellement"
914
+
915
+ #: views/sfsi_option_view4.php:320
916
+ msgid "Retrieve the number of likes of your blog"
917
+ msgstr "Récupérer le nombre d’aime de votre blog"
918
+
919
+ #: views/sfsi_option_view4.php:324
920
+ msgid "Retrieve the number of likes of your facebook page"
921
+ msgstr "Récupérer le nombre d’aime de votre page facebook"
922
+
923
+ #: views/sfsi_option_view4.php:328
924
+ msgid "page ID:"
925
+ msgstr "ID de la page :"
926
+
927
+ #: views/sfsi_option_view4.php:333
928
+ msgid ""
929
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
930
+ msgstr ""
931
+ "Vous le trouverez au bas de l’onglet « À propos » sur votre page Facebook"
932
+
933
+ #: views/sfsi_option_view4.php:365
934
+ msgid "Retrieve the number of Twitter followers"
935
+ msgstr "Récupérer le nombre de suiveur sur Twitter"
936
+
937
+ #: views/sfsi_option_view4.php:371
938
+ msgid "Enter Consumer Key"
939
+ msgstr "Entrez la clé utilisateur"
940
+
941
+ #: views/sfsi_option_view4.php:377
942
+ msgid "Enter Consumer Secret"
943
+ msgstr "Entrez le code consomateur"
944
+
945
+ #: views/sfsi_option_view4.php:383
946
+ msgid "Enter Access Token"
947
+ msgstr "Entrez le code d’access (Token)"
948
+
949
+ #: views/sfsi_option_view4.php:389
950
+ msgid "Enter Access Token Secret"
951
+ msgstr "Entrez la clé secrète"
952
+
953
+ #: views/sfsi_option_view4.php:396
954
+ msgid ""
955
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
956
+ "in twitter settings under question number 2."
957
+ msgstr ""
958
+ "S’il vous plaît assurez-vous que vous avez entré le nom d’utilisateur pour "
959
+ "« Suivez-moi sur Twitter: » dans les paramètres de twitter sous la question "
960
+ "2."
961
+
962
+ #: views/sfsi_option_view4.php:400
963
+ msgid "To get this information:"
964
+ msgstr "Pour avoir cette information:"
965
+
966
+ #: views/sfsi_option_view4.php:404
967
+ msgid "Go to"
968
+ msgstr "Aller à"
969
+
970
+ #: views/sfsi_option_view4.php:410
971
+ msgid "Click on \"Create new app\""
972
+ msgstr "Cliquer sur « Créer un nouvelle application »"
973
+
974
+ #: views/sfsi_option_view4.php:413
975
+ msgid ""
976
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
977
+ "e.g. http://dummysitename.com)"
978
+ msgstr ""
979
+ "Entrez un nom aléatoire, les descriptions et les URL de site Web (avec "
980
+ "le http:// , par exemple de http://dummysitename.com)"
981
+
982
+ #: views/sfsi_option_view4.php:416
983
+ msgid ""
984
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
985
+ "\"Token actions\" section at the bottom"
986
+ msgstr ""
987
+ "Allez dans l’onglet « Clés et accès » et cliquer sur « Générer un jeton » "
988
+ "dans la section « Actions » au bas"
989
+
990
+ #: views/sfsi_option_view4.php:419
991
+ msgid ""
992
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
993
+ "key"
994
+ msgstr ""
995
+ "Cliquez ensuite sur « Tester » en haut à droite et vous verrez les 4 clés"
996
+
997
+ #: views/sfsi_option_view4.php:452
998
+ msgid "Retrieve the number of Google +1 (on your blog)"
999
+ msgstr "Récupérer le nombre de Google +1 (sur votre blog)"
1000
+
1001
+ #: views/sfsi_option_view4.php:456
1002
+ msgid "Retrieve the number of google+ followers"
1003
+ msgstr "Récupérer le nombre de suiveurs google+"
1004
+
1005
+ #: views/sfsi_option_view4.php:462
1006
+ msgid "Enter Google API Key"
1007
+ msgstr "Entrez la clé de l’API"
1008
+
1009
+ #: views/sfsi_option_view4.php:470
1010
+ msgid ""
1011
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1012
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1013
+ "number 2."
1014
+ msgstr ""
1015
+ "Assurez-vous que vous avez entré l’URL pour Visiter mon Google+. ex: https://"
1016
+ "plus.google.com/u/0/b/[pageid] dans paramètres Google+ sous la question 2."
1017
+
1018
+ #: views/sfsi_option_view4.php:475
1019
+ msgid "To get the API key for G+:"
1020
+ msgstr "Pour obtenir votre clé d'API G+ :"
1021
+
1022
+ #: views/sfsi_option_view4.php:480
1023
+ msgid "Login to your Google account, go to"
1024
+ msgstr "Connectez-vous à votre compte Google et allez dans"
1025
+
1026
+ #: views/sfsi_option_view4.php:484
1027
+ msgid "and create a new project"
1028
+ msgstr "et créer nouveau projet"
1029
+
1030
+ #: views/sfsi_option_view4.php:487
1031
+ msgid ""
1032
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1033
+ "“Create new key” in the “Public API access” section"
1034
+ msgstr ""
1035
+ "Puis dans la barre de menu de gauche aller à « API & auth », « Crédit » et "
1036
+ "cliquez sur « Créer nouvelle clé » dans la section « Accès à l’API publique »"
1037
+
1038
+ #: views/sfsi_option_view4.php:490
1039
+ msgid ""
1040
+ "There you select “browser key” and click “Create”. You will then be shown "
1041
+ "your API key"
1042
+ msgstr ""
1043
+ "Quand vous sélectionnez « navigateur key » et cliquez sur « Créer ». Vous "
1044
+ "verrez s’afficher votre clé API"
1045
+
1046
+ #: views/sfsi_option_view4.php:493
1047
+ msgid ""
1048
+ "When you enter this key into the plugin for the first time, it may take some "
1049
+ "time until the correct follower count is displayed on your website"
1050
+ msgstr ""
1051
+ "Quand vous saisissez cette clé dans le plugin pour la première fois, ça peut "
1052
+ "prendre un certain temps jusqu’à ce que le nombre correct de suiveur soit "
1053
+ "affiché sur votre site Internet"
1054
+
1055
+ #: views/sfsi_option_view4.php:570
1056
+ msgid "Retrieve the number of Subscribers"
1057
+ msgstr "Récupérer le nombre d’abonnés"
1058
+
1059
+ #: views/sfsi_option_view4.php:575
1060
+ msgid "Enter Youtube User name"
1061
+ msgstr "Saisir votre nom d’utilisateur Youtube"
1062
+
1063
+ #: views/sfsi_option_view4.php:582
1064
+ msgid "Enter Youtube Channel id"
1065
+ msgstr "Entrer l’ID de la chaîne Youtube"
1066
+
1067
+ #: views/sfsi_option_view4.php:616
1068
+ msgid "Retrieve the number of Pins"
1069
+ msgstr "Récupérer le nombre de Pins"
1070
+
1071
+ #: views/sfsi_option_view4.php:649
1072
+ msgid "Retrieve the number of Instagram followers"
1073
+ msgstr "Récupérer le nombre de suiveurs Instagram"
1074
+
1075
+ #: views/sfsi_option_view4.php:653
1076
+ msgid "Enter Instagram User name"
1077
+ msgstr "Entrez le nom d’utilisateur Instagram"
1078
+
1079
+ #: views/sfsi_option_view4.php:688
1080
+ msgid "Retrieve the number of shares"
1081
+ msgstr "Récupérer le nombre de partages"
1082
+
1083
+ #: views/sfsi_option_view5.php:341
1084
+ msgid "Order of your icons"
1085
+ msgstr "Ordre des vos icônes"
1086
+
1087
+ #: views/sfsi_option_view5.php:430
1088
+ msgid "Drag and Drop"
1089
+ msgstr "Glissez/déposez"
1090
+
1091
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1092
+ msgid "Size and spacing of your icons"
1093
+ msgstr "Taille et l’espacement de vos icônes"
1094
+
1095
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1096
+ msgid "Size:"
1097
+ msgstr "Taille: "
1098
+
1099
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1100
+ msgid "pixels wide and tall"
1101
+ msgstr "Largeur et hauteur"
1102
+
1103
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1104
+ msgid "Spacing between icons:"
1105
+ msgstr "Espace entre les icônes"
1106
+
1107
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1108
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1109
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1110
+ msgid "Pixels"
1111
+ msgstr "Pixels"
1112
+
1113
+ #: views/sfsi_option_view5.php:457
1114
+ msgid "Alignments"
1115
+ msgstr "Alignements"
1116
+
1117
+ #: views/sfsi_option_view5.php:461
1118
+ msgid "Alignment of icons:"
1119
+ msgstr "Alignement des icônes :"
1120
+
1121
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1122
+ msgid "Centered"
1123
+ msgstr "Centré"
1124
+
1125
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1126
+ #: views/sfsi_option_view8.php:496
1127
+ msgid "Right"
1128
+ msgstr "Droite"
1129
+
1130
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1131
+ #: views/sfsi_option_view8.php:493
1132
+ msgid "Left"
1133
+ msgstr "Gauche"
1134
+
1135
+ #: views/sfsi_option_view5.php:477
1136
+ msgid "Icons per row:"
1137
+ msgstr "Icônes par rangée:"
1138
+
1139
+ #: views/sfsi_option_view5.php:481
1140
+ msgid "Leave empty if you dont want to define this"
1141
+ msgstr "Laissez vide si vous ne souhaitez pas le définir"
1142
+
1143
+ #: views/sfsi_option_view5.php:488
1144
+ msgid "Language & Button-text"
1145
+ msgstr "Langage et texte du bouton"
1146
+
1147
+ #: views/sfsi_option_view5.php:493
1148
+ msgid "Follow-button:"
1149
+ msgstr "Bouton de suivi :"
1150
+
1151
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1152
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1153
+ #: views/sfsi_option_view9.php:111
1154
+ msgid "Preview:"
1155
+ msgstr "Aperçu :"
1156
+
1157
+ #: views/sfsi_option_view5.php:514
1158
+ msgid "Facebook «Visit»-icon:"
1159
+ msgstr "Icône Facebook :"
1160
+
1161
+ #: views/sfsi_option_view5.php:535
1162
+ msgid "Twitter «Visit»-icon:"
1163
+ msgstr "Icone Twitter :"
1164
+
1165
+ #: views/sfsi_option_view5.php:556
1166
+ msgid "Google+ «Visit»-icon:"
1167
+ msgstr "Icône Google+ :"
1168
+
1169
+ #: views/sfsi_option_view5.php:577
1170
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1171
+ msgstr "Langue des boutons (Facebook, Twitter, Google +) :"
1172
+
1173
+ #: views/sfsi_option_view5.php:748
1174
+ msgid "New window"
1175
+ msgstr "Nouvelle fenêtre"
1176
+
1177
+ #: views/sfsi_option_view5.php:753
1178
+ msgid ""
1179
+ "If user clicks on your icons, do you want to open the page in a new window?"
1180
+ msgstr ""
1181
+ "Si l’utilisateur clique sur vos icônes, voulez-vous pour ouvrir la page dans "
1182
+ "une nouvelle fenêtre?"
1183
+
1184
+ #: views/sfsi_option_view5.php:776
1185
+ msgid "Sticking & Disable on mobile"
1186
+ msgstr "Coller & désactiver sur mobile"
1187
+
1188
+ #: views/sfsi_option_view5.php:779
1189
+ msgid ""
1190
+ "If you decided to show your icons via a widget, you can add the effect that "
1191
+ "when the user scrolls down, the icons will stick at the top of the screen "
1192
+ "so that they are still displayed even if the user scrolled all the way down. "
1193
+ "Do you want to do that?"
1194
+ msgstr ""
1195
+ "Si vous avez décidé de montrer vos icônes via un widget, vous pouvez ajouter "
1196
+ "de l’effet que lorsque l’utilisateur fait défiler vers le bas, les icônes "
1197
+ "vont coller en haut de l’écran afin que ils sont toujours affichés même si "
1198
+ "l’utilisateur a fait défiler tout le chemin vers le bas. Voulez-vous le "
1199
+ "faire?"
1200
+
1201
+ #: views/sfsi_option_view5.php:802
1202
+ msgid "Disable float icons on mobile devices"
1203
+ msgstr "Désactiver les icônes flottantes pour les appareils mobiles"
1204
+
1205
+ #: views/sfsi_option_view5.php:824
1206
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1207
+ msgstr ""
1208
+ "Désactiver l’AutoScaling, caractéristique des appareils mobiles (balise meta)"
1209
+
1210
+ #: views/sfsi_option_view5.php:848
1211
+ msgid "Mouseover text"
1212
+ msgstr "Texte au survole"
1213
+
1214
+ #: views/sfsi_option_view5.php:851
1215
+ msgid ""
1216
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1217
+ "perform different actions) then you can define here what text will be "
1218
+ "displayed if a user moves his mouse over the icon:"
1219
+ msgstr ""
1220
+ "Si vous n’avez qu’une seule fonction (ex: une pop-up où l’utilisateur peut "
1221
+ "effectuer différentes actions) vous pouvez définir le texte qui apparaîtra "
1222
+ "lorsqu’un utilisateur déplacera sa souris sur l’icône :"
1223
+
1224
+ #: views/sfsi_option_view6.php:27
1225
+ msgid ""
1226
+ "The selections you made so far were to display the subscriptions/ social "
1227
+ "media icons for your site in general (in a widget on the sidebar). You can "
1228
+ "also display icons at the end of every post, encouraging users to subscribe/"
1229
+ "like/share after they’ve read it. The following buttons will be added:"
1230
+ msgstr ""
1231
+ "Les sélections effectuées jusqu’à présent étaient pour afficher les "
1232
+ "inscriptions/icônes sociale pour votre site en général (widget dans la barre "
1233
+ "latérale). Vous pouvez également afficher des icônes à la fin de chaque "
1234
+ "article, encourageant les utilisateurs à souscrire,aimer ou faire une action "
1235
+ "après l’avoir lu. Les boutons suivants seront ajoutés:"
1236
+
1237
+ #: views/sfsi_option_view6.php:43
1238
+ msgid "Those are usually all you need:"
1239
+ msgstr "Ce sont généralement tout ce que vous avez besoin:"
1240
+
1241
+ #: views/sfsi_option_view6.php:47
1242
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1243
+ msgstr "Facebook est le plus important."
1244
+
1245
+ #: views/sfsi_option_view6.php:50
1246
+ msgid ""
1247
+ "Google+ is also important due to SEO reasons, so important to have as well"
1248
+ msgstr ""
1249
+ "Google est également important pour des raisons de SEO, il est important de "
1250
+ "l’avoir."
1251
+
1252
+ #: views/sfsi_option_view6.php:53
1253
+ msgid "Share-button covers all other platforms for sharing"
1254
+ msgstr ""
1255
+ "Les bouton partager passe par dessus toutes les autres plates-formes de "
1256
+ "partage"
1257
+
1258
+ #: views/sfsi_option_view6.php:58
1259
+ msgid "So: do you want to display those at the end of every post?"
1260
+ msgstr "Donc: voulez-vous les afficher à la fin de chaque articles?"
1261
+
1262
+ #: views/sfsi_option_view6.php:78
1263
+ msgid "Options:"
1264
+ msgstr "Options :"
1265
+
1266
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1267
+ msgid "Text to appear before the sharing icons:"
1268
+ msgstr "Texte à afficher devant les icônes de partage:"
1269
+
1270
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1271
+ msgid "Alignment of share icons:"
1272
+ msgstr "Alignement des icônes de partage :"
1273
+
1274
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1275
+ msgid "Do you want to display the counts?"
1276
+ msgstr "Voulez-vous afficher le compteur?"
1277
+
1278
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1279
+ msgid "YES"
1280
+ msgstr "OUI"
1281
+
1282
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1283
+ msgid "NO"
1284
+ msgstr "Non"
1285
+
1286
+ #: views/sfsi_option_view7.php:48
1287
+ msgid ""
1288
+ "You can increase chances that people share or follow you by displaying a pop-"
1289
+ "up asking them to. You can define the design and layout below:"
1290
+ msgstr ""
1291
+ "Vous pouvez augmenter les chances que les gens partagent ou vous suivre en "
1292
+ "affichant un pop-up . Vous pouvez définir le style et la mise en page ci-"
1293
+ "dessous:"
1294
+
1295
+ #: views/sfsi_option_view7.php:54
1296
+ msgid "Enjoy this site? Please follow and like us!"
1297
+ msgstr "Vous appréciez le site ? Partagez !"
1298
+
1299
+ #: views/sfsi_option_view7.php:143
1300
+ msgid "Text and Design"
1301
+ msgstr "Texte et Style"
1302
+
1303
+ #: views/sfsi_option_view7.php:147
1304
+ msgid "Text Options"
1305
+ msgstr "Options du texte"
1306
+
1307
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1308
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1309
+ msgid "Text:"
1310
+ msgstr "Texte :"
1311
+
1312
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1313
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1314
+ msgid "Font:"
1315
+ msgstr "Police :"
1316
+
1317
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1318
+ #: views/sfsi_option_view9.php:505
1319
+ msgid "Font style:"
1320
+ msgstr "Style :"
1321
+
1322
+ #: views/sfsi_option_view7.php:219
1323
+ msgid "Font color:"
1324
+ msgstr "Couleur :"
1325
+
1326
+ #: views/sfsi_option_view7.php:224
1327
+ msgid "Font size:"
1328
+ msgstr "Taille du texte :"
1329
+
1330
+ #: views/sfsi_option_view7.php:231
1331
+ msgid "Icon Box Layout"
1332
+ msgstr "Modèle pour les icônes"
1333
+
1334
+ #: views/sfsi_option_view7.php:235
1335
+ msgid "Background Color:"
1336
+ msgstr "Arrière-plan"
1337
+
1338
+ #: views/sfsi_option_view7.php:241
1339
+ msgid "Border Color:"
1340
+ msgstr "Bordures:"
1341
+
1342
+ #: views/sfsi_option_view7.php:249
1343
+ msgid "Border Thinckness:"
1344
+ msgstr "Bordures (px)"
1345
+
1346
+ #: views/sfsi_option_view7.php:257
1347
+ msgid "Border Shadow:"
1348
+ msgstr "Ombre:"
1349
+
1350
+ #: views/sfsi_option_view7.php:263
1351
+ msgid "On"
1352
+ msgstr "Activée"
1353
+
1354
+ #: views/sfsi_option_view7.php:269
1355
+ msgid "Off"
1356
+ msgstr "Désactiver"
1357
+
1358
+ #: views/sfsi_option_view7.php:279
1359
+ msgid "Where shall the pop-up be shown?"
1360
+ msgstr "Où la popup doit s’afficher"
1361
+
1362
+ #: views/sfsi_option_view7.php:284
1363
+ msgid "Nowhere"
1364
+ msgstr "Nulle part"
1365
+
1366
+ #: views/sfsi_option_view7.php:290
1367
+ msgid "On every page"
1368
+ msgstr "Sur chaque page"
1369
+
1370
+ #: views/sfsi_option_view7.php:296
1371
+ msgid "On blog posts only"
1372
+ msgstr "Sur le blogue seulement"
1373
+
1374
+ #: views/sfsi_option_view7.php:302
1375
+ msgid "On selected pages only"
1376
+ msgstr "Uniquement sur les pages sélectionnées"
1377
+
1378
+ #: views/sfsi_option_view7.php:345
1379
+ msgid "Please hold CTRL key to select multiple pages"
1380
+ msgstr "Maintenez la touche CTRL pour sélectionner plusieurs pages"
1381
+
1382
+ #: views/sfsi_option_view7.php:351
1383
+ msgid "When shall the pop-up be shown?"
1384
+ msgstr "Quand la popup doit s’afficher ?"
1385
+
1386
+ #: views/sfsi_option_view7.php:356
1387
+ msgid "Once"
1388
+ msgstr "Une fois"
1389
+
1390
+ #: views/sfsi_option_view7.php:358
1391
+ msgid "seconds after the user arrived on the site"
1392
+ msgstr "secondes après l’arrivée de l’utilisateur sur le site"
1393
+
1394
+ #: views/sfsi_option_view7.php:364
1395
+ msgid "Every time user scrolls to the end of the page"
1396
+ msgstr "Chaque fois que l’utilisateur arrive à la fin de la page"
1397
+
1398
+ #: views/sfsi_option_view8.php:112
1399
+ msgid "Show them via a widget"
1400
+ msgstr "Les affichers via un widget"
1401
+
1402
+ #: views/sfsi_option_view8.php:125
1403
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1404
+ msgstr ""
1405
+ "Allez dans « apparence -> widgets » et faites glisser où vous voulez "
1406
+ "l’avoir !"
1407
+
1408
+ #: views/sfsi_option_view8.php:142
1409
+ msgid "Float them on the page"
1410
+ msgstr "Les faire floter sur la page"
1411
+
1412
+ #: views/sfsi_option_view8.php:160
1413
+ msgid "Top left"
1414
+ msgstr "En Haut à Gauche"
1415
+
1416
+ #: views/sfsi_option_view8.php:167
1417
+ msgid "Top right"
1418
+ msgstr "En Haut à Droite"
1419
+
1420
+ #: views/sfsi_option_view8.php:174
1421
+ msgid "Center left"
1422
+ msgstr "Au centre à gauche"
1423
+
1424
+ #: views/sfsi_option_view8.php:181
1425
+ msgid "Center right"
1426
+ msgstr "Au centre à droite"
1427
+
1428
+ #: views/sfsi_option_view8.php:188
1429
+ msgid "Bottom left"
1430
+ msgstr "En bas à gauche"
1431
+
1432
+ #: views/sfsi_option_view8.php:195
1433
+ msgid "Bottom right"
1434
+ msgstr "En bas à droite"
1435
+
1436
+ #: views/sfsi_option_view8.php:202
1437
+ msgid "Margin From:"
1438
+ msgstr "Marges du formulaire :"
1439
+
1440
+ #: views/sfsi_option_view8.php:207
1441
+ msgid "Top:"
1442
+ msgstr "Haut:"
1443
+
1444
+ #: views/sfsi_option_view8.php:216
1445
+ msgid "Bottom:"
1446
+ msgstr "Bas :"
1447
+
1448
+ #: views/sfsi_option_view8.php:225
1449
+ msgid "Left:"
1450
+ msgstr "Gauche :"
1451
+
1452
+ #: views/sfsi_option_view8.php:234
1453
+ msgid "Right:"
1454
+ msgstr "Droite :"
1455
+
1456
+ #: views/sfsi_option_view8.php:253
1457
+ msgid "Place them manually"
1458
+ msgstr "Le placer manuellement"
1459
+
1460
+ #: views/sfsi_option_view8.php:266
1461
+ msgid "Place the following string into your theme codes: "
1462
+ msgstr "Placez la chaîne suivante dans vos codes de thème : "
1463
+
1464
+ #: views/sfsi_option_view8.php:270
1465
+ msgid ""
1466
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1467
+ "want."
1468
+ msgstr ""
1469
+ "Ou utiliser le shortcode [DISPLAY_ULTIMATE_PLUS] pour les afficher où vous "
1470
+ "le souhaitez."
1471
+
1472
+ #: views/sfsi_option_view8.php:282
1473
+ msgid "Show them before or after posts"
1474
+ msgstr "L’afficher avant ou après l’article ?"
1475
+
1476
+ #: views/sfsi_option_view8.php:296
1477
+ msgid "Here you have two options:"
1478
+ msgstr "Ici vous avez deux options :"
1479
+
1480
+ #: views/sfsi_option_view8.php:304
1481
+ msgid "Display rectangle icons"
1482
+ msgstr "Afficher des icônes rectangle"
1483
+
1484
+ #: views/sfsi_option_view8.php:310
1485
+ msgid "Display the icons I selected above"
1486
+ msgstr "Afficher les icônes au dessus"
1487
+
1488
+ #: views/sfsi_option_view8.php:318
1489
+ msgid ""
1490
+ "Rectangle icons spell out the «call to action» which increases chances that "
1491
+ "visitors do it."
1492
+ msgstr ""
1493
+ "Les icônes rectangle appelent une action, ce qui augmente les chances que "
1494
+ "les visiteurs font."
1495
+
1496
+ #: views/sfsi_option_view8.php:321
1497
+ msgid "Select the icons you want to show:"
1498
+ msgstr "Sélectionnez l’icône que vous voulez afficher :"
1499
+
1500
+ #: views/sfsi_option_view8.php:371
1501
+ msgid "may impact loading speed"
1502
+ msgstr "peut affecter la vitesse de chargement"
1503
+
1504
+ #: views/sfsi_option_view8.php:421
1505
+ msgid "Display them:"
1506
+ msgstr "Afficher :"
1507
+
1508
+ #: views/sfsi_option_view8.php:424
1509
+ msgid "On Post Pages"
1510
+ msgstr "Sur les articles"
1511
+
1512
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1513
+ msgid "Before posts"
1514
+ msgstr "Avant les articles"
1515
+
1516
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1517
+ msgid "After posts"
1518
+ msgstr "Après les articles"
1519
+
1520
+ #: views/sfsi_option_view8.php:453
1521
+ msgid "On Homepage"
1522
+ msgstr "Sur la page d’accueil."
1523
+
1524
+ #: views/sfsi_option_view8.php:499
1525
+ msgid "Center"
1526
+ msgstr "Centre"
1527
+
1528
+ #: views/sfsi_option_view9.php:98
1529
+ msgid ""
1530
+ "In addition to the email- or follow-icon you can also show a subscription "
1531
+ "form which maximizes chances that people subscribe to your site. To get "
1532
+ "access to the emails who subscribe, please"
1533
+ msgstr ""
1534
+ "En plus de l’icône email ou suivez-moi pouvez également afficher un "
1535
+ "formulaire d’abonnement qui maximise les chances que les gens s’abonner à "
1536
+ "votre site. Pour accéder aux emails de vos abonnés, veuillez"
1537
+
1538
+ #: views/sfsi_option_view9.php:102
1539
+ msgid "claim your feed."
1540
+ msgstr "Obtenir votre flux RSS."
1541
+
1542
+ #: views/sfsi_option_view9.php:121
1543
+ msgid "Place it on your site"
1544
+ msgstr "Utilisation du formulaire sur votre site"
1545
+
1546
+ #: views/sfsi_option_view9.php:124
1547
+ msgid "You can place the form by different methods:"
1548
+ msgstr "Vous pouvez placer le formulaire par différentes méthodes:"
1549
+
1550
+ #: views/sfsi_option_view9.php:130
1551
+ msgid "Widget:"
1552
+ msgstr "Widget :"
1553
+
1554
+ #: views/sfsi_option_view9.php:132
1555
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1556
+ msgstr ""
1557
+ "Allez dans les paramètres de widget et faites glisser et déposez-le dans la "
1558
+ "barre latérale :"
1559
+
1560
+ #: views/sfsi_option_view9.php:139
1561
+ msgid "Shortcode:"
1562
+ msgstr "Shortcode :"
1563
+
1564
+ #: views/sfsi_option_view9.php:142
1565
+ msgid "Use the shortcode"
1566
+ msgstr "Utiliser le shortcode"
1567
+
1568
+ #: views/sfsi_option_view9.php:146
1569
+ msgid "to place it into your codes"
1570
+ msgstr "pour le placer dans votre code"
1571
+
1572
+ #: views/sfsi_option_view9.php:150
1573
+ msgid "Copy & paste HTML code:"
1574
+ msgstr "Copiez et collez le code HTML:"
1575
+
1576
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1577
+ msgid "Get new posts by email:"
1578
+ msgstr "Obtenir les nouveaux articles par e-mail :"
1579
+
1580
+ #: views/sfsi_option_view9.php:186
1581
+ msgid "Define text & design (optional)"
1582
+ msgstr "Définir le texte & le style (facultative)"
1583
+
1584
+ #: views/sfsi_option_view9.php:189
1585
+ msgid "Overall size & border"
1586
+ msgstr "Taille & bordure générales"
1587
+
1588
+ #: views/sfsi_option_view9.php:201
1589
+ msgid "Adjust size to space on website?"
1590
+ msgstr "Ajuster la taille de l’espace sur le site Web ?"
1591
+
1592
+ #: views/sfsi_option_view9.php:224
1593
+ msgid "Height"
1594
+ msgstr "Hauteur"
1595
+
1596
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1597
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1598
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1599
+ msgid "pixels"
1600
+ msgstr "pixels"
1601
+
1602
+ #: views/sfsi_option_view9.php:235
1603
+ msgid "Width"
1604
+ msgstr "Largeur"
1605
+
1606
+ #: views/sfsi_option_view9.php:247
1607
+ msgid "Border?"
1608
+ msgstr "Des bordures ? "
1609
+
1610
+ #: views/sfsi_option_view9.php:270
1611
+ msgid "Thickness"
1612
+ msgstr "Épaisseur"
1613
+
1614
+ #: views/sfsi_option_view9.php:281
1615
+ msgid "Color"
1616
+ msgstr "Couleur"
1617
+
1618
+ #: views/sfsi_option_view9.php:296
1619
+ msgid "Background color:"
1620
+ msgstr "Couleur d'Arrière-plan"
1621
+
1622
+ #: views/sfsi_option_view9.php:317
1623
+ msgid "Text above entry field"
1624
+ msgstr "Texte au dessus du champ"
1625
+
1626
+ #: views/sfsi_option_view9.php:348
1627
+ msgid " Font style:"
1628
+ msgstr "Style :"
1629
+
1630
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1631
+ msgid "Font color"
1632
+ msgstr "Couleur"
1633
+
1634
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1635
+ #: views/sfsi_option_view9.php:527
1636
+ msgid "Font size"
1637
+ msgstr "Taille du texte"
1638
+
1639
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1640
+ #: views/sfsi_option_view9.php:541
1641
+ msgid "Alignment:"
1642
+ msgstr "Alignement :"
1643
+
1644
+ #: views/sfsi_option_view9.php:397
1645
+ msgid "Entry field"
1646
+ msgstr "Champ de saisie"
1647
+
1648
+ #: views/sfsi_option_view9.php:474
1649
+ msgid "Subscribe button"
1650
+ msgstr "Bouton d’abonnement"
1651
+
1652
+ #: views/sfsi_option_view9.php:550
1653
+ msgid "Button color:"
1654
+ msgstr "Couleur des boutons"
1655
+
1656
+ #: views/sfsi_option_view9.php:681
1657
+ msgid "Left Align"
1658
+ msgstr "Aligner à gauche"
1659
+
1660
+ #: views/sfsi_option_view9.php:687
1661
+ msgid "Right Align"
1662
+ msgstr "Aligner à droite"
1663
+
1664
+ #: views/sfsi_options_view.php:10
1665
+ msgid ""
1666
+ "We found errors in your javascript which may cause the plugin to not work "
1667
+ "properly. Please fix the error:"
1668
+ msgstr ""
1669
+ "Nous avons trouvé des erreurs dans votre javascript qui peuvent causer que "
1670
+ "le plugin ne pourrait ne pas fonctionner correctement. Veillez corriger "
1671
+ "l’erreur:"
1672
+
1673
+ #: views/sfsi_options_view.php:52
1674
+ msgid ""
1675
+ "New: You can now also show a subscription form on your site, increasing sign-"
1676
+ "ups! (Question 8)"
1677
+ msgstr ""
1678
+ "Nouveau : Vous pouvez maintenant afficher un formulaire d’abonnement sur "
1679
+ "votre site, pour accroître les inscriptions ! (Question 8)"
1680
+
1681
+ #: views/sfsi_options_view.php:54
1682
+ msgid ""
1683
+ "If question 8 gets displayed in a funny way then please reload the page by "
1684
+ "pressing Control+F5(PC) or Command+R(Mac)"
1685
+ msgstr ""
1686
+ "Si la question 8 est affichée d’une drôle de façon veuillez recharger la "
1687
+ "page en appuyant sur Control+F5(PC) ou Command+R(Mac)"
1688
+
1689
+ #: views/sfsi_options_view.php:64
1690
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1691
+ msgstr "Merci d’utiliser le plugin Ultimate Social Media Icons PLUS !"
1692
+
1693
+ #: views/sfsi_options_view.php:67
1694
+ msgid ""
1695
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1696
+ "liking needs!"
1697
+ msgstr ""
1698
+ "Ce plugin est 100% gratuit et répondra à tous vos besoins pour le partage et "
1699
+ "les abonnements !"
1700
+
1701
+ #: views/sfsi_options_view.php:70
1702
+ msgid ""
1703
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1704
+ "- that`s it!"
1705
+ msgstr ""
1706
+ "Il suffit de répondre aux questions ci-dessous (au moins les 3 premières) en "
1707
+ "cliquant sur elles. C’est tout !"
1708
+
1709
+ #: views/sfsi_options_view.php:73
1710
+ msgid ""
1711
+ "If you have questions, or something doesn`t work as it should, please read "
1712
+ "the FAQ:"
1713
+ msgstr ""
1714
+ "Si vous avez des questions ou que quelque chose ne fonctionne pas, essayez "
1715
+ "de lire la FAQ :"
1716
+
1717
+ #: views/sfsi_options_view.php:84
1718
+ msgid "Which icons do you want to show on your site?"
1719
+ msgstr "Quelles icônes voulez-vous afficher sur votre site ?"
1720
+
1721
+ #: views/sfsi_options_view.php:92
1722
+ msgid "What do you want the icons to do?"
1723
+ msgstr "Que doit faire cette icône ?"
1724
+
1725
+ #: views/sfsi_options_view.php:99
1726
+ msgid "Where shall they be displayed?"
1727
+ msgstr "Où doivent ils être affichés ?"
1728
+
1729
+ #: views/sfsi_options_view.php:105
1730
+ msgid "Optional"
1731
+ msgstr "Facultatif"
1732
+
1733
+ #: views/sfsi_options_view.php:110
1734
+ msgid "What design and animation do you want to give your icons?"
1735
+ msgstr "Quel style et animation voulez-vous donner à vos icônes ?"
1736
+
1737
+ #: views/sfsi_options_view.php:117
1738
+ msgid "Do you want to display \"counts\" next to your main icons?"
1739
+ msgstr "Vous voulez afficher un compteur à côté de vos icônes principales ?"
1740
+
1741
+ #: views/sfsi_options_view.php:124
1742
+ msgid "Any other wishes for your main icons?"
1743
+ msgstr "Autres options pour vos icônes principales."
1744
+
1745
+ #: views/sfsi_options_view.php:136
1746
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1747
+ msgstr "Voulez-vous afficher un pop-up, demandant aux gens de s’abonner ?"
1748
+
1749
+ #: views/sfsi_options_view.php:143
1750
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1751
+ msgstr ""
1752
+ "Voulez-vous afficher un formulaire d’abonnement (augmente les inscriptions) ?"
1753
+
1754
+ #: views/sfsi_options_view.php:159
1755
+ msgid ""
1756
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1757
+ "rating"
1758
+ msgstr ""
1759
+ "Ce plugin est 100% gratuit. Merci de nous faire une grande faveur et de nous "
1760
+ "donner une note de 5 étoiles"
1761
+
1762
+ #: views/sfsi_options_view.php:161
1763
+ msgid "here"
1764
+ msgstr "ici"
1765
+
1766
+ #: views/sfsi_options_view.php:163
1767
+ msgid ""
1768
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1769
+ "com, so that we can sort it out.Thank you!"
1770
+ msgstr ""
1771
+ "Si vous n’êtes pas satisfait, veuillez entrer en contact avec nous à "
1772
+ "support@ultimatelysocial.com, afin que nous puissions améliorer le plugin. "
1773
+ "Merci!"
1774
+
1775
+ #: views/sfsi_options_view.php:166
1776
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1777
+ msgstr ""
1778
+ "Besoin de modifications sur votre site Wordpress, à un prix compétitif ?"
1779
+
1780
+ #: views/sfsi_options_view.php:168
1781
+ msgid "Visit us on ultimatelysocial.com"
1782
+ msgstr "Visitez ultimatelysocial.com"
1783
+
1784
+ #: views/sfsi_options_view.php:179
1785
+ msgid ""
1786
+ "The plugin was translated by (your name). Need translation work to get done? "
1787
+ "Contact (your name) at (your email)"
1788
+ msgstr ""
1789
+ "Le plugin a été traduit en français par <a href=\"http:themes-wordpress-"
1790
+ "francais.com\" target=\"new\" >jpTWF</a>. Vous avez vu une erreur ou une "
1791
+ "mauvaise traduction ? Contactez <a href=\"https://profiles.wordpress.org/"
1792
+ "jptwf\" target=\"new\" >JP</a> par email à <a href=\"mailto:info@themes-"
1793
+ "wordpress-francais.com\" target=\"new\" >info@themes-wordpress-francais.com</"
1794
+ "a>."
1795
+
1796
+ #: views/sfsi_pop_content.php:31
1797
+ msgid "Steps:"
1798
+ msgstr "Étapes:"
1799
+
1800
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1801
+ msgid "Click on << Upload >> below"
1802
+ msgstr "Cliquez sur « Télécharger » ci-dessous"
1803
+
1804
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1805
+ msgid "Upload the icon into the media gallery"
1806
+ msgstr "Télécharger l’icône dans la galerie de médias"
1807
+
1808
+ #: views/sfsi_pop_content.php:41
1809
+ msgid "Click on << Insert into post >> "
1810
+ msgstr "Cliquez sur « insérer dans l’article »"
1811
+
1812
+ #: views/sfsi_pop_content.php:90
1813
+ msgid "Move over the Facebook-icon…"
1814
+ msgstr "Survol de l’icône Facebook…"
1815
+
1816
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1817
+ msgid "Move over the “+ icon” to see the sharing options"
1818
+ msgstr "Survol du + de l’icône pour voir les options de partage"
1819
+
1820
+ #: views/sfsi_pop_content.php:145
1821
+ msgid "Move over the Twitter-icon…"
1822
+ msgstr "Survol l’icône Twitter…"
1823
+
1824
+ #: views/sfsi_pop_content.php:172
1825
+ msgid "Move over the Google+ icon…"
1826
+ msgstr "Survol l’icône Google+…"
1827
+
1828
+ #: views/sfsi_pop_content.php:198
1829
+ msgid "Move over the YouTube-icon…"
1830
+ msgstr "Survol l’icône YouTube…"
1831
+
1832
+ #: views/sfsi_pop_content.php:221
1833
+ msgid "Move over the Pinterest-icon…"
1834
+ msgstr "Survol de l’icône Pinterest…"
1835
+
1836
+ #: views/sfsi_pop_content.php:249
1837
+ msgid "Move over the LinkedIn-icon…"
1838
+ msgstr "Survol de l’icône LinkedIn…"
1839
+
1840
+ #: views/sfsi_pop_content.php:285
1841
+ msgid ""
1842
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1843
+ "option too, because it will get you more readers as explained"
1844
+ msgstr ""
1845
+ "Note : Si vous offrez déjà un bulletin d’information il est logique d’offrir "
1846
+ "cette posibilité, car il vous obtiendra plus de lecteurs."
1847
+
1848
+ #: views/sfsi_pop_content.php:292
1849
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1850
+ msgstr "OK, gardez-le actif pour le moment, je veux voir le résultat."
1851
+
1852
+ #: views/sfsi_pop_content.php:296
1853
+ msgid "Deactivate it"
1854
+ msgstr "Le désactiver"
1855
+
1856
+ #: views/sfsi_pop_content.php:304
1857
+ msgid ""
1858
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1859
+ "activating a link back to our site:"
1860
+ msgstr ""
1861
+ "Ok, bien, mais pour l’utilisation de ce plugin GRATUIT, vous pouvez nous "
1862
+ "aider en activant le lien vers notre site:"
1863
+
1864
+ #: views/sfsi_pop_content.php:309
1865
+ msgid "Ok, activate link"
1866
+ msgstr "OK, activer le lien"
1867
+
1868
+ #: views/sfsi_pop_content.php:313
1869
+ msgid "Don’t activate link"
1870
+ msgstr "Ne pas activer le lien"
1871
+
1872
+ #: views/sfsi_pop_content.php:321
1873
+ msgid ""
1874
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1875
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1876
+ msgstr ""
1877
+ "Vous êtes dure. Dernier essai: Au minimum, pourriez-vous commenter ce plugin "
1878
+ "(avec 5 étoiles)? Ca prend juste une minute. Merci!"
1879
+
1880
+ #: views/sfsi_pop_content.php:325
1881
+ msgid "Ok, Review it"
1882
+ msgstr "Ok, j’ai commenter"
1883
+
1884
+ #: views/sfsi_pop_content.php:329
1885
+ msgid "Don’t review and exit"
1886
+ msgstr "Pas de commentaire."
1887
+
1888
+ #: views/sfsi_pop_content.php:341
1889
+ msgid "Upload custom icons"
1890
+ msgstr "Envoyer vos icônes"
1891
+
1892
+ #: views/sfsi_pop_content.php:344
1893
+ msgid ""
1894
+ "Here you can upload custom icons which perform the same actions as the "
1895
+ "standard icons."
1896
+ msgstr ""
1897
+ "Ici vous pouvez télécharger des icônes personnalisées qui effectuent les "
1898
+ "mêmes actions que les icônes standard."
1899
+
1900
+ #: views/sfsi_pop_content.php:353
1901
+ msgid "Click on << Insert into post >>"
1902
+ msgstr "Cliquez sur « insérer dans l’article »"
1903
+
1904
+ #: views/sfsi_pop_content.php:583
1905
+ msgid "I'm done!"
1906
+ msgstr "J'ai fini!"
1907
+
1908
+ #. Plugin Name of the plugin/theme
1909
+ msgid "Ultimate Social Media PLUS"
1910
+ msgstr "Ultimate Social Media Icons PLUS"
1911
+
1912
+ #. Plugin URI of the plugin/theme
1913
+ #. Author URI of the plugin/theme
1914
+ msgid "http://ultimatelysocial.com"
1915
+ msgstr "http://ultimatelysocial.com"
1916
+
1917
+ #. Description of the plugin/theme
1918
+ msgid ""
1919
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1920
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1921
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1922
+ "range of design options and other features."
1923
+ msgstr ""
1924
+ "Le meilleur plugin de médias sociaux sur le marché. Et 100 % GRATUIT. Vous "
1925
+ "permet d’ajouter des icônes médias sociaux & de partagent sur votre blog "
1926
+ "(en particulier Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google "
1927
+ "+, LinkedIn, bouton Share). Il offre un large éventail d’options de style et "
1928
+ "d’autres fonctionnalités."
1929
+
1930
+ #. Author of the plugin/theme
1931
+ msgid "UltimatelySocial"
1932
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-fr_CA.mo ADDED
Binary file
languages/ultimate-social-media-plus-fr_CA.po ADDED
@@ -0,0 +1,1932 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 21:33+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-11 16:26-0400\n"
13
+ "Language-Team: TWF <info@themes-wordpress-francais.com>\n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: TWF <info@themes-wordpress-francais.com>\n"
16
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Language: fr\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Accès Refusé"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Lire la suite"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Enregistrer"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Enregistrement"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Enregistré "
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Réduire"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Sauvegarder tous les paramètres"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Ajouter une icône personnalisée si vous avez d’autres comptes ou sites web "
66
+ "sur lesquels souhaitez ajouter un lien."
67
+
68
+ #: libs/sfsi_Init_JqueryCss.php:55
69
+ msgid "It depends"
70
+ msgstr "À vous de voir "
71
+
72
+ #: libs/sfsi_install_uninstall.php:430
73
+ msgid ""
74
+ "Error: It seems that CURL is disabled on your server. Please contact your "
75
+ "server administrator to install / enable CURL."
76
+ msgstr ""
77
+ "Erreur: Il semble que CURL est désactivé sur votre serveur. Veuillez "
78
+ "contacter votre administrateur de serveur pour installer / activer CURL."
79
+
80
+ #: libs/sfsi_install_uninstall.php:541
81
+ msgid ""
82
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
83
+ "Theme Editor and insert the following string:"
84
+ msgstr ""
85
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
86
+ "Allez dans l’éditeur de thème et insérer la chaîne suivante :"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr ""
91
+ "Veuillez l’ajouter juste avant la ligne suivante du fichier header.php :"
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Ouvrez votre éditeur de thème :"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "cliquez ici"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
108
+ "Allez dans l’éditeur de thème et ajouter la chaîne suivante comme la "
109
+ "première ligne du fichier footer.php de votre thème :"
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Merci d’avoir installé le plugin Ultimate Social Media PLUS. Veuillez aller "
117
+ "à la page des paramètres du plug-in pour le configurer:"
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Cliquez ici"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Vous utilisez une ancienne version de Wordpress, ce qui peut causer "
132
+ "plusieurs de vos plugins ne fonctionnent ne pas correctement. Veuillez "
133
+ "mettre à jour"
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Nous avons remarqué que vous utilisez le Plugin Ultimate Social Media PLUS "
142
+ "depuis plus de 30 jours. Si vous êtes heureux avec lui, pourriez-vous nous "
143
+ "faire une grande faveur et lui donner une note de 5 étoiles sur Wordpress ?"
144
+
145
+ #: libs/sfsi_install_uninstall.php:604
146
+ msgid "Ok, you deserved it"
147
+ msgstr "Ok, tu le méritais"
148
+
149
+ #: libs/sfsi_install_uninstall.php:605
150
+ msgid "I already did"
151
+ msgstr "Je l’ai déjà fait"
152
+
153
+ #: libs/sfsi_install_uninstall.php:606
154
+ msgid "No, not good enough"
155
+ msgstr "Pas assez bon"
156
+
157
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
158
+ msgid "Title"
159
+ msgstr "Titre"
160
+
161
+ #: libs/sfsi_widget.php:105
162
+ msgid "Please go to the plugin page to set your preferences:"
163
+ msgstr "Aller sur la page du plugin pour régler vos préférences :"
164
+
165
+ #: ultimate_social_media_icons.php:76
166
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
167
+ msgstr "Aller à la mise en page et cocher l’option \"Place them manually\""
168
+
169
+ #: ultimate_social_media_icons.php:577
170
+ msgid ""
171
+ "There seems to be an error on your website which prevents the plugin to work "
172
+ "properly. Please check the FAQ:"
173
+ msgstr ""
174
+ "Il semble y avoir une erreur sur votre site Internet qui empêche le plugin "
175
+ "fonctionne correctement. Veuillez consulter la FAQ :"
176
+
177
+ #: ultimate_social_media_icons.php:582
178
+ msgid "Error"
179
+ msgstr "Erreur"
180
+
181
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
182
+ msgid "Dismiss"
183
+ msgstr "Fermer"
184
+
185
+ #: ultimate_social_media_icons.php:602
186
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
187
+ msgstr "Nouvelle fonctionnalité dans le plugin ultime Social Media PLUS: "
188
+
189
+ #: ultimate_social_media_icons.php:605
190
+ msgid ""
191
+ "You can now add a subscription form to increase sign-ups (under question 8)."
192
+ msgstr ""
193
+ "Vous pouvez maintenant ajouter un formulaire d’abonnement pour augmenter les "
194
+ "abonnements (sous la question 8)."
195
+
196
+ #: ultimate_social_media_icons.php:608
197
+ msgid "Check it out"
198
+ msgstr "Configurer le formulaire"
199
+
200
+ #: views/sfsi_aboutus.php:2
201
+ msgid "Please visit us at"
202
+ msgstr "Visitez-nous sur"
203
+
204
+ #: views/sfsi_aboutus.php:4
205
+ msgid "or write to us at"
206
+ msgstr "ou écrivez-nous à "
207
+
208
+ #: views/sfsi_option_view1.php:47
209
+ msgid ""
210
+ "In general, the more icons you offer the better because people have "
211
+ "different preferences, and more options means that there’s something for "
212
+ "everybody, increasing the chances that you get followed and/or shared."
213
+ msgstr ""
214
+ "En général, les icônes personnalisé vous offrent un meilleur résultat parce "
215
+ "que les gens ont des goûts différents, et plus de choix signifie qu’il y en "
216
+ "a pour tout le monde et augmente les chances que vous obtenez un suivi et/ou "
217
+ "des partages."
218
+
219
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
220
+ msgid "Mandatory"
221
+ msgstr "Obligatoire"
222
+
223
+ #: views/sfsi_option_view1.php:65
224
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
225
+ msgstr "RSS est encore populaire, ex: la foule tech-savvy."
226
+
227
+ #: views/sfsi_option_view1.php:68
228
+ msgid ""
229
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
230
+ "read your content. "
231
+ msgstr ""
232
+ "RSS est l’acronyme de Really Simple Syndication, il est un moyen facile pour "
233
+ "que les gens lisent votre contenu."
234
+
235
+ #: views/sfsi_option_view1.php:70
236
+ msgid "Learn more about RSS"
237
+ msgstr "En savoir plus sur le RSS"
238
+
239
+ #: views/sfsi_option_view1.php:93
240
+ msgid "Email is the most effective tool to build up a followership."
241
+ msgstr ""
242
+ "Le courrier électronique est l’outil le plus efficace pour faire un suivi."
243
+
244
+ #: views/sfsi_option_view1.php:96
245
+ msgid "Remove credit link"
246
+ msgstr "Enlever le lien vers notre site"
247
+
248
+ #: views/sfsi_option_view1.php:100
249
+ msgid ""
250
+ "Everybody uses email – that’s why it’s much more effective than social media "
251
+ "to make people follow you"
252
+ msgstr ""
253
+ "Tout le monde utilise le courrier électronique – c’est pourquoi il est "
254
+ "beaucoup plus efficace que les médias sociaux pour rendre les gens à vous "
255
+ "suivre"
256
+
257
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
258
+ msgid "learn more"
259
+ msgstr "en savoir +"
260
+
261
+ #: views/sfsi_option_view1.php:104
262
+ msgid ""
263
+ "Not offering an email subscription option means losing out on future traffic "
264
+ "to your site."
265
+ msgstr ""
266
+ "Ne pas offrir une option d’abonnement Courriel signifie perdre sur future du "
267
+ "trafic vers votre site."
268
+
269
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
270
+ #: views/sfsi_option_view1.php:167
271
+ msgid "Strongly recommended:"
272
+ msgstr "Fortement recommandé"
273
+
274
+ #: views/sfsi_option_view1.php:123
275
+ msgid "Facebook is crucial, esp. for sharing."
276
+ msgstr "Facebook est crucial pour partager."
277
+
278
+ #: views/sfsi_option_view1.php:126
279
+ msgid ""
280
+ "Facebook is the giant in the social media world, and even if you don’t have "
281
+ "a Facebook account yourself you should display this icon, so that Facebook "
282
+ "users can share your site on Facebook."
283
+ msgstr ""
284
+ "Facebook est le géant dans le monde des médias sociaux, et même si vous ne "
285
+ "disposez pas d’un compte Facebook, vous vous devrait afficher cette icône, "
286
+ "afin que les utilisateurs de Facebook peuvent partager votre site sur "
287
+ "Facebook."
288
+
289
+ #: views/sfsi_option_view1.php:145
290
+ msgid "Can have a strong promotional effect."
291
+ msgstr "Peut avoir un gros effet promotionnel."
292
+
293
+ #: views/sfsi_option_view1.php:148
294
+ msgid ""
295
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
296
+ "However, similar as with facebook, even if you don’t have one you should "
297
+ "still show this icon so that Twitter-users can share your site."
298
+ msgstr ""
299
+ "Si vous avez un compte Twitter, en ajoutant cette icône devient une "
300
+ "évidence. Cependant, similaire à celle de Facebook, même si vous ne l’avez "
301
+ "pas encore, vous devriez montrer cette icône sorte que Twitter les "
302
+ "utilisateurs peuvent partager votre site."
303
+
304
+ #: views/sfsi_option_view1.php:168
305
+ msgid "Increasingly important and beneficial for SEO."
306
+ msgstr "De plus en plus important et bénéfique pour le référencement."
307
+
308
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
309
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
310
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
311
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
312
+ msgid "It depends:"
313
+ msgstr "À vous de voir :"
314
+
315
+ #: views/sfsi_option_view1.php:186
316
+ msgid ""
317
+ "Show this icon if you have a youtube account (and you should set up one if "
318
+ "you have video content – that can increase your traffic significantly)."
319
+ msgstr ""
320
+ "Montrer cette icône si vous avez un compte youtube (et vous devez en "
321
+ "configurer un si vous avez du contenu vidéo - qui peuvent augmenter votre "
322
+ "trafic de manière significative)."
323
+
324
+ #: views/sfsi_option_view1.php:203
325
+ msgid ""
326
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
327
+ msgstr ""
328
+ "Réseau No.1 à des fins commerciales. Utilisez cette icône si vous êtes un "
329
+ "LinkedInner."
330
+
331
+ #: views/sfsi_option_view1.php:220
332
+ msgid ""
333
+ "Show this icon if you have a Pinterest account (and you should set up one if "
334
+ "you publish new pictures regularly – that can increase your traffic "
335
+ "significantly)."
336
+ msgstr ""
337
+ "Afficher cette icône si vous avez un compte de Pinterest (et vous devez en "
338
+ "configurer un si vous publiez de nouvelles photos régulièrement – qui "
339
+ "peuvent augmenter votre trafic de façon significative)."
340
+
341
+ #: views/sfsi_option_view1.php:235
342
+ msgid "Show this icon if you have a Instagram account."
343
+ msgstr "Montrer cette icône si vous avez un compte Instagram."
344
+
345
+ #: views/sfsi_option_view1.php:252
346
+ msgid ""
347
+ "Third-party service AddThis allows your visitors to share via many other "
348
+ "social networks, however it may also slow down your site a bit."
349
+ msgstr ""
350
+ "Service tiers à AddThis permet à vos visiteurs de partager via de nombreux "
351
+ "autres réseaux sociaux, mais il peut aussi ralentir un peu votre site ."
352
+
353
+ #: views/sfsi_option_view1.php:255
354
+ msgid "Everybody uses email – that’s why it’s"
355
+ msgstr "Tout le monde utilise le courrier électronique"
356
+
357
+ #: views/sfsi_option_view1.php:258
358
+ msgid "much more effective than social media"
359
+ msgstr "beaucoup plus efficace que les médias sociaux"
360
+
361
+ #: views/sfsi_option_view1.php:261
362
+ msgid ""
363
+ "to make people follow you. Not offering an email subscription option means "
364
+ "losing out on future traffic to your site."
365
+ msgstr ""
366
+ "pour faire en sorte que les gens vous suivent. Ne pas offrir une option "
367
+ "d’abonnement par courriel signifie perdre sur le trafic futur à votre site."
368
+
369
+ #: views/sfsi_option_view1.php:263
370
+ msgid "Check out their reviews:"
371
+ msgstr "Découvrez leurs commentaires :"
372
+
373
+ #: views/sfsi_option_view1.php:284
374
+ msgid "Show this icon if you have a Houzz account."
375
+ msgstr "Montrer cette icône si vous avez un compte Houzz."
376
+
377
+ #: views/sfsi_option_view1.php:286
378
+ msgid ""
379
+ "Houzz is the No.1 site & community in the world of architecture and interior "
380
+ "design."
381
+ msgstr ""
382
+ "Houx est le site n°1 & la communauté dans le monde de l’architecture et de "
383
+ "design d’intérieur."
384
+
385
+ #: views/sfsi_option_view1.php:288
386
+ msgid "Visit Houzz"
387
+ msgstr "Visitez Houzz"
388
+
389
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
390
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
391
+ msgid "Custom"
392
+ msgstr "Personnalisé"
393
+
394
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
395
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
396
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
397
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
398
+ #: views/sfsi_option_view9.php:580
399
+ msgid "Collapse area"
400
+ msgstr "Réduire"
401
+
402
+ #: views/sfsi_option_view2.php:136
403
+ msgid "When clicked on, users can subscribe via RSS"
404
+ msgstr ""
405
+ "Lorsque vous cliquez dessus, les utilisateurs peuvent s’abonner via RSS"
406
+
407
+ #: views/sfsi_option_view2.php:144
408
+ msgid "For most blogs it’s http://blogname.com/feed"
409
+ msgstr "Pour la plupart des blogs c’est http://blogname.com/feed"
410
+
411
+ #: views/sfsi_option_view2.php:162
412
+ msgid ""
413
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
414
+ "full access to your subscriber`s emails and interesting statistics:"
415
+ msgstr ""
416
+ "Envoie automatiquement vos nouveaux messages aux abonnés. C’est gratuit et "
417
+ "vous obtenez un accès aux adresses email de vos abonnés et statistiques "
418
+ "intéressantes :"
419
+
420
+ #: views/sfsi_option_view2.php:164
421
+ msgid "Claim your feed to get full access."
422
+ msgstr "Réclamer votre flux pour obtenir un accès complet."
423
+
424
+ #: views/sfsi_option_view2.php:166
425
+ msgid "It also makes sense if you already offer an email newsletter:"
426
+ msgstr ""
427
+ "Il est également logique si vous offrez déjà un bulletin électronique :"
428
+
429
+ #: views/sfsi_option_view2.php:168
430
+ msgid "Learn more."
431
+ msgstr "En savoir +"
432
+
433
+ #: views/sfsi_option_view2.php:171
434
+ msgid "Please pick which icon type you want to use:"
435
+ msgstr "Choisissez quel type d’icônes que vous souhaitez utiliser:"
436
+
437
+ #: views/sfsi_option_view2.php:179
438
+ msgid "Email icon"
439
+ msgstr "Icône email :"
440
+
441
+ #: views/sfsi_option_view2.php:187
442
+ msgid "Follow icon"
443
+ msgstr "Icône de suivi :"
444
+
445
+ #: views/sfsi_option_view2.php:189
446
+ msgid "increases sign-ups"
447
+ msgstr "Augmente les inscriptions"
448
+
449
+ #: views/sfsi_option_view2.php:198
450
+ msgid "SpecificFeeds icon"
451
+ msgstr "Icône Flux spécifique "
452
+
453
+ #: views/sfsi_option_view2.php:200
454
+ msgid "provider of the service"
455
+ msgstr "prestataire du service"
456
+
457
+ #: views/sfsi_option_view2.php:216
458
+ msgid ""
459
+ "The facebook icon can perform several actions. Pick below which ones it "
460
+ "should perform. If you select several options, then users can select what "
461
+ "they want to do"
462
+ msgstr ""
463
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
464
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
465
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
466
+
467
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
468
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
469
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
470
+ #: views/sfsi_option_view2.php:539
471
+ msgid "see an example"
472
+ msgstr "Voir un exemple"
473
+
474
+ #: views/sfsi_option_view2.php:222
475
+ msgid "The facebook icon should allow users to..."
476
+ msgstr "L’icône de Facebook devrait permettre aux utilisateurs de …"
477
+
478
+ #: views/sfsi_option_view2.php:229
479
+ msgid "Visit my Facebook page at:"
480
+ msgstr "Visiter ma page facebook :"
481
+
482
+ #: views/sfsi_option_view2.php:237
483
+ msgid "Like my blog on Facebook (+1)"
484
+ msgstr "Aimer mon blog sur Facebook (+1)"
485
+
486
+ #: views/sfsi_option_view2.php:245
487
+ msgid "Share my blog with friends (on Facebook)"
488
+ msgstr "Partager mon blog avec des amis (sur Facebook)"
489
+
490
+ #: views/sfsi_option_view2.php:260
491
+ msgid ""
492
+ "The Twitter icon can perform several actions. Pick below which ones it "
493
+ "should perform. If you select several options, then users can select what "
494
+ "they want to do"
495
+ msgstr ""
496
+ "L’icône Twitter peut exécuter plusieurs actions. Choisissez ci-dessous "
497
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
498
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
499
+
500
+ #: views/sfsi_option_view2.php:267
501
+ msgid "The Twitter icon should allow users to..."
502
+ msgstr "L’icône Twitter devrait permettre aux utilisateurs de …"
503
+
504
+ #: views/sfsi_option_view2.php:272
505
+ msgid "Visit me on Twitter:"
506
+ msgstr "Visitez mon Twitter :"
507
+
508
+ #: views/sfsi_option_view2.php:281
509
+ msgid "Follow me on Twitter:"
510
+ msgstr "Me suivre sur Twitter:"
511
+
512
+ #: views/sfsi_option_view2.php:289
513
+ msgid "Tweet about my page:"
514
+ msgstr "Tweet sur ma page:"
515
+
516
+ #: views/sfsi_option_view2.php:302
517
+ msgid ""
518
+ "The Google+ icon can perform several actions. Pick below which ones it "
519
+ "should perform. If you select several options, then users can select what "
520
+ "they want to do"
521
+ msgstr ""
522
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
523
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
524
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
525
+
526
+ #: views/sfsi_option_view2.php:308
527
+ msgid "The Google+ icon should allow users to..."
528
+ msgstr "L’icône Google devrait permettre aux utilisateurs de …"
529
+
530
+ #: views/sfsi_option_view2.php:314
531
+ msgid "Visit my Google+ page at:"
532
+ msgstr "Visiter ma page Google+:"
533
+
534
+ #: views/sfsi_option_view2.php:323
535
+ msgid "Like my blog on Google+ (+1)"
536
+ msgstr "Aimer mon blog sur Google ( 1)"
537
+
538
+ #: views/sfsi_option_view2.php:330
539
+ msgid "Share my blog with friends (on Google+)"
540
+ msgstr "Partager mon blog avec des amis (sur Google )"
541
+
542
+ #: views/sfsi_option_view2.php:344
543
+ msgid ""
544
+ "The Youtube icon can perform several actions. Pick below which ones it "
545
+ "should perform. If you select several options, then users can select what "
546
+ "they want to do"
547
+ msgstr ""
548
+ "L’icône Youtube peut exécuter plusieurs actions. Choisissez ci-dessous "
549
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
550
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
551
+
552
+ #: views/sfsi_option_view2.php:350
553
+ msgid "The youtube icon should allow users to..."
554
+ msgstr "L’icône YouTube devrait permettre aux utilisateurs de …"
555
+
556
+ #: views/sfsi_option_view2.php:354
557
+ msgid "Visit my Youtube page at:"
558
+ msgstr "Visiter ma page Youtube:"
559
+
560
+ #: views/sfsi_option_view2.php:360
561
+ msgid "Subscribe to me on Youtube"
562
+ msgstr "S’abonner à ma chaîne Youtube"
563
+
564
+ #: views/sfsi_option_view2.php:362
565
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
566
+ msgstr ""
567
+ "(permet aux gens de souscrire directement, sans avoir à quitter votre blog)"
568
+
569
+ #: views/sfsi_option_view2.php:382
570
+ msgid "User Name"
571
+ msgstr "Nom d’utilisateur"
572
+
573
+ #: views/sfsi_option_view2.php:387
574
+ msgid "Channel Id"
575
+ msgstr "Id de la chaine"
576
+
577
+ #: views/sfsi_option_view2.php:393
578
+ msgid "UserName:"
579
+ msgstr "Nom d'utilisateur :"
580
+
581
+ #: views/sfsi_option_view2.php:397
582
+ msgid ""
583
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
584
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
585
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
586
+ msgstr ""
587
+ "Pour trouver votre nom d’utilisateur aller à \"Ma chaîne\" dans la barre de "
588
+ "menus de Youtube à gauche & cliquez sur l’onglet \"A propos\" et prendre "
589
+ "votre nom d’utilisateur de URL là-bas (par exemple les https://www.youtube."
590
+ "com/user/Tommy c’est \"Tommy\")."
591
+
592
+ #: views/sfsi_option_view2.php:403
593
+ msgid "Channel Id:"
594
+ msgstr "Id de la chaine:"
595
+
596
+ #: views/sfsi_option_view2.php:408
597
+ msgid ""
598
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
599
+ "left and take your channel name from there."
600
+ msgstr ""
601
+ "Pour trouver votre nom Manche aller à \"Ma Chaîne\" dans la barre de menu "
602
+ "Youtube sur la gauche et prenez votre nom de la chaîne à partir de là."
603
+
604
+ #: views/sfsi_option_view2.php:423
605
+ msgid ""
606
+ "The Pinterest icon can perform several actions. Pick below which ones it "
607
+ "should perform. If you select several options, then users can select what "
608
+ "they want to do"
609
+ msgstr ""
610
+ "L’icône Pinterest peut exécuter plusieurs actions. Choisissez ci-dessous "
611
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
612
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
613
+
614
+ #: views/sfsi_option_view2.php:429
615
+ msgid "The Pinterest icon should allow users to..."
616
+ msgstr "L’icône Pinterest devrait permettre aux utilisateurs de …"
617
+
618
+ #: views/sfsi_option_view2.php:434
619
+ msgid "Visit my Pinterest page at:"
620
+ msgstr "Visiter ma page Pinterest: "
621
+
622
+ #: views/sfsi_option_view2.php:442
623
+ msgid "Pin my blog on Pinterest (+1)"
624
+ msgstr "Epingler mon blog sur Pinterest ( +1)"
625
+
626
+ #: views/sfsi_option_view2.php:457
627
+ msgid "When clicked on, users will get directed to your Instagram page"
628
+ msgstr ""
629
+ "Si on clique dessus, utilisateurs seront dirigés vers votre page de Instagram"
630
+
631
+ #: views/sfsi_option_view2.php:476
632
+ msgid ""
633
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
634
+ "should perform. If you select several options, then users can select what "
635
+ "they want to do"
636
+ msgstr ""
637
+ "L’icône LinkedIn peut exécuter plusieurs actions. Choisissez ci-dessous "
638
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, puis les "
639
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
640
+
641
+ #: views/sfsi_option_view2.php:482
642
+ msgid ""
643
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
644
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
645
+ msgstr ""
646
+ "Vous trouverez votre ID dans le lien de votre page de profil, par exemple "
647
+ "https://www.linkedin.com/profile/view?id=<b>8539887</b>& tri = "
648
+ "nav_responsive_tab_profile_pic"
649
+
650
+ #: views/sfsi_option_view2.php:485
651
+ msgid "The LinkedIn icon should allow users to..."
652
+ msgstr "L’icône LinkedIn devrait permettre aux utilisateurs de …"
653
+
654
+ #: views/sfsi_option_view2.php:490
655
+ msgid "Visit my Linkedin page at:"
656
+ msgstr "Visiter ma page LinkedIn:"
657
+
658
+ #: views/sfsi_option_view2.php:499
659
+ msgid "Follow me on Linkedin:"
660
+ msgstr "Me suivre sur LinkedIn :"
661
+
662
+ #: views/sfsi_option_view2.php:508
663
+ msgid "Share my page on LinkedIn"
664
+ msgstr "Partager ma page sur LinkedIn"
665
+
666
+ #: views/sfsi_option_view2.php:515
667
+ msgid "Recommend my business or product on Linkedin"
668
+ msgstr "Recommander mon entreprise ou un produit sur Linkedin"
669
+
670
+ #: views/sfsi_option_view2.php:520
671
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
672
+ msgstr ""
673
+ "Pour trouver votre produit ou ID de l’entreprise, vous pouvez utiliser leur "
674
+ "outil de recherche à ID"
675
+
676
+ #: views/sfsi_option_view2.php:524
677
+ msgid "You need to be logged in to Linkedin to be able to use it."
678
+ msgstr "Vous devez être connecté pour Linkedin pour pouvoir l’utiliser."
679
+
680
+ #: views/sfsi_option_view2.php:537
681
+ msgid ""
682
+ "Nothing needs to be done here – your visitors to share your site via «all "
683
+ "the other» social media sites."
684
+ msgstr ""
685
+ "Rien ne doit être fait ici - vos visiteurs de partager votre site via «tous "
686
+ "les autres» sites de médias sociaux."
687
+
688
+ #: views/sfsi_option_view2.php:553
689
+ msgid ""
690
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
691
+ "your_username)."
692
+ msgstr ""
693
+ "Veuillez fournir l’url de votre profil Houzz (p. ex. les http://www.houzz."
694
+ "com/user/your_username)."
695
+
696
+ #: views/sfsi_option_view2.php:585
697
+ msgid "Where do you want this icon to link to?"
698
+ msgstr "Où emmenera le lien sur cette icône ?"
699
+
700
+ #: views/sfsi_option_view2.php:589
701
+ msgid "Link:"
702
+ msgstr "Lien :"
703
+
704
+ #: views/sfsi_option_view3.php:35
705
+ msgid ""
706
+ "A good & well-fitting design is not only nice to look at, but it increases "
707
+ "chances that people will subscribe and/or share your site with friends:"
708
+ msgstr ""
709
+ "Une bonne conception est non seulement agréable à regarder, mais il augmente "
710
+ "les chances que les gens vont souscrire et / ou partager votre site avec vos "
711
+ "amis:"
712
+
713
+ #: views/sfsi_option_view3.php:39
714
+ msgid "It comes across as more professional and gives your site more “credit”"
715
+ msgstr ""
716
+ "Il croise aussi plus professionnelle et donne à votre site plus « crédit »"
717
+
718
+ #: views/sfsi_option_view3.php:42
719
+ msgid ""
720
+ "A smart automatic animation can make your visitors aware of your icons in an "
721
+ "unintrusive manner"
722
+ msgstr ""
723
+ "Une animation automatique intelligente peut faire vos visiteurs au courant "
724
+ "de vos icônes de manière non intrusive"
725
+
726
+ #: views/sfsi_option_view3.php:47
727
+ msgid ""
728
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
729
+ "site. Thank you Shortpixel!"
730
+ msgstr ""
731
+ "Les icônes ont été comprimés par Shortpixel.com pour un chargement plus "
732
+ "rapide de votre site. Merci Shortpixel !"
733
+
734
+ #: views/sfsi_option_view3.php:52
735
+ msgid "Theme options"
736
+ msgstr "Options du thème"
737
+
738
+ #: views/sfsi_option_view3.php:59
739
+ msgid "Default"
740
+ msgstr "Défaut"
741
+
742
+ #: views/sfsi_option_view3.php:69
743
+ msgid "Flat"
744
+ msgstr "Plate"
745
+
746
+ #: views/sfsi_option_view3.php:78
747
+ msgid "Thin"
748
+ msgstr "Mince"
749
+
750
+ #: views/sfsi_option_view3.php:87
751
+ msgid "Cute"
752
+ msgstr "Mignonne"
753
+
754
+ #: views/sfsi_option_view3.php:97
755
+ msgid "Cubes"
756
+ msgstr "Cubes"
757
+
758
+ #: views/sfsi_option_view3.php:105
759
+ msgid "Chrome Blue"
760
+ msgstr "Chrome bleu"
761
+
762
+ #: views/sfsi_option_view3.php:112
763
+ msgid "Chrome Grey"
764
+ msgstr "Chrome"
765
+
766
+ #: views/sfsi_option_view3.php:119
767
+ msgid "Splash"
768
+ msgstr "Splash"
769
+
770
+ #: views/sfsi_option_view3.php:130
771
+ msgid "Orange"
772
+ msgstr "Orange"
773
+
774
+ #: views/sfsi_option_view3.php:137
775
+ msgid "Crystal"
776
+ msgstr "Cristal"
777
+
778
+ #: views/sfsi_option_view3.php:144
779
+ msgid "Glossy"
780
+ msgstr "Glacé"
781
+
782
+ #: views/sfsi_option_view3.php:151
783
+ msgid "Black"
784
+ msgstr "Noir"
785
+
786
+ #: views/sfsi_option_view3.php:161
787
+ msgid "Silver"
788
+ msgstr "Argent"
789
+
790
+ #: views/sfsi_option_view3.php:168
791
+ msgid "Shaded Dark"
792
+ msgstr "Ombre foncée"
793
+
794
+ #: views/sfsi_option_view3.php:175
795
+ msgid "Shaded Light"
796
+ msgstr "Lumineux"
797
+
798
+ #: views/sfsi_option_view3.php:182
799
+ msgid "Transparent"
800
+ msgstr "Transparent"
801
+
802
+ #: views/sfsi_option_view3.php:183
803
+ msgid "for dark backgrounds"
804
+ msgstr "pour les arrière-plans sombres"
805
+
806
+ #: views/sfsi_option_view3.php:192
807
+ msgid "Custom Icons"
808
+ msgstr "Icônes personnalisées"
809
+
810
+ #: views/sfsi_option_view3.php:306
811
+ msgid "Animate them (your main icons)"
812
+ msgstr "Icônes animées (vos icônes principales)"
813
+
814
+ #: views/sfsi_option_view3.php:312
815
+ msgid "Mouse-Over effects"
816
+ msgstr "Effets au survole"
817
+
818
+ #: views/sfsi_option_view3.php:317
819
+ msgid "Fade In"
820
+ msgstr "Fondu"
821
+
822
+ #: views/sfsi_option_view3.php:320
823
+ msgid "Scale"
824
+ msgstr "Grossir"
825
+
826
+ #: views/sfsi_option_view3.php:323
827
+ msgid "Combo"
828
+ msgstr "Combo"
829
+
830
+ #: views/sfsi_option_view3.php:333
831
+ msgid "Shuffle them automatically"
832
+ msgstr "Mélangez-les automatiquement"
833
+
834
+ #: views/sfsi_option_view3.php:340
835
+ msgid "When site is first loaded"
836
+ msgstr "Lorsque le site est chargé la première fois"
837
+
838
+ #: views/sfsi_option_view3.php:346
839
+ msgid "Every"
840
+ msgstr "Toutes les"
841
+
842
+ #: views/sfsi_option_view3.php:350
843
+ msgid "seconds"
844
+ msgstr "secondes"
845
+
846
+ #: views/sfsi_option_view4.php:150
847
+ msgid ""
848
+ "It’s a psychological fact that people like to follow other people, so when "
849
+ "they see that your site has already a good number of Facebook likes, it’s "
850
+ "more likely that they will subscribe/like/share your site than if it had 0."
851
+ msgstr ""
852
+ "C’est un fait psychologique, les gens aiment suivre les autres, alors quand "
853
+ "ils voient que votre site a déjà un bon nombre de J’aime Facebook, il est "
854
+ "plus probable qu’ils s’abonneront /cliqueront /partageront votre site que si "
855
+ "il avait que 0."
856
+
857
+ #: views/sfsi_option_view4.php:153
858
+ msgid ""
859
+ "Therefore, you can select to display the count next to your icons which will "
860
+ "look like this:"
861
+ msgstr ""
862
+ "Par conséquent, vous pouvez choisir d’afficher le nombre à côté de vos "
863
+ "icônes qui ressemblera à ceci :"
864
+
865
+ #: views/sfsi_option_view4.php:215
866
+ msgid ""
867
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
868
+ "we suggest that you only turn this feature on once you have a good number of "
869
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
870
+ "should just not be 0)."
871
+ msgstr ""
872
+ "Bien sûr, si vous commencez à 0, vous vous tirez dans le pied. Donc, nous "
873
+ "vous suggérons de ne activez cette fonction une fois que vous avez un bon "
874
+ "nombre d’adeptes / de j’aime / d’actions (min. 20 - pas de soucis si elle "
875
+ "est pas trop haute, il devrait tout simplement pas être 0)."
876
+
877
+ #: views/sfsi_option_view4.php:218
878
+ msgid "Enough waffling. So do you want to display counts?"
879
+ msgstr "Assez de tergiversations. Voulez-vous afficher les compteurs ?"
880
+
881
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
882
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
883
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
884
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
885
+ msgid "Yes"
886
+ msgstr "Oui"
887
+
888
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
889
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
890
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
891
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
892
+ msgid "No"
893
+ msgstr "Non"
894
+
895
+ #: views/sfsi_option_view4.php:239
896
+ msgid "Please specify which counts should be shown:"
897
+ msgstr "Spécifier quel compteur doit être affiché:"
898
+
899
+ #: views/sfsi_option_view4.php:261
900
+ msgid "We cannot track this. So enter the figure here:"
901
+ msgstr "Nous ne pouvons pas accepter entrez le chiffre ici:"
902
+
903
+ #: views/sfsi_option_view4.php:289
904
+ msgid "Retrieve the number of subscribers automatically"
905
+ msgstr "Récupérer le nombre d’abonnés automatiquement"
906
+
907
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
908
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
909
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
910
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
911
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
912
+ msgid "Enter the figure manually"
913
+ msgstr "Entrez le chiffre manuellement"
914
+
915
+ #: views/sfsi_option_view4.php:320
916
+ msgid "Retrieve the number of likes of your blog"
917
+ msgstr "Récupérer le nombre d’aime de votre blog"
918
+
919
+ #: views/sfsi_option_view4.php:324
920
+ msgid "Retrieve the number of likes of your facebook page"
921
+ msgstr "Récupérer le nombre d’aime de votre page facebook"
922
+
923
+ #: views/sfsi_option_view4.php:328
924
+ msgid "page ID:"
925
+ msgstr "ID de la page :"
926
+
927
+ #: views/sfsi_option_view4.php:333
928
+ msgid ""
929
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
930
+ msgstr ""
931
+ "Vous le trouverez au bas de l’onglet « À propos » sur votre page Facebook"
932
+
933
+ #: views/sfsi_option_view4.php:365
934
+ msgid "Retrieve the number of Twitter followers"
935
+ msgstr "Récupérer le nombre de suiveur sur Twitter"
936
+
937
+ #: views/sfsi_option_view4.php:371
938
+ msgid "Enter Consumer Key"
939
+ msgstr "Entrez la clé utilisateur"
940
+
941
+ #: views/sfsi_option_view4.php:377
942
+ msgid "Enter Consumer Secret"
943
+ msgstr "Entrez le code consomateur"
944
+
945
+ #: views/sfsi_option_view4.php:383
946
+ msgid "Enter Access Token"
947
+ msgstr "Entrez le code d’access (Token)"
948
+
949
+ #: views/sfsi_option_view4.php:389
950
+ msgid "Enter Access Token Secret"
951
+ msgstr "Entrez la clé secrète"
952
+
953
+ #: views/sfsi_option_view4.php:396
954
+ msgid ""
955
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
956
+ "in twitter settings under question number 2."
957
+ msgstr ""
958
+ "S’il vous plaît assurez-vous que vous avez entré le nom d’utilisateur pour "
959
+ "« Suivez-moi sur Twitter: » dans les paramètres de twitter sous la question "
960
+ "2."
961
+
962
+ #: views/sfsi_option_view4.php:400
963
+ msgid "To get this information:"
964
+ msgstr "Pour avoir cette information:"
965
+
966
+ #: views/sfsi_option_view4.php:404
967
+ msgid "Go to"
968
+ msgstr "Aller à"
969
+
970
+ #: views/sfsi_option_view4.php:410
971
+ msgid "Click on \"Create new app\""
972
+ msgstr "Cliquer sur « Créer un nouvelle application »"
973
+
974
+ #: views/sfsi_option_view4.php:413
975
+ msgid ""
976
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
977
+ "e.g. http://dummysitename.com)"
978
+ msgstr ""
979
+ "Entrez un nom aléatoire, les descriptions et les URL de site Web (avec "
980
+ "le http:// , par exemple de http://dummysitename.com)"
981
+
982
+ #: views/sfsi_option_view4.php:416
983
+ msgid ""
984
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
985
+ "\"Token actions\" section at the bottom"
986
+ msgstr ""
987
+ "Allez dans l’onglet « Clés et accès » et cliquer sur « Générer un jeton » "
988
+ "dans la section « Actions » au bas"
989
+
990
+ #: views/sfsi_option_view4.php:419
991
+ msgid ""
992
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
993
+ "key"
994
+ msgstr ""
995
+ "Cliquez ensuite sur « Tester » en haut à droite et vous verrez les 4 clés"
996
+
997
+ #: views/sfsi_option_view4.php:452
998
+ msgid "Retrieve the number of Google +1 (on your blog)"
999
+ msgstr "Récupérer le nombre de Google +1 (sur votre blog)"
1000
+
1001
+ #: views/sfsi_option_view4.php:456
1002
+ msgid "Retrieve the number of google+ followers"
1003
+ msgstr "Récupérer le nombre de suiveurs google+"
1004
+
1005
+ #: views/sfsi_option_view4.php:462
1006
+ msgid "Enter Google API Key"
1007
+ msgstr "Entrez la clé de l’API"
1008
+
1009
+ #: views/sfsi_option_view4.php:470
1010
+ msgid ""
1011
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1012
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1013
+ "number 2."
1014
+ msgstr ""
1015
+ "Assurez-vous que vous avez entré l’URL pour Visiter mon Google+. ex: https://"
1016
+ "plus.google.com/u/0/b/[pageid] dans paramètres Google+ sous la question 2."
1017
+
1018
+ #: views/sfsi_option_view4.php:475
1019
+ msgid "To get the API key for G+:"
1020
+ msgstr "Pour obtenir votre clé d'API G+ :"
1021
+
1022
+ #: views/sfsi_option_view4.php:480
1023
+ msgid "Login to your Google account, go to"
1024
+ msgstr "Connectez-vous à votre compte Google et allez dans"
1025
+
1026
+ #: views/sfsi_option_view4.php:484
1027
+ msgid "and create a new project"
1028
+ msgstr "et créer nouveau projet"
1029
+
1030
+ #: views/sfsi_option_view4.php:487
1031
+ msgid ""
1032
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1033
+ "“Create new key” in the “Public API access” section"
1034
+ msgstr ""
1035
+ "Puis dans la barre de menu de gauche aller à « API & auth », « Crédit » et "
1036
+ "cliquez sur « Créer nouvelle clé » dans la section « Accès à l’API publique »"
1037
+
1038
+ #: views/sfsi_option_view4.php:490
1039
+ msgid ""
1040
+ "There you select “browser key” and click “Create”. You will then be shown "
1041
+ "your API key"
1042
+ msgstr ""
1043
+ "Quand vous sélectionnez « navigateur key » et cliquez sur « Créer ». Vous "
1044
+ "verrez s’afficher votre clé API"
1045
+
1046
+ #: views/sfsi_option_view4.php:493
1047
+ msgid ""
1048
+ "When you enter this key into the plugin for the first time, it may take some "
1049
+ "time until the correct follower count is displayed on your website"
1050
+ msgstr ""
1051
+ "Quand vous saisissez cette clé dans le plugin pour la première fois, ça peut "
1052
+ "prendre un certain temps jusqu’à ce que le nombre correct de suiveur soit "
1053
+ "affiché sur votre site Internet"
1054
+
1055
+ #: views/sfsi_option_view4.php:570
1056
+ msgid "Retrieve the number of Subscribers"
1057
+ msgstr "Récupérer le nombre d’abonnés"
1058
+
1059
+ #: views/sfsi_option_view4.php:575
1060
+ msgid "Enter Youtube User name"
1061
+ msgstr "Saisir votre nom d’utilisateur Youtube"
1062
+
1063
+ #: views/sfsi_option_view4.php:582
1064
+ msgid "Enter Youtube Channel id"
1065
+ msgstr "Entrer l’ID de la chaîne Youtube"
1066
+
1067
+ #: views/sfsi_option_view4.php:616
1068
+ msgid "Retrieve the number of Pins"
1069
+ msgstr "Récupérer le nombre de Pins"
1070
+
1071
+ #: views/sfsi_option_view4.php:649
1072
+ msgid "Retrieve the number of Instagram followers"
1073
+ msgstr "Récupérer le nombre de suiveurs Instagram"
1074
+
1075
+ #: views/sfsi_option_view4.php:653
1076
+ msgid "Enter Instagram User name"
1077
+ msgstr "Entrez le nom d’utilisateur Instagram"
1078
+
1079
+ #: views/sfsi_option_view4.php:688
1080
+ msgid "Retrieve the number of shares"
1081
+ msgstr "Récupérer le nombre de partages"
1082
+
1083
+ #: views/sfsi_option_view5.php:341
1084
+ msgid "Order of your icons"
1085
+ msgstr "Ordre des vos icônes"
1086
+
1087
+ #: views/sfsi_option_view5.php:430
1088
+ msgid "Drag and Drop"
1089
+ msgstr "Glissez/déposez"
1090
+
1091
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1092
+ msgid "Size and spacing of your icons"
1093
+ msgstr "Taille et l’espacement de vos icônes"
1094
+
1095
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1096
+ msgid "Size:"
1097
+ msgstr "Taille: "
1098
+
1099
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1100
+ msgid "pixels wide and tall"
1101
+ msgstr "Largeur et hauteur"
1102
+
1103
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1104
+ msgid "Spacing between icons:"
1105
+ msgstr "Espace entre les icônes"
1106
+
1107
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1108
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1109
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1110
+ msgid "Pixels"
1111
+ msgstr "Pixels"
1112
+
1113
+ #: views/sfsi_option_view5.php:457
1114
+ msgid "Alignments"
1115
+ msgstr "Alignements"
1116
+
1117
+ #: views/sfsi_option_view5.php:461
1118
+ msgid "Alignment of icons:"
1119
+ msgstr "Alignement des icônes :"
1120
+
1121
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1122
+ msgid "Centered"
1123
+ msgstr "Centré"
1124
+
1125
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1126
+ #: views/sfsi_option_view8.php:496
1127
+ msgid "Right"
1128
+ msgstr "Droite"
1129
+
1130
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1131
+ #: views/sfsi_option_view8.php:493
1132
+ msgid "Left"
1133
+ msgstr "Gauche"
1134
+
1135
+ #: views/sfsi_option_view5.php:477
1136
+ msgid "Icons per row:"
1137
+ msgstr "Icônes par rangée:"
1138
+
1139
+ #: views/sfsi_option_view5.php:481
1140
+ msgid "Leave empty if you dont want to define this"
1141
+ msgstr "Laissez vide si vous ne souhaitez pas le définir"
1142
+
1143
+ #: views/sfsi_option_view5.php:488
1144
+ msgid "Language & Button-text"
1145
+ msgstr "Langage et texte du bouton"
1146
+
1147
+ #: views/sfsi_option_view5.php:493
1148
+ msgid "Follow-button:"
1149
+ msgstr "Bouton de suivi :"
1150
+
1151
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1152
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1153
+ #: views/sfsi_option_view9.php:111
1154
+ msgid "Preview:"
1155
+ msgstr "Aperçu :"
1156
+
1157
+ #: views/sfsi_option_view5.php:514
1158
+ msgid "Facebook «Visit»-icon:"
1159
+ msgstr "Icône Facebook :"
1160
+
1161
+ #: views/sfsi_option_view5.php:535
1162
+ msgid "Twitter «Visit»-icon:"
1163
+ msgstr "Icone Twitter :"
1164
+
1165
+ #: views/sfsi_option_view5.php:556
1166
+ msgid "Google+ «Visit»-icon:"
1167
+ msgstr "Icône Google+ :"
1168
+
1169
+ #: views/sfsi_option_view5.php:577
1170
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1171
+ msgstr "Langue des boutons (Facebook, Twitter, Google +) :"
1172
+
1173
+ #: views/sfsi_option_view5.php:748
1174
+ msgid "New window"
1175
+ msgstr "Nouvelle fenêtre"
1176
+
1177
+ #: views/sfsi_option_view5.php:753
1178
+ msgid ""
1179
+ "If user clicks on your icons, do you want to open the page in a new window?"
1180
+ msgstr ""
1181
+ "Si l’utilisateur clique sur vos icônes, voulez-vous pour ouvrir la page dans "
1182
+ "une nouvelle fenêtre?"
1183
+
1184
+ #: views/sfsi_option_view5.php:776
1185
+ msgid "Sticking & Disable on mobile"
1186
+ msgstr "Coller & désactiver sur mobile"
1187
+
1188
+ #: views/sfsi_option_view5.php:779
1189
+ msgid ""
1190
+ "If you decided to show your icons via a widget, you can add the effect that "
1191
+ "when the user scrolls down, the icons will stick at the top of the screen "
1192
+ "so that they are still displayed even if the user scrolled all the way down. "
1193
+ "Do you want to do that?"
1194
+ msgstr ""
1195
+ "Si vous avez décidé de montrer vos icônes via un widget, vous pouvez ajouter "
1196
+ "de l’effet que lorsque l’utilisateur fait défiler vers le bas, les icônes "
1197
+ "vont coller en haut de l’écran afin que ils sont toujours affichés même si "
1198
+ "l’utilisateur a fait défiler tout le chemin vers le bas. Voulez-vous le "
1199
+ "faire?"
1200
+
1201
+ #: views/sfsi_option_view5.php:802
1202
+ msgid "Disable float icons on mobile devices"
1203
+ msgstr "Désactiver les icônes flottantes pour les appareils mobiles"
1204
+
1205
+ #: views/sfsi_option_view5.php:824
1206
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1207
+ msgstr ""
1208
+ "Désactiver l’AutoScaling, caractéristique des appareils mobiles (balise meta)"
1209
+
1210
+ #: views/sfsi_option_view5.php:848
1211
+ msgid "Mouseover text"
1212
+ msgstr "Texte au survole"
1213
+
1214
+ #: views/sfsi_option_view5.php:851
1215
+ msgid ""
1216
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1217
+ "perform different actions) then you can define here what text will be "
1218
+ "displayed if a user moves his mouse over the icon:"
1219
+ msgstr ""
1220
+ "Si vous n’avez qu’une seule fonction (ex: une pop-up où l’utilisateur peut "
1221
+ "effectuer différentes actions) vous pouvez définir le texte qui apparaîtra "
1222
+ "lorsqu’un utilisateur déplacera sa souris sur l’icône :"
1223
+
1224
+ #: views/sfsi_option_view6.php:27
1225
+ msgid ""
1226
+ "The selections you made so far were to display the subscriptions/ social "
1227
+ "media icons for your site in general (in a widget on the sidebar). You can "
1228
+ "also display icons at the end of every post, encouraging users to subscribe/"
1229
+ "like/share after they’ve read it. The following buttons will be added:"
1230
+ msgstr ""
1231
+ "Les sélections effectuées jusqu’à présent étaient pour afficher les "
1232
+ "inscriptions/icônes sociale pour votre site en général (widget dans la barre "
1233
+ "latérale). Vous pouvez également afficher des icônes à la fin de chaque "
1234
+ "article, encourageant les utilisateurs à souscrire,aimer ou faire une action "
1235
+ "après l’avoir lu. Les boutons suivants seront ajoutés:"
1236
+
1237
+ #: views/sfsi_option_view6.php:43
1238
+ msgid "Those are usually all you need:"
1239
+ msgstr "Ce sont généralement tout ce que vous avez besoin:"
1240
+
1241
+ #: views/sfsi_option_view6.php:47
1242
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1243
+ msgstr "Facebook est le plus important."
1244
+
1245
+ #: views/sfsi_option_view6.php:50
1246
+ msgid ""
1247
+ "Google+ is also important due to SEO reasons, so important to have as well"
1248
+ msgstr ""
1249
+ "Google est également important pour des raisons de SEO, il est important de "
1250
+ "l’avoir."
1251
+
1252
+ #: views/sfsi_option_view6.php:53
1253
+ msgid "Share-button covers all other platforms for sharing"
1254
+ msgstr ""
1255
+ "Les bouton partager passe par dessus toutes les autres plates-formes de "
1256
+ "partage"
1257
+
1258
+ #: views/sfsi_option_view6.php:58
1259
+ msgid "So: do you want to display those at the end of every post?"
1260
+ msgstr "Donc: voulez-vous les afficher à la fin de chaque articles?"
1261
+
1262
+ #: views/sfsi_option_view6.php:78
1263
+ msgid "Options:"
1264
+ msgstr "Options :"
1265
+
1266
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1267
+ msgid "Text to appear before the sharing icons:"
1268
+ msgstr "Texte à afficher devant les icônes de partage:"
1269
+
1270
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1271
+ msgid "Alignment of share icons:"
1272
+ msgstr "Alignement des icônes de partage :"
1273
+
1274
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1275
+ msgid "Do you want to display the counts?"
1276
+ msgstr "Voulez-vous afficher le compteur?"
1277
+
1278
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1279
+ msgid "YES"
1280
+ msgstr "OUI"
1281
+
1282
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1283
+ msgid "NO"
1284
+ msgstr "Non"
1285
+
1286
+ #: views/sfsi_option_view7.php:48
1287
+ msgid ""
1288
+ "You can increase chances that people share or follow you by displaying a pop-"
1289
+ "up asking them to. You can define the design and layout below:"
1290
+ msgstr ""
1291
+ "Vous pouvez augmenter les chances que les gens partagent ou vous suivre en "
1292
+ "affichant un pop-up . Vous pouvez définir le style et la mise en page ci-"
1293
+ "dessous:"
1294
+
1295
+ #: views/sfsi_option_view7.php:54
1296
+ msgid "Enjoy this site? Please follow and like us!"
1297
+ msgstr "Vous appréciez le site ? Partagez !"
1298
+
1299
+ #: views/sfsi_option_view7.php:143
1300
+ msgid "Text and Design"
1301
+ msgstr "Texte et Style"
1302
+
1303
+ #: views/sfsi_option_view7.php:147
1304
+ msgid "Text Options"
1305
+ msgstr "Options du texte"
1306
+
1307
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1308
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1309
+ msgid "Text:"
1310
+ msgstr "Texte :"
1311
+
1312
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1313
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1314
+ msgid "Font:"
1315
+ msgstr "Police :"
1316
+
1317
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1318
+ #: views/sfsi_option_view9.php:505
1319
+ msgid "Font style:"
1320
+ msgstr "Style :"
1321
+
1322
+ #: views/sfsi_option_view7.php:219
1323
+ msgid "Font color:"
1324
+ msgstr "Couleur :"
1325
+
1326
+ #: views/sfsi_option_view7.php:224
1327
+ msgid "Font size:"
1328
+ msgstr "Taille du texte :"
1329
+
1330
+ #: views/sfsi_option_view7.php:231
1331
+ msgid "Icon Box Layout"
1332
+ msgstr "Modèle pour les icônes"
1333
+
1334
+ #: views/sfsi_option_view7.php:235
1335
+ msgid "Background Color:"
1336
+ msgstr "Arrière-plan"
1337
+
1338
+ #: views/sfsi_option_view7.php:241
1339
+ msgid "Border Color:"
1340
+ msgstr "Bordures:"
1341
+
1342
+ #: views/sfsi_option_view7.php:249
1343
+ msgid "Border Thinckness:"
1344
+ msgstr "Bordures (px)"
1345
+
1346
+ #: views/sfsi_option_view7.php:257
1347
+ msgid "Border Shadow:"
1348
+ msgstr "Ombre:"
1349
+
1350
+ #: views/sfsi_option_view7.php:263
1351
+ msgid "On"
1352
+ msgstr "Activée"
1353
+
1354
+ #: views/sfsi_option_view7.php:269
1355
+ msgid "Off"
1356
+ msgstr "Désactiver"
1357
+
1358
+ #: views/sfsi_option_view7.php:279
1359
+ msgid "Where shall the pop-up be shown?"
1360
+ msgstr "Où la popup doit s’afficher"
1361
+
1362
+ #: views/sfsi_option_view7.php:284
1363
+ msgid "Nowhere"
1364
+ msgstr "Nulle part"
1365
+
1366
+ #: views/sfsi_option_view7.php:290
1367
+ msgid "On every page"
1368
+ msgstr "Sur chaque page"
1369
+
1370
+ #: views/sfsi_option_view7.php:296
1371
+ msgid "On blog posts only"
1372
+ msgstr "Sur le blogue seulement"
1373
+
1374
+ #: views/sfsi_option_view7.php:302
1375
+ msgid "On selected pages only"
1376
+ msgstr "Uniquement sur les pages sélectionnées"
1377
+
1378
+ #: views/sfsi_option_view7.php:345
1379
+ msgid "Please hold CTRL key to select multiple pages"
1380
+ msgstr "Maintenez la touche CTRL pour sélectionner plusieurs pages"
1381
+
1382
+ #: views/sfsi_option_view7.php:351
1383
+ msgid "When shall the pop-up be shown?"
1384
+ msgstr "Quand la popup doit s’afficher ?"
1385
+
1386
+ #: views/sfsi_option_view7.php:356
1387
+ msgid "Once"
1388
+ msgstr "Une fois"
1389
+
1390
+ #: views/sfsi_option_view7.php:358
1391
+ msgid "seconds after the user arrived on the site"
1392
+ msgstr "secondes après l’arrivée de l’utilisateur sur le site"
1393
+
1394
+ #: views/sfsi_option_view7.php:364
1395
+ msgid "Every time user scrolls to the end of the page"
1396
+ msgstr "Chaque fois que l’utilisateur arrive à la fin de la page"
1397
+
1398
+ #: views/sfsi_option_view8.php:112
1399
+ msgid "Show them via a widget"
1400
+ msgstr "Les affichers via un widget"
1401
+
1402
+ #: views/sfsi_option_view8.php:125
1403
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1404
+ msgstr ""
1405
+ "Allez dans « apparence -> widgets » et faites glisser où vous voulez "
1406
+ "l’avoir !"
1407
+
1408
+ #: views/sfsi_option_view8.php:142
1409
+ msgid "Float them on the page"
1410
+ msgstr "Les faire floter sur la page"
1411
+
1412
+ #: views/sfsi_option_view8.php:160
1413
+ msgid "Top left"
1414
+ msgstr "En Haut à Gauche"
1415
+
1416
+ #: views/sfsi_option_view8.php:167
1417
+ msgid "Top right"
1418
+ msgstr "En Haut à Droite"
1419
+
1420
+ #: views/sfsi_option_view8.php:174
1421
+ msgid "Center left"
1422
+ msgstr "Au centre à gauche"
1423
+
1424
+ #: views/sfsi_option_view8.php:181
1425
+ msgid "Center right"
1426
+ msgstr "Au centre à droite"
1427
+
1428
+ #: views/sfsi_option_view8.php:188
1429
+ msgid "Bottom left"
1430
+ msgstr "En bas à gauche"
1431
+
1432
+ #: views/sfsi_option_view8.php:195
1433
+ msgid "Bottom right"
1434
+ msgstr "En bas à droite"
1435
+
1436
+ #: views/sfsi_option_view8.php:202
1437
+ msgid "Margin From:"
1438
+ msgstr "Marges du formulaire :"
1439
+
1440
+ #: views/sfsi_option_view8.php:207
1441
+ msgid "Top:"
1442
+ msgstr "Haut:"
1443
+
1444
+ #: views/sfsi_option_view8.php:216
1445
+ msgid "Bottom:"
1446
+ msgstr "Bas :"
1447
+
1448
+ #: views/sfsi_option_view8.php:225
1449
+ msgid "Left:"
1450
+ msgstr "Gauche :"
1451
+
1452
+ #: views/sfsi_option_view8.php:234
1453
+ msgid "Right:"
1454
+ msgstr "Droite :"
1455
+
1456
+ #: views/sfsi_option_view8.php:253
1457
+ msgid "Place them manually"
1458
+ msgstr "Le placer manuellement"
1459
+
1460
+ #: views/sfsi_option_view8.php:266
1461
+ msgid "Place the following string into your theme codes: "
1462
+ msgstr "Placez la chaîne suivante dans vos codes de thème : "
1463
+
1464
+ #: views/sfsi_option_view8.php:270
1465
+ msgid ""
1466
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1467
+ "want."
1468
+ msgstr ""
1469
+ "Ou utiliser le shortcode [DISPLAY_ULTIMATE_PLUS] pour les afficher où vous "
1470
+ "le souhaitez."
1471
+
1472
+ #: views/sfsi_option_view8.php:282
1473
+ msgid "Show them before or after posts"
1474
+ msgstr "L’afficher avant ou après l’article ?"
1475
+
1476
+ #: views/sfsi_option_view8.php:296
1477
+ msgid "Here you have two options:"
1478
+ msgstr "Ici vous avez deux options :"
1479
+
1480
+ #: views/sfsi_option_view8.php:304
1481
+ msgid "Display rectangle icons"
1482
+ msgstr "Afficher des icônes rectangle"
1483
+
1484
+ #: views/sfsi_option_view8.php:310
1485
+ msgid "Display the icons I selected above"
1486
+ msgstr "Afficher les icônes au dessus"
1487
+
1488
+ #: views/sfsi_option_view8.php:318
1489
+ msgid ""
1490
+ "Rectangle icons spell out the «call to action» which increases chances that "
1491
+ "visitors do it."
1492
+ msgstr ""
1493
+ "Les icônes rectangle appelent une action, ce qui augmente les chances que "
1494
+ "les visiteurs font."
1495
+
1496
+ #: views/sfsi_option_view8.php:321
1497
+ msgid "Select the icons you want to show:"
1498
+ msgstr "Sélectionnez l’icône que vous voulez afficher :"
1499
+
1500
+ #: views/sfsi_option_view8.php:371
1501
+ msgid "may impact loading speed"
1502
+ msgstr "peut affecter la vitesse de chargement"
1503
+
1504
+ #: views/sfsi_option_view8.php:421
1505
+ msgid "Display them:"
1506
+ msgstr "Afficher :"
1507
+
1508
+ #: views/sfsi_option_view8.php:424
1509
+ msgid "On Post Pages"
1510
+ msgstr "Sur les articles"
1511
+
1512
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1513
+ msgid "Before posts"
1514
+ msgstr "Avant les articles"
1515
+
1516
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1517
+ msgid "After posts"
1518
+ msgstr "Après les articles"
1519
+
1520
+ #: views/sfsi_option_view8.php:453
1521
+ msgid "On Homepage"
1522
+ msgstr "Sur la page d’accueil."
1523
+
1524
+ #: views/sfsi_option_view8.php:499
1525
+ msgid "Center"
1526
+ msgstr "Centre"
1527
+
1528
+ #: views/sfsi_option_view9.php:98
1529
+ msgid ""
1530
+ "In addition to the email- or follow-icon you can also show a subscription "
1531
+ "form which maximizes chances that people subscribe to your site. To get "
1532
+ "access to the emails who subscribe, please"
1533
+ msgstr ""
1534
+ "En plus de l’icône email ou suivez-moi pouvez également afficher un "
1535
+ "formulaire d’abonnement qui maximise les chances que les gens s’abonner à "
1536
+ "votre site. Pour accéder aux emails de vos abonnés, veuillez"
1537
+
1538
+ #: views/sfsi_option_view9.php:102
1539
+ msgid "claim your feed."
1540
+ msgstr "Obtenir votre flux RSS."
1541
+
1542
+ #: views/sfsi_option_view9.php:121
1543
+ msgid "Place it on your site"
1544
+ msgstr "Utilisation du formulaire sur votre site"
1545
+
1546
+ #: views/sfsi_option_view9.php:124
1547
+ msgid "You can place the form by different methods:"
1548
+ msgstr "Vous pouvez placer le formulaire par différentes méthodes:"
1549
+
1550
+ #: views/sfsi_option_view9.php:130
1551
+ msgid "Widget:"
1552
+ msgstr "Widget :"
1553
+
1554
+ #: views/sfsi_option_view9.php:132
1555
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1556
+ msgstr ""
1557
+ "Allez dans les paramètres de widget et faites glisser et déposez-le dans la "
1558
+ "barre latérale :"
1559
+
1560
+ #: views/sfsi_option_view9.php:139
1561
+ msgid "Shortcode:"
1562
+ msgstr "Shortcode :"
1563
+
1564
+ #: views/sfsi_option_view9.php:142
1565
+ msgid "Use the shortcode"
1566
+ msgstr "Utiliser le shortcode"
1567
+
1568
+ #: views/sfsi_option_view9.php:146
1569
+ msgid "to place it into your codes"
1570
+ msgstr "pour le placer dans votre code"
1571
+
1572
+ #: views/sfsi_option_view9.php:150
1573
+ msgid "Copy & paste HTML code:"
1574
+ msgstr "Copiez et collez le code HTML:"
1575
+
1576
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1577
+ msgid "Get new posts by email:"
1578
+ msgstr "Obtenir les nouveaux articles par e-mail :"
1579
+
1580
+ #: views/sfsi_option_view9.php:186
1581
+ msgid "Define text & design (optional)"
1582
+ msgstr "Définir le texte & le style (facultative)"
1583
+
1584
+ #: views/sfsi_option_view9.php:189
1585
+ msgid "Overall size & border"
1586
+ msgstr "Taille & bordure générales"
1587
+
1588
+ #: views/sfsi_option_view9.php:201
1589
+ msgid "Adjust size to space on website?"
1590
+ msgstr "Ajuster la taille de l’espace sur le site Web ?"
1591
+
1592
+ #: views/sfsi_option_view9.php:224
1593
+ msgid "Height"
1594
+ msgstr "Hauteur"
1595
+
1596
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1597
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1598
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1599
+ msgid "pixels"
1600
+ msgstr "pixels"
1601
+
1602
+ #: views/sfsi_option_view9.php:235
1603
+ msgid "Width"
1604
+ msgstr "Largeur"
1605
+
1606
+ #: views/sfsi_option_view9.php:247
1607
+ msgid "Border?"
1608
+ msgstr "Des bordures ? "
1609
+
1610
+ #: views/sfsi_option_view9.php:270
1611
+ msgid "Thickness"
1612
+ msgstr "Épaisseur"
1613
+
1614
+ #: views/sfsi_option_view9.php:281
1615
+ msgid "Color"
1616
+ msgstr "Couleur"
1617
+
1618
+ #: views/sfsi_option_view9.php:296
1619
+ msgid "Background color:"
1620
+ msgstr "Couleur d'Arrière-plan"
1621
+
1622
+ #: views/sfsi_option_view9.php:317
1623
+ msgid "Text above entry field"
1624
+ msgstr "Texte au dessus du champ"
1625
+
1626
+ #: views/sfsi_option_view9.php:348
1627
+ msgid " Font style:"
1628
+ msgstr "Style :"
1629
+
1630
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1631
+ msgid "Font color"
1632
+ msgstr "Couleur"
1633
+
1634
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1635
+ #: views/sfsi_option_view9.php:527
1636
+ msgid "Font size"
1637
+ msgstr "Taille du texte"
1638
+
1639
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1640
+ #: views/sfsi_option_view9.php:541
1641
+ msgid "Alignment:"
1642
+ msgstr "Alignement :"
1643
+
1644
+ #: views/sfsi_option_view9.php:397
1645
+ msgid "Entry field"
1646
+ msgstr "Champ de saisie"
1647
+
1648
+ #: views/sfsi_option_view9.php:474
1649
+ msgid "Subscribe button"
1650
+ msgstr "Bouton d’abonnement"
1651
+
1652
+ #: views/sfsi_option_view9.php:550
1653
+ msgid "Button color:"
1654
+ msgstr "Couleur des boutons"
1655
+
1656
+ #: views/sfsi_option_view9.php:681
1657
+ msgid "Left Align"
1658
+ msgstr "Aligner à gauche"
1659
+
1660
+ #: views/sfsi_option_view9.php:687
1661
+ msgid "Right Align"
1662
+ msgstr "Aligner à droite"
1663
+
1664
+ #: views/sfsi_options_view.php:10
1665
+ msgid ""
1666
+ "We found errors in your javascript which may cause the plugin to not work "
1667
+ "properly. Please fix the error:"
1668
+ msgstr ""
1669
+ "Nous avons trouvé des erreurs dans votre javascript qui peuvent causer que "
1670
+ "le plugin ne pourrait ne pas fonctionner correctement. Veillez corriger "
1671
+ "l’erreur:"
1672
+
1673
+ #: views/sfsi_options_view.php:52
1674
+ msgid ""
1675
+ "New: You can now also show a subscription form on your site, increasing sign-"
1676
+ "ups! (Question 8)"
1677
+ msgstr ""
1678
+ "Nouveau : Vous pouvez maintenant afficher un formulaire d’abonnement sur "
1679
+ "votre site, pour accroître les inscriptions ! (Question 8)"
1680
+
1681
+ #: views/sfsi_options_view.php:54
1682
+ msgid ""
1683
+ "If question 8 gets displayed in a funny way then please reload the page by "
1684
+ "pressing Control+F5(PC) or Command+R(Mac)"
1685
+ msgstr ""
1686
+ "Si la question 8 est affichée d’une drôle de façon veuillez recharger la "
1687
+ "page en appuyant sur Control+F5(PC) ou Command+R(Mac)"
1688
+
1689
+ #: views/sfsi_options_view.php:64
1690
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1691
+ msgstr "Merci d’utiliser le plugin Ultimate Social Media Icons PLUS !"
1692
+
1693
+ #: views/sfsi_options_view.php:67
1694
+ msgid ""
1695
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1696
+ "liking needs!"
1697
+ msgstr ""
1698
+ "Ce plugin est 100% gratuit et répondra à tous vos besoins pour le partage et "
1699
+ "les abonnements !"
1700
+
1701
+ #: views/sfsi_options_view.php:70
1702
+ msgid ""
1703
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1704
+ "- that`s it!"
1705
+ msgstr ""
1706
+ "Il suffit de répondre aux questions ci-dessous (au moins les 3 premières) en "
1707
+ "cliquant sur elles. C’est tout !"
1708
+
1709
+ #: views/sfsi_options_view.php:73
1710
+ msgid ""
1711
+ "If you have questions, or something doesn`t work as it should, please read "
1712
+ "the FAQ:"
1713
+ msgstr ""
1714
+ "Si vous avez des questions ou que quelque chose ne fonctionne pas, essayez "
1715
+ "de lire la FAQ :"
1716
+
1717
+ #: views/sfsi_options_view.php:84
1718
+ msgid "Which icons do you want to show on your site?"
1719
+ msgstr "Quelles icônes voulez-vous afficher sur votre site ?"
1720
+
1721
+ #: views/sfsi_options_view.php:92
1722
+ msgid "What do you want the icons to do?"
1723
+ msgstr "Que doit faire cette icône ?"
1724
+
1725
+ #: views/sfsi_options_view.php:99
1726
+ msgid "Where shall they be displayed?"
1727
+ msgstr "Où doivent ils être affichés ?"
1728
+
1729
+ #: views/sfsi_options_view.php:105
1730
+ msgid "Optional"
1731
+ msgstr "Facultatif"
1732
+
1733
+ #: views/sfsi_options_view.php:110
1734
+ msgid "What design and animation do you want to give your icons?"
1735
+ msgstr "Quel style et animation voulez-vous donner à vos icônes ?"
1736
+
1737
+ #: views/sfsi_options_view.php:117
1738
+ msgid "Do you want to display \"counts\" next to your main icons?"
1739
+ msgstr "Vous voulez afficher un compteur à côté de vos icônes principales ?"
1740
+
1741
+ #: views/sfsi_options_view.php:124
1742
+ msgid "Any other wishes for your main icons?"
1743
+ msgstr "Autres options pour vos icônes principales."
1744
+
1745
+ #: views/sfsi_options_view.php:136
1746
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1747
+ msgstr "Voulez-vous afficher un pop-up, demandant aux gens de s’abonner ?"
1748
+
1749
+ #: views/sfsi_options_view.php:143
1750
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1751
+ msgstr ""
1752
+ "Voulez-vous afficher un formulaire d’abonnement (augmente les inscriptions) ?"
1753
+
1754
+ #: views/sfsi_options_view.php:159
1755
+ msgid ""
1756
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1757
+ "rating"
1758
+ msgstr ""
1759
+ "Ce plugin est 100% gratuit. Merci de nous faire une grande faveur et de nous "
1760
+ "donner une note de 5 étoiles"
1761
+
1762
+ #: views/sfsi_options_view.php:161
1763
+ msgid "here"
1764
+ msgstr "ici"
1765
+
1766
+ #: views/sfsi_options_view.php:163
1767
+ msgid ""
1768
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1769
+ "com, so that we can sort it out.Thank you!"
1770
+ msgstr ""
1771
+ "Si vous n’êtes pas satisfait, veuillez entrer en contact avec nous à "
1772
+ "support@ultimatelysocial.com, afin que nous puissions améliorer le plugin. "
1773
+ "Merci!"
1774
+
1775
+ #: views/sfsi_options_view.php:166
1776
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1777
+ msgstr ""
1778
+ "Besoin de modifications sur votre site Wordpress, à un prix compétitif ?"
1779
+
1780
+ #: views/sfsi_options_view.php:168
1781
+ msgid "Visit us on ultimatelysocial.com"
1782
+ msgstr "Visitez ultimatelysocial.com"
1783
+
1784
+ #: views/sfsi_options_view.php:179
1785
+ msgid ""
1786
+ "The plugin was translated by (your name). Need translation work to get done? "
1787
+ "Contact (your name) at (your email)"
1788
+ msgstr ""
1789
+ "Le plugin a été traduit en français par <a href=\"http:themes-wordpress-"
1790
+ "francais.com\" target=\"new\" >jpTWF</a>. Vous avez vu une erreur ou une "
1791
+ "mauvaise traduction ? Contactez <a href=\"https://profiles.wordpress.org/"
1792
+ "jptwf\" target=\"new\" >JP</a> par email à <a href=\"mailto:info@themes-"
1793
+ "wordpress-francais.com\" target=\"new\" >info@themes-wordpress-francais.com</"
1794
+ "a>."
1795
+
1796
+ #: views/sfsi_pop_content.php:31
1797
+ msgid "Steps:"
1798
+ msgstr "Étapes:"
1799
+
1800
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1801
+ msgid "Click on << Upload >> below"
1802
+ msgstr "Cliquez sur « Télécharger » ci-dessous"
1803
+
1804
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1805
+ msgid "Upload the icon into the media gallery"
1806
+ msgstr "Télécharger l’icône dans la galerie de médias"
1807
+
1808
+ #: views/sfsi_pop_content.php:41
1809
+ msgid "Click on << Insert into post >> "
1810
+ msgstr "Cliquez sur « insérer dans l’article »"
1811
+
1812
+ #: views/sfsi_pop_content.php:90
1813
+ msgid "Move over the Facebook-icon…"
1814
+ msgstr "Survol de l’icône Facebook…"
1815
+
1816
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1817
+ msgid "Move over the “+ icon” to see the sharing options"
1818
+ msgstr "Survol du + de l’icône pour voir les options de partage"
1819
+
1820
+ #: views/sfsi_pop_content.php:145
1821
+ msgid "Move over the Twitter-icon…"
1822
+ msgstr "Survol l’icône Twitter…"
1823
+
1824
+ #: views/sfsi_pop_content.php:172
1825
+ msgid "Move over the Google+ icon…"
1826
+ msgstr "Survol l’icône Google+…"
1827
+
1828
+ #: views/sfsi_pop_content.php:198
1829
+ msgid "Move over the YouTube-icon…"
1830
+ msgstr "Survol l’icône YouTube…"
1831
+
1832
+ #: views/sfsi_pop_content.php:221
1833
+ msgid "Move over the Pinterest-icon…"
1834
+ msgstr "Survol de l’icône Pinterest…"
1835
+
1836
+ #: views/sfsi_pop_content.php:249
1837
+ msgid "Move over the LinkedIn-icon…"
1838
+ msgstr "Survol de l’icône LinkedIn…"
1839
+
1840
+ #: views/sfsi_pop_content.php:285
1841
+ msgid ""
1842
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1843
+ "option too, because it will get you more readers as explained"
1844
+ msgstr ""
1845
+ "Note : Si vous offrez déjà un bulletin d’information il est logique d’offrir "
1846
+ "cette posibilité, car il vous obtiendra plus de lecteurs."
1847
+
1848
+ #: views/sfsi_pop_content.php:292
1849
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1850
+ msgstr "OK, gardez-le actif pour le moment, je veux voir le résultat."
1851
+
1852
+ #: views/sfsi_pop_content.php:296
1853
+ msgid "Deactivate it"
1854
+ msgstr "Le désactiver"
1855
+
1856
+ #: views/sfsi_pop_content.php:304
1857
+ msgid ""
1858
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1859
+ "activating a link back to our site:"
1860
+ msgstr ""
1861
+ "Ok, bien, mais pour l’utilisation de ce plugin GRATUIT, vous pouvez nous "
1862
+ "aider en activant le lien vers notre site:"
1863
+
1864
+ #: views/sfsi_pop_content.php:309
1865
+ msgid "Ok, activate link"
1866
+ msgstr "OK, activer le lien"
1867
+
1868
+ #: views/sfsi_pop_content.php:313
1869
+ msgid "Don’t activate link"
1870
+ msgstr "Ne pas activer le lien"
1871
+
1872
+ #: views/sfsi_pop_content.php:321
1873
+ msgid ""
1874
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1875
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1876
+ msgstr ""
1877
+ "Vous êtes dure. Dernier essai: Au minimum, pourriez-vous commenter ce plugin "
1878
+ "(avec 5 étoiles)? Ca prend juste une minute. Merci!"
1879
+
1880
+ #: views/sfsi_pop_content.php:325
1881
+ msgid "Ok, Review it"
1882
+ msgstr "Ok, j’ai commenter"
1883
+
1884
+ #: views/sfsi_pop_content.php:329
1885
+ msgid "Don’t review and exit"
1886
+ msgstr "Pas de commentaire."
1887
+
1888
+ #: views/sfsi_pop_content.php:341
1889
+ msgid "Upload custom icons"
1890
+ msgstr "Envoyer vos icônes"
1891
+
1892
+ #: views/sfsi_pop_content.php:344
1893
+ msgid ""
1894
+ "Here you can upload custom icons which perform the same actions as the "
1895
+ "standard icons."
1896
+ msgstr ""
1897
+ "Ici vous pouvez télécharger des icônes personnalisées qui effectuent les "
1898
+ "mêmes actions que les icônes standard."
1899
+
1900
+ #: views/sfsi_pop_content.php:353
1901
+ msgid "Click on << Insert into post >>"
1902
+ msgstr "Cliquez sur « insérer dans l’article »"
1903
+
1904
+ #: views/sfsi_pop_content.php:583
1905
+ msgid "I'm done!"
1906
+ msgstr "J'ai fini!"
1907
+
1908
+ #. Plugin Name of the plugin/theme
1909
+ msgid "Ultimate Social Media PLUS"
1910
+ msgstr "Ultimate Social Media Icons PLUS"
1911
+
1912
+ #. Plugin URI of the plugin/theme
1913
+ #. Author URI of the plugin/theme
1914
+ msgid "http://ultimatelysocial.com"
1915
+ msgstr "http://ultimatelysocial.com"
1916
+
1917
+ #. Description of the plugin/theme
1918
+ msgid ""
1919
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1920
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1921
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1922
+ "range of design options and other features."
1923
+ msgstr ""
1924
+ "Le meilleur plugin de médias sociaux sur le marché. Et 100 % GRATUIT. Vous "
1925
+ "permet d’ajouter des icônes médias sociaux & de partagent sur votre blog "
1926
+ "(en particulier Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google "
1927
+ "+, LinkedIn, bouton Share). Il offre un large éventail d’options de style et "
1928
+ "d’autres fonctionnalités."
1929
+
1930
+ #. Author of the plugin/theme
1931
+ msgid "UltimatelySocial"
1932
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-fr_FR.mo ADDED
Binary file
languages/ultimate-social-media-plus-fr_FR.po ADDED
@@ -0,0 +1,1932 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-08 21:33+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-11 16:26-0400\n"
13
+ "Language-Team: TWF <info@themes-wordpress-francais.com>\n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: TWF <info@themes-wordpress-francais.com>\n"
16
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Language: fr\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Accès Refusé"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Lire la suite"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Enregistrer"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Enregistrement"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Enregistré "
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Réduire"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Sauvegarder tous les paramètres"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Ajouter une icône personnalisée si vous avez d’autres comptes ou sites web "
66
+ "sur lesquels souhaitez ajouter un lien."
67
+
68
+ #: libs/sfsi_Init_JqueryCss.php:55
69
+ msgid "It depends"
70
+ msgstr "À vous de voir "
71
+
72
+ #: libs/sfsi_install_uninstall.php:430
73
+ msgid ""
74
+ "Error: It seems that CURL is disabled on your server. Please contact your "
75
+ "server administrator to install / enable CURL."
76
+ msgstr ""
77
+ "Erreur: Il semble que CURL est désactivé sur votre serveur. Veuillez "
78
+ "contacter votre administrateur de serveur pour installer / activer CURL."
79
+
80
+ #: libs/sfsi_install_uninstall.php:541
81
+ msgid ""
82
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
83
+ "Theme Editor and insert the following string:"
84
+ msgstr ""
85
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
86
+ "Allez dans l’éditeur de thème et insérer la chaîne suivante :"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr ""
91
+ "Veuillez l’ajouter juste avant la ligne suivante du fichier header.php :"
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Ouvrez votre éditeur de thème :"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "cliquez ici"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Erreur : Corrigez votre thème pour que le plugin fonctionne correctement. "
108
+ "Allez dans l’éditeur de thème et ajouter la chaîne suivante comme la "
109
+ "première ligne du fichier footer.php de votre thème :"
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Merci d’avoir installé le plugin Ultimate Social Media PLUS. Veuillez aller "
117
+ "à la page des paramètres du plug-in pour le configurer:"
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Cliquez ici"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Vous utilisez une ancienne version de Wordpress, ce qui peut causer "
132
+ "plusieurs de vos plugins ne fonctionnent ne pas correctement. Veuillez "
133
+ "mettre à jour"
134
+
135
+ #: libs/sfsi_install_uninstall.php:602
136
+ msgid ""
137
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
138
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
139
+ "and give it a 5-star rating on Wordpress?"
140
+ msgstr ""
141
+ "Nous avons remarqué que vous utilisez le Plugin Ultimate Social Media PLUS "
142
+ "depuis plus de 30 jours. Si vous êtes heureux avec lui, pourriez-vous nous "
143
+ "faire une grande faveur et lui donner une note de 5 étoiles sur Wordpress ?"
144
+
145
+ #: libs/sfsi_install_uninstall.php:604
146
+ msgid "Ok, you deserved it"
147
+ msgstr "Ok, tu le méritais"
148
+
149
+ #: libs/sfsi_install_uninstall.php:605
150
+ msgid "I already did"
151
+ msgstr "Je l’ai déjà fait"
152
+
153
+ #: libs/sfsi_install_uninstall.php:606
154
+ msgid "No, not good enough"
155
+ msgstr "Pas assez bon"
156
+
157
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
158
+ msgid "Title"
159
+ msgstr "Titre"
160
+
161
+ #: libs/sfsi_widget.php:105
162
+ msgid "Please go to the plugin page to set your preferences:"
163
+ msgstr "Aller sur la page du plugin pour régler vos préférences :"
164
+
165
+ #: ultimate_social_media_icons.php:76
166
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
167
+ msgstr "Aller à la mise en page et cocher l’option \"Place them manually\""
168
+
169
+ #: ultimate_social_media_icons.php:577
170
+ msgid ""
171
+ "There seems to be an error on your website which prevents the plugin to work "
172
+ "properly. Please check the FAQ:"
173
+ msgstr ""
174
+ "Il semble y avoir une erreur sur votre site Internet qui empêche le plugin "
175
+ "fonctionne correctement. Veuillez consulter la FAQ :"
176
+
177
+ #: ultimate_social_media_icons.php:582
178
+ msgid "Error"
179
+ msgstr "Erreur"
180
+
181
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
182
+ msgid "Dismiss"
183
+ msgstr "Fermer"
184
+
185
+ #: ultimate_social_media_icons.php:602
186
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
187
+ msgstr "Nouvelle fonctionnalité dans le plugin ultime Social Media PLUS: "
188
+
189
+ #: ultimate_social_media_icons.php:605
190
+ msgid ""
191
+ "You can now add a subscription form to increase sign-ups (under question 8)."
192
+ msgstr ""
193
+ "Vous pouvez maintenant ajouter un formulaire d’abonnement pour augmenter les "
194
+ "abonnements (sous la question 8)."
195
+
196
+ #: ultimate_social_media_icons.php:608
197
+ msgid "Check it out"
198
+ msgstr "Configurer le formulaire"
199
+
200
+ #: views/sfsi_aboutus.php:2
201
+ msgid "Please visit us at"
202
+ msgstr "Visitez-nous sur"
203
+
204
+ #: views/sfsi_aboutus.php:4
205
+ msgid "or write to us at"
206
+ msgstr "ou écrivez-nous à "
207
+
208
+ #: views/sfsi_option_view1.php:47
209
+ msgid ""
210
+ "In general, the more icons you offer the better because people have "
211
+ "different preferences, and more options means that there’s something for "
212
+ "everybody, increasing the chances that you get followed and/or shared."
213
+ msgstr ""
214
+ "En général, les icônes personnalisé vous offrent un meilleur résultat parce "
215
+ "que les gens ont des goûts différents, et plus de choix signifie qu’il y en "
216
+ "a pour tout le monde et augmente les chances que vous obtenez un suivi et/ou "
217
+ "des partages."
218
+
219
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
220
+ msgid "Mandatory"
221
+ msgstr "Obligatoire"
222
+
223
+ #: views/sfsi_option_view1.php:65
224
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
225
+ msgstr "RSS est encore populaire, ex: la foule tech-savvy."
226
+
227
+ #: views/sfsi_option_view1.php:68
228
+ msgid ""
229
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
230
+ "read your content. "
231
+ msgstr ""
232
+ "RSS est l’acronyme de Really Simple Syndication, il est un moyen facile pour "
233
+ "que les gens lisent votre contenu."
234
+
235
+ #: views/sfsi_option_view1.php:70
236
+ msgid "Learn more about RSS"
237
+ msgstr "En savoir plus sur le RSS"
238
+
239
+ #: views/sfsi_option_view1.php:93
240
+ msgid "Email is the most effective tool to build up a followership."
241
+ msgstr ""
242
+ "Le courrier électronique est l’outil le plus efficace pour faire un suivi."
243
+
244
+ #: views/sfsi_option_view1.php:96
245
+ msgid "Remove credit link"
246
+ msgstr "Enlever le lien vers notre site"
247
+
248
+ #: views/sfsi_option_view1.php:100
249
+ msgid ""
250
+ "Everybody uses email – that’s why it’s much more effective than social media "
251
+ "to make people follow you"
252
+ msgstr ""
253
+ "Tout le monde utilise le courrier électronique – c’est pourquoi il est "
254
+ "beaucoup plus efficace que les médias sociaux pour rendre les gens à vous "
255
+ "suivre"
256
+
257
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
258
+ msgid "learn more"
259
+ msgstr "en savoir +"
260
+
261
+ #: views/sfsi_option_view1.php:104
262
+ msgid ""
263
+ "Not offering an email subscription option means losing out on future traffic "
264
+ "to your site."
265
+ msgstr ""
266
+ "Ne pas offrir une option d’abonnement Courriel signifie perdre sur future du "
267
+ "trafic vers votre site."
268
+
269
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
270
+ #: views/sfsi_option_view1.php:167
271
+ msgid "Strongly recommended:"
272
+ msgstr "Fortement recommandé"
273
+
274
+ #: views/sfsi_option_view1.php:123
275
+ msgid "Facebook is crucial, esp. for sharing."
276
+ msgstr "Facebook est crucial pour partager."
277
+
278
+ #: views/sfsi_option_view1.php:126
279
+ msgid ""
280
+ "Facebook is the giant in the social media world, and even if you don’t have "
281
+ "a Facebook account yourself you should display this icon, so that Facebook "
282
+ "users can share your site on Facebook."
283
+ msgstr ""
284
+ "Facebook est le géant dans le monde des médias sociaux, et même si vous ne "
285
+ "disposez pas d’un compte Facebook, vous vous devrait afficher cette icône, "
286
+ "afin que les utilisateurs de Facebook peuvent partager votre site sur "
287
+ "Facebook."
288
+
289
+ #: views/sfsi_option_view1.php:145
290
+ msgid "Can have a strong promotional effect."
291
+ msgstr "Peut avoir un gros effet promotionnel."
292
+
293
+ #: views/sfsi_option_view1.php:148
294
+ msgid ""
295
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
296
+ "However, similar as with facebook, even if you don’t have one you should "
297
+ "still show this icon so that Twitter-users can share your site."
298
+ msgstr ""
299
+ "Si vous avez un compte Twitter, en ajoutant cette icône devient une "
300
+ "évidence. Cependant, similaire à celle de Facebook, même si vous ne l’avez "
301
+ "pas encore, vous devriez montrer cette icône sorte que Twitter les "
302
+ "utilisateurs peuvent partager votre site."
303
+
304
+ #: views/sfsi_option_view1.php:168
305
+ msgid "Increasingly important and beneficial for SEO."
306
+ msgstr "De plus en plus important et bénéfique pour le référencement."
307
+
308
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
309
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
310
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
311
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
312
+ msgid "It depends:"
313
+ msgstr "À vous de voir :"
314
+
315
+ #: views/sfsi_option_view1.php:186
316
+ msgid ""
317
+ "Show this icon if you have a youtube account (and you should set up one if "
318
+ "you have video content – that can increase your traffic significantly)."
319
+ msgstr ""
320
+ "Montrer cette icône si vous avez un compte youtube (et vous devez en "
321
+ "configurer un si vous avez du contenu vidéo - qui peuvent augmenter votre "
322
+ "trafic de manière significative)."
323
+
324
+ #: views/sfsi_option_view1.php:203
325
+ msgid ""
326
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
327
+ msgstr ""
328
+ "Réseau No.1 à des fins commerciales. Utilisez cette icône si vous êtes un "
329
+ "LinkedInner."
330
+
331
+ #: views/sfsi_option_view1.php:220
332
+ msgid ""
333
+ "Show this icon if you have a Pinterest account (and you should set up one if "
334
+ "you publish new pictures regularly – that can increase your traffic "
335
+ "significantly)."
336
+ msgstr ""
337
+ "Afficher cette icône si vous avez un compte de Pinterest (et vous devez en "
338
+ "configurer un si vous publiez de nouvelles photos régulièrement – qui "
339
+ "peuvent augmenter votre trafic de façon significative)."
340
+
341
+ #: views/sfsi_option_view1.php:235
342
+ msgid "Show this icon if you have a Instagram account."
343
+ msgstr "Montrer cette icône si vous avez un compte Instagram."
344
+
345
+ #: views/sfsi_option_view1.php:252
346
+ msgid ""
347
+ "Third-party service AddThis allows your visitors to share via many other "
348
+ "social networks, however it may also slow down your site a bit."
349
+ msgstr ""
350
+ "Service tiers à AddThis permet à vos visiteurs de partager via de nombreux "
351
+ "autres réseaux sociaux, mais il peut aussi ralentir un peu votre site ."
352
+
353
+ #: views/sfsi_option_view1.php:255
354
+ msgid "Everybody uses email – that’s why it’s"
355
+ msgstr "Tout le monde utilise le courrier électronique"
356
+
357
+ #: views/sfsi_option_view1.php:258
358
+ msgid "much more effective than social media"
359
+ msgstr "beaucoup plus efficace que les médias sociaux"
360
+
361
+ #: views/sfsi_option_view1.php:261
362
+ msgid ""
363
+ "to make people follow you. Not offering an email subscription option means "
364
+ "losing out on future traffic to your site."
365
+ msgstr ""
366
+ "pour faire en sorte que les gens vous suivent. Ne pas offrir une option "
367
+ "d’abonnement par courriel signifie perdre sur le trafic futur à votre site."
368
+
369
+ #: views/sfsi_option_view1.php:263
370
+ msgid "Check out their reviews:"
371
+ msgstr "Découvrez leurs commentaires :"
372
+
373
+ #: views/sfsi_option_view1.php:284
374
+ msgid "Show this icon if you have a Houzz account."
375
+ msgstr "Montrer cette icône si vous avez un compte Houzz."
376
+
377
+ #: views/sfsi_option_view1.php:286
378
+ msgid ""
379
+ "Houzz is the No.1 site & community in the world of architecture and interior "
380
+ "design."
381
+ msgstr ""
382
+ "Houx est le site n°1 & la communauté dans le monde de l’architecture et de "
383
+ "design d’intérieur."
384
+
385
+ #: views/sfsi_option_view1.php:288
386
+ msgid "Visit Houzz"
387
+ msgstr "Visitez Houzz"
388
+
389
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
390
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
391
+ msgid "Custom"
392
+ msgstr "Personnalisé"
393
+
394
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
395
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
396
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
397
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
398
+ #: views/sfsi_option_view9.php:580
399
+ msgid "Collapse area"
400
+ msgstr "Réduire"
401
+
402
+ #: views/sfsi_option_view2.php:136
403
+ msgid "When clicked on, users can subscribe via RSS"
404
+ msgstr ""
405
+ "Lorsque vous cliquez dessus, les utilisateurs peuvent s’abonner via RSS"
406
+
407
+ #: views/sfsi_option_view2.php:144
408
+ msgid "For most blogs it’s http://blogname.com/feed"
409
+ msgstr "Pour la plupart des blogs c’est http://blogname.com/feed"
410
+
411
+ #: views/sfsi_option_view2.php:162
412
+ msgid ""
413
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
414
+ "full access to your subscriber`s emails and interesting statistics:"
415
+ msgstr ""
416
+ "Envoie automatiquement vos nouveaux messages aux abonnés. C’est gratuit et "
417
+ "vous obtenez un accès aux adresses email de vos abonnés et statistiques "
418
+ "intéressantes :"
419
+
420
+ #: views/sfsi_option_view2.php:164
421
+ msgid "Claim your feed to get full access."
422
+ msgstr "Réclamer votre flux pour obtenir un accès complet."
423
+
424
+ #: views/sfsi_option_view2.php:166
425
+ msgid "It also makes sense if you already offer an email newsletter:"
426
+ msgstr ""
427
+ "Il est également logique si vous offrez déjà un bulletin électronique :"
428
+
429
+ #: views/sfsi_option_view2.php:168
430
+ msgid "Learn more."
431
+ msgstr "En savoir +"
432
+
433
+ #: views/sfsi_option_view2.php:171
434
+ msgid "Please pick which icon type you want to use:"
435
+ msgstr "Choisissez quel type d’icônes que vous souhaitez utiliser:"
436
+
437
+ #: views/sfsi_option_view2.php:179
438
+ msgid "Email icon"
439
+ msgstr "Icône email :"
440
+
441
+ #: views/sfsi_option_view2.php:187
442
+ msgid "Follow icon"
443
+ msgstr "Icône de suivi :"
444
+
445
+ #: views/sfsi_option_view2.php:189
446
+ msgid "increases sign-ups"
447
+ msgstr "Augmente les inscriptions"
448
+
449
+ #: views/sfsi_option_view2.php:198
450
+ msgid "SpecificFeeds icon"
451
+ msgstr "Icône Flux spécifique "
452
+
453
+ #: views/sfsi_option_view2.php:200
454
+ msgid "provider of the service"
455
+ msgstr "prestataire du service"
456
+
457
+ #: views/sfsi_option_view2.php:216
458
+ msgid ""
459
+ "The facebook icon can perform several actions. Pick below which ones it "
460
+ "should perform. If you select several options, then users can select what "
461
+ "they want to do"
462
+ msgstr ""
463
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
464
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
465
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
466
+
467
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
468
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
469
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
470
+ #: views/sfsi_option_view2.php:539
471
+ msgid "see an example"
472
+ msgstr "Voir un exemple"
473
+
474
+ #: views/sfsi_option_view2.php:222
475
+ msgid "The facebook icon should allow users to..."
476
+ msgstr "L’icône de Facebook devrait permettre aux utilisateurs de …"
477
+
478
+ #: views/sfsi_option_view2.php:229
479
+ msgid "Visit my Facebook page at:"
480
+ msgstr "Visiter ma page facebook :"
481
+
482
+ #: views/sfsi_option_view2.php:237
483
+ msgid "Like my blog on Facebook (+1)"
484
+ msgstr "Aimer mon blog sur Facebook (+1)"
485
+
486
+ #: views/sfsi_option_view2.php:245
487
+ msgid "Share my blog with friends (on Facebook)"
488
+ msgstr "Partager mon blog avec des amis (sur Facebook)"
489
+
490
+ #: views/sfsi_option_view2.php:260
491
+ msgid ""
492
+ "The Twitter icon can perform several actions. Pick below which ones it "
493
+ "should perform. If you select several options, then users can select what "
494
+ "they want to do"
495
+ msgstr ""
496
+ "L’icône Twitter peut exécuter plusieurs actions. Choisissez ci-dessous "
497
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
498
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
499
+
500
+ #: views/sfsi_option_view2.php:267
501
+ msgid "The Twitter icon should allow users to..."
502
+ msgstr "L’icône Twitter devrait permettre aux utilisateurs de …"
503
+
504
+ #: views/sfsi_option_view2.php:272
505
+ msgid "Visit me on Twitter:"
506
+ msgstr "Visitez mon Twitter :"
507
+
508
+ #: views/sfsi_option_view2.php:281
509
+ msgid "Follow me on Twitter:"
510
+ msgstr "Me suivre sur Twitter:"
511
+
512
+ #: views/sfsi_option_view2.php:289
513
+ msgid "Tweet about my page:"
514
+ msgstr "Tweet sur ma page:"
515
+
516
+ #: views/sfsi_option_view2.php:302
517
+ msgid ""
518
+ "The Google+ icon can perform several actions. Pick below which ones it "
519
+ "should perform. If you select several options, then users can select what "
520
+ "they want to do"
521
+ msgstr ""
522
+ "L’icône de Facebook peut exécuter plusieurs actions. Choisissez ci-dessous "
523
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
524
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
525
+
526
+ #: views/sfsi_option_view2.php:308
527
+ msgid "The Google+ icon should allow users to..."
528
+ msgstr "L’icône Google devrait permettre aux utilisateurs de …"
529
+
530
+ #: views/sfsi_option_view2.php:314
531
+ msgid "Visit my Google+ page at:"
532
+ msgstr "Visiter ma page Google+:"
533
+
534
+ #: views/sfsi_option_view2.php:323
535
+ msgid "Like my blog on Google+ (+1)"
536
+ msgstr "Aimer mon blog sur Google ( 1)"
537
+
538
+ #: views/sfsi_option_view2.php:330
539
+ msgid "Share my blog with friends (on Google+)"
540
+ msgstr "Partager mon blog avec des amis (sur Google )"
541
+
542
+ #: views/sfsi_option_view2.php:344
543
+ msgid ""
544
+ "The Youtube icon can perform several actions. Pick below which ones it "
545
+ "should perform. If you select several options, then users can select what "
546
+ "they want to do"
547
+ msgstr ""
548
+ "L’icône Youtube peut exécuter plusieurs actions. Choisissez ci-dessous "
549
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
550
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
551
+
552
+ #: views/sfsi_option_view2.php:350
553
+ msgid "The youtube icon should allow users to..."
554
+ msgstr "L’icône YouTube devrait permettre aux utilisateurs de …"
555
+
556
+ #: views/sfsi_option_view2.php:354
557
+ msgid "Visit my Youtube page at:"
558
+ msgstr "Visiter ma page Youtube:"
559
+
560
+ #: views/sfsi_option_view2.php:360
561
+ msgid "Subscribe to me on Youtube"
562
+ msgstr "S’abonner à ma chaîne Youtube"
563
+
564
+ #: views/sfsi_option_view2.php:362
565
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
566
+ msgstr ""
567
+ "(permet aux gens de souscrire directement, sans avoir à quitter votre blog)"
568
+
569
+ #: views/sfsi_option_view2.php:382
570
+ msgid "User Name"
571
+ msgstr "Nom d’utilisateur"
572
+
573
+ #: views/sfsi_option_view2.php:387
574
+ msgid "Channel Id"
575
+ msgstr "Id de la chaine"
576
+
577
+ #: views/sfsi_option_view2.php:393
578
+ msgid "UserName:"
579
+ msgstr "Nom d'utilisateur :"
580
+
581
+ #: views/sfsi_option_view2.php:397
582
+ msgid ""
583
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
584
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
585
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
586
+ msgstr ""
587
+ "Pour trouver votre nom d’utilisateur aller à \"Ma chaîne\" dans la barre de "
588
+ "menus de Youtube à gauche & cliquez sur l’onglet \"A propos\" et prendre "
589
+ "votre nom d’utilisateur de URL là-bas (par exemple les https://www.youtube."
590
+ "com/user/Tommy c’est \"Tommy\")."
591
+
592
+ #: views/sfsi_option_view2.php:403
593
+ msgid "Channel Id:"
594
+ msgstr "Id de la chaine:"
595
+
596
+ #: views/sfsi_option_view2.php:408
597
+ msgid ""
598
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
599
+ "left and take your channel name from there."
600
+ msgstr ""
601
+ "Pour trouver votre nom Manche aller à \"Ma Chaîne\" dans la barre de menu "
602
+ "Youtube sur la gauche et prenez votre nom de la chaîne à partir de là."
603
+
604
+ #: views/sfsi_option_view2.php:423
605
+ msgid ""
606
+ "The Pinterest icon can perform several actions. Pick below which ones it "
607
+ "should perform. If you select several options, then users can select what "
608
+ "they want to do"
609
+ msgstr ""
610
+ "L’icône Pinterest peut exécuter plusieurs actions. Choisissez ci-dessous "
611
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, les "
612
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
613
+
614
+ #: views/sfsi_option_view2.php:429
615
+ msgid "The Pinterest icon should allow users to..."
616
+ msgstr "L’icône Pinterest devrait permettre aux utilisateurs de …"
617
+
618
+ #: views/sfsi_option_view2.php:434
619
+ msgid "Visit my Pinterest page at:"
620
+ msgstr "Visiter ma page Pinterest: "
621
+
622
+ #: views/sfsi_option_view2.php:442
623
+ msgid "Pin my blog on Pinterest (+1)"
624
+ msgstr "Epingler mon blog sur Pinterest ( +1)"
625
+
626
+ #: views/sfsi_option_view2.php:457
627
+ msgid "When clicked on, users will get directed to your Instagram page"
628
+ msgstr ""
629
+ "Si on clique dessus, utilisateurs seront dirigés vers votre page de Instagram"
630
+
631
+ #: views/sfsi_option_view2.php:476
632
+ msgid ""
633
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
634
+ "should perform. If you select several options, then users can select what "
635
+ "they want to do"
636
+ msgstr ""
637
+ "L’icône LinkedIn peut exécuter plusieurs actions. Choisissez ci-dessous "
638
+ "celles qui vous intéresse. Si vous sélectionnez plusieurs options, puis les "
639
+ "utilisateurs pourront sélectionner ce qu’ils veulent faire."
640
+
641
+ #: views/sfsi_option_view2.php:482
642
+ msgid ""
643
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
644
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
645
+ msgstr ""
646
+ "Vous trouverez votre ID dans le lien de votre page de profil, par exemple "
647
+ "https://www.linkedin.com/profile/view?id=<b>8539887</b>& tri = "
648
+ "nav_responsive_tab_profile_pic"
649
+
650
+ #: views/sfsi_option_view2.php:485
651
+ msgid "The LinkedIn icon should allow users to..."
652
+ msgstr "L’icône LinkedIn devrait permettre aux utilisateurs de …"
653
+
654
+ #: views/sfsi_option_view2.php:490
655
+ msgid "Visit my Linkedin page at:"
656
+ msgstr "Visiter ma page LinkedIn:"
657
+
658
+ #: views/sfsi_option_view2.php:499
659
+ msgid "Follow me on Linkedin:"
660
+ msgstr "Me suivre sur LinkedIn :"
661
+
662
+ #: views/sfsi_option_view2.php:508
663
+ msgid "Share my page on LinkedIn"
664
+ msgstr "Partager ma page sur LinkedIn"
665
+
666
+ #: views/sfsi_option_view2.php:515
667
+ msgid "Recommend my business or product on Linkedin"
668
+ msgstr "Recommander mon entreprise ou un produit sur Linkedin"
669
+
670
+ #: views/sfsi_option_view2.php:520
671
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
672
+ msgstr ""
673
+ "Pour trouver votre produit ou ID de l’entreprise, vous pouvez utiliser leur "
674
+ "outil de recherche à ID"
675
+
676
+ #: views/sfsi_option_view2.php:524
677
+ msgid "You need to be logged in to Linkedin to be able to use it."
678
+ msgstr "Vous devez être connecté pour Linkedin pour pouvoir l’utiliser."
679
+
680
+ #: views/sfsi_option_view2.php:537
681
+ msgid ""
682
+ "Nothing needs to be done here – your visitors to share your site via «all "
683
+ "the other» social media sites."
684
+ msgstr ""
685
+ "Rien ne doit être fait ici - vos visiteurs de partager votre site via «tous "
686
+ "les autres» sites de médias sociaux."
687
+
688
+ #: views/sfsi_option_view2.php:553
689
+ msgid ""
690
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
691
+ "your_username)."
692
+ msgstr ""
693
+ "Veuillez fournir l’url de votre profil Houzz (p. ex. les http://www.houzz."
694
+ "com/user/your_username)."
695
+
696
+ #: views/sfsi_option_view2.php:585
697
+ msgid "Where do you want this icon to link to?"
698
+ msgstr "Où emmenera le lien sur cette icône ?"
699
+
700
+ #: views/sfsi_option_view2.php:589
701
+ msgid "Link:"
702
+ msgstr "Lien :"
703
+
704
+ #: views/sfsi_option_view3.php:35
705
+ msgid ""
706
+ "A good & well-fitting design is not only nice to look at, but it increases "
707
+ "chances that people will subscribe and/or share your site with friends:"
708
+ msgstr ""
709
+ "Une bonne conception est non seulement agréable à regarder, mais il augmente "
710
+ "les chances que les gens vont souscrire et / ou partager votre site avec vos "
711
+ "amis:"
712
+
713
+ #: views/sfsi_option_view3.php:39
714
+ msgid "It comes across as more professional and gives your site more “credit”"
715
+ msgstr ""
716
+ "Il croise aussi plus professionnelle et donne à votre site plus « crédit »"
717
+
718
+ #: views/sfsi_option_view3.php:42
719
+ msgid ""
720
+ "A smart automatic animation can make your visitors aware of your icons in an "
721
+ "unintrusive manner"
722
+ msgstr ""
723
+ "Une animation automatique intelligente peut faire vos visiteurs au courant "
724
+ "de vos icônes de manière non intrusive"
725
+
726
+ #: views/sfsi_option_view3.php:47
727
+ msgid ""
728
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
729
+ "site. Thank you Shortpixel!"
730
+ msgstr ""
731
+ "Les icônes ont été comprimés par Shortpixel.com pour un chargement plus "
732
+ "rapide de votre site. Merci Shortpixel !"
733
+
734
+ #: views/sfsi_option_view3.php:52
735
+ msgid "Theme options"
736
+ msgstr "Options du thème"
737
+
738
+ #: views/sfsi_option_view3.php:59
739
+ msgid "Default"
740
+ msgstr "Défaut"
741
+
742
+ #: views/sfsi_option_view3.php:69
743
+ msgid "Flat"
744
+ msgstr "Plate"
745
+
746
+ #: views/sfsi_option_view3.php:78
747
+ msgid "Thin"
748
+ msgstr "Mince"
749
+
750
+ #: views/sfsi_option_view3.php:87
751
+ msgid "Cute"
752
+ msgstr "Mignonne"
753
+
754
+ #: views/sfsi_option_view3.php:97
755
+ msgid "Cubes"
756
+ msgstr "Cubes"
757
+
758
+ #: views/sfsi_option_view3.php:105
759
+ msgid "Chrome Blue"
760
+ msgstr "Chrome bleu"
761
+
762
+ #: views/sfsi_option_view3.php:112
763
+ msgid "Chrome Grey"
764
+ msgstr "Chrome"
765
+
766
+ #: views/sfsi_option_view3.php:119
767
+ msgid "Splash"
768
+ msgstr "Splash"
769
+
770
+ #: views/sfsi_option_view3.php:130
771
+ msgid "Orange"
772
+ msgstr "Orange"
773
+
774
+ #: views/sfsi_option_view3.php:137
775
+ msgid "Crystal"
776
+ msgstr "Cristal"
777
+
778
+ #: views/sfsi_option_view3.php:144
779
+ msgid "Glossy"
780
+ msgstr "Glacé"
781
+
782
+ #: views/sfsi_option_view3.php:151
783
+ msgid "Black"
784
+ msgstr "Noir"
785
+
786
+ #: views/sfsi_option_view3.php:161
787
+ msgid "Silver"
788
+ msgstr "Argent"
789
+
790
+ #: views/sfsi_option_view3.php:168
791
+ msgid "Shaded Dark"
792
+ msgstr "Ombre foncée"
793
+
794
+ #: views/sfsi_option_view3.php:175
795
+ msgid "Shaded Light"
796
+ msgstr "Lumineux"
797
+
798
+ #: views/sfsi_option_view3.php:182
799
+ msgid "Transparent"
800
+ msgstr "Transparent"
801
+
802
+ #: views/sfsi_option_view3.php:183
803
+ msgid "for dark backgrounds"
804
+ msgstr "pour les arrière-plans sombres"
805
+
806
+ #: views/sfsi_option_view3.php:192
807
+ msgid "Custom Icons"
808
+ msgstr "Icônes personnalisées"
809
+
810
+ #: views/sfsi_option_view3.php:306
811
+ msgid "Animate them (your main icons)"
812
+ msgstr "Icônes animées (vos icônes principales)"
813
+
814
+ #: views/sfsi_option_view3.php:312
815
+ msgid "Mouse-Over effects"
816
+ msgstr "Effets au survole"
817
+
818
+ #: views/sfsi_option_view3.php:317
819
+ msgid "Fade In"
820
+ msgstr "Fondu"
821
+
822
+ #: views/sfsi_option_view3.php:320
823
+ msgid "Scale"
824
+ msgstr "Grossir"
825
+
826
+ #: views/sfsi_option_view3.php:323
827
+ msgid "Combo"
828
+ msgstr "Combo"
829
+
830
+ #: views/sfsi_option_view3.php:333
831
+ msgid "Shuffle them automatically"
832
+ msgstr "Mélangez-les automatiquement"
833
+
834
+ #: views/sfsi_option_view3.php:340
835
+ msgid "When site is first loaded"
836
+ msgstr "Lorsque le site est chargé la première fois"
837
+
838
+ #: views/sfsi_option_view3.php:346
839
+ msgid "Every"
840
+ msgstr "Toutes les"
841
+
842
+ #: views/sfsi_option_view3.php:350
843
+ msgid "seconds"
844
+ msgstr "secondes"
845
+
846
+ #: views/sfsi_option_view4.php:150
847
+ msgid ""
848
+ "It’s a psychological fact that people like to follow other people, so when "
849
+ "they see that your site has already a good number of Facebook likes, it’s "
850
+ "more likely that they will subscribe/like/share your site than if it had 0."
851
+ msgstr ""
852
+ "C’est un fait psychologique, les gens aiment suivre les autres, alors quand "
853
+ "ils voient que votre site a déjà un bon nombre de J’aime Facebook, il est "
854
+ "plus probable qu’ils s’abonneront /cliqueront /partageront votre site que si "
855
+ "il avait que 0."
856
+
857
+ #: views/sfsi_option_view4.php:153
858
+ msgid ""
859
+ "Therefore, you can select to display the count next to your icons which will "
860
+ "look like this:"
861
+ msgstr ""
862
+ "Par conséquent, vous pouvez choisir d’afficher le nombre à côté de vos "
863
+ "icônes qui ressemblera à ceci :"
864
+
865
+ #: views/sfsi_option_view4.php:215
866
+ msgid ""
867
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
868
+ "we suggest that you only turn this feature on once you have a good number of "
869
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
870
+ "should just not be 0)."
871
+ msgstr ""
872
+ "Bien sûr, si vous commencez à 0, vous vous tirez dans le pied. Donc, nous "
873
+ "vous suggérons de ne activez cette fonction une fois que vous avez un bon "
874
+ "nombre d’adeptes / de j’aime / d’actions (min. 20 - pas de soucis si elle "
875
+ "est pas trop haute, il devrait tout simplement pas être 0)."
876
+
877
+ #: views/sfsi_option_view4.php:218
878
+ msgid "Enough waffling. So do you want to display counts?"
879
+ msgstr "Assez de tergiversations. Voulez-vous afficher les compteurs ?"
880
+
881
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
882
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
883
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
884
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
885
+ msgid "Yes"
886
+ msgstr "Oui"
887
+
888
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
889
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
890
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
891
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
892
+ msgid "No"
893
+ msgstr "Non"
894
+
895
+ #: views/sfsi_option_view4.php:239
896
+ msgid "Please specify which counts should be shown:"
897
+ msgstr "Spécifier quel compteur doit être affiché:"
898
+
899
+ #: views/sfsi_option_view4.php:261
900
+ msgid "We cannot track this. So enter the figure here:"
901
+ msgstr "Nous ne pouvons pas accepter entrez le chiffre ici:"
902
+
903
+ #: views/sfsi_option_view4.php:289
904
+ msgid "Retrieve the number of subscribers automatically"
905
+ msgstr "Récupérer le nombre d’abonnés automatiquement"
906
+
907
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
908
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
909
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
910
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
911
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
912
+ msgid "Enter the figure manually"
913
+ msgstr "Entrez le chiffre manuellement"
914
+
915
+ #: views/sfsi_option_view4.php:320
916
+ msgid "Retrieve the number of likes of your blog"
917
+ msgstr "Récupérer le nombre d’aime de votre blog"
918
+
919
+ #: views/sfsi_option_view4.php:324
920
+ msgid "Retrieve the number of likes of your facebook page"
921
+ msgstr "Récupérer le nombre d’aime de votre page facebook"
922
+
923
+ #: views/sfsi_option_view4.php:328
924
+ msgid "page ID:"
925
+ msgstr "ID de la page :"
926
+
927
+ #: views/sfsi_option_view4.php:333
928
+ msgid ""
929
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
930
+ msgstr ""
931
+ "Vous le trouverez au bas de l’onglet « À propos » sur votre page Facebook"
932
+
933
+ #: views/sfsi_option_view4.php:365
934
+ msgid "Retrieve the number of Twitter followers"
935
+ msgstr "Récupérer le nombre de suiveur sur Twitter"
936
+
937
+ #: views/sfsi_option_view4.php:371
938
+ msgid "Enter Consumer Key"
939
+ msgstr "Entrez la clé utilisateur"
940
+
941
+ #: views/sfsi_option_view4.php:377
942
+ msgid "Enter Consumer Secret"
943
+ msgstr "Entrez le code consomateur"
944
+
945
+ #: views/sfsi_option_view4.php:383
946
+ msgid "Enter Access Token"
947
+ msgstr "Entrez le code d’access (Token)"
948
+
949
+ #: views/sfsi_option_view4.php:389
950
+ msgid "Enter Access Token Secret"
951
+ msgstr "Entrez la clé secrète"
952
+
953
+ #: views/sfsi_option_view4.php:396
954
+ msgid ""
955
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
956
+ "in twitter settings under question number 2."
957
+ msgstr ""
958
+ "S’il vous plaît assurez-vous que vous avez entré le nom d’utilisateur pour "
959
+ "« Suivez-moi sur Twitter: » dans les paramètres de twitter sous la question "
960
+ "2."
961
+
962
+ #: views/sfsi_option_view4.php:400
963
+ msgid "To get this information:"
964
+ msgstr "Pour avoir cette information:"
965
+
966
+ #: views/sfsi_option_view4.php:404
967
+ msgid "Go to"
968
+ msgstr "Aller à"
969
+
970
+ #: views/sfsi_option_view4.php:410
971
+ msgid "Click on \"Create new app\""
972
+ msgstr "Cliquer sur « Créer un nouvelle application »"
973
+
974
+ #: views/sfsi_option_view4.php:413
975
+ msgid ""
976
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
977
+ "e.g. http://dummysitename.com)"
978
+ msgstr ""
979
+ "Entrez un nom aléatoire, les descriptions et les URL de site Web (avec "
980
+ "le http:// , par exemple de http://dummysitename.com)"
981
+
982
+ #: views/sfsi_option_view4.php:416
983
+ msgid ""
984
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
985
+ "\"Token actions\" section at the bottom"
986
+ msgstr ""
987
+ "Allez dans l’onglet « Clés et accès » et cliquer sur « Générer un jeton » "
988
+ "dans la section « Actions » au bas"
989
+
990
+ #: views/sfsi_option_view4.php:419
991
+ msgid ""
992
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
993
+ "key"
994
+ msgstr ""
995
+ "Cliquez ensuite sur « Tester » en haut à droite et vous verrez les 4 clés"
996
+
997
+ #: views/sfsi_option_view4.php:452
998
+ msgid "Retrieve the number of Google +1 (on your blog)"
999
+ msgstr "Récupérer le nombre de Google +1 (sur votre blog)"
1000
+
1001
+ #: views/sfsi_option_view4.php:456
1002
+ msgid "Retrieve the number of google+ followers"
1003
+ msgstr "Récupérer le nombre de suiveurs google+"
1004
+
1005
+ #: views/sfsi_option_view4.php:462
1006
+ msgid "Enter Google API Key"
1007
+ msgstr "Entrez la clé de l’API"
1008
+
1009
+ #: views/sfsi_option_view4.php:470
1010
+ msgid ""
1011
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
1012
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
1013
+ "number 2."
1014
+ msgstr ""
1015
+ "Assurez-vous que vous avez entré l’URL pour Visiter mon Google+. ex: https://"
1016
+ "plus.google.com/u/0/b/[pageid] dans paramètres Google+ sous la question 2."
1017
+
1018
+ #: views/sfsi_option_view4.php:475
1019
+ msgid "To get the API key for G+:"
1020
+ msgstr "Pour obtenir votre clé d'API G+ :"
1021
+
1022
+ #: views/sfsi_option_view4.php:480
1023
+ msgid "Login to your Google account, go to"
1024
+ msgstr "Connectez-vous à votre compte Google et allez dans"
1025
+
1026
+ #: views/sfsi_option_view4.php:484
1027
+ msgid "and create a new project"
1028
+ msgstr "et créer nouveau projet"
1029
+
1030
+ #: views/sfsi_option_view4.php:487
1031
+ msgid ""
1032
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1033
+ "“Create new key” in the “Public API access” section"
1034
+ msgstr ""
1035
+ "Puis dans la barre de menu de gauche aller à « API & auth », « Crédit » et "
1036
+ "cliquez sur « Créer nouvelle clé » dans la section « Accès à l’API publique »"
1037
+
1038
+ #: views/sfsi_option_view4.php:490
1039
+ msgid ""
1040
+ "There you select “browser key” and click “Create”. You will then be shown "
1041
+ "your API key"
1042
+ msgstr ""
1043
+ "Quand vous sélectionnez « navigateur key » et cliquez sur « Créer ». Vous "
1044
+ "verrez s’afficher votre clé API"
1045
+
1046
+ #: views/sfsi_option_view4.php:493
1047
+ msgid ""
1048
+ "When you enter this key into the plugin for the first time, it may take some "
1049
+ "time until the correct follower count is displayed on your website"
1050
+ msgstr ""
1051
+ "Quand vous saisissez cette clé dans le plugin pour la première fois, ça peut "
1052
+ "prendre un certain temps jusqu’à ce que le nombre correct de suiveur soit "
1053
+ "affiché sur votre site Internet"
1054
+
1055
+ #: views/sfsi_option_view4.php:570
1056
+ msgid "Retrieve the number of Subscribers"
1057
+ msgstr "Récupérer le nombre d’abonnés"
1058
+
1059
+ #: views/sfsi_option_view4.php:575
1060
+ msgid "Enter Youtube User name"
1061
+ msgstr "Saisir votre nom d’utilisateur Youtube"
1062
+
1063
+ #: views/sfsi_option_view4.php:582
1064
+ msgid "Enter Youtube Channel id"
1065
+ msgstr "Entrer l’ID de la chaîne Youtube"
1066
+
1067
+ #: views/sfsi_option_view4.php:616
1068
+ msgid "Retrieve the number of Pins"
1069
+ msgstr "Récupérer le nombre de Pins"
1070
+
1071
+ #: views/sfsi_option_view4.php:649
1072
+ msgid "Retrieve the number of Instagram followers"
1073
+ msgstr "Récupérer le nombre de suiveurs Instagram"
1074
+
1075
+ #: views/sfsi_option_view4.php:653
1076
+ msgid "Enter Instagram User name"
1077
+ msgstr "Entrez le nom d’utilisateur Instagram"
1078
+
1079
+ #: views/sfsi_option_view4.php:688
1080
+ msgid "Retrieve the number of shares"
1081
+ msgstr "Récupérer le nombre de partages"
1082
+
1083
+ #: views/sfsi_option_view5.php:341
1084
+ msgid "Order of your icons"
1085
+ msgstr "Ordre des vos icônes"
1086
+
1087
+ #: views/sfsi_option_view5.php:430
1088
+ msgid "Drag and Drop"
1089
+ msgstr "Glissez/déposez"
1090
+
1091
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1092
+ msgid "Size and spacing of your icons"
1093
+ msgstr "Taille et l’espacement de vos icônes"
1094
+
1095
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1096
+ msgid "Size:"
1097
+ msgstr "Taille: "
1098
+
1099
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1100
+ msgid "pixels wide and tall"
1101
+ msgstr "Largeur et hauteur"
1102
+
1103
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1104
+ msgid "Spacing between icons:"
1105
+ msgstr "Espace entre les icônes"
1106
+
1107
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1108
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1109
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1110
+ msgid "Pixels"
1111
+ msgstr "Pixels"
1112
+
1113
+ #: views/sfsi_option_view5.php:457
1114
+ msgid "Alignments"
1115
+ msgstr "Alignements"
1116
+
1117
+ #: views/sfsi_option_view5.php:461
1118
+ msgid "Alignment of icons:"
1119
+ msgstr "Alignement des icônes :"
1120
+
1121
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1122
+ msgid "Centered"
1123
+ msgstr "Centré"
1124
+
1125
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1126
+ #: views/sfsi_option_view8.php:496
1127
+ msgid "Right"
1128
+ msgstr "Droite"
1129
+
1130
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1131
+ #: views/sfsi_option_view8.php:493
1132
+ msgid "Left"
1133
+ msgstr "Gauche"
1134
+
1135
+ #: views/sfsi_option_view5.php:477
1136
+ msgid "Icons per row:"
1137
+ msgstr "Icônes par rangée:"
1138
+
1139
+ #: views/sfsi_option_view5.php:481
1140
+ msgid "Leave empty if you dont want to define this"
1141
+ msgstr "Laissez vide si vous ne souhaitez pas le définir"
1142
+
1143
+ #: views/sfsi_option_view5.php:488
1144
+ msgid "Language & Button-text"
1145
+ msgstr "Langage et texte du bouton"
1146
+
1147
+ #: views/sfsi_option_view5.php:493
1148
+ msgid "Follow-button:"
1149
+ msgstr "Bouton de suivi :"
1150
+
1151
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1152
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1153
+ #: views/sfsi_option_view9.php:111
1154
+ msgid "Preview:"
1155
+ msgstr "Aperçu :"
1156
+
1157
+ #: views/sfsi_option_view5.php:514
1158
+ msgid "Facebook «Visit»-icon:"
1159
+ msgstr "Icône Facebook :"
1160
+
1161
+ #: views/sfsi_option_view5.php:535
1162
+ msgid "Twitter «Visit»-icon:"
1163
+ msgstr "Icone Twitter :"
1164
+
1165
+ #: views/sfsi_option_view5.php:556
1166
+ msgid "Google+ «Visit»-icon:"
1167
+ msgstr "Icône Google+ :"
1168
+
1169
+ #: views/sfsi_option_view5.php:577
1170
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1171
+ msgstr "Langue des boutons (Facebook, Twitter, Google +) :"
1172
+
1173
+ #: views/sfsi_option_view5.php:748
1174
+ msgid "New window"
1175
+ msgstr "Nouvelle fenêtre"
1176
+
1177
+ #: views/sfsi_option_view5.php:753
1178
+ msgid ""
1179
+ "If user clicks on your icons, do you want to open the page in a new window?"
1180
+ msgstr ""
1181
+ "Si l’utilisateur clique sur vos icônes, voulez-vous pour ouvrir la page dans "
1182
+ "une nouvelle fenêtre?"
1183
+
1184
+ #: views/sfsi_option_view5.php:776
1185
+ msgid "Sticking & Disable on mobile"
1186
+ msgstr "Coller & désactiver sur mobile"
1187
+
1188
+ #: views/sfsi_option_view5.php:779
1189
+ msgid ""
1190
+ "If you decided to show your icons via a widget, you can add the effect that "
1191
+ "when the user scrolls down, the icons will stick at the top of the screen "
1192
+ "so that they are still displayed even if the user scrolled all the way down. "
1193
+ "Do you want to do that?"
1194
+ msgstr ""
1195
+ "Si vous avez décidé de montrer vos icônes via un widget, vous pouvez ajouter "
1196
+ "de l’effet que lorsque l’utilisateur fait défiler vers le bas, les icônes "
1197
+ "vont coller en haut de l’écran afin que ils sont toujours affichés même si "
1198
+ "l’utilisateur a fait défiler tout le chemin vers le bas. Voulez-vous le "
1199
+ "faire?"
1200
+
1201
+ #: views/sfsi_option_view5.php:802
1202
+ msgid "Disable float icons on mobile devices"
1203
+ msgstr "Désactiver les icônes flottantes pour les appareils mobiles"
1204
+
1205
+ #: views/sfsi_option_view5.php:824
1206
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1207
+ msgstr ""
1208
+ "Désactiver l’AutoScaling, caractéristique des appareils mobiles (balise meta)"
1209
+
1210
+ #: views/sfsi_option_view5.php:848
1211
+ msgid "Mouseover text"
1212
+ msgstr "Texte au survole"
1213
+
1214
+ #: views/sfsi_option_view5.php:851
1215
+ msgid ""
1216
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1217
+ "perform different actions) then you can define here what text will be "
1218
+ "displayed if a user moves his mouse over the icon:"
1219
+ msgstr ""
1220
+ "Si vous n’avez qu’une seule fonction (ex: une pop-up où l’utilisateur peut "
1221
+ "effectuer différentes actions) vous pouvez définir le texte qui apparaîtra "
1222
+ "lorsqu’un utilisateur déplacera sa souris sur l’icône :"
1223
+
1224
+ #: views/sfsi_option_view6.php:27
1225
+ msgid ""
1226
+ "The selections you made so far were to display the subscriptions/ social "
1227
+ "media icons for your site in general (in a widget on the sidebar). You can "
1228
+ "also display icons at the end of every post, encouraging users to subscribe/"
1229
+ "like/share after they’ve read it. The following buttons will be added:"
1230
+ msgstr ""
1231
+ "Les sélections effectuées jusqu’à présent étaient pour afficher les "
1232
+ "inscriptions/icônes sociale pour votre site en général (widget dans la barre "
1233
+ "latérale). Vous pouvez également afficher des icônes à la fin de chaque "
1234
+ "article, encourageant les utilisateurs à souscrire,aimer ou faire une action "
1235
+ "après l’avoir lu. Les boutons suivants seront ajoutés:"
1236
+
1237
+ #: views/sfsi_option_view6.php:43
1238
+ msgid "Those are usually all you need:"
1239
+ msgstr "Ce sont généralement tout ce que vous avez besoin:"
1240
+
1241
+ #: views/sfsi_option_view6.php:47
1242
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1243
+ msgstr "Facebook est le plus important."
1244
+
1245
+ #: views/sfsi_option_view6.php:50
1246
+ msgid ""
1247
+ "Google+ is also important due to SEO reasons, so important to have as well"
1248
+ msgstr ""
1249
+ "Google est également important pour des raisons de SEO, il est important de "
1250
+ "l’avoir."
1251
+
1252
+ #: views/sfsi_option_view6.php:53
1253
+ msgid "Share-button covers all other platforms for sharing"
1254
+ msgstr ""
1255
+ "Les bouton partager passe par dessus toutes les autres plates-formes de "
1256
+ "partage"
1257
+
1258
+ #: views/sfsi_option_view6.php:58
1259
+ msgid "So: do you want to display those at the end of every post?"
1260
+ msgstr "Donc: voulez-vous les afficher à la fin de chaque articles?"
1261
+
1262
+ #: views/sfsi_option_view6.php:78
1263
+ msgid "Options:"
1264
+ msgstr "Options :"
1265
+
1266
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1267
+ msgid "Text to appear before the sharing icons:"
1268
+ msgstr "Texte à afficher devant les icônes de partage:"
1269
+
1270
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1271
+ msgid "Alignment of share icons:"
1272
+ msgstr "Alignement des icônes de partage :"
1273
+
1274
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1275
+ msgid "Do you want to display the counts?"
1276
+ msgstr "Voulez-vous afficher le compteur?"
1277
+
1278
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1279
+ msgid "YES"
1280
+ msgstr "OUI"
1281
+
1282
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1283
+ msgid "NO"
1284
+ msgstr "Non"
1285
+
1286
+ #: views/sfsi_option_view7.php:48
1287
+ msgid ""
1288
+ "You can increase chances that people share or follow you by displaying a pop-"
1289
+ "up asking them to. You can define the design and layout below:"
1290
+ msgstr ""
1291
+ "Vous pouvez augmenter les chances que les gens partagent ou vous suivre en "
1292
+ "affichant un pop-up . Vous pouvez définir le style et la mise en page ci-"
1293
+ "dessous:"
1294
+
1295
+ #: views/sfsi_option_view7.php:54
1296
+ msgid "Enjoy this site? Please follow and like us!"
1297
+ msgstr "Vous appréciez le site ? Partagez !"
1298
+
1299
+ #: views/sfsi_option_view7.php:143
1300
+ msgid "Text and Design"
1301
+ msgstr "Texte et Style"
1302
+
1303
+ #: views/sfsi_option_view7.php:147
1304
+ msgid "Text Options"
1305
+ msgstr "Options du texte"
1306
+
1307
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1308
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1309
+ msgid "Text:"
1310
+ msgstr "Texte :"
1311
+
1312
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1313
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1314
+ msgid "Font:"
1315
+ msgstr "Police :"
1316
+
1317
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1318
+ #: views/sfsi_option_view9.php:505
1319
+ msgid "Font style:"
1320
+ msgstr "Style :"
1321
+
1322
+ #: views/sfsi_option_view7.php:219
1323
+ msgid "Font color:"
1324
+ msgstr "Couleur :"
1325
+
1326
+ #: views/sfsi_option_view7.php:224
1327
+ msgid "Font size:"
1328
+ msgstr "Taille du texte :"
1329
+
1330
+ #: views/sfsi_option_view7.php:231
1331
+ msgid "Icon Box Layout"
1332
+ msgstr "Modèle pour les icônes"
1333
+
1334
+ #: views/sfsi_option_view7.php:235
1335
+ msgid "Background Color:"
1336
+ msgstr "Arrière-plan"
1337
+
1338
+ #: views/sfsi_option_view7.php:241
1339
+ msgid "Border Color:"
1340
+ msgstr "Bordures:"
1341
+
1342
+ #: views/sfsi_option_view7.php:249
1343
+ msgid "Border Thinckness:"
1344
+ msgstr "Bordures (px)"
1345
+
1346
+ #: views/sfsi_option_view7.php:257
1347
+ msgid "Border Shadow:"
1348
+ msgstr "Ombre:"
1349
+
1350
+ #: views/sfsi_option_view7.php:263
1351
+ msgid "On"
1352
+ msgstr "Activée"
1353
+
1354
+ #: views/sfsi_option_view7.php:269
1355
+ msgid "Off"
1356
+ msgstr "Désactiver"
1357
+
1358
+ #: views/sfsi_option_view7.php:279
1359
+ msgid "Where shall the pop-up be shown?"
1360
+ msgstr "Où la popup doit s’afficher"
1361
+
1362
+ #: views/sfsi_option_view7.php:284
1363
+ msgid "Nowhere"
1364
+ msgstr "Nulle part"
1365
+
1366
+ #: views/sfsi_option_view7.php:290
1367
+ msgid "On every page"
1368
+ msgstr "Sur chaque page"
1369
+
1370
+ #: views/sfsi_option_view7.php:296
1371
+ msgid "On blog posts only"
1372
+ msgstr "Sur le blogue seulement"
1373
+
1374
+ #: views/sfsi_option_view7.php:302
1375
+ msgid "On selected pages only"
1376
+ msgstr "Uniquement sur les pages sélectionnées"
1377
+
1378
+ #: views/sfsi_option_view7.php:345
1379
+ msgid "Please hold CTRL key to select multiple pages"
1380
+ msgstr "Maintenez la touche CTRL pour sélectionner plusieurs pages"
1381
+
1382
+ #: views/sfsi_option_view7.php:351
1383
+ msgid "When shall the pop-up be shown?"
1384
+ msgstr "Quand la popup doit s’afficher ?"
1385
+
1386
+ #: views/sfsi_option_view7.php:356
1387
+ msgid "Once"
1388
+ msgstr "Une fois"
1389
+
1390
+ #: views/sfsi_option_view7.php:358
1391
+ msgid "seconds after the user arrived on the site"
1392
+ msgstr "secondes après l’arrivée de l’utilisateur sur le site"
1393
+
1394
+ #: views/sfsi_option_view7.php:364
1395
+ msgid "Every time user scrolls to the end of the page"
1396
+ msgstr "Chaque fois que l’utilisateur arrive à la fin de la page"
1397
+
1398
+ #: views/sfsi_option_view8.php:112
1399
+ msgid "Show them via a widget"
1400
+ msgstr "Les affichers via un widget"
1401
+
1402
+ #: views/sfsi_option_view8.php:125
1403
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1404
+ msgstr ""
1405
+ "Allez dans « apparence -> widgets » et faites glisser où vous voulez "
1406
+ "l’avoir !"
1407
+
1408
+ #: views/sfsi_option_view8.php:142
1409
+ msgid "Float them on the page"
1410
+ msgstr "Les faire floter sur la page"
1411
+
1412
+ #: views/sfsi_option_view8.php:160
1413
+ msgid "Top left"
1414
+ msgstr "En Haut à Gauche"
1415
+
1416
+ #: views/sfsi_option_view8.php:167
1417
+ msgid "Top right"
1418
+ msgstr "En Haut à Droite"
1419
+
1420
+ #: views/sfsi_option_view8.php:174
1421
+ msgid "Center left"
1422
+ msgstr "Au centre à gauche"
1423
+
1424
+ #: views/sfsi_option_view8.php:181
1425
+ msgid "Center right"
1426
+ msgstr "Au centre à droite"
1427
+
1428
+ #: views/sfsi_option_view8.php:188
1429
+ msgid "Bottom left"
1430
+ msgstr "En bas à gauche"
1431
+
1432
+ #: views/sfsi_option_view8.php:195
1433
+ msgid "Bottom right"
1434
+ msgstr "En bas à droite"
1435
+
1436
+ #: views/sfsi_option_view8.php:202
1437
+ msgid "Margin From:"
1438
+ msgstr "Marges du formulaire :"
1439
+
1440
+ #: views/sfsi_option_view8.php:207
1441
+ msgid "Top:"
1442
+ msgstr "Haut:"
1443
+
1444
+ #: views/sfsi_option_view8.php:216
1445
+ msgid "Bottom:"
1446
+ msgstr "Bas :"
1447
+
1448
+ #: views/sfsi_option_view8.php:225
1449
+ msgid "Left:"
1450
+ msgstr "Gauche :"
1451
+
1452
+ #: views/sfsi_option_view8.php:234
1453
+ msgid "Right:"
1454
+ msgstr "Droite :"
1455
+
1456
+ #: views/sfsi_option_view8.php:253
1457
+ msgid "Place them manually"
1458
+ msgstr "Le placer manuellement"
1459
+
1460
+ #: views/sfsi_option_view8.php:266
1461
+ msgid "Place the following string into your theme codes: "
1462
+ msgstr "Placez la chaîne suivante dans vos codes de thème : "
1463
+
1464
+ #: views/sfsi_option_view8.php:270
1465
+ msgid ""
1466
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1467
+ "want."
1468
+ msgstr ""
1469
+ "Ou utiliser le shortcode [DISPLAY_ULTIMATE_PLUS] pour les afficher où vous "
1470
+ "le souhaitez."
1471
+
1472
+ #: views/sfsi_option_view8.php:282
1473
+ msgid "Show them before or after posts"
1474
+ msgstr "L’afficher avant ou après l’article ?"
1475
+
1476
+ #: views/sfsi_option_view8.php:296
1477
+ msgid "Here you have two options:"
1478
+ msgstr "Ici vous avez deux options :"
1479
+
1480
+ #: views/sfsi_option_view8.php:304
1481
+ msgid "Display rectangle icons"
1482
+ msgstr "Afficher des icônes rectangle"
1483
+
1484
+ #: views/sfsi_option_view8.php:310
1485
+ msgid "Display the icons I selected above"
1486
+ msgstr "Afficher les icônes au dessus"
1487
+
1488
+ #: views/sfsi_option_view8.php:318
1489
+ msgid ""
1490
+ "Rectangle icons spell out the «call to action» which increases chances that "
1491
+ "visitors do it."
1492
+ msgstr ""
1493
+ "Les icônes rectangle appelent une action, ce qui augmente les chances que "
1494
+ "les visiteurs font."
1495
+
1496
+ #: views/sfsi_option_view8.php:321
1497
+ msgid "Select the icons you want to show:"
1498
+ msgstr "Sélectionnez l’icône que vous voulez afficher :"
1499
+
1500
+ #: views/sfsi_option_view8.php:371
1501
+ msgid "may impact loading speed"
1502
+ msgstr "peut affecter la vitesse de chargement"
1503
+
1504
+ #: views/sfsi_option_view8.php:421
1505
+ msgid "Display them:"
1506
+ msgstr "Afficher :"
1507
+
1508
+ #: views/sfsi_option_view8.php:424
1509
+ msgid "On Post Pages"
1510
+ msgstr "Sur les articles"
1511
+
1512
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1513
+ msgid "Before posts"
1514
+ msgstr "Avant les articles"
1515
+
1516
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1517
+ msgid "After posts"
1518
+ msgstr "Après les articles"
1519
+
1520
+ #: views/sfsi_option_view8.php:453
1521
+ msgid "On Homepage"
1522
+ msgstr "Sur la page d’accueil."
1523
+
1524
+ #: views/sfsi_option_view8.php:499
1525
+ msgid "Center"
1526
+ msgstr "Centre"
1527
+
1528
+ #: views/sfsi_option_view9.php:98
1529
+ msgid ""
1530
+ "In addition to the email- or follow-icon you can also show a subscription "
1531
+ "form which maximizes chances that people subscribe to your site. To get "
1532
+ "access to the emails who subscribe, please"
1533
+ msgstr ""
1534
+ "En plus de l’icône email ou suivez-moi pouvez également afficher un "
1535
+ "formulaire d’abonnement qui maximise les chances que les gens s’abonner à "
1536
+ "votre site. Pour accéder aux emails de vos abonnés, veuillez"
1537
+
1538
+ #: views/sfsi_option_view9.php:102
1539
+ msgid "claim your feed."
1540
+ msgstr "Obtenir votre flux RSS."
1541
+
1542
+ #: views/sfsi_option_view9.php:121
1543
+ msgid "Place it on your site"
1544
+ msgstr "Utilisation du formulaire sur votre site"
1545
+
1546
+ #: views/sfsi_option_view9.php:124
1547
+ msgid "You can place the form by different methods:"
1548
+ msgstr "Vous pouvez placer le formulaire par différentes méthodes:"
1549
+
1550
+ #: views/sfsi_option_view9.php:130
1551
+ msgid "Widget:"
1552
+ msgstr "Widget :"
1553
+
1554
+ #: views/sfsi_option_view9.php:132
1555
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1556
+ msgstr ""
1557
+ "Allez dans les paramètres de widget et faites glisser et déposez-le dans la "
1558
+ "barre latérale :"
1559
+
1560
+ #: views/sfsi_option_view9.php:139
1561
+ msgid "Shortcode:"
1562
+ msgstr "Shortcode :"
1563
+
1564
+ #: views/sfsi_option_view9.php:142
1565
+ msgid "Use the shortcode"
1566
+ msgstr "Utiliser le shortcode"
1567
+
1568
+ #: views/sfsi_option_view9.php:146
1569
+ msgid "to place it into your codes"
1570
+ msgstr "pour le placer dans votre code"
1571
+
1572
+ #: views/sfsi_option_view9.php:150
1573
+ msgid "Copy & paste HTML code:"
1574
+ msgstr "Copiez et collez le code HTML:"
1575
+
1576
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1577
+ msgid "Get new posts by email:"
1578
+ msgstr "Obtenir les nouveaux articles par e-mail :"
1579
+
1580
+ #: views/sfsi_option_view9.php:186
1581
+ msgid "Define text & design (optional)"
1582
+ msgstr "Définir le texte & le style (facultative)"
1583
+
1584
+ #: views/sfsi_option_view9.php:189
1585
+ msgid "Overall size & border"
1586
+ msgstr "Taille & bordure générales"
1587
+
1588
+ #: views/sfsi_option_view9.php:201
1589
+ msgid "Adjust size to space on website?"
1590
+ msgstr "Ajuster la taille de l’espace sur le site Web ?"
1591
+
1592
+ #: views/sfsi_option_view9.php:224
1593
+ msgid "Height"
1594
+ msgstr "Hauteur"
1595
+
1596
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1597
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1598
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1599
+ msgid "pixels"
1600
+ msgstr "pixels"
1601
+
1602
+ #: views/sfsi_option_view9.php:235
1603
+ msgid "Width"
1604
+ msgstr "Largeur"
1605
+
1606
+ #: views/sfsi_option_view9.php:247
1607
+ msgid "Border?"
1608
+ msgstr "Des bordures ? "
1609
+
1610
+ #: views/sfsi_option_view9.php:270
1611
+ msgid "Thickness"
1612
+ msgstr "Épaisseur"
1613
+
1614
+ #: views/sfsi_option_view9.php:281
1615
+ msgid "Color"
1616
+ msgstr "Couleur"
1617
+
1618
+ #: views/sfsi_option_view9.php:296
1619
+ msgid "Background color:"
1620
+ msgstr "Couleur d'Arrière-plan"
1621
+
1622
+ #: views/sfsi_option_view9.php:317
1623
+ msgid "Text above entry field"
1624
+ msgstr "Texte au dessus du champ"
1625
+
1626
+ #: views/sfsi_option_view9.php:348
1627
+ msgid " Font style:"
1628
+ msgstr "Style :"
1629
+
1630
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1631
+ msgid "Font color"
1632
+ msgstr "Couleur"
1633
+
1634
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1635
+ #: views/sfsi_option_view9.php:527
1636
+ msgid "Font size"
1637
+ msgstr "Taille du texte"
1638
+
1639
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1640
+ #: views/sfsi_option_view9.php:541
1641
+ msgid "Alignment:"
1642
+ msgstr "Alignement :"
1643
+
1644
+ #: views/sfsi_option_view9.php:397
1645
+ msgid "Entry field"
1646
+ msgstr "Champ de saisie"
1647
+
1648
+ #: views/sfsi_option_view9.php:474
1649
+ msgid "Subscribe button"
1650
+ msgstr "Bouton d’abonnement"
1651
+
1652
+ #: views/sfsi_option_view9.php:550
1653
+ msgid "Button color:"
1654
+ msgstr "Couleur des boutons"
1655
+
1656
+ #: views/sfsi_option_view9.php:681
1657
+ msgid "Left Align"
1658
+ msgstr "Aligner à gauche"
1659
+
1660
+ #: views/sfsi_option_view9.php:687
1661
+ msgid "Right Align"
1662
+ msgstr "Aligner à droite"
1663
+
1664
+ #: views/sfsi_options_view.php:10
1665
+ msgid ""
1666
+ "We found errors in your javascript which may cause the plugin to not work "
1667
+ "properly. Please fix the error:"
1668
+ msgstr ""
1669
+ "Nous avons trouvé des erreurs dans votre javascript qui peuvent causer que "
1670
+ "le plugin ne pourrait ne pas fonctionner correctement. Veillez corriger "
1671
+ "l’erreur:"
1672
+
1673
+ #: views/sfsi_options_view.php:52
1674
+ msgid ""
1675
+ "New: You can now also show a subscription form on your site, increasing sign-"
1676
+ "ups! (Question 8)"
1677
+ msgstr ""
1678
+ "Nouveau : Vous pouvez maintenant afficher un formulaire d’abonnement sur "
1679
+ "votre site, pour accroître les inscriptions ! (Question 8)"
1680
+
1681
+ #: views/sfsi_options_view.php:54
1682
+ msgid ""
1683
+ "If question 8 gets displayed in a funny way then please reload the page by "
1684
+ "pressing Control+F5(PC) or Command+R(Mac)"
1685
+ msgstr ""
1686
+ "Si la question 8 est affichée d’une drôle de façon veuillez recharger la "
1687
+ "page en appuyant sur Control+F5(PC) ou Command+R(Mac)"
1688
+
1689
+ #: views/sfsi_options_view.php:64
1690
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1691
+ msgstr "Merci d’utiliser le plugin Ultimate Social Media Icons PLUS !"
1692
+
1693
+ #: views/sfsi_options_view.php:67
1694
+ msgid ""
1695
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1696
+ "liking needs!"
1697
+ msgstr ""
1698
+ "Ce plugin est 100% gratuit et répondra à tous vos besoins pour le partage et "
1699
+ "les abonnements !"
1700
+
1701
+ #: views/sfsi_options_view.php:70
1702
+ msgid ""
1703
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1704
+ "- that`s it!"
1705
+ msgstr ""
1706
+ "Il suffit de répondre aux questions ci-dessous (au moins les 3 premières) en "
1707
+ "cliquant sur elles. C’est tout !"
1708
+
1709
+ #: views/sfsi_options_view.php:73
1710
+ msgid ""
1711
+ "If you have questions, or something doesn`t work as it should, please read "
1712
+ "the FAQ:"
1713
+ msgstr ""
1714
+ "Si vous avez des questions ou que quelque chose ne fonctionne pas, essayez "
1715
+ "de lire la FAQ :"
1716
+
1717
+ #: views/sfsi_options_view.php:84
1718
+ msgid "Which icons do you want to show on your site?"
1719
+ msgstr "Quelles icônes voulez-vous afficher sur votre site ?"
1720
+
1721
+ #: views/sfsi_options_view.php:92
1722
+ msgid "What do you want the icons to do?"
1723
+ msgstr "Que doit faire cette icône ?"
1724
+
1725
+ #: views/sfsi_options_view.php:99
1726
+ msgid "Where shall they be displayed?"
1727
+ msgstr "Où doivent ils être affichés ?"
1728
+
1729
+ #: views/sfsi_options_view.php:105
1730
+ msgid "Optional"
1731
+ msgstr "Facultatif"
1732
+
1733
+ #: views/sfsi_options_view.php:110
1734
+ msgid "What design and animation do you want to give your icons?"
1735
+ msgstr "Quel style et animation voulez-vous donner à vos icônes ?"
1736
+
1737
+ #: views/sfsi_options_view.php:117
1738
+ msgid "Do you want to display \"counts\" next to your main icons?"
1739
+ msgstr "Vous voulez afficher un compteur à côté de vos icônes principales ?"
1740
+
1741
+ #: views/sfsi_options_view.php:124
1742
+ msgid "Any other wishes for your main icons?"
1743
+ msgstr "Autres options pour vos icônes principales."
1744
+
1745
+ #: views/sfsi_options_view.php:136
1746
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1747
+ msgstr "Voulez-vous afficher un pop-up, demandant aux gens de s’abonner ?"
1748
+
1749
+ #: views/sfsi_options_view.php:143
1750
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1751
+ msgstr ""
1752
+ "Voulez-vous afficher un formulaire d’abonnement (augmente les inscriptions) ?"
1753
+
1754
+ #: views/sfsi_options_view.php:159
1755
+ msgid ""
1756
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1757
+ "rating"
1758
+ msgstr ""
1759
+ "Ce plugin est 100% gratuit. Merci de nous faire une grande faveur et de nous "
1760
+ "donner une note de 5 étoiles"
1761
+
1762
+ #: views/sfsi_options_view.php:161
1763
+ msgid "here"
1764
+ msgstr "ici"
1765
+
1766
+ #: views/sfsi_options_view.php:163
1767
+ msgid ""
1768
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1769
+ "com, so that we can sort it out.Thank you!"
1770
+ msgstr ""
1771
+ "Si vous n’êtes pas satisfait, veuillez entrer en contact avec nous à "
1772
+ "support@ultimatelysocial.com, afin que nous puissions améliorer le plugin. "
1773
+ "Merci!"
1774
+
1775
+ #: views/sfsi_options_view.php:166
1776
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1777
+ msgstr ""
1778
+ "Besoin de modifications sur votre site Wordpress, à un prix compétitif ?"
1779
+
1780
+ #: views/sfsi_options_view.php:168
1781
+ msgid "Visit us on ultimatelysocial.com"
1782
+ msgstr "Visitez ultimatelysocial.com"
1783
+
1784
+ #: views/sfsi_options_view.php:179
1785
+ msgid ""
1786
+ "The plugin was translated by (your name). Need translation work to get done? "
1787
+ "Contact (your name) at (your email)"
1788
+ msgstr ""
1789
+ "Le plugin a été traduit en français par <a href=\"http:themes-wordpress-"
1790
+ "francais.com\" target=\"new\" >jpTWF</a>. Vous avez vu une erreur ou une "
1791
+ "mauvaise traduction ? Contactez <a href=\"https://profiles.wordpress.org/"
1792
+ "jptwf\" target=\"new\" >JP</a> par email à <a href=\"mailto:info@themes-"
1793
+ "wordpress-francais.com\" target=\"new\" >info@themes-wordpress-francais.com</"
1794
+ "a>."
1795
+
1796
+ #: views/sfsi_pop_content.php:31
1797
+ msgid "Steps:"
1798
+ msgstr "Étapes:"
1799
+
1800
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1801
+ msgid "Click on << Upload >> below"
1802
+ msgstr "Cliquez sur « Télécharger » ci-dessous"
1803
+
1804
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1805
+ msgid "Upload the icon into the media gallery"
1806
+ msgstr "Télécharger l’icône dans la galerie de médias"
1807
+
1808
+ #: views/sfsi_pop_content.php:41
1809
+ msgid "Click on << Insert into post >> "
1810
+ msgstr "Cliquez sur « insérer dans l’article »"
1811
+
1812
+ #: views/sfsi_pop_content.php:90
1813
+ msgid "Move over the Facebook-icon…"
1814
+ msgstr "Survol de l’icône Facebook…"
1815
+
1816
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1817
+ msgid "Move over the “+ icon” to see the sharing options"
1818
+ msgstr "Survol du + de l’icône pour voir les options de partage"
1819
+
1820
+ #: views/sfsi_pop_content.php:145
1821
+ msgid "Move over the Twitter-icon…"
1822
+ msgstr "Survol l’icône Twitter…"
1823
+
1824
+ #: views/sfsi_pop_content.php:172
1825
+ msgid "Move over the Google+ icon…"
1826
+ msgstr "Survol l’icône Google+…"
1827
+
1828
+ #: views/sfsi_pop_content.php:198
1829
+ msgid "Move over the YouTube-icon…"
1830
+ msgstr "Survol l’icône YouTube…"
1831
+
1832
+ #: views/sfsi_pop_content.php:221
1833
+ msgid "Move over the Pinterest-icon…"
1834
+ msgstr "Survol de l’icône Pinterest…"
1835
+
1836
+ #: views/sfsi_pop_content.php:249
1837
+ msgid "Move over the LinkedIn-icon…"
1838
+ msgstr "Survol de l’icône LinkedIn…"
1839
+
1840
+ #: views/sfsi_pop_content.php:285
1841
+ msgid ""
1842
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1843
+ "option too, because it will get you more readers as explained"
1844
+ msgstr ""
1845
+ "Note : Si vous offrez déjà un bulletin d’information il est logique d’offrir "
1846
+ "cette posibilité, car il vous obtiendra plus de lecteurs."
1847
+
1848
+ #: views/sfsi_pop_content.php:292
1849
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1850
+ msgstr "OK, gardez-le actif pour le moment, je veux voir le résultat."
1851
+
1852
+ #: views/sfsi_pop_content.php:296
1853
+ msgid "Deactivate it"
1854
+ msgstr "Le désactiver"
1855
+
1856
+ #: views/sfsi_pop_content.php:304
1857
+ msgid ""
1858
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1859
+ "activating a link back to our site:"
1860
+ msgstr ""
1861
+ "Ok, bien, mais pour l’utilisation de ce plugin GRATUIT, vous pouvez nous "
1862
+ "aider en activant le lien vers notre site:"
1863
+
1864
+ #: views/sfsi_pop_content.php:309
1865
+ msgid "Ok, activate link"
1866
+ msgstr "OK, activer le lien"
1867
+
1868
+ #: views/sfsi_pop_content.php:313
1869
+ msgid "Don’t activate link"
1870
+ msgstr "Ne pas activer le lien"
1871
+
1872
+ #: views/sfsi_pop_content.php:321
1873
+ msgid ""
1874
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1875
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1876
+ msgstr ""
1877
+ "Vous êtes dure. Dernier essai: Au minimum, pourriez-vous commenter ce plugin "
1878
+ "(avec 5 étoiles)? Ca prend juste une minute. Merci!"
1879
+
1880
+ #: views/sfsi_pop_content.php:325
1881
+ msgid "Ok, Review it"
1882
+ msgstr "Ok, j’ai commenter"
1883
+
1884
+ #: views/sfsi_pop_content.php:329
1885
+ msgid "Don’t review and exit"
1886
+ msgstr "Pas de commentaire."
1887
+
1888
+ #: views/sfsi_pop_content.php:341
1889
+ msgid "Upload custom icons"
1890
+ msgstr "Envoyer vos icônes"
1891
+
1892
+ #: views/sfsi_pop_content.php:344
1893
+ msgid ""
1894
+ "Here you can upload custom icons which perform the same actions as the "
1895
+ "standard icons."
1896
+ msgstr ""
1897
+ "Ici vous pouvez télécharger des icônes personnalisées qui effectuent les "
1898
+ "mêmes actions que les icônes standard."
1899
+
1900
+ #: views/sfsi_pop_content.php:353
1901
+ msgid "Click on << Insert into post >>"
1902
+ msgstr "Cliquez sur « insérer dans l’article »"
1903
+
1904
+ #: views/sfsi_pop_content.php:583
1905
+ msgid "I'm done!"
1906
+ msgstr "J'ai fini!"
1907
+
1908
+ #. Plugin Name of the plugin/theme
1909
+ msgid "Ultimate Social Media PLUS"
1910
+ msgstr "Ultimate Social Media Icons PLUS"
1911
+
1912
+ #. Plugin URI of the plugin/theme
1913
+ #. Author URI of the plugin/theme
1914
+ msgid "http://ultimatelysocial.com"
1915
+ msgstr "http://ultimatelysocial.com"
1916
+
1917
+ #. Description of the plugin/theme
1918
+ msgid ""
1919
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1920
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1921
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1922
+ "range of design options and other features."
1923
+ msgstr ""
1924
+ "Le meilleur plugin de médias sociaux sur le marché. Et 100 % GRATUIT. Vous "
1925
+ "permet d’ajouter des icônes médias sociaux & de partagent sur votre blog "
1926
+ "(en particulier Facebook, Twitter, Email, RSS, Pinterest, Instagram, Google "
1927
+ "+, LinkedIn, bouton Share). Il offre un large éventail d’options de style et "
1928
+ "d’autres fonctionnalités."
1929
+
1930
+ #. Author of the plugin/theme
1931
+ msgid "UltimatelySocial"
1932
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-hu_HU.mo ADDED
Binary file
languages/ultimate-social-media-plus-hu_HU.po ADDED
@@ -0,0 +1,1910 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Ultimate Social Media PLUS v2.3.9\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2016-04-26 09:01+0200\n"
7
+ "Last-Translator: vidaviki <vidaviki@surbma.hu>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=1; plural=0;\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "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-Basepath: ..\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: hu_HU\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ ultimate-social-media-plus
22
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
23
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
24
+ #: views/sfsi_option_view1.php:152
25
+ msgid "Read more"
26
+ msgstr "További információ"
27
+
28
+ # @ ultimate-social-media-plus
29
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
30
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
31
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
32
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
33
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
34
+ msgid "Save"
35
+ msgstr "Mentés"
36
+
37
+ # @ ultimate-social-media-plus
38
+ #: libs/sfsi_Init_JqueryCss.php:48
39
+ msgid "Saving"
40
+ msgstr "Mentés"
41
+
42
+ # @ ultimate-social-media-plus
43
+ #: libs/sfsi_Init_JqueryCss.php:49
44
+ msgid "Saved"
45
+ msgstr "Mentve"
46
+
47
+ # @ ultimate-social-media-plus
48
+ #: libs/sfsi_Init_JqueryCss.php:52
49
+ msgid "Collapse"
50
+ msgstr "Összecsuk"
51
+
52
+ # @ ultimate-social-media-plus
53
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
54
+ msgid "Save All Settings"
55
+ msgstr "Minden beállítás mentése"
56
+
57
+ # @ ultimate-social-media-plus
58
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
59
+ #: views/sfsi_option_view1.php:354
60
+ msgid "Upload a custom icon if you have other accounts/websites you want to link to."
61
+ msgstr "Tölts fel egyéni ikont ha vannak más fiókjaid / weboldalaid ahova szeretnéd, hogy ezek az ikonok mutassanak."
62
+
63
+ # @ ultimate-social-media-plus
64
+ #: libs/sfsi_Init_JqueryCss.php:55
65
+ msgid "It depends"
66
+ msgstr "Ettől függ:"
67
+
68
+ # @ ultimate-social-media-plus
69
+ #: libs/sfsi_install_uninstall.php:430
70
+ msgid "Error: It seems that CURL is disabled on your server. Please contact your server administrator to install / enable CURL."
71
+ msgstr "Hiba: Úgy tűnik, hogy a CURL nincs engedélyezve a szerveren. Lépj kapcsolatba a szerver adminisztrátorral, hogy installálja / engedélyezze a CURL használatát."
72
+
73
+ # @ ultimate-social-media-plus
74
+ #: libs/sfsi_install_uninstall.php:541
75
+ msgid "Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert the following string:"
76
+ msgstr "Hiba: A sablon nem működik megfelelően, javítsd annak érdekében, hogy a bővítmények gond nélkül tudjanak rajta futni. Menj a Sablon szerkesztőbe és illeszt be a következő kódot:"
77
+
78
+ # @ ultimate-social-media-plus
79
+ #: libs/sfsi_install_uninstall.php:541
80
+ msgid "Please enter it just before the following line of your header.php file:"
81
+ msgstr "Szúrd be a következő sort a header.php fájlba:"
82
+
83
+ # @ ultimate-social-media-plus
84
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
85
+ msgid "Go to your theme editor: "
86
+ msgstr "Menjünk a sablon szerkesztőnkre: "
87
+
88
+ # @ ultimate-social-media-plus
89
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
90
+ msgid "click here"
91
+ msgstr "kattints ide"
92
+
93
+ # @ ultimate-social-media-plus
94
+ #: libs/sfsi_install_uninstall.php:565
95
+ msgid "Error: Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert the following string as the first line of your theme's footer.php file: "
96
+ msgstr "Hiba: javítsd a sablont annak érdekében, hogy a bővítmények gond nélkül működjenek. Menj a Sablon szerkesztő oldalra és illeszd be a következő kódot a footer.php fájl elejére:"
97
+
98
+ # @ ultimate-social-media-plus
99
+ #: libs/sfsi_install_uninstall.php:576
100
+ msgid "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to the plugin's settings page to configure it: "
101
+ msgstr "Köszönjük, hogy az Ultimate Social Media PLUS bővítményt használod. Men a bővítmény beállításai oldalra, ahhoz konfigruáld: "
102
+
103
+ # @ ultimate-social-media-plus
104
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
105
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
106
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
107
+ #: views/sfsi_options_view.php:75
108
+ msgid "Click here"
109
+ msgstr "Kattints ide"
110
+
111
+ # @ ultimate-social-media-plus
112
+ #: libs/sfsi_install_uninstall.php:585
113
+ msgid "You`re using an old Wordpress version, which may cause several of your plugins to not work correctly. Please upgrade"
114
+ msgstr "Egy régebbi WordPress verzió fut jelenleg, emiatt számos bővítmény nem fog megfelelően működik. Kérjük, frissíts"
115
+
116
+ # @ ultimate-social-media-plus
117
+ #: libs/sfsi_install_uninstall.php:602
118
+ msgid "We noticed you've been using the Ultimate Social Media PLUS Plugin for more than 30 days. If you're happy with it, could you please do us a BIG favor and give it a 5-star rating on Wordpress?"
119
+ msgstr "Már 30 napja használod az Ultimate Social Media PLUS bővítményt. Ha elégedett vagy vele, megtennél nekünk egy hatalmas szívességet és értékelnéd 5 csillagra a bővítményt a WordPress-en?"
120
+
121
+ # @ ultimate-social-media-plus
122
+ #: libs/sfsi_install_uninstall.php:604
123
+ msgid "Ok, you deserved it"
124
+ msgstr "Rendben, mert megérdemlitek"
125
+
126
+ # @ ultimate-social-media-plus
127
+ #: libs/sfsi_install_uninstall.php:605
128
+ msgid "I already did"
129
+ msgstr "Már megtettem"
130
+
131
+ # @ ultimate-social-media-plus
132
+ #: libs/sfsi_install_uninstall.php:606
133
+ msgid "No, not good enough"
134
+ msgstr "Nem, mert annyira nem tetszik"
135
+
136
+ # @ default
137
+ # @ ultimate-social-media-plus
138
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
139
+ msgid "Title"
140
+ msgstr "Cím"
141
+
142
+ # @ ultimate-social-media-plus
143
+ #: libs/sfsi_widget.php:105
144
+ msgid "Please go to the plugin page to set your preferences:"
145
+ msgstr "Menj a bővítmények oldalra és szerkeszd a beállításokat, neked megfelelően:"
146
+
147
+ # @ ultimate-social-media-plus
148
+ #: ultimate_social_media_icons.php:76
149
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
150
+ msgstr "Menj a beállítások oldalra és pipáld be a \"Elhelyezés kézzel\" opciót"
151
+
152
+ # @ ultimate-social-media-plus
153
+ #: ultimate_social_media_icons.php:577
154
+ msgid "There seems to be an error on your website which prevents the plugin to work properly. Please check the FAQ:"
155
+ msgstr "Úgy tűnik egy olyan hiba lépett fel a weboldaladnál, ami gátolja a bővítményt a rendes működésében. Nézd meg a GYIK-et:"
156
+
157
+ # @ ultimate-social-media-plus
158
+ #: ultimate_social_media_icons.php:582
159
+ msgid "Error"
160
+ msgstr "Hiba"
161
+
162
+ # @ ultimate-social-media-plus
163
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
164
+ msgid "Dismiss"
165
+ msgstr "Elvet"
166
+
167
+ # @ ultimate-social-media-plus
168
+ #: ultimate_social_media_icons.php:602
169
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
170
+ msgstr "Új opció az Ultimate Social Media PLUS bővítményben: "
171
+
172
+ # @ ultimate-social-media-plus
173
+ #: ultimate_social_media_icons.php:605
174
+ msgid "You can now add a subscription form to increase sign-ups (under question 8)."
175
+ msgstr "Most már hozzá tudsz adni feliratkozó űrlapot is, a feliratkozók számának növelése érdekében (8. kérdés)"
176
+
177
+ # @ ultimate-social-media-plus
178
+ #: ultimate_social_media_icons.php:608
179
+ msgid "Check it out"
180
+ msgstr "Nézd meg"
181
+
182
+ # @ ultimate-social-media-plus
183
+ #: views/sfsi_aboutus.php:2
184
+ msgid "Please visit us at"
185
+ msgstr "Látogass meg minket a"
186
+
187
+ # @ ultimate-social-media-plus
188
+ #: views/sfsi_aboutus.php:4
189
+ msgid "or write to us at"
190
+ msgstr "vagy írj nekünk"
191
+
192
+ # @ ultimate-social-media-plus
193
+ #: views/sfsi_option_view1.php:47
194
+ msgid "In general, the more icons you offer the better because people have different preferences, and more options means that there’s something for everybody, increasing the chances that you get followed and/or shared."
195
+ msgstr "Javasolt minél több ikont megjeleníteni, hogy nagyobb eséllyel osszák meg a tartalmat a látogatók."
196
+
197
+ # @ ultimate-social-media-plus
198
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
199
+ msgid "Mandatory"
200
+ msgstr "Kötelező"
201
+
202
+ # @ ultimate-social-media-plus
203
+ #: views/sfsi_option_view1.php:65
204
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
205
+ msgstr "Az RSS még mindig népszerű főleg a tech-értő közösségek köreiben."
206
+
207
+ # @ ultimate-social-media-plus
208
+ #: views/sfsi_option_view1.php:68
209
+ msgid "RSS stands for Really Simply Syndication and is an easy way for people to read your content. "
210
+ msgstr "Az RSS a Really Simply Syndication rövidítése. Ez egy egyszerű mód arra, hogy az emberek a megosztott tartalmainkat olvassák. "
211
+
212
+ # @ ultimate-social-media-plus
213
+ #: views/sfsi_option_view1.php:70
214
+ msgid "Learn more about RSS"
215
+ msgstr "Bövebben az RSS-ről"
216
+
217
+ # @ ultimate-social-media-plus
218
+ #: views/sfsi_option_view1.php:93
219
+ msgid "Email is the most effective tool to build up a followership."
220
+ msgstr "Az email a leghatásosabb módja, hogy kiépítsük követői adatbázisunkat."
221
+
222
+ # @ ultimate-social-media-plus
223
+ #: views/sfsi_option_view1.php:96
224
+ msgid "Remove credit link"
225
+ msgstr "Promóciós link eltávolítása"
226
+
227
+ # @ ultimate-social-media-plus
228
+ #: views/sfsi_option_view1.php:100
229
+ msgid "Everybody uses email – that’s why it’s much more effective than social media to make people follow you"
230
+ msgstr "Mindenki használ emailt - éppen ezért lényegesen hatékonyabb követések tekintetében, mint a közösségi média."
231
+
232
+ # @ ultimate-social-media-plus
233
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
234
+ msgid "learn more"
235
+ msgstr "további információ"
236
+
237
+ # @ ultimate-social-media-plus
238
+ #: views/sfsi_option_view1.php:104
239
+ msgid "Not offering an email subscription option means losing out on future traffic to your site."
240
+ msgstr "Ha nem ajánlunk fel email opciót, azt eredményezi, hogy az oldalunk jövőbeni látogatókat fog veszíteni."
241
+
242
+ # @ ultimate-social-media-plus
243
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
244
+ #: views/sfsi_option_view1.php:167
245
+ msgid "Strongly recommended:"
246
+ msgstr "Erősen javasolt:"
247
+
248
+ # @ ultimate-social-media-plus
249
+ #: views/sfsi_option_view1.php:123
250
+ msgid "Facebook is crucial, esp. for sharing."
251
+ msgstr "A Facebbok döntő fontosságú, különösen a megosztások esetében."
252
+
253
+ # @ ultimate-social-media-plus
254
+ #: views/sfsi_option_view1.php:126
255
+ msgid "Facebook is the giant in the social media world, and even if you don’t have a Facebook account yourself you should display this icon, so that Facebook users can share your site on Facebook."
256
+ msgstr "A Facebook a közösségi média óriása. Abban az esetben is ha nincs Facebook profilod, érdemes kitenni ezt az ikont, így a Facebook felhasználók meg tudják osztani az oldalunkat."
257
+
258
+ # @ ultimate-social-media-plus
259
+ #: views/sfsi_option_view1.php:145
260
+ msgid "Can have a strong promotional effect."
261
+ msgstr "Erős promóciós hatása lehet."
262
+
263
+ # @ ultimate-social-media-plus
264
+ #: views/sfsi_option_view1.php:148
265
+ msgid "If you have a Twitter-account then adding this icon is a no-brainer. However, similar as with facebook, even if you don’t have one you should still show this icon so that Twitter-users can share your site."
266
+ msgstr "Ha van Twitter fiókod, akkor ennek az ikonnak a hozzáadása magától értetődő. Akárhogy is, ez hasonló, mint a Facebook esetében. Ha nincs fiókod, akkor is érdemes megjeleníteni, így a Twitter felhasználók meg tudják osztani az oldalad."
267
+
268
+ # @ ultimate-social-media-plus
269
+ #: views/sfsi_option_view1.php:168
270
+ msgid "Increasingly important and beneficial for SEO."
271
+ msgstr "Fokozottan fontos és előnyös SEO tekintetében."
272
+
273
+ # @ ultimate-social-media-plus
274
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
275
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
276
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
277
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
278
+ msgid "It depends:"
279
+ msgstr "Ettől függ:"
280
+
281
+ # @ ultimate-social-media-plus
282
+ #: views/sfsi_option_view1.php:186
283
+ msgid "Show this icon if you have a youtube account (and you should set up one if you have video content – that can increase your traffic significantly)."
284
+ msgstr "Jelenítsd meg ezt az ikont abban az esetben, ha van YouTube fiókod (továbbá, érdemes egyet csinálni ha van videó tartalom amit meg szeretnél osztani, hiszen ez jelentősen megnövelheti a forgalmad)."
285
+
286
+ # @ ultimate-social-media-plus
287
+ #: views/sfsi_option_view1.php:203
288
+ msgid "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
289
+ msgstr "Az első számú hálózat üzleti célokra. Használd ezt az ikont, ha van Linkedin felhasználó vagy."
290
+
291
+ # @ ultimate-social-media-plus
292
+ #: views/sfsi_option_view1.php:220
293
+ msgid "Show this icon if you have a Pinterest account (and you should set up one if you publish new pictures regularly – that can increase your traffic significantly)."
294
+ msgstr "Jelenítsd meg ezt az ikont abban az esetben, ha van Pinterest fiókod (továbbá, érdemes egyet csinálni ha sűrűn töltesz fel, adsz ki új képeket, hiszen ez jelentősen megnövelhető a forgalmad)."
295
+
296
+ # @ ultimate-social-media-plus
297
+ #: views/sfsi_option_view1.php:235
298
+ msgid "Show this icon if you have a Instagram account."
299
+ msgstr "Ikon mutatása, ha van Instagram oldalad."
300
+
301
+ # @ ultimate-social-media-plus
302
+ #: views/sfsi_option_view1.php:252
303
+ msgid "Third-party service AddThis allows your visitors to share via many other social networks, however it may also slow down your site a bit."
304
+ msgstr "Az AddThis, mint külső szolgáltató lehetővé teszi a látogatók számára, hogy számos más közösségi médián át meg tudják osztani az oldalad. Ez egy kicsit lelassíthatja a weboldalad működését."
305
+
306
+ # @ ultimate-social-media-plus
307
+ #: views/sfsi_option_view1.php:255
308
+ msgid "Everybody uses email – that’s why it’s"
309
+ msgstr "Mindenki használ emailt - éppen ezért"
310
+
311
+ # @ ultimate-social-media-plus
312
+ #: views/sfsi_option_view1.php:258
313
+ msgid "much more effective than social media"
314
+ msgstr "Sokkal hatékonyabb, mint a közösségi média"
315
+
316
+ # @ ultimate-social-media-plus
317
+ #: views/sfsi_option_view1.php:261
318
+ msgid "to make people follow you. Not offering an email subscription option means losing out on future traffic to your site."
319
+ msgstr "hogy az emberek követni tudjanak minket. Ha nem ajánlunk fel email opciót, azt eredményezi, hogy az oldalunk jövőbeni látogatókat fog veszíteni."
320
+
321
+ # @ ultimate-social-media-plus
322
+ #: views/sfsi_option_view1.php:263
323
+ msgid "Check out their reviews:"
324
+ msgstr "Vélemények megtekintése:"
325
+
326
+ # @ ultimate-social-media-plus
327
+ #: views/sfsi_option_view1.php:284
328
+ msgid "Show this icon if you have a Houzz account."
329
+ msgstr "Jelentísük meg ezt az ikont, ha van Houzz felhasználói fiókunk."
330
+
331
+ # @ ultimate-social-media-plus
332
+ #: views/sfsi_option_view1.php:286
333
+ msgid "Houzz is the No.1 site & community in the world of architecture and interior design."
334
+ msgstr "A Houzz az első számú oldal és közösség a világon építészeti és belső építészeti témákban."
335
+
336
+ # @ ultimate-social-media-plus
337
+ #: views/sfsi_option_view1.php:288
338
+ msgid "Visit Houzz"
339
+ msgstr "Houzz meglátogatása"
340
+
341
+ # @ ultimate-social-media-plus
342
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
343
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
344
+ msgid "Custom"
345
+ msgstr "Egyéni"
346
+
347
+ # @ ultimate-social-media-plus
348
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
349
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
350
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
351
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
352
+ #: views/sfsi_option_view9.php:580
353
+ msgid "Collapse area"
354
+ msgstr "Szekció összecsukása"
355
+
356
+ # @ ultimate-social-media-plus
357
+ #: views/sfsi_option_view2.php:136
358
+ msgid "When clicked on, users can subscribe via RSS"
359
+ msgstr "Kattintás után a felhasználók fel tudnak iratkozni RSS-en keresztül"
360
+
361
+ # @ ultimate-social-media-plus
362
+ #: views/sfsi_option_view2.php:144
363
+ msgid "For most blogs it’s http://blogname.com/feed"
364
+ msgstr "A legtöbb blog esetében ez http://blognev.hu/feed"
365
+
366
+ # @ ultimate-social-media-plus
367
+ #: views/sfsi_option_view2.php:162
368
+ msgid "Sends your new posts automatically to subscribers. It`s FREE and you get full access to your subscriber`s emails and interesting statistics:"
369
+ msgstr "Automatikusan elküldi a legújabb bejegyzéseket a felhasználóknak. INGYENES és teljes hozzáférést kapunk a feliratkozók email címeihez és érdekes statisztikákhoz:"
370
+
371
+ # @ ultimate-social-media-plus
372
+ #: views/sfsi_option_view2.php:164
373
+ msgid "Claim your feed to get full access."
374
+ msgstr "Itt kérelmezheted a hozzáférést a feliratkozók teljes listájához."
375
+
376
+ # @ ultimate-social-media-plus
377
+ #: views/sfsi_option_view2.php:166
378
+ msgid "It also makes sense if you already offer an email newsletter:"
379
+ msgstr "Akkor is hasznos, ha már van emailes hírlevél opciód:"
380
+
381
+ # @ ultimate-social-media-plus
382
+ #: views/sfsi_option_view2.php:168
383
+ msgid "Learn more."
384
+ msgstr "További információk."
385
+
386
+ # @ ultimate-social-media-plus
387
+ #: views/sfsi_option_view2.php:171
388
+ msgid "Please pick which icon type you want to use:"
389
+ msgstr "Válasszuk ki melyik ikon típust szeretnénk használni:"
390
+
391
+ # @ ultimate-social-media-plus
392
+ #: views/sfsi_option_view2.php:179
393
+ msgid "Email icon"
394
+ msgstr "Email ikon"
395
+
396
+ # @ ultimate-social-media-plus
397
+ #: views/sfsi_option_view2.php:187
398
+ msgid "Follow icon"
399
+ msgstr "Követés ikon"
400
+
401
+ # @ ultimate-social-media-plus
402
+ #: views/sfsi_option_view2.php:189
403
+ msgid "increases sign-ups"
404
+ msgstr "A feliratkozók számát növeli"
405
+
406
+ # @ ultimate-social-media-plus
407
+ #: views/sfsi_option_view2.php:198
408
+ msgid "SpecificFeeds icon"
409
+ msgstr "SpecificFeeds ikon"
410
+
411
+ # @ ultimate-social-media-plus
412
+ #: views/sfsi_option_view2.php:200
413
+ msgid "provider of the service"
414
+ msgstr "Szolgáltató"
415
+
416
+ # @ ultimate-social-media-plus
417
+ #: views/sfsi_option_view2.php:216
418
+ msgid "The facebook icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
419
+ msgstr "A Facebook ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
420
+
421
+ # @ ultimate-social-media-plus
422
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
423
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
424
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
425
+ #: views/sfsi_option_view2.php:539
426
+ msgid "see an example"
427
+ msgstr "példa megtekintése"
428
+
429
+ # @ ultimate-social-media-plus
430
+ #: views/sfsi_option_view2.php:222
431
+ msgid "The facebook icon should allow users to..."
432
+ msgstr "A Facebook ikonnak lehetővé kéne tennie a felhasználók számára, hogy..."
433
+
434
+ # @ ultimate-social-media-plus
435
+ #: views/sfsi_option_view2.php:229
436
+ msgid "Visit my Facebook page at:"
437
+ msgstr "Látogasd meg a Facebook oldalomat:"
438
+
439
+ # @ ultimate-social-media-plus
440
+ #: views/sfsi_option_view2.php:237
441
+ msgid "Like my blog on Facebook (+1)"
442
+ msgstr "Kedveld a blogom Facebookon (+1)"
443
+
444
+ # @ ultimate-social-media-plus
445
+ #: views/sfsi_option_view2.php:245
446
+ msgid "Share my blog with friends (on Facebook)"
447
+ msgstr "Oszd meg a blogom a barátaiddal (Facebookon)"
448
+
449
+ # @ ultimate-social-media-plus
450
+ #: views/sfsi_option_view2.php:260
451
+ msgid "The Twitter icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
452
+ msgstr "A Twitter ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
453
+
454
+ # @ ultimate-social-media-plus
455
+ #: views/sfsi_option_view2.php:267
456
+ msgid "The Twitter icon should allow users to..."
457
+ msgstr "A Twitter ikon lehetővé tenné a felhasználók számára, hogy..."
458
+
459
+ # @ ultimate-social-media-plus
460
+ #: views/sfsi_option_view2.php:272
461
+ msgid "Visit me on Twitter:"
462
+ msgstr "Látogass meg a Twitteren:"
463
+
464
+ # @ ultimate-social-media-plus
465
+ #: views/sfsi_option_view2.php:281
466
+ msgid "Follow me on Twitter:"
467
+ msgstr "Kövess a Twitteren:"
468
+
469
+ # @ ultimate-social-media-plus
470
+ #: views/sfsi_option_view2.php:289
471
+ msgid "Tweet about my page:"
472
+ msgstr "Tweet-elj az oldalomról:"
473
+
474
+ # @ ultimate-social-media-plus
475
+ #: views/sfsi_option_view2.php:302
476
+ msgid "The Google+ icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
477
+ msgstr "A Google+ ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
478
+
479
+ # @ ultimate-social-media-plus
480
+ #: views/sfsi_option_view2.php:308
481
+ msgid "The Google+ icon should allow users to..."
482
+ msgstr "A Google+ ikon lehetővé tenné a felhasználók számára, hogy..."
483
+
484
+ # @ ultimate-social-media-plus
485
+ #: views/sfsi_option_view2.php:314
486
+ msgid "Visit my Google+ page at:"
487
+ msgstr "Látogasd meg a Google+ oldalam:"
488
+
489
+ # @ ultimate-social-media-plus
490
+ #: views/sfsi_option_view2.php:323
491
+ msgid "Like my blog on Google+ (+1)"
492
+ msgstr "Kedveld a blogom a Google+-on (+1)"
493
+
494
+ # @ ultimate-social-media-plus
495
+ #: views/sfsi_option_view2.php:330
496
+ msgid "Share my blog with friends (on Google+)"
497
+ msgstr "Oszd meg a blogom a barátaiddal (Google+-on)"
498
+
499
+ # @ ultimate-social-media-plus
500
+ #: views/sfsi_option_view2.php:344
501
+ msgid "The Youtube icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
502
+ msgstr "A Youtube ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
503
+
504
+ # @ ultimate-social-media-plus
505
+ #: views/sfsi_option_view2.php:350
506
+ msgid "The youtube icon should allow users to..."
507
+ msgstr "A youtube ikon lehetővé tenné a felhasználók számára, hogy..."
508
+
509
+ # @ ultimate-social-media-plus
510
+ #: views/sfsi_option_view2.php:354
511
+ msgid "Visit my Youtube page at:"
512
+ msgstr "Látogasd meg a Youtube oldalam:"
513
+
514
+ # @ ultimate-social-media-plus
515
+ #: views/sfsi_option_view2.php:360
516
+ msgid "Subscribe to me on Youtube"
517
+ msgstr "Iratkozz fel a Youtube csatornámra"
518
+
519
+ # @ ultimate-social-media-plus
520
+ #: views/sfsi_option_view2.php:362
521
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
522
+ msgstr "(lehetővé teszi, hogy az emberek közvetlenük feliratkozznaka, anélkül, hogy elhagynák az oldalt)"
523
+
524
+ # @ ultimate-social-media-plus
525
+ #: views/sfsi_option_view2.php:382
526
+ msgid "User Name"
527
+ msgstr "Felhasználónév"
528
+
529
+ # @ ultimate-social-media-plus
530
+ #: views/sfsi_option_view2.php:387
531
+ msgid "Channel Id"
532
+ msgstr "Csatorna id"
533
+
534
+ # @ ultimate-social-media-plus
535
+ #: views/sfsi_option_view2.php:393
536
+ msgid "UserName:"
537
+ msgstr "Felhasználónév:"
538
+
539
+ # @ ultimate-social-media-plus
540
+ #: views/sfsi_option_view2.php:397
541
+ msgid "To find your Username go to \"My channel\" in Youtube menu bar on the left & Select the \"About\" tab and take your user name from URL there (e.g. https://www.youtube.com/user/Tommy it is \"Tommy\")."
542
+ msgstr "Ahhoz, hogy megtaláld a felhasználóneved menj a \"Saját csatornáim\" -ra a Youtube menüjében a bal oldal, majd válaszd ki a \"Rólam\" pontot ahhoz, hogy ki tudd másolni a felhasználóneved az URL-ből (pl.: https://www.youtube.com/user/Tommy az \"Tommy\")."
543
+
544
+ # @ ultimate-social-media-plus
545
+ #: views/sfsi_option_view2.php:403
546
+ msgid "Channel Id:"
547
+ msgstr "Csatorna id:"
548
+
549
+ # @ ultimate-social-media-plus
550
+ #: views/sfsi_option_view2.php:408
551
+ msgid "To find your Channel name go to \"My Channel\" in Youtube menu bar on the left and take your channel name from there."
552
+ msgstr "Ahhoz, hogy megtaláld a csatornád nevét, menj a \"Saját csatornáim\" -ra a Youtube menüjében a bal oldal, és másold ki onnan a nevet."
553
+
554
+ # @ ultimate-social-media-plus
555
+ #: views/sfsi_option_view2.php:423
556
+ msgid "The Pinterest icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
557
+ msgstr "A Pinterest ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
558
+
559
+ # @ ultimate-social-media-plus
560
+ #: views/sfsi_option_view2.php:429
561
+ msgid "The Pinterest icon should allow users to..."
562
+ msgstr "A Pinterest ikon lehetővé teszi a felhasználók számára, hogy..."
563
+
564
+ # @ ultimate-social-media-plus
565
+ #: views/sfsi_option_view2.php:434
566
+ msgid "Visit my Pinterest page at:"
567
+ msgstr "Látogasd meg a Pinterest oldalam:"
568
+
569
+ # @ ultimate-social-media-plus
570
+ #: views/sfsi_option_view2.php:442
571
+ msgid "Pin my blog on Pinterest (+1)"
572
+ msgstr "Blog pinelése a Pinteresten (+1)"
573
+
574
+ # @ ultimate-social-media-plus
575
+ #: views/sfsi_option_view2.php:457
576
+ msgid "When clicked on, users will get directed to your Instagram page"
577
+ msgstr "Kattintás után, az Instagram oldalunk irányítja a felhasználókat"
578
+
579
+ # @ ultimate-social-media-plus
580
+ #: views/sfsi_option_view2.php:476
581
+ msgid "The LinkedIn icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do"
582
+ msgstr "A LinkedIn ikon számos funkcióval rendelkezik. Válasszuk ki, hogy mit szeretnénk, melyik működjün. Ha több opciót választunk ki, a felhasználók maguk tudják majd kiválasztani, hogy mit szeretnének tenni"
583
+
584
+ # @ ultimate-social-media-plus
585
+ #: views/sfsi_option_view2.php:482
586
+ msgid "You find your ID in the link of your profile page, e.g. https://www.linkedin.com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
587
+ msgstr "Az azonosítónkat (ID) a porfil oldalunk linkjében találjuk, pl.: https://www.linkedin.com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
588
+
589
+ # @ ultimate-social-media-plus
590
+ #: views/sfsi_option_view2.php:485
591
+ msgid "The LinkedIn icon should allow users to..."
592
+ msgstr "A LinkedIn ikon lehetővé tenné a felhasználók számára, hogy..."
593
+
594
+ # @ ultimate-social-media-plus
595
+ #: views/sfsi_option_view2.php:490
596
+ msgid "Visit my Linkedin page at:"
597
+ msgstr "Látogasd meg a Linkedin oldalam:"
598
+
599
+ # @ ultimate-social-media-plus
600
+ #: views/sfsi_option_view2.php:499
601
+ msgid "Follow me on Linkedin:"
602
+ msgstr "Kövess a Linkedin-en:"
603
+
604
+ # @ ultimate-social-media-plus
605
+ #: views/sfsi_option_view2.php:508
606
+ msgid "Share my page on LinkedIn"
607
+ msgstr "Oszd meg az oldalom Linkedin-en"
608
+
609
+ # @ ultimate-social-media-plus
610
+ #: views/sfsi_option_view2.php:515
611
+ msgid "Recommend my business or product on Linkedin"
612
+ msgstr "Javasold a cégem vagy termékem a Linkedin-en"
613
+
614
+ # @ ultimate-social-media-plus
615
+ #: views/sfsi_option_view2.php:520
616
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
617
+ msgstr "Ahhoz, hogy megtaláld a termék vagy a cég ID-t, használhatod az ID lookup tool-t"
618
+
619
+ # @ ultimate-social-media-plus
620
+ #: views/sfsi_option_view2.php:524
621
+ msgid "You need to be logged in to Linkedin to be able to use it."
622
+ msgstr "Ahhoz, hogy a Linkedin-t használni tudjuk, be kell jelentkeznünk."
623
+
624
+ # @ ultimate-social-media-plus
625
+ #: views/sfsi_option_view2.php:537
626
+ msgid "Nothing needs to be done here – your visitors to share your site via «all the other» social media sites."
627
+ msgstr "Semmit nem kell itt tenni - a látogatóidszámára, hogy megosszák az oldalad «all the other» az összes többi közösségi médián keresztül."
628
+
629
+ # @ ultimate-social-media-plus
630
+ #: views/sfsi_option_view2.php:553
631
+ msgid "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/your_username)."
632
+ msgstr "Adjuk meg a Houzz profilunk url-jét (pl.: http://www.houzz.com/user/your_username)."
633
+
634
+ # @ ultimate-social-media-plus
635
+ #: views/sfsi_option_view2.php:585
636
+ msgid "Where do you want this icon to link to?"
637
+ msgstr "Hova kapcsolódjon ez az ikon?"
638
+
639
+ # @ ultimate-social-media-plus
640
+ #: views/sfsi_option_view2.php:589
641
+ msgid "Link:"
642
+ msgstr "Link:"
643
+
644
+ # @ ultimate-social-media-plus
645
+ #: views/sfsi_option_view3.php:35
646
+ msgid "A good & well-fitting design is not only nice to look at, but it increases chances that people will subscribe and/or share your site with friends:"
647
+ msgstr "Egy szép és jól passzoló kinézetre nem csak jól esik ránézni, hanem növeli annak az esélyét is, hogy az emberek feliratkoznak, vagy megosztják az oldalunkat a barátaikkal:"
648
+
649
+ # @ ultimate-social-media-plus
650
+ #: views/sfsi_option_view3.php:39
651
+ msgid "It comes across as more professional and gives your site more “credit”"
652
+ msgstr "Profibbnak tűnik és tobb elismerést ad az oldaladnak"
653
+
654
+ # @ ultimate-social-media-plus
655
+ #: views/sfsi_option_view3.php:42
656
+ msgid "A smart automatic animation can make your visitors aware of your icons in an unintrusive manner"
657
+ msgstr "Egy rövid, automatikus animácó felhívhatja a látogatóid figyelmét az ikonokra."
658
+
659
+ # @ ultimate-social-media-plus
660
+ #: views/sfsi_option_view3.php:47
661
+ msgid "The icons have been compressed by Shortpixel.com for faster loading of your site. Thank you Shortpixel!"
662
+ msgstr "Az ikonokat a Shortpixel.com tömörítette le, annak érdekében, hogy az oldal gyorsabban betöltődjön. Köszönjük Shortpixel!"
663
+
664
+ # @ ultimate-social-media-plus
665
+ #: views/sfsi_option_view3.php:52
666
+ msgid "Theme options"
667
+ msgstr "Sablon beállítások"
668
+
669
+ # @ ultimate-social-media-plus
670
+ #: views/sfsi_option_view3.php:59
671
+ msgid "Default"
672
+ msgstr "Alapértelmezett"
673
+
674
+ # @ ultimate-social-media-plus
675
+ #: views/sfsi_option_view3.php:69
676
+ msgid "Flat"
677
+ msgstr "Flat"
678
+
679
+ # @ ultimate-social-media-plus
680
+ #: views/sfsi_option_view3.php:78
681
+ msgid "Thin"
682
+ msgstr "Vékony"
683
+
684
+ # @ ultimate-social-media-plus
685
+ #: views/sfsi_option_view3.php:87
686
+ msgid "Cute"
687
+ msgstr "Cute"
688
+
689
+ # @ ultimate-social-media-plus
690
+ #: views/sfsi_option_view3.php:97
691
+ msgid "Cubes"
692
+ msgstr "Kockák"
693
+
694
+ # @ ultimate-social-media-plus
695
+ #: views/sfsi_option_view3.php:105
696
+ msgid "Chrome Blue"
697
+ msgstr "Króm kék"
698
+
699
+ # @ ultimate-social-media-plus
700
+ #: views/sfsi_option_view3.php:112
701
+ msgid "Chrome Grey"
702
+ msgstr "Króm szürke"
703
+
704
+ # @ ultimate-social-media-plus
705
+ #: views/sfsi_option_view3.php:119
706
+ msgid "Splash"
707
+ msgstr "Splash"
708
+
709
+ # @ ultimate-social-media-plus
710
+ #: views/sfsi_option_view3.php:130
711
+ msgid "Orange"
712
+ msgstr "Narancs"
713
+
714
+ # @ ultimate-social-media-plus
715
+ #: views/sfsi_option_view3.php:137
716
+ msgid "Crystal"
717
+ msgstr "Crystal"
718
+
719
+ # @ ultimate-social-media-plus
720
+ #: views/sfsi_option_view3.php:144
721
+ msgid "Glossy"
722
+ msgstr "Glossy"
723
+
724
+ # @ ultimate-social-media-plus
725
+ #: views/sfsi_option_view3.php:151
726
+ msgid "Black"
727
+ msgstr "Fekete"
728
+
729
+ # @ ultimate-social-media-plus
730
+ #: views/sfsi_option_view3.php:161
731
+ msgid "Silver"
732
+ msgstr "Ezüst"
733
+
734
+ # @ ultimate-social-media-plus
735
+ #: views/sfsi_option_view3.php:168
736
+ msgid "Shaded Dark"
737
+ msgstr "Árnyékolt sötét"
738
+
739
+ # @ ultimate-social-media-plus
740
+ #: views/sfsi_option_view3.php:175
741
+ msgid "Shaded Light"
742
+ msgstr "Shaded világos"
743
+
744
+ # @ ultimate-social-media-plus
745
+ #: views/sfsi_option_view3.php:182
746
+ msgid "Transparent"
747
+ msgstr "Átlátszó"
748
+
749
+ # @ ultimate-social-media-plus
750
+ #: views/sfsi_option_view3.php:183
751
+ msgid "for dark backgrounds"
752
+ msgstr "sötét háttérhez"
753
+
754
+ # @ ultimate-social-media-plus
755
+ #: views/sfsi_option_view3.php:192
756
+ msgid "Custom Icons"
757
+ msgstr "Személyre szabott Ikonok"
758
+
759
+ # @ ultimate-social-media-plus
760
+ #: views/sfsi_option_view3.php:306
761
+ msgid "Animate them (your main icons)"
762
+ msgstr "Animálás (fő ikonok)"
763
+
764
+ # @ ultimate-social-media-plus
765
+ #: views/sfsi_option_view3.php:312
766
+ msgid "Mouse-Over effects"
767
+ msgstr "Ikonok stílusa egérmutató alatt"
768
+
769
+ # @ ultimate-social-media-plus
770
+ #: views/sfsi_option_view3.php:317
771
+ msgid "Fade In"
772
+ msgstr "Előtűnés"
773
+
774
+ # @ ultimate-social-media-plus
775
+ #: views/sfsi_option_view3.php:320
776
+ msgid "Scale"
777
+ msgstr "Nagyítás"
778
+
779
+ # @ ultimate-social-media-plus
780
+ #: views/sfsi_option_view3.php:323
781
+ msgid "Combo"
782
+ msgstr "Mindekettő"
783
+
784
+ # @ ultimate-social-media-plus
785
+ #: views/sfsi_option_view3.php:333
786
+ msgid "Shuffle them automatically"
787
+ msgstr "Automatikus átrendezés"
788
+
789
+ # @ ultimate-social-media-plus
790
+ #: views/sfsi_option_view3.php:340
791
+ msgid "When site is first loaded"
792
+ msgstr "Amikor az oldal először töltődik be"
793
+
794
+ # @ ultimate-social-media-plus
795
+ #: views/sfsi_option_view3.php:346
796
+ msgid "Every"
797
+ msgstr "Minden"
798
+
799
+ # @ ultimate-social-media-plus
800
+ #: views/sfsi_option_view3.php:350
801
+ msgid "seconds"
802
+ msgstr "másodperc"
803
+
804
+ # @ ultimate-social-media-plus
805
+ #: views/sfsi_option_view4.php:150
806
+ msgid "It’s a psychological fact that people like to follow other people, so when they see that your site has already a good number of Facebook likes, it’s more likely that they will subscribe/like/share your site than if it had 0."
807
+ msgstr "Pszichológiai tény, hogy ez emberek szeretnek más embereket követni. Így amikor azt látják, hogy az oldalunknak már számos Facebbok követője van, nagyobb az esély arra, hogy feliratkoznak, like-olják vagy megosztják az oldalunkat."
808
+
809
+ # @ ultimate-social-media-plus
810
+ #: views/sfsi_option_view4.php:153
811
+ msgid "Therefore, you can select to display the count next to your icons which will look like this:"
812
+ msgstr "Ki tudjuk választani, hogy a számlálók látszódjanak-e az ikonok mellett, ez így fog kinézni:"
813
+
814
+ # @ ultimate-social-media-plus
815
+ #: views/sfsi_option_view4.php:215
816
+ msgid "Of course, if you start at 0, you shoot yourself in the foot with that. So we suggest that you only turn this feature on once you have a good number of followers/likes/shares (min. of 20 – no worries if it’s not too many, it should just not be 0)."
817
+ msgstr "Ha nullával kezded, magad alatt vágod a fát. Azt javasoljuk, hogy ezt az opciót csak akkor kapcsold be, ha már van valamennyi számú követőd / like-od/ megosztásod (min. 20 - ne aggódj, ha ez nem olyan sok, a lényeg, hogy ne nulla legyen)."
818
+
819
+ # @ ultimate-social-media-plus
820
+ #: views/sfsi_option_view4.php:218
821
+ msgid "Enough waffling. So do you want to display counts?"
822
+ msgstr "Elég a tétovázásból. Szeretnéd, hogy megjelenjenek a számlálók?"
823
+
824
+ # @ ultimate-social-media-plus
825
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
826
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
827
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
828
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
829
+ msgid "Yes"
830
+ msgstr "Igen"
831
+
832
+ # @ ultimate-social-media-plus
833
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
834
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
835
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
836
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
837
+ msgid "No"
838
+ msgstr "Nem"
839
+
840
+ # @ ultimate-social-media-plus
841
+ #: views/sfsi_option_view4.php:239
842
+ msgid "Please specify which counts should be shown:"
843
+ msgstr "Adjuk meg, hogy mely számlálók látszódakanak:"
844
+
845
+ # @ ultimate-social-media-plus
846
+ #: views/sfsi_option_view4.php:261
847
+ msgid "We cannot track this. So enter the figure here:"
848
+ msgstr "Ezt nem tudjuk lekövetni. Add meg a számot itt:"
849
+
850
+ # @ ultimate-social-media-plus
851
+ #: views/sfsi_option_view4.php:289
852
+ msgid "Retrieve the number of subscribers automatically"
853
+ msgstr "Feliratkozók számának automatikus lekérése"
854
+
855
+ # @ ultimate-social-media-plus
856
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
857
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
858
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
859
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
860
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
861
+ msgid "Enter the figure manually"
862
+ msgstr "Számok kézi megadása"
863
+
864
+ # @ ultimate-social-media-plus
865
+ #: views/sfsi_option_view4.php:320
866
+ msgid "Retrieve the number of likes of your blog"
867
+ msgstr "Like-ok számának lekérése a blogon"
868
+
869
+ # @ ultimate-social-media-plus
870
+ #: views/sfsi_option_view4.php:324
871
+ msgid "Retrieve the number of likes of your facebook page"
872
+ msgstr "Like-ok számának lekérése a Facebook oldaladon"
873
+
874
+ # @ ultimate-social-media-plus
875
+ #: views/sfsi_option_view4.php:328
876
+ msgid "page ID:"
877
+ msgstr "oldal ID:"
878
+
879
+ # @ ultimate-social-media-plus
880
+ #: views/sfsi_option_view4.php:333
881
+ msgid "You'll find it at the bottom of the << About >> -tab on your facebook page"
882
+ msgstr "Ezt az << About >> fül alján fogod megtalálni a Facebook oldaladon"
883
+
884
+ # @ ultimate-social-media-plus
885
+ #: views/sfsi_option_view4.php:365
886
+ msgid "Retrieve the number of Twitter followers"
887
+ msgstr "Twitter követők számának lekérése"
888
+
889
+ # @ ultimate-social-media-plus
890
+ #: views/sfsi_option_view4.php:371
891
+ msgid "Enter Consumer Key"
892
+ msgstr "Add meg a Consumer Key-t"
893
+
894
+ # @ ultimate-social-media-plus
895
+ #: views/sfsi_option_view4.php:377
896
+ msgid "Enter Consumer Secret"
897
+ msgstr "Add meg a Consumer Secret-et"
898
+
899
+ # @ ultimate-social-media-plus
900
+ #: views/sfsi_option_view4.php:383
901
+ msgid "Enter Access Token"
902
+ msgstr "Add meg az Access Token-t"
903
+
904
+ # @ ultimate-social-media-plus
905
+ #: views/sfsi_option_view4.php:389
906
+ msgid "Enter Access Token Secret"
907
+ msgstr "Add meg az Access Token Secret-et"
908
+
909
+ # @ ultimate-social-media-plus
910
+ #: views/sfsi_option_view4.php:396
911
+ msgid "Please make sure you have entered the Username for \"Follow me on Twitter:\" in twitter settings under question number 2."
912
+ msgstr "Bizonyosodj meg róla, hogy megadtad a felhasználónevet a \"Kövess a Twitteren:\" a Twitter beállításoknál, a 2. kérdésnél."
913
+
914
+ # @ ultimate-social-media-plus
915
+ #: views/sfsi_option_view4.php:400
916
+ msgid "To get this information:"
917
+ msgstr "Az információ megszerzéséhez:"
918
+
919
+ # @ ultimate-social-media-plus
920
+ #: views/sfsi_option_view4.php:404
921
+ msgid "Go to"
922
+ msgstr "Ugrás a következőre"
923
+
924
+ # @ ultimate-social-media-plus
925
+ #: views/sfsi_option_view4.php:410
926
+ msgid "Click on \"Create new app\""
927
+ msgstr "Kattintsuk az \"Új applikáció létrehozása\" -ra"
928
+
929
+ # @ ultimate-social-media-plus
930
+ #: views/sfsi_option_view4.php:413
931
+ msgid "Enter a random Name, Description and Website URL (including the \"http://\", e.g. http://dummysitename.com)"
932
+ msgstr "Írjunk be egy véletlenszerű nevet, leírást és weboldal URL-t (úgy, hogy a \"http://\" is benne legyen, pl.: http://dummysitename.com)"
933
+
934
+ # @ ultimate-social-media-plus
935
+ #: views/sfsi_option_view4.php:416
936
+ msgid "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the \"Token actions\" section at the bottom"
937
+ msgstr "Menj a \"Keys and Access Tokens\" fülre, és kattints a \"Generate Token\" -re a \"Token actions\" szekcióban alul"
938
+
939
+ # @ ultimate-social-media-plus
940
+ #: views/sfsi_option_view4.php:419
941
+ msgid "Then click on \"Test OAuth\" at the top right and you will see the 4 token key"
942
+ msgstr "Azután kattints a \"Test OAuth\" -ra a jobb felső sarokban, és 4 token key-t fogsz látni."
943
+
944
+ # @ ultimate-social-media-plus
945
+ #: views/sfsi_option_view4.php:452
946
+ msgid "Retrieve the number of Google +1 (on your blog)"
947
+ msgstr "Google+ követők számának lekérése +1 (a blogodon)"
948
+
949
+ # @ ultimate-social-media-plus
950
+ #: views/sfsi_option_view4.php:456
951
+ msgid "Retrieve the number of google+ followers"
952
+ msgstr "Google+ követők számának lekérése"
953
+
954
+ # @ ultimate-social-media-plus
955
+ #: views/sfsi_option_view4.php:462
956
+ msgid "Enter Google API Key"
957
+ msgstr "Google API kulcs megadása"
958
+
959
+ # @ ultimate-social-media-plus
960
+ #: views/sfsi_option_view4.php:470
961
+ msgid "Please make sure you have entered the URL for Visit my Google+ page at: like https://plus.google.com/u/0/b/[pageid] in Google+ settings under question number 2."
962
+ msgstr "Bizonyosodj meg róla, hogy megadtad a URL-t a Google+ oldalad megtekintéséhez: https://plus.google.com/u/0/b/[pageid] in Google+ beállítások, 2. kérdésnél."
963
+
964
+ # @ ultimate-social-media-plus
965
+ #: views/sfsi_option_view4.php:475
966
+ msgid "To get the API key for G+:"
967
+ msgstr "API kulcs megszerzése a G+-hoz:"
968
+
969
+ # @ ultimate-social-media-plus
970
+ #: views/sfsi_option_view4.php:480
971
+ msgid "Login to your Google account, go to"
972
+ msgstr "Lépj be a Google fiókodba, menj a"
973
+
974
+ # @ ultimate-social-media-plus
975
+ #: views/sfsi_option_view4.php:484
976
+ msgid "and create a new project"
977
+ msgstr "és új projekt létrehozása"
978
+
979
+ # @ ultimate-social-media-plus
980
+ #: views/sfsi_option_view4.php:487
981
+ msgid "Then on the left menu bar go to “APIs & auth”, “Credentials” and click “Create new key” in the “Public API access” section"
982
+ msgstr "Azután a bal menüsoron menj a “APIs & auth”, “Credentials” pontra és kattints a “Create new key” opcióra a “Public API access” szekcióban"
983
+
984
+ # @ ultimate-social-media-plus
985
+ #: views/sfsi_option_view4.php:490
986
+ msgid "There you select “browser key” and click “Create”. You will then be shown your API key"
987
+ msgstr "Itt válaszd ki a “browser key” -t és kattints a “Create” opcióra. Ez után látni fogod az API key-ed."
988
+
989
+ # @ ultimate-social-media-plus
990
+ #: views/sfsi_option_view4.php:493
991
+ msgid "When you enter this key into the plugin for the first time, it may take some time until the correct follower count is displayed on your website"
992
+ msgstr "Amikor először adod meg ezt a kulcsot a bővítményben, eltarthat egy ideig amíg a pontos száma megjelenik a követőknek a weboldaladon"
993
+
994
+ # @ ultimate-social-media-plus
995
+ #: views/sfsi_option_view4.php:570
996
+ msgid "Retrieve the number of Subscribers"
997
+ msgstr "Feliratkozók számának lekérése"
998
+
999
+ # @ ultimate-social-media-plus
1000
+ #: views/sfsi_option_view4.php:575
1001
+ msgid "Enter Youtube User name"
1002
+ msgstr "Adjuk meg a Youtube felhasználónevet"
1003
+
1004
+ # @ ultimate-social-media-plus
1005
+ #: views/sfsi_option_view4.php:582
1006
+ msgid "Enter Youtube Channel id"
1007
+ msgstr "Adjuk meg a Youtube csatornánk azonosítóját (id)"
1008
+
1009
+ # @ ultimate-social-media-plus
1010
+ #: views/sfsi_option_view4.php:616
1011
+ msgid "Retrieve the number of Pins"
1012
+ msgstr "Pinek számának lekérése"
1013
+
1014
+ # @ ultimate-social-media-plus
1015
+ #: views/sfsi_option_view4.php:649
1016
+ msgid "Retrieve the number of Instagram followers"
1017
+ msgstr "Instagram követők számának lekérése"
1018
+
1019
+ # @ ultimate-social-media-plus
1020
+ #: views/sfsi_option_view4.php:653
1021
+ msgid "Enter Instagram User name"
1022
+ msgstr "Adjuk meg az Instagram felhasználói nevünket"
1023
+
1024
+ # @ ultimate-social-media-plus
1025
+ #: views/sfsi_option_view4.php:688
1026
+ msgid "Retrieve the number of shares"
1027
+ msgstr "Megosztások számának lekérése"
1028
+
1029
+ # @ ultimate-social-media-plus
1030
+ #: views/sfsi_option_view5.php:341
1031
+ msgid "Order of your icons"
1032
+ msgstr "Ikonok sorrendje"
1033
+
1034
+ # @ ultimate-social-media-plus
1035
+ #: views/sfsi_option_view5.php:430
1036
+ msgid "Drag and Drop"
1037
+ msgstr "Fogd és vidd"
1038
+
1039
+ # @ ultimate-social-media-plus
1040
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1041
+ msgid "Size and spacing of your icons"
1042
+ msgstr "Ikonok mérete és elosztása"
1043
+
1044
+ # @ ultimate-social-media-plus
1045
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1046
+ msgid "Size:"
1047
+ msgstr "Méret:"
1048
+
1049
+ # @ ultimate-social-media-plus
1050
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1051
+ msgid "pixels wide and tall"
1052
+ msgstr "pixel széles és magas"
1053
+
1054
+ # @ ultimate-social-media-plus
1055
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1056
+ msgid "Spacing between icons:"
1057
+ msgstr "Ikonok közötti hely:"
1058
+
1059
+ # @ ultimate-social-media-plus
1060
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1061
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1062
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1063
+ msgid "Pixels"
1064
+ msgstr "Pixelek"
1065
+
1066
+ # @ ultimate-social-media-plus
1067
+ #: views/sfsi_option_view5.php:457
1068
+ msgid "Alignments"
1069
+ msgstr "Igazítás"
1070
+
1071
+ # @ ultimate-social-media-plus
1072
+ #: views/sfsi_option_view5.php:461
1073
+ msgid "Alignment of icons:"
1074
+ msgstr "Ikonok igazítása:"
1075
+
1076
+ # @ ultimate-social-media-plus
1077
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1078
+ msgid "Centered"
1079
+ msgstr "Középen"
1080
+
1081
+ # @ ultimate-social-media-plus
1082
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1083
+ #: views/sfsi_option_view8.php:496
1084
+ msgid "Right"
1085
+ msgstr "Jobbra"
1086
+
1087
+ # @ ultimate-social-media-plus
1088
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1089
+ #: views/sfsi_option_view8.php:493
1090
+ msgid "Left"
1091
+ msgstr "Balra"
1092
+
1093
+ # @ ultimate-social-media-plus
1094
+ #: views/sfsi_option_view5.php:477
1095
+ msgid "Icons per row:"
1096
+ msgstr "Egy sorban megjelenő ikonok száma:"
1097
+
1098
+ # @ ultimate-social-media-plus
1099
+ #: views/sfsi_option_view5.php:481
1100
+ msgid "Leave empty if you dont want to define this"
1101
+ msgstr "Hagyjuk üresen ha ezt nem szeretnénk meghatározni"
1102
+
1103
+ # @ ultimate-social-media-plus
1104
+ #: views/sfsi_option_view5.php:488
1105
+ msgid "Language & Button-text"
1106
+ msgstr "Nyelv és gomb-szöveg"
1107
+
1108
+ # @ ultimate-social-media-plus
1109
+ #: views/sfsi_option_view5.php:493
1110
+ msgid "Follow-button:"
1111
+ msgstr "Követés-gomb:"
1112
+
1113
+ # @ ultimate-social-media-plus
1114
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1115
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1116
+ #: views/sfsi_option_view9.php:111
1117
+ msgid "Preview:"
1118
+ msgstr "Előnézet:"
1119
+
1120
+ # @ ultimate-social-media-plus
1121
+ #: views/sfsi_option_view5.php:514
1122
+ msgid "Facebook «Visit»-icon:"
1123
+ msgstr "Facebook «Visit» - ikon:"
1124
+
1125
+ # @ ultimate-social-media-plus
1126
+ #: views/sfsi_option_view5.php:535
1127
+ msgid "Twitter «Visit»-icon:"
1128
+ msgstr "Twitter «Visit»-ikon:"
1129
+
1130
+ # @ ultimate-social-media-plus
1131
+ #: views/sfsi_option_view5.php:556
1132
+ msgid "Google+ «Visit»-icon:"
1133
+ msgstr "Google+ «Visit»-ikon:"
1134
+
1135
+ # @ ultimate-social-media-plus
1136
+ #: views/sfsi_option_view5.php:577
1137
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1138
+ msgstr "Like és megosztás gombok nyelve (Facebook, Twitter, Google+):"
1139
+
1140
+ # @ ultimate-social-media-plus
1141
+ #: views/sfsi_option_view5.php:748
1142
+ msgid "New window"
1143
+ msgstr "Új ablak"
1144
+
1145
+ # @ ultimate-social-media-plus
1146
+ #: views/sfsi_option_view5.php:753
1147
+ msgid "If user clicks on your icons, do you want to open the page in a new window?"
1148
+ msgstr "Ha egy felhasználó az ikonokra kattint, szeretnénk ha az oldal új ablakban nyílna meg?"
1149
+
1150
+ # @ ultimate-social-media-plus
1151
+ #: views/sfsi_option_view5.php:776
1152
+ msgid "Sticking & Disable on mobile"
1153
+ msgstr "Ragadás és kikapcsolás mobilon"
1154
+
1155
+ # @ ultimate-social-media-plus
1156
+ #: views/sfsi_option_view5.php:779
1157
+ msgid "If you decided to show your icons via a widget, you can add the effect that when the user scrolls down, the icons will stick at the top of the screen so that they are still displayed even if the user scrolled all the way down. Do you want to do that?"
1158
+ msgstr "Ha úgy döntesz, hogy az ikonokat widget-en keresztül szeretnéd megjeleníteni, akkor hozzá tudod adni azt az effektet, ahol az ikonok képernyő tetején maradnak és akkor is látszani fognak, ha a felhasználó már rég elgörgetett onnan. Szeretnéd ezt megtenni?"
1159
+
1160
+ # @ ultimate-social-media-plus
1161
+ #: views/sfsi_option_view5.php:802
1162
+ msgid "Disable float icons on mobile devices"
1163
+ msgstr "Lebegő ikonok engedélyezése mobil eszközökön"
1164
+
1165
+ # @ ultimate-social-media-plus
1166
+ #: views/sfsi_option_view5.php:824
1167
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1168
+ msgstr "Az automatikus méretezés kikapcsolás mobil eszközökön (\"viewport\" meta tag)"
1169
+
1170
+ # @ ultimate-social-media-plus
1171
+ #: views/sfsi_option_view5.php:848
1172
+ msgid "Mouseover text"
1173
+ msgstr "Egérmutató alatti szöveg"
1174
+
1175
+ # @ ultimate-social-media-plus
1176
+ #: views/sfsi_option_view5.php:851
1177
+ msgid "If you’ve given your icon only one function (i.e. no pop-up where user can perform different actions) then you can define here what text will be displayed if a user moves his mouse over the icon:"
1178
+ msgstr "Ha az ikonoknak csak egy funkciót állítottál be (tehát nincs pop-up ahol a felhasználók megtehetnek más dolgokat) akkor itt meghatározhatod, hogy milyen szöveg jelenjen meg az ikon felett ha a felhasználó ráviszi az egeret az ikonra:"
1179
+
1180
+ # @ ultimate-social-media-plus
1181
+ #: views/sfsi_option_view6.php:27
1182
+ msgid "The selections you made so far were to display the subscriptions/ social media icons for your site in general (in a widget on the sidebar). You can also display icons at the end of every post, encouraging users to subscribe/like/share after they’ve read it. The following buttons will be added:"
1183
+ msgstr "Az eddigi beállítások a feliratkozás és a közösségi média ikonok hozzáadását határozták meg az oldaladhoz, általánosságban (egy widgeten belül a z oldalsávban). Minden bejegyzés végén jeleníthetsz meg ikonokat, ezzel bátorítva a felhasználókat, hogy feliratkozzanak/like-olják/ megosszák a tartalmat olvasás után. A következő gombok kerülnek hozzáadásra:"
1184
+
1185
+ # @ ultimate-social-media-plus
1186
+ #: views/sfsi_option_view6.php:43
1187
+ msgid "Those are usually all you need:"
1188
+ msgstr "Ezek azok amikre általában szükséged van:"
1189
+
1190
+ # @ ultimate-social-media-plus
1191
+ #: views/sfsi_option_view6.php:47
1192
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1193
+ msgstr "A Facebook az első számú a like-ok tekintetében, így ez egy kötelező dolog"
1194
+
1195
+ # @ ultimate-social-media-plus
1196
+ #: views/sfsi_option_view6.php:50
1197
+ msgid "Google+ is also important due to SEO reasons, so important to have as well"
1198
+ msgstr "A Google+ fontos SEO szempontjából, így fontos, hogy az is legyen"
1199
+
1200
+ # @ ultimate-social-media-plus
1201
+ #: views/sfsi_option_view6.php:53
1202
+ msgid "Share-button covers all other platforms for sharing"
1203
+ msgstr "A megosztás-gomb minden platformot lefed megosztás tekintetében"
1204
+
1205
+ # @ ultimate-social-media-plus
1206
+ #: views/sfsi_option_view6.php:58
1207
+ msgid "So: do you want to display those at the end of every post?"
1208
+ msgstr "Szeretnénk ha minden bejegyzés végén megjelennének?"
1209
+
1210
+ # @ ultimate-social-media-plus
1211
+ #: views/sfsi_option_view6.php:78
1212
+ msgid "Options:"
1213
+ msgstr "Opciók:"
1214
+
1215
+ # @ ultimate-social-media-plus
1216
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1217
+ msgid "Text to appear before the sharing icons:"
1218
+ msgstr "Megosztási ikonok előtt megjelenő szöveg:"
1219
+
1220
+ # @ ultimate-social-media-plus
1221
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1222
+ msgid "Alignment of share icons:"
1223
+ msgstr "Megosztás-gombok elrendezése"
1224
+
1225
+ # @ ultimate-social-media-plus
1226
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1227
+ msgid "Do you want to display the counts?"
1228
+ msgstr "Szeretnéd, hogy megjelenjenek a számlálók?"
1229
+
1230
+ # @ ultimate-social-media-plus
1231
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1232
+ msgid "YES"
1233
+ msgstr "IGEN"
1234
+
1235
+ # @ ultimate-social-media-plus
1236
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1237
+ msgid "NO"
1238
+ msgstr "NEM"
1239
+
1240
+ # @ ultimate-social-media-plus
1241
+ #: views/sfsi_option_view7.php:48
1242
+ msgid "You can increase chances that people share or follow you by displaying a pop-up asking them to. You can define the design and layout below:"
1243
+ msgstr "Növelheted a megosztások és a követések számát, ha beállítasz egy pop-up ablakot amivel megkéred őket erre. A lenti részen be tudod állítani a kinézetet és az elrendezést:"
1244
+
1245
+ # @ ultimate-social-media-plus
1246
+ #: views/sfsi_option_view7.php:54
1247
+ msgid "Enjoy this site? Please follow and like us!"
1248
+ msgstr "Tetszik ez az oldal? Kérlek, kövess és like-olj minket!"
1249
+
1250
+ # @ ultimate-social-media-plus
1251
+ #: views/sfsi_option_view7.php:143
1252
+ msgid "Text and Design"
1253
+ msgstr "Szöveg és megjelenés"
1254
+
1255
+ # @ ultimate-social-media-plus
1256
+ #: views/sfsi_option_view7.php:147
1257
+ msgid "Text Options"
1258
+ msgstr "Szöveg beállítások"
1259
+
1260
+ # @ ultimate-social-media-plus
1261
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1262
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1263
+ msgid "Text:"
1264
+ msgstr "Szöveg:"
1265
+
1266
+ # @ ultimate-social-media-plus
1267
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1268
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1269
+ msgid "Font:"
1270
+ msgstr "Betűtípus:"
1271
+
1272
+ # @ ultimate-social-media-plus
1273
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1274
+ #: views/sfsi_option_view9.php:505
1275
+ msgid "Font style:"
1276
+ msgstr "Betűstílus:"
1277
+
1278
+ # @ ultimate-social-media-plus
1279
+ #: views/sfsi_option_view7.php:219
1280
+ msgid "Font color:"
1281
+ msgstr "Betűszín:"
1282
+
1283
+ # @ ultimate-social-media-plus
1284
+ #: views/sfsi_option_view7.php:224
1285
+ msgid "Font size:"
1286
+ msgstr "Betűméret:"
1287
+
1288
+ # @ ultimate-social-media-plus
1289
+ #: views/sfsi_option_view7.php:231
1290
+ msgid "Icon Box Layout"
1291
+ msgstr "Ikon doboz elrendezés"
1292
+
1293
+ # @ ultimate-social-media-plus
1294
+ #: views/sfsi_option_view7.php:235
1295
+ msgid "Background Color:"
1296
+ msgstr "Háttérszín:"
1297
+
1298
+ # @ ultimate-social-media-plus
1299
+ #: views/sfsi_option_view7.php:241
1300
+ msgid "Border Color:"
1301
+ msgstr "Keret szín:"
1302
+
1303
+ # @ ultimate-social-media-plus
1304
+ #: views/sfsi_option_view7.php:249
1305
+ msgid "Border Thinckness:"
1306
+ msgstr "Keret vastagság:"
1307
+
1308
+ # @ ultimate-social-media-plus
1309
+ #: views/sfsi_option_view7.php:257
1310
+ msgid "Border Shadow:"
1311
+ msgstr "Keret árnyék:"
1312
+
1313
+ # @ ultimate-social-media-plus
1314
+ #: views/sfsi_option_view7.php:263
1315
+ msgid "On"
1316
+ msgstr "Be"
1317
+
1318
+ # @ ultimate-social-media-plus
1319
+ #: views/sfsi_option_view7.php:269
1320
+ msgid "Off"
1321
+ msgstr "Ki"
1322
+
1323
+ # @ ultimate-social-media-plus
1324
+ #: views/sfsi_option_view7.php:279
1325
+ msgid "Where shall the pop-up be shown?"
1326
+ msgstr "Hol jelenjen meg a pop-up?"
1327
+
1328
+ # @ ultimate-social-media-plus
1329
+ #: views/sfsi_option_view7.php:284
1330
+ msgid "Nowhere"
1331
+ msgstr "Sehol"
1332
+
1333
+ # @ ultimate-social-media-plus
1334
+ #: views/sfsi_option_view7.php:290
1335
+ msgid "On every page"
1336
+ msgstr "Minden oldalon"
1337
+
1338
+ # @ ultimate-social-media-plus
1339
+ #: views/sfsi_option_view7.php:296
1340
+ msgid "On blog posts only"
1341
+ msgstr "Csak blog bejegyzéseknél"
1342
+
1343
+ # @ ultimate-social-media-plus
1344
+ #: views/sfsi_option_view7.php:302
1345
+ msgid "On selected pages only"
1346
+ msgstr "Csak a kijelölt oldalakon"
1347
+
1348
+ # @ ultimate-social-media-plus
1349
+ #: views/sfsi_option_view7.php:345
1350
+ msgid "Please hold CTRL key to select multiple pages"
1351
+ msgstr "Tartsuk nyomva a CTRL gombot ahhoz, hogy több oldalt jelüljünk ki egyszerre"
1352
+
1353
+ # @ ultimate-social-media-plus
1354
+ #: views/sfsi_option_view7.php:351
1355
+ msgid "When shall the pop-up be shown?"
1356
+ msgstr "Mikor jelenjen meg a pop-up?"
1357
+
1358
+ # @ ultimate-social-media-plus
1359
+ #: views/sfsi_option_view7.php:356
1360
+ msgid "Once"
1361
+ msgstr "Egyszer"
1362
+
1363
+ # @ ultimate-social-media-plus
1364
+ #: views/sfsi_option_view7.php:358
1365
+ msgid "seconds after the user arrived on the site"
1366
+ msgstr "másodpercekkel az után, hogy a felhasználó megkérkezett az oldalra"
1367
+
1368
+ # @ ultimate-social-media-plus
1369
+ #: views/sfsi_option_view7.php:364
1370
+ msgid "Every time user scrolls to the end of the page"
1371
+ msgstr "Minden alkalommal amikor a felhasználó az oldal aljára görget"
1372
+
1373
+ # @ ultimate-social-media-plus
1374
+ #: views/sfsi_option_view8.php:112
1375
+ msgid "Show them via a widget"
1376
+ msgstr "Megjelenítés widget-en keresztül"
1377
+
1378
+ # @ ultimate-social-media-plus
1379
+ #: views/sfsi_option_view8.php:125
1380
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1381
+ msgstr "Menj a widget területre, fogd és vidd ahova szeretnéd!"
1382
+
1383
+ # @ ultimate-social-media-plus
1384
+ #: views/sfsi_option_view8.php:142
1385
+ msgid "Float them on the page"
1386
+ msgstr "Lebegtetés az oldalon"
1387
+
1388
+ # @ ultimate-social-media-plus
1389
+ #: views/sfsi_option_view8.php:160
1390
+ msgid "Top left"
1391
+ msgstr "Bal felső"
1392
+
1393
+ # @ ultimate-social-media-plus
1394
+ #: views/sfsi_option_view8.php:167
1395
+ msgid "Top right"
1396
+ msgstr "Jobb felső"
1397
+
1398
+ # @ ultimate-social-media-plus
1399
+ #: views/sfsi_option_view8.php:174
1400
+ msgid "Center left"
1401
+ msgstr "Bal közép"
1402
+
1403
+ # @ ultimate-social-media-plus
1404
+ #: views/sfsi_option_view8.php:181
1405
+ msgid "Center right"
1406
+ msgstr "Jobb közép"
1407
+
1408
+ # @ ultimate-social-media-plus
1409
+ #: views/sfsi_option_view8.php:188
1410
+ msgid "Bottom left"
1411
+ msgstr "Bal alsó"
1412
+
1413
+ # @ ultimate-social-media-plus
1414
+ #: views/sfsi_option_view8.php:195
1415
+ msgid "Bottom right"
1416
+ msgstr "Jobb alsó"
1417
+
1418
+ # @ ultimate-social-media-plus
1419
+ #: views/sfsi_option_view8.php:202
1420
+ msgid "Margin From:"
1421
+ msgstr "Margó:"
1422
+
1423
+ # @ ultimate-social-media-plus
1424
+ #: views/sfsi_option_view8.php:207
1425
+ msgid "Top:"
1426
+ msgstr "Fent:"
1427
+
1428
+ # @ ultimate-social-media-plus
1429
+ #: views/sfsi_option_view8.php:216
1430
+ msgid "Bottom:"
1431
+ msgstr "Lent:"
1432
+
1433
+ # @ ultimate-social-media-plus
1434
+ #: views/sfsi_option_view8.php:225
1435
+ msgid "Left:"
1436
+ msgstr "Bal:"
1437
+
1438
+ # @ ultimate-social-media-plus
1439
+ #: views/sfsi_option_view8.php:234
1440
+ msgid "Right:"
1441
+ msgstr "Jobb:"
1442
+
1443
+ # @ ultimate-social-media-plus
1444
+ #: views/sfsi_option_view8.php:253
1445
+ msgid "Place them manually"
1446
+ msgstr "Manuális elhelyezés"
1447
+
1448
+ # @ ultimate-social-media-plus
1449
+ #: views/sfsi_option_view8.php:266
1450
+ msgid "Place the following string into your theme codes: "
1451
+ msgstr "Helyezd el a következő kódot a sablon kódjaid között: "
1452
+
1453
+ # @ ultimate-social-media-plus
1454
+ #: views/sfsi_option_view8.php:270
1455
+ msgid "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you want."
1456
+ msgstr "Vagy használd a shortcode-ot [DISPLAY_ULTIMATE_PLUS] ahhoz, hogy ott jelenítsd meg ahol szeretnéd."
1457
+
1458
+ # @ ultimate-social-media-plus
1459
+ #: views/sfsi_option_view8.php:282
1460
+ msgid "Show them before or after posts"
1461
+ msgstr "Mutassa őket a bejegyzések előtt vagy a bejegyzések után"
1462
+
1463
+ # @ ultimate-social-media-plus
1464
+ #: views/sfsi_option_view8.php:296
1465
+ msgid "Here you have two options:"
1466
+ msgstr "Itt két választis lehetőség van:"
1467
+
1468
+ # @ ultimate-social-media-plus
1469
+ #: views/sfsi_option_view8.php:304
1470
+ msgid "Display rectangle icons"
1471
+ msgstr "Téglalap alakú ikonok megjelenítése"
1472
+
1473
+ # @ ultimate-social-media-plus
1474
+ #: views/sfsi_option_view8.php:310
1475
+ msgid "Display the icons I selected above"
1476
+ msgstr "Korábban kiválasztott ikonok megjelenítése"
1477
+
1478
+ # @ ultimate-social-media-plus
1479
+ #: views/sfsi_option_view8.php:318
1480
+ msgid "Rectangle icons spell out the «call to action» which increases chances that visitors do it."
1481
+ msgstr "A téglalap ikonok lényegében «call to action» gombokként funkcionálnak, ami növeli az esélyét annak, hogy az látogatók megteszik."
1482
+
1483
+ # @ ultimate-social-media-plus
1484
+ #: views/sfsi_option_view8.php:321
1485
+ msgid "Select the icons you want to show:"
1486
+ msgstr "Válasszuk ki az ikonokat amelyaeket meg szeretnénk jeleníteni:"
1487
+
1488
+ # @ ultimate-social-media-plus
1489
+ #: views/sfsi_option_view8.php:371
1490
+ msgid "may impact loading speed"
1491
+ msgstr "befolyásolhatja a betöltési sebességet"
1492
+
1493
+ # @ ultimate-social-media-plus
1494
+ #: views/sfsi_option_view8.php:421
1495
+ msgid "Display them:"
1496
+ msgstr "Megjelenítés:"
1497
+
1498
+ # @ ultimate-social-media-plus
1499
+ #: views/sfsi_option_view8.php:424
1500
+ msgid "On Post Pages"
1501
+ msgstr "Bejegyzés oldalon"
1502
+
1503
+ # @ ultimate-social-media-plus
1504
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1505
+ msgid "Before posts"
1506
+ msgstr "Bejegyzések előtt"
1507
+
1508
+ # @ ultimate-social-media-plus
1509
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1510
+ msgid "After posts"
1511
+ msgstr "Bejegyzések után"
1512
+
1513
+ # @ ultimate-social-media-plus
1514
+ #: views/sfsi_option_view8.php:453
1515
+ msgid "On Homepage"
1516
+ msgstr "Főoldalon"
1517
+
1518
+ # @ ultimate-social-media-plus
1519
+ #: views/sfsi_option_view8.php:499
1520
+ msgid "Center"
1521
+ msgstr "Középen"
1522
+
1523
+ # @ ultimate-social-media-plus
1524
+ #: views/sfsi_option_view9.php:98
1525
+ msgid "In addition to the email- or follow-icon you can also show a subscription form which maximizes chances that people subscribe to your site. To get access to the emails who subscribe, please"
1526
+ msgstr "Az email és a követés ikon mellé hozzáadhatsz egy feliratkozási űrlapot, ami maximalizálja az esélyeket arra nézve, hogy az emberek feliratkozzanak az oldaladra. Ahhoz, hogy hozzáférj az emailekhez, kérjük"
1527
+
1528
+ # @ ultimate-social-media-plus
1529
+ #: views/sfsi_option_view9.php:102
1530
+ msgid "claim your feed."
1531
+ msgstr "ezen a linken kérelmezheted."
1532
+
1533
+ # @ ultimate-social-media-plus
1534
+ #: views/sfsi_option_view9.php:121
1535
+ msgid "Place it on your site"
1536
+ msgstr "Elhelyezés az oldalon"
1537
+
1538
+ # @ ultimate-social-media-plus
1539
+ #: views/sfsi_option_view9.php:124
1540
+ msgid "You can place the form by different methods:"
1541
+ msgstr "Az űrlapot különböző módszerekkel tudod elhelyezni:"
1542
+
1543
+ # @ ultimate-social-media-plus
1544
+ #: views/sfsi_option_view9.php:130
1545
+ msgid "Widget:"
1546
+ msgstr "Widget:"
1547
+
1548
+ # @ ultimate-social-media-plus
1549
+ #: views/sfsi_option_view9.php:132
1550
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1551
+ msgstr "Menj a widget beállításokhoz, majd húzd az oldalsávba:"
1552
+
1553
+ # @ ultimate-social-media-plus
1554
+ #: views/sfsi_option_view9.php:139
1555
+ msgid "Shortcode:"
1556
+ msgstr "Shortcode:"
1557
+
1558
+ # @ ultimate-social-media-plus
1559
+ #: views/sfsi_option_view9.php:142
1560
+ msgid "Use the shortcode"
1561
+ msgstr "Használd a shortcode-ot"
1562
+
1563
+ # @ ultimate-social-media-plus
1564
+ #: views/sfsi_option_view9.php:146
1565
+ msgid "to place it into your codes"
1566
+ msgstr "hogy beilleszd a kódok közé"
1567
+
1568
+ # @ ultimate-social-media-plus
1569
+ #: views/sfsi_option_view9.php:150
1570
+ msgid "Copy & paste HTML code:"
1571
+ msgstr "Másolás - beillesztés HMTL kód:"
1572
+
1573
+ # @ ultimate-social-media-plus
1574
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1575
+ msgid "Get new posts by email:"
1576
+ msgstr "Új bejegyzések emailben való kiküldése:"
1577
+
1578
+ # @ ultimate-social-media-plus
1579
+ #: views/sfsi_option_view9.php:186
1580
+ msgid "Define text & design (optional)"
1581
+ msgstr "Szöveg és kinézet meghatározása (opcionális)"
1582
+
1583
+ # @ ultimate-social-media-plus
1584
+ #: views/sfsi_option_view9.php:189
1585
+ msgid "Overall size & border"
1586
+ msgstr "Teljes méret és keret"
1587
+
1588
+ # @ ultimate-social-media-plus
1589
+ #: views/sfsi_option_view9.php:201
1590
+ msgid "Adjust size to space on website?"
1591
+ msgstr "Oldalmérethez igazítás?"
1592
+
1593
+ # @ ultimate-social-media-plus
1594
+ #: views/sfsi_option_view9.php:224
1595
+ msgid "Height"
1596
+ msgstr "Magasság"
1597
+
1598
+ # @ ultimate-social-media-plus
1599
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1600
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1601
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1602
+ msgid "pixels"
1603
+ msgstr "pixel"
1604
+
1605
+ # @ ultimate-social-media-plus
1606
+ #: views/sfsi_option_view9.php:235
1607
+ msgid "Width"
1608
+ msgstr "Szélesség"
1609
+
1610
+ # @ ultimate-social-media-plus
1611
+ #: views/sfsi_option_view9.php:247
1612
+ msgid "Border?"
1613
+ msgstr "Keret?"
1614
+
1615
+ # @ ultimate-social-media-plus
1616
+ #: views/sfsi_option_view9.php:270
1617
+ msgid "Thickness"
1618
+ msgstr "Vastagság"
1619
+
1620
+ # @ ultimate-social-media-plus
1621
+ #: views/sfsi_option_view9.php:281
1622
+ msgid "Color"
1623
+ msgstr "Szín"
1624
+
1625
+ # @ ultimate-social-media-plus
1626
+ #: views/sfsi_option_view9.php:296
1627
+ msgid "Background color:"
1628
+ msgstr "Háttér szín:"
1629
+
1630
+ # @ ultimate-social-media-plus
1631
+ #: views/sfsi_option_view9.php:317
1632
+ msgid "Text above entry field"
1633
+ msgstr "Szöveg a beviteli mező felett"
1634
+
1635
+ # @ ultimate-social-media-plus
1636
+ #: views/sfsi_option_view9.php:348
1637
+ msgid " Font style:"
1638
+ msgstr "Betűstílus"
1639
+
1640
+ # @ ultimate-social-media-plus
1641
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1642
+ msgid "Font color"
1643
+ msgstr "Betűszín"
1644
+
1645
+ # @ ultimate-social-media-plus
1646
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1647
+ #: views/sfsi_option_view9.php:527
1648
+ msgid "Font size"
1649
+ msgstr "Betűméret"
1650
+
1651
+ # @ ultimate-social-media-plus
1652
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1653
+ #: views/sfsi_option_view9.php:541
1654
+ msgid "Alignment:"
1655
+ msgstr "Igazítás:"
1656
+
1657
+ # @ ultimate-social-media-plus
1658
+ #: views/sfsi_option_view9.php:397
1659
+ msgid "Entry field"
1660
+ msgstr "Beviteli mező"
1661
+
1662
+ # @ ultimate-social-media-plus
1663
+ #: views/sfsi_option_view9.php:474
1664
+ msgid "Subscribe button"
1665
+ msgstr "Feliratkozás gomb"
1666
+
1667
+ # @ ultimate-social-media-plus
1668
+ #: views/sfsi_option_view9.php:550
1669
+ msgid "Button color:"
1670
+ msgstr "Gomb szín:"
1671
+
1672
+ # @ ultimate-social-media-plus
1673
+ #: views/sfsi_option_view9.php:681
1674
+ msgid "Left Align"
1675
+ msgstr "Balra igazított"
1676
+
1677
+ # @ ultimate-social-media-plus
1678
+ #: views/sfsi_option_view9.php:687
1679
+ msgid "Right Align"
1680
+ msgstr "Jobbra igazított"
1681
+
1682
+ # @ ultimate-social-media-plus
1683
+ #: views/sfsi_options_view.php:10
1684
+ msgid "We found errors in your javascript which may cause the plugin to not work properly. Please fix the error:"
1685
+ msgstr "Hibát találtunk a javascriptben, ami miatt előfordulhat, hogy a bővítmény nem működik megfelelően. Kérjük, javítsd a hibát:"
1686
+
1687
+ # @ ultimate-social-media-plus
1688
+ #: views/sfsi_options_view.php:52
1689
+ msgid "New: You can now also show a subscription form on your site, increasing sign-ups! (Question 8)"
1690
+ msgstr "Újdonság: Most már feliratkozási űrlapot és hozzá tudsz adni az oldaladhoz, ezzel növelve a feliratkozók számát! (8. Kérdés)"
1691
+
1692
+ # @ ultimate-social-media-plus
1693
+ #: views/sfsi_options_view.php:54
1694
+ msgid "If question 8 gets displayed in a funny way then please reload the page by pressing Control+F5(PC) or Command+R(Mac)"
1695
+ msgstr "Ha a 8. kérdés nem jelenik meg megfelelően, töltsd újra az oldalt a Control+F5 billentyűkombiáncióval (PC) vagy a Command+R (Mac) kombinációval"
1696
+
1697
+ # @ ultimate-social-media-plus
1698
+ #: views/sfsi_options_view.php:64
1699
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1700
+ msgstr "Üdvözlünk az Ultimate Social Media Icons PLUS bővítménynél!"
1701
+
1702
+ # @ ultimate-social-media-plus
1703
+ #: views/sfsi_options_view.php:67
1704
+ msgid "This plugin is 100% FREE and will fulfill all your subscription/sharing/liking needs!"
1705
+ msgstr "Ez a bővítmény 100%-ben INGYENES és minden feliratkozásokhoz, megosztásokhoz és like-okhoz kapcsolódó igényed kielégíti."
1706
+
1707
+ # @ ultimate-social-media-plus
1708
+ #: views/sfsi_options_view.php:70
1709
+ msgid "Simply answer the questions below (at least the first 3) by clicking on them - that`s it!"
1710
+ msgstr "Egyszerűen válaszolj a lent látható kérdésekre (legalább az első háromra) azzal, hogy rájuk kattintasz"
1711
+
1712
+ # @ ultimate-social-media-plus
1713
+ #: views/sfsi_options_view.php:73
1714
+ msgid "If you have questions, or something doesn`t work as it should, please read the FAQ:"
1715
+ msgstr "Ha kérdésed van vagy valami nem úgy működik, ahogy kéne, olvasd el a GYIK-et:"
1716
+
1717
+ # @ ultimate-social-media-plus
1718
+ #: views/sfsi_options_view.php:84
1719
+ msgid "Which icons do you want to show on your site?"
1720
+ msgstr "Melyik ikonok jelenjenek meg az oldalunkon?"
1721
+
1722
+ # @ ultimate-social-media-plus
1723
+ #: views/sfsi_options_view.php:92
1724
+ msgid "What do you want the icons to do?"
1725
+ msgstr "Mit csináljanak az ikonok?"
1726
+
1727
+ # @ ultimate-social-media-plus
1728
+ #: views/sfsi_options_view.php:99
1729
+ msgid "Where shall they be displayed?"
1730
+ msgstr "Hol jelenjenek meg?"
1731
+
1732
+ # @ ultimate-social-media-plus
1733
+ #: views/sfsi_options_view.php:105
1734
+ msgid "Optional"
1735
+ msgstr "Válaszható"
1736
+
1737
+ # @ ultimate-social-media-plus
1738
+ #: views/sfsi_options_view.php:110
1739
+ msgid "What design and animation do you want to give your icons?"
1740
+ msgstr "Milyen kinézetet és animációt szeretnél hozzáadni az ikonokhoz?"
1741
+
1742
+ # @ ultimate-social-media-plus
1743
+ #: views/sfsi_options_view.php:117
1744
+ msgid "Do you want to display \"counts\" next to your main icons?"
1745
+ msgstr "Szeretnéd ha megjelenének a \"számlálók\" a fő ikonok mellett?"
1746
+
1747
+ # @ ultimate-social-media-plus
1748
+ #: views/sfsi_options_view.php:124
1749
+ msgid "Any other wishes for your main icons?"
1750
+ msgstr "Van bármilyen más igény a fő ikonokkal kapcsolatban?"
1751
+
1752
+ # @ ultimate-social-media-plus
1753
+ #: views/sfsi_options_view.php:136
1754
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1755
+ msgstr "Szeretnél egy olyan pop-up-ot, ami arra kérik a látogatókat, hogy feliratkozzanak?"
1756
+
1757
+ # @ ultimate-social-media-plus
1758
+ #: views/sfsi_options_view.php:143
1759
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1760
+ msgstr "Szeretnéd, hogy megjelenjen a feliratkozó űrlap (növeli a feliratkozásokat)?"
1761
+
1762
+ # @ ultimate-social-media-plus
1763
+ #: views/sfsi_options_view.php:159
1764
+ msgid "This plugin is 100% free. Please do us a BIG favor and give us a 5 star rating"
1765
+ msgstr "Ez a bővítmény teljesen ingyenes. Kérünk tegyél nekünk egy hatalmas szivességet és értékelj minket 5 csillagra."
1766
+
1767
+ # @ ultimate-social-media-plus
1768
+ #: views/sfsi_options_view.php:161
1769
+ msgid "here"
1770
+ msgstr "itt"
1771
+
1772
+ # @ ultimate-social-media-plus
1773
+ #: views/sfsi_options_view.php:163
1774
+ msgid "If you`re not happy, please get in touch with us at support@ultimatelysocial.com, so that we can sort it out.Thank you!"
1775
+ msgstr "Ha nem vagy elégedett, lépj velünk kapcsolatba a support@ultimatelysocial.com címen, így tehetünk valamit az ügy érdekében. Köszönjük!"
1776
+
1777
+ # @ ultimate-social-media-plus
1778
+ #: views/sfsi_options_view.php:166
1779
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1780
+ msgstr "Szükséged van egy versenyképes árakon dolgozó WordPress fejlesztői csapatra?"
1781
+
1782
+ # @ ultimate-social-media-plus
1783
+ #: views/sfsi_options_view.php:168
1784
+ msgid "Visit us on ultimatelysocial.com"
1785
+ msgstr "Látogass meg minket a ultimatelysocial.com - on"
1786
+
1787
+ # @ ultimate-social-media-plus
1788
+ #: views/sfsi_options_view.php:179
1789
+ msgid "The plugin was translated by (your name). Need translation work to get done? Contact (your name) at (your email)"
1790
+ msgstr "A bővítményt fordította: <a href=\"http://surbma.com\" target=\"new\" >Surbma</a>"
1791
+
1792
+ # @ ultimate-social-media-plus
1793
+ #: views/sfsi_pop_content.php:31
1794
+ msgid "Steps:"
1795
+ msgstr "Lépések:"
1796
+
1797
+ # @ ultimate-social-media-plus
1798
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1799
+ msgid "Click on << Upload >> below"
1800
+ msgstr "Kattitnsunk a lenti << Feltöltés >> -re"
1801
+
1802
+ # @ ultimate-social-media-plus
1803
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1804
+ msgid "Upload the icon into the media gallery"
1805
+ msgstr "Töltsd fel az ikont a média galériába"
1806
+
1807
+ # @ ultimate-social-media-plus
1808
+ #: views/sfsi_pop_content.php:41
1809
+ msgid "Click on << Insert into post >> "
1810
+ msgstr "Kattints a << beillesztés a bejegyzésbe >> "
1811
+
1812
+ # @ ultimate-social-media-plus
1813
+ #: views/sfsi_pop_content.php:90
1814
+ msgid "Move over the Facebook-icon…"
1815
+ msgstr "Mozgasd az egeret a Facebook ikon fölé..."
1816
+
1817
+ # @ ultimate-social-media-plus
1818
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1819
+ msgid "Move over the “+ icon” to see the sharing options"
1820
+ msgstr "Mozgasd az egeret a \\\"+ ikon\\\" fölé, hogy lásd milyen megosztási opciók vannak"
1821
+
1822
+ # @ ultimate-social-media-plus
1823
+ #: views/sfsi_pop_content.php:145
1824
+ msgid "Move over the Twitter-icon…"
1825
+ msgstr "Mozgasd az egeret a Twitter ikon fölé..."
1826
+
1827
+ # @ ultimate-social-media-plus
1828
+ #: views/sfsi_pop_content.php:172
1829
+ msgid "Move over the Google+ icon…"
1830
+ msgstr "Mozgasd az egeret a Google+ ikon fölé..."
1831
+
1832
+ # @ ultimate-social-media-plus
1833
+ #: views/sfsi_pop_content.php:198
1834
+ msgid "Move over the YouTube-icon…"
1835
+ msgstr "Mozgasd az egeret a YouTube ikon fölé..."
1836
+
1837
+ # @ ultimate-social-media-plus
1838
+ #: views/sfsi_pop_content.php:221
1839
+ msgid "Move over the Pinterest-icon…"
1840
+ msgstr "Mozgasd az egeret a Pinterest ikon fölé..."
1841
+
1842
+ # @ ultimate-social-media-plus
1843
+ #: views/sfsi_pop_content.php:249
1844
+ msgid "Move over the LinkedIn-icon…"
1845
+ msgstr "Mozgasd az egeret a LinkedIn ikon fölé..."
1846
+
1847
+ # @ ultimate-social-media-plus
1848
+ #: views/sfsi_pop_content.php:285
1849
+ msgid "Note: Also if you already offer a newsletter it makes sense to offer this option too, because it will get you more readers as explained"
1850
+ msgstr "Megjegyzés: Ha van lehetőség hírlevél feliratkozásra, célszerű ezt az opciót is felajánlani, hiszen több olvasót fog vonzani, ahogy ezt már leírtuk"
1851
+
1852
+ # @ ultimate-social-media-plus
1853
+ #: views/sfsi_pop_content.php:292
1854
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1855
+ msgstr "Rendben, maradjon aktív egy időre, szeretném látni, hogy működik"
1856
+
1857
+ # @ ultimate-social-media-plus
1858
+ #: views/sfsi_pop_content.php:296
1859
+ msgid "Deactivate it"
1860
+ msgstr "Deaktiválás"
1861
+
1862
+ # @ ultimate-social-media-plus
1863
+ #: views/sfsi_pop_content.php:304
1864
+ msgid "Ok, fine, however for using this plugin for FREE, please support us by activating a link back to our site:"
1865
+ msgstr "Mivel ingyenesen használod ezt a bővítményt, támogass minket azzal. hogy aktiválsz egy linket, ami a mi oldalunkra mutat:"
1866
+
1867
+ # @ ultimate-social-media-plus
1868
+ #: views/sfsi_pop_content.php:309
1869
+ msgid "Ok, activate link"
1870
+ msgstr "Rendben, aktiválja a linket"
1871
+
1872
+ # @ ultimate-social-media-plus
1873
+ #: views/sfsi_pop_content.php:313
1874
+ msgid "Don’t activate link"
1875
+ msgstr "Ne aktiválja a linket"
1876
+
1877
+ # @ ultimate-social-media-plus
1878
+ #: views/sfsi_pop_content.php:321
1879
+ msgid "You’re a toughie. Last try: As a minimum, could you please review this plugin (with 5 stars)? It only takes a minute. Thank you!"
1880
+ msgstr "Kemény dió vagy. Utolsó probálkozás: értékelnéd ezt a bővítményt (ö csillaggal)? Mindössze egy percet vesz igénybe. Köszönjük!"
1881
+
1882
+ # @ ultimate-social-media-plus
1883
+ #: views/sfsi_pop_content.php:325
1884
+ msgid "Ok, Review it"
1885
+ msgstr "Rendben, áttekintem"
1886
+
1887
+ # @ ultimate-social-media-plus
1888
+ #: views/sfsi_pop_content.php:329
1889
+ msgid "Don’t review and exit"
1890
+ msgstr "Nincs áttekintés, kilépek"
1891
+
1892
+ # @ ultimate-social-media-plus
1893
+ #: views/sfsi_pop_content.php:341
1894
+ msgid "Upload custom icons"
1895
+ msgstr "Egyéni ikonok feltöltése"
1896
+
1897
+ # @ ultimate-social-media-plus
1898
+ #: views/sfsi_pop_content.php:344
1899
+ msgid "Here you can upload custom icons which perform the same actions as the standard icons."
1900
+ msgstr "Itt egyéni ikonokat lehet feltölteni, ezek az ikonok ugyan azokat tudják mint a standard ikonok."
1901
+
1902
+ # @ ultimate-social-media-plus
1903
+ #: views/sfsi_pop_content.php:353
1904
+ msgid "Click on << Insert into post >>"
1905
+ msgstr "Kattints a << beillesztés a bejegyzésbe >>"
1906
+
1907
+ # @ ultimate-social-media-plus
1908
+ #: views/sfsi_pop_content.php:583
1909
+ msgid "I'm done!"
1910
+ msgstr "Végeztem!"
languages/ultimate-social-media-plus-nb_NO.mo ADDED
Binary file
languages/ultimate-social-media-plus-nb_NO.po ADDED
@@ -0,0 +1,1890 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-28 13:22+0200\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-28 18:44+0200\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: \n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "Language: nb\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "Ingen tilgang."
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "Les mer"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "Lagre"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "Lagrer"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "Lagret"
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "Lukk"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "Lagre alle innstillinger"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr ""
65
+ "Last opp et egendefinert ikon hvis du har andre kontoer/nettsider du vil "
66
+ "koble til."
67
+
68
+ #: libs/sfsi_Init_JqueryCss.php:55
69
+ msgid "It depends"
70
+ msgstr "Det avhenger"
71
+
72
+ #: libs/sfsi_install_uninstall.php:430
73
+ msgid ""
74
+ "Error: It seems that CURL is disabled on your server. Please contact your "
75
+ "server administrator to install / enable CURL."
76
+ msgstr ""
77
+ "Feil: Det virker som at CURL er deaktivert på serveren. Kontakt "
78
+ "serveradministratoren for å installere / aktivere CURL."
79
+
80
+ #: libs/sfsi_install_uninstall.php:541
81
+ msgid ""
82
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
83
+ "Theme Editor and insert the following string:"
84
+ msgstr ""
85
+ "Feil: Juster ditt tema slik at plugins fungerer riktig. Gå til tema "
86
+ "redigering og sett inn følgende streng:"
87
+
88
+ #: libs/sfsi_install_uninstall.php:541
89
+ msgid "Please enter it just before the following line of your header.php file:"
90
+ msgstr "Vennligst skriv dette rett før følgende linje i header.php filen:"
91
+
92
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
93
+ msgid "Go to your theme editor: "
94
+ msgstr "Gå til redigeringsområdet for temaet:"
95
+
96
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
97
+ msgid "click here"
98
+ msgstr "Trykk her"
99
+
100
+ #: libs/sfsi_install_uninstall.php:565
101
+ msgid ""
102
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
103
+ "Editor and insert the following string as the first line of your theme's "
104
+ "footer.php file: "
105
+ msgstr ""
106
+ "Feil: Juster ditt tema slik at plugins fungerer riktig. Gå til tema "
107
+ "redigering og sett inn følgende streng:"
108
+
109
+ #: libs/sfsi_install_uninstall.php:576
110
+ msgid ""
111
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
112
+ "the plugin's settings page to configure it: "
113
+ msgstr ""
114
+ "Takk for at du har installert Ultimate Social Media PLUS plugin. Vennligst "
115
+ "gå til plugin-settings siden for å konfigurere:"
116
+
117
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
118
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
119
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
120
+ #: views/sfsi_options_view.php:75
121
+ msgid "Click here"
122
+ msgstr "Trykk her"
123
+
124
+ #: libs/sfsi_install_uninstall.php:585
125
+ msgid ""
126
+ "You`re using an old Wordpress version, which may cause several of your "
127
+ "plugins to not work correctly. Please upgrade"
128
+ msgstr ""
129
+ "Du bruker en gammel Wordpress versjon, som kan føre til flere av plugins å "
130
+ "ikke arbeide korrekt. Oppgrader"
131
+
132
+ #: libs/sfsi_install_uninstall.php:602
133
+ msgid ""
134
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
135
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
136
+ "and give it a 5-star rating on Wordpress?"
137
+ msgstr ""
138
+ "Vi la merke til du har brukt Ultimate Social Media PLUS Plugin i mer enn 30 "
139
+ "dager. Hvis du er fornøyd, kunne du gjøre oss den store tjenesten og gi den "
140
+ "5 stjerner på WordPress?"
141
+
142
+ #: libs/sfsi_install_uninstall.php:604
143
+ msgid "Ok, you deserved it"
144
+ msgstr "OK, du fortjente dette"
145
+
146
+ #: libs/sfsi_install_uninstall.php:605
147
+ msgid "I already did"
148
+ msgstr "Det har jeg allerede gjort"
149
+
150
+ #: libs/sfsi_install_uninstall.php:606
151
+ msgid "No, not good enough"
152
+ msgstr "Nei, ikke bra nok"
153
+
154
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
155
+ msgid "Title"
156
+ msgstr "Tittel"
157
+
158
+ #: libs/sfsi_widget.php:105
159
+ msgid "Please go to the plugin page to set your preferences:"
160
+ msgstr "Gå til plugin-siden for å angi innstillinger:"
161
+
162
+ #: ultimate_social_media_icons.php:76
163
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
164
+ msgstr ""
165
+ "Vennligst gå til innstillingsiden og sjekk alternativet “Plasser dem manuelt”"
166
+
167
+ #: ultimate_social_media_icons.php:577
168
+ msgid ""
169
+ "There seems to be an error on your website which prevents the plugin to work "
170
+ "properly. Please check the FAQ:"
171
+ msgstr ""
172
+ "Det synes å være en feil på nettstedet ditt som hindrer plugin å fungere. "
173
+ "Sjekk FAQ:"
174
+
175
+ #: ultimate_social_media_icons.php:582
176
+ msgid "Error"
177
+ msgstr "Feil"
178
+
179
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
180
+ msgid "Dismiss"
181
+ msgstr "Lukk"
182
+
183
+ #: ultimate_social_media_icons.php:602
184
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
185
+ msgstr "Ny funksjon i Ultimate Social Media PLUS plugin:"
186
+
187
+ #: ultimate_social_media_icons.php:605
188
+ msgid ""
189
+ "You can now add a subscription form to increase sign-ups (under question 8)."
190
+ msgstr ""
191
+ "Du kan nå legge til et abonnement skjema for å øke registreringer (under "
192
+ "spørsmål 8)."
193
+
194
+ #: ultimate_social_media_icons.php:608
195
+ msgid "Check it out"
196
+ msgstr "Sjekk det ut"
197
+
198
+ #: views/sfsi_aboutus.php:2
199
+ msgid "Please visit us at"
200
+ msgstr "Besøk oss på"
201
+
202
+ #: views/sfsi_aboutus.php:4
203
+ msgid "or write to us at"
204
+ msgstr "eller skrive til oss på"
205
+
206
+ #: views/sfsi_option_view1.php:47
207
+ msgid ""
208
+ "In general, the more icons you offer the better because people have "
209
+ "different preferences, and more options means that there’s something for "
210
+ "everybody, increasing the chances that you get followed and/or shared."
211
+ msgstr ""
212
+ "Det flere ikoner du tilbyr det bedre fordi folk har forskjellige "
213
+ "preferanser, og flere alternativer betyr at det er noe for alle, øker "
214
+ "sjansen for at du får følgere og/eller delt."
215
+
216
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
217
+ msgid "Mandatory"
218
+ msgstr "Påbudt"
219
+
220
+ #: views/sfsi_option_view1.php:65
221
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
222
+ msgstr "RSS er fortsatt populært, spesielt blant tek interesserte publikum."
223
+
224
+ #: views/sfsi_option_view1.php:68
225
+ msgid ""
226
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
227
+ "read your content. "
228
+ msgstr ""
229
+ "RSS står for Really Simple Syndication og er et brukervennlig system for "
230
+ "automatisk mottak av oppdatert informasjon fra nettsteder du ønsker å følge "
231
+ "med på."
232
+
233
+ #: views/sfsi_option_view1.php:70
234
+ msgid "Learn more about RSS"
235
+ msgstr "Lær mer om RSS"
236
+
237
+ #: views/sfsi_option_view1.php:93
238
+ msgid "Email is the most effective tool to build up a followership."
239
+ msgstr "Epost er det mest effektive verktøyet for å bygge opp en følger liste."
240
+
241
+ #: views/sfsi_option_view1.php:96
242
+ msgid "Remove credit link"
243
+ msgstr "Fjern kreditt-link"
244
+
245
+ #: views/sfsi_option_view1.php:100
246
+ msgid ""
247
+ "Everybody uses email – that’s why it’s much more effective than social media "
248
+ "to make people follow you"
249
+ msgstr ""
250
+ "Alle bruker e-post-det er derfor det er mye mer effektivt enn sosiale medier "
251
+ "for å få folk til å følge deg"
252
+
253
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
254
+ msgid "learn more"
255
+ msgstr "Lær mer"
256
+
257
+ #: views/sfsi_option_view1.php:104
258
+ msgid ""
259
+ "Not offering an email subscription option means losing out on future traffic "
260
+ "to your site."
261
+ msgstr ""
262
+ "At du ikke tilbyr en epost-abonnement alternativ betyr at du mister "
263
+ "fremtidige trafikk til nettsiden din."
264
+
265
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
266
+ #: views/sfsi_option_view1.php:167
267
+ msgid "Strongly recommended:"
268
+ msgstr "Sterkt anbefalt:"
269
+
270
+ #: views/sfsi_option_view1.php:123
271
+ msgid "Facebook is crucial, esp. for sharing."
272
+ msgstr "Facebook er avgjørende, spesielt for deling."
273
+
274
+ #: views/sfsi_option_view1.php:126
275
+ msgid ""
276
+ "Facebook is the giant in the social media world, and even if you don’t have "
277
+ "a Facebook account yourself you should display this icon, so that Facebook "
278
+ "users can share your site on Facebook."
279
+ msgstr ""
280
+ "Facebook er giganten i sosiale medieverden, og selv om du ikke har en "
281
+ "Facebook-konto selv skal du vise dette ikonet, slik at Facebook-brukere kan "
282
+ "dele din nettside på Facebook."
283
+
284
+ #: views/sfsi_option_view1.php:145
285
+ msgid "Can have a strong promotional effect."
286
+ msgstr "Kan ha en sterk reklame effekt."
287
+
288
+ #: views/sfsi_option_view1.php:148
289
+ msgid ""
290
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
291
+ "However, similar as with facebook, even if you don’t have one you should "
292
+ "still show this icon so that Twitter-users can share your site."
293
+ msgstr ""
294
+ "Hvis du har en Twitter-konto så er det naturlig å bruke dette ikonet. Selvom "
295
+ "lignende som Facebook, om du ikke har en bør du fortsatt vise dette ikonet "
296
+ "slik at Twitter-brukere kan dele din nettside."
297
+
298
+ #: views/sfsi_option_view1.php:168
299
+ msgid "Increasingly important and beneficial for SEO."
300
+ msgstr "Stadig mer viktig og nyttig for SEO."
301
+
302
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
303
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
304
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
305
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
306
+ msgid "It depends:"
307
+ msgstr "Det avhenger av:"
308
+
309
+ #: views/sfsi_option_view1.php:186
310
+ msgid ""
311
+ "Show this icon if you have a youtube account (and you should set up one if "
312
+ "you have video content – that can increase your traffic significantly)."
313
+ msgstr ""
314
+ "Vis dette ikonet hvis du har Youtube-konto (og du bør sette opp en hvis du "
315
+ "har videoinnhold – som kan øke trafikken betydelig)."
316
+
317
+ #: views/sfsi_option_view1.php:203
318
+ msgid ""
319
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
320
+ msgstr ""
321
+ "No.1 nettverk i forretningsøyemed. Bruk dette ikonet hvis du er en "
322
+ "LinkedInner."
323
+
324
+ #: views/sfsi_option_view1.php:220
325
+ msgid ""
326
+ "Show this icon if you have a Pinterest account (and you should set up one if "
327
+ "you publish new pictures regularly – that can increase your traffic "
328
+ "significantly)."
329
+ msgstr ""
330
+ "Vis dette ikonet hvis du har en Pinterest-konto (og du bør sette opp en hvis "
331
+ "du publiserer nye bilder regelmessig-som kan øke trafikken betydelig)."
332
+
333
+ #: views/sfsi_option_view1.php:235
334
+ msgid "Show this icon if you have a Instagram account."
335
+ msgstr "Vis dette ikonet hvis du har en Instagram konto."
336
+
337
+ #: views/sfsi_option_view1.php:252
338
+ msgid ""
339
+ "Third-party service AddThis allows your visitors to share via many other "
340
+ "social networks, however it may also slow down your site a bit."
341
+ msgstr ""
342
+ "Tredjeparts service AddThis tillater besøkende å dele via mange andre "
343
+ "sosiale nettverk, men det kan også sakte ned nettsiden din noe."
344
+
345
+ #: views/sfsi_option_view1.php:255
346
+ msgid "Everybody uses email – that’s why it’s"
347
+ msgstr "Alle bruker e-post-det er derfor det har"
348
+
349
+ #: views/sfsi_option_view1.php:258
350
+ msgid "much more effective than social media"
351
+ msgstr "mye mer effektivt enn sosiale medier"
352
+
353
+ #: views/sfsi_option_view1.php:261
354
+ msgid ""
355
+ "to make people follow you. Not offering an email subscription option means "
356
+ "losing out on future traffic to your site."
357
+ msgstr ""
358
+ "å få folk til å følge deg. Tilbyr du ikke en epost-abonnement alternativ "
359
+ "betyr å miste ut på fremtidige trafikk til nettsiden din."
360
+
361
+ #: views/sfsi_option_view1.php:263
362
+ msgid "Check out their reviews:"
363
+ msgstr "Sjekk ut deres vurderinger:"
364
+
365
+ #: views/sfsi_option_view1.php:284
366
+ msgid "Show this icon if you have a Houzz account."
367
+ msgstr "Vis dette ikonet hvis du har en Houzz konto."
368
+
369
+ #: views/sfsi_option_view1.php:286
370
+ msgid ""
371
+ "Houzz is the No.1 site & community in the world of architecture and interior "
372
+ "design."
373
+ msgstr ""
374
+ "Houzz er nummer 1 i nettside & samfunn i verden for arkitektur og "
375
+ "interiørdesign."
376
+
377
+ #: views/sfsi_option_view1.php:288
378
+ msgid "Visit Houzz"
379
+ msgstr "Besøk Houzz"
380
+
381
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
382
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
383
+ msgid "Custom"
384
+ msgstr "Egendefinert"
385
+
386
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
387
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
388
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
389
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
390
+ #: views/sfsi_option_view9.php:580
391
+ msgid "Collapse area"
392
+ msgstr "Skjul området"
393
+
394
+ #: views/sfsi_option_view2.php:136
395
+ msgid "When clicked on, users can subscribe via RSS"
396
+ msgstr "Når du klikker på, kan brukere abonnere via RSS"
397
+
398
+ #: views/sfsi_option_view2.php:144
399
+ msgid "For most blogs it’s http://blogname.com/feed"
400
+ msgstr "For de fleste blogger er det http://blogname.com/feed"
401
+
402
+ #: views/sfsi_option_view2.php:162
403
+ msgid ""
404
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
405
+ "full access to your subscriber`s emails and interesting statistics:"
406
+ msgstr ""
407
+ "Sender nye innlegg automatisk til abonnenter. Det er gratis og du få full "
408
+ "tilgang til din abonnentens e-postmeldinger og interessant statistikk:"
409
+
410
+ #: views/sfsi_option_view2.php:164
411
+ msgid "Claim your feed to get full access."
412
+ msgstr "Hevd din feed å få full tilgang."
413
+
414
+ #: views/sfsi_option_view2.php:166
415
+ msgid "It also makes sense if you already offer an email newsletter:"
416
+ msgstr "Det er også fornuftig hvis du allerede tilbyr et nyhetsbrev:"
417
+
418
+ #: views/sfsi_option_view2.php:168
419
+ msgid "Learn more."
420
+ msgstr "Finn ut mer."
421
+
422
+ #: views/sfsi_option_view2.php:171
423
+ msgid "Please pick which icon type you want to use:"
424
+ msgstr "Velg hvilken ikon du vil bruke:"
425
+
426
+ #: views/sfsi_option_view2.php:179
427
+ msgid "Email icon"
428
+ msgstr "E-post ikon"
429
+
430
+ #: views/sfsi_option_view2.php:187
431
+ msgid "Follow icon"
432
+ msgstr "Følg ikon"
433
+
434
+ #: views/sfsi_option_view2.php:189
435
+ msgid "increases sign-ups"
436
+ msgstr "øker registreringer"
437
+
438
+ #: views/sfsi_option_view2.php:198
439
+ msgid "SpecificFeeds icon"
440
+ msgstr "SpecificFeeds ikon"
441
+
442
+ #: views/sfsi_option_view2.php:200
443
+ msgid "provider of the service"
444
+ msgstr "tjenesteleverandøren"
445
+
446
+ #: views/sfsi_option_view2.php:216
447
+ msgid ""
448
+ "The facebook icon can perform several actions. Pick below which ones it "
449
+ "should perform. If you select several options, then users can select what "
450
+ "they want to do"
451
+ msgstr ""
452
+ "Facebook-ikonet kan utføre flere handlinger. Velg under hvilke det skal "
453
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
454
+ "gjøre"
455
+
456
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
457
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
458
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
459
+ #: views/sfsi_option_view2.php:539
460
+ msgid "see an example"
461
+ msgstr "se et eksempel"
462
+
463
+ #: views/sfsi_option_view2.php:222
464
+ msgid "The facebook icon should allow users to..."
465
+ msgstr "Facebook-ikonet skal tillate brukere å…"
466
+
467
+ #: views/sfsi_option_view2.php:229
468
+ msgid "Visit my Facebook page at:"
469
+ msgstr "Besøk min Facebookside på:"
470
+
471
+ #: views/sfsi_option_view2.php:237
472
+ msgid "Like my blog on Facebook (+1)"
473
+ msgstr "Lik oss på Facebook (+1)"
474
+
475
+ #: views/sfsi_option_view2.php:245
476
+ msgid "Share my blog with friends (on Facebook)"
477
+ msgstr "Del bloggen min med venner (på Facebook)"
478
+
479
+ #: views/sfsi_option_view2.php:260
480
+ msgid ""
481
+ "The Twitter icon can perform several actions. Pick below which ones it "
482
+ "should perform. If you select several options, then users can select what "
483
+ "they want to do"
484
+ msgstr ""
485
+ "Twitter-ikonet kan utføre flere handlinger. Velg under hvilke det skal "
486
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
487
+ "gjøre"
488
+
489
+ #: views/sfsi_option_view2.php:267
490
+ msgid "The Twitter icon should allow users to..."
491
+ msgstr "Twitter-ikonet bør tillate brukere å…"
492
+
493
+ #: views/sfsi_option_view2.php:272
494
+ msgid "Visit me on Twitter:"
495
+ msgstr "Besøk meg på Twitter:"
496
+
497
+ #: views/sfsi_option_view2.php:281
498
+ msgid "Follow me on Twitter:"
499
+ msgstr "Følg meg på Twitter"
500
+
501
+ #: views/sfsi_option_view2.php:289
502
+ msgid "Tweet about my page:"
503
+ msgstr "Tweet om min side:"
504
+
505
+ #: views/sfsi_option_view2.php:302
506
+ msgid ""
507
+ "The Google+ icon can perform several actions. Pick below which ones it "
508
+ "should perform. If you select several options, then users can select what "
509
+ "they want to do"
510
+ msgstr ""
511
+ "Google+ ikonet kan utføre flere handlinger. Velg under hvilke det skal "
512
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
513
+ "gjøre"
514
+
515
+ #: views/sfsi_option_view2.php:308
516
+ msgid "The Google+ icon should allow users to..."
517
+ msgstr "Ikonet Google + bør tillate brukere å…"
518
+
519
+ #: views/sfsi_option_view2.php:314
520
+ msgid "Visit my Google+ page at:"
521
+ msgstr "Besøke min Google + side på:"
522
+
523
+ #: views/sfsi_option_view2.php:323
524
+ msgid "Like my blog on Google+ (+1)"
525
+ msgstr "Lik min blogg på Google+ (+1)"
526
+
527
+ #: views/sfsi_option_view2.php:330
528
+ msgid "Share my blog with friends (on Google+)"
529
+ msgstr "Del bloggen min med venner (på Google +)"
530
+
531
+ #: views/sfsi_option_view2.php:344
532
+ msgid ""
533
+ "The Youtube icon can perform several actions. Pick below which ones it "
534
+ "should perform. If you select several options, then users can select what "
535
+ "they want to do"
536
+ msgstr ""
537
+ "Youtube-ikonet kan utføre flere handlinger. Velg under hvilke det skal "
538
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
539
+ "gjøre"
540
+
541
+ #: views/sfsi_option_view2.php:350
542
+ msgid "The youtube icon should allow users to..."
543
+ msgstr "Youtube-ikonet bør tillate brukere å…"
544
+
545
+ #: views/sfsi_option_view2.php:354
546
+ msgid "Visit my Youtube page at:"
547
+ msgstr "Besøk min Youtube side på:"
548
+
549
+ #: views/sfsi_option_view2.php:360
550
+ msgid "Subscribe to me on Youtube"
551
+ msgstr "Abonner på min Youtube kanal"
552
+
553
+ #: views/sfsi_option_view2.php:362
554
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
555
+ msgstr "(tillater folk å abonnere direkte, uten å forlate bloggen)"
556
+
557
+ #: views/sfsi_option_view2.php:382
558
+ msgid "User Name"
559
+ msgstr "Brukernavn"
560
+
561
+ #: views/sfsi_option_view2.php:387
562
+ msgid "Channel Id"
563
+ msgstr "Kanal-Id"
564
+
565
+ #: views/sfsi_option_view2.php:393
566
+ msgid "UserName:"
567
+ msgstr "Brukernavn:"
568
+
569
+ #: views/sfsi_option_view2.php:397
570
+ msgid ""
571
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
572
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
573
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
574
+ msgstr ""
575
+ "Å finne brukernavnet gå til “Min kanal” på Youtube menylinjen til venstre & "
576
+ "Velg kategorien “Om” og ta brukernavnet fra URL (f.eks https://www.youtube."
577
+ "com/user/Tommy det er “Tommy”)."
578
+
579
+ #: views/sfsi_option_view2.php:403
580
+ msgid "Channel Id:"
581
+ msgstr "Kanal-Id:"
582
+
583
+ #: views/sfsi_option_view2.php:408
584
+ msgid ""
585
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
586
+ "left and take your channel name from there."
587
+ msgstr ""
588
+ "Finn ditt kanal navn gå til “Min kanal” i Youtube menylinjen til venstre og "
589
+ "ta din kanalnavn derfra."
590
+
591
+ #: views/sfsi_option_view2.php:423
592
+ msgid ""
593
+ "The Pinterest icon can perform several actions. Pick below which ones it "
594
+ "should perform. If you select several options, then users can select what "
595
+ "they want to do"
596
+ msgstr ""
597
+ "Pinterest-ikonet kan utføre flere handlinger. Velg under hvilke det skal "
598
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
599
+ "gjøre"
600
+
601
+ #: views/sfsi_option_view2.php:429
602
+ msgid "The Pinterest icon should allow users to..."
603
+ msgstr "Pinterest-ikonet bør tillate brukere å…"
604
+
605
+ #: views/sfsi_option_view2.php:434
606
+ msgid "Visit my Pinterest page at:"
607
+ msgstr "Besøk min Pinterest side på:"
608
+
609
+ #: views/sfsi_option_view2.php:442
610
+ msgid "Pin my blog on Pinterest (+1)"
611
+ msgstr "PIN bloggen min på Pinterest (1)"
612
+
613
+ #: views/sfsi_option_view2.php:457
614
+ msgid "When clicked on, users will get directed to your Instagram page"
615
+ msgstr "Når klikket på, vil brukere bli sendt til Instagram siden"
616
+
617
+ #: views/sfsi_option_view2.php:476
618
+ msgid ""
619
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
620
+ "should perform. If you select several options, then users can select what "
621
+ "they want to do"
622
+ msgstr ""
623
+ "LinkedIn-ikonet kan utføre flere handlinger. Velg under hvilke det skal "
624
+ "utføre. Hvis du velger flere alternativer, kan brukere velge hva de skal "
625
+ "gjøre"
626
+
627
+ #: views/sfsi_option_view2.php:482
628
+ msgid ""
629
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
630
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
631
+ msgstr ""
632
+ "Du finner ID i koblingen på profilsiden, f.eks https://www.linkedin.com/"
633
+ "profile/view?id=<b>8539887</b>& trk = nav_responsive_tab_profile_pic"
634
+
635
+ #: views/sfsi_option_view2.php:485
636
+ msgid "The LinkedIn icon should allow users to..."
637
+ msgstr "LinkedIn-ikonet bør tillate brukere å…"
638
+
639
+ #: views/sfsi_option_view2.php:490
640
+ msgid "Visit my Linkedin page at:"
641
+ msgstr "Besøk min LinkedIn side på:"
642
+
643
+ #: views/sfsi_option_view2.php:499
644
+ msgid "Follow me on Linkedin:"
645
+ msgstr "Følg meg på Linkedin:"
646
+
647
+ #: views/sfsi_option_view2.php:508
648
+ msgid "Share my page on LinkedIn"
649
+ msgstr "Del min side på LinkedIn"
650
+
651
+ #: views/sfsi_option_view2.php:515
652
+ msgid "Recommend my business or product on Linkedin"
653
+ msgstr "Anbefal min virksomhet eller produkter på Linkedin"
654
+
655
+ #: views/sfsi_option_view2.php:520
656
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
657
+ msgstr ""
658
+ "For å finne ditt produkt eller firma-ID, kan du bruke deres verktøy for ID-"
659
+ "oppslag på"
660
+
661
+ #: views/sfsi_option_view2.php:524
662
+ msgid "You need to be logged in to Linkedin to be able to use it."
663
+ msgstr "Du må være logget på Linkedin kunne bruke den."
664
+
665
+ #: views/sfsi_option_view2.php:537
666
+ msgid ""
667
+ "Nothing needs to be done here – your visitors to share your site via «all "
668
+ "the other» social media sites."
669
+ msgstr ""
670
+ "Ingenting må gjøres her-besøkende kan dele nettsiden via «alle de andre» "
671
+ "sosiale medianettsteder."
672
+
673
+ #: views/sfsi_option_view2.php:553
674
+ msgid ""
675
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
676
+ "your_username)."
677
+ msgstr ""
678
+ "Angi nettadressen til din profil hos Houzz (f.eks http://www.houzz.com/user/"
679
+ "your_username)."
680
+
681
+ #: views/sfsi_option_view2.php:585
682
+ msgid "Where do you want this icon to link to?"
683
+ msgstr "Hvor vil du at dette ikonet skal kobles til?"
684
+
685
+ #: views/sfsi_option_view2.php:589
686
+ msgid "Link:"
687
+ msgstr "Lenke:"
688
+
689
+ #: views/sfsi_option_view3.php:35
690
+ msgid ""
691
+ "A good & well-fitting design is not only nice to look at, but it increases "
692
+ "chances that people will subscribe and/or share your site with friends:"
693
+ msgstr ""
694
+ "En god & velsittende design er ikke bare hyggelig å se på, men det øker "
695
+ "sjansene at folk vil abonnere eller dele nettsiden med venner:"
696
+
697
+ #: views/sfsi_option_view3.php:39
698
+ msgid "It comes across as more professional and gives your site more “credit”"
699
+ msgstr ""
700
+ "Det kommer over som mer profesjonell og gir nettstedet mer “kreditabilitet”"
701
+
702
+ #: views/sfsi_option_view3.php:42
703
+ msgid ""
704
+ "A smart automatic animation can make your visitors aware of your icons in an "
705
+ "unintrusive manner"
706
+ msgstr ""
707
+ "En smart automatisk animasjon kan gjøre besøkende oppmerksomme på ikoner på "
708
+ "en ikke forstyrrende måte"
709
+
710
+ #: views/sfsi_option_view3.php:47
711
+ msgid ""
712
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
713
+ "site. Thank you Shortpixel!"
714
+ msgstr ""
715
+ "Ikonene er komprimert av Shortpixel.com for raskere lasting av webområdet. "
716
+ "Takk Shortpixel!"
717
+
718
+ #: views/sfsi_option_view3.php:52
719
+ msgid "Theme options"
720
+ msgstr "Temainnstillinger"
721
+
722
+ #: views/sfsi_option_view3.php:59
723
+ msgid "Default"
724
+ msgstr "Standard"
725
+
726
+ #: views/sfsi_option_view3.php:69
727
+ msgid "Flat"
728
+ msgstr "Flat"
729
+
730
+ #: views/sfsi_option_view3.php:78
731
+ msgid "Thin"
732
+ msgstr "Tynn"
733
+
734
+ #: views/sfsi_option_view3.php:87
735
+ msgid "Cute"
736
+ msgstr "Søt"
737
+
738
+ #: views/sfsi_option_view3.php:97
739
+ msgid "Cubes"
740
+ msgstr "Kuber"
741
+
742
+ #: views/sfsi_option_view3.php:105
743
+ msgid "Chrome Blue"
744
+ msgstr "Chrome blå"
745
+
746
+ #: views/sfsi_option_view3.php:112
747
+ msgid "Chrome Grey"
748
+ msgstr "Chrome grå"
749
+
750
+ #: views/sfsi_option_view3.php:119
751
+ msgid "Splash"
752
+ msgstr "Åpningsside (splash)"
753
+
754
+ #: views/sfsi_option_view3.php:130
755
+ msgid "Orange"
756
+ msgstr "Oransj"
757
+
758
+ #: views/sfsi_option_view3.php:137
759
+ msgid "Crystal"
760
+ msgstr "Krystall"
761
+
762
+ #: views/sfsi_option_view3.php:144
763
+ msgid "Glossy"
764
+ msgstr "Glanset"
765
+
766
+ #: views/sfsi_option_view3.php:151
767
+ msgid "Black"
768
+ msgstr "Sort"
769
+
770
+ #: views/sfsi_option_view3.php:161
771
+ msgid "Silver"
772
+ msgstr "Sølv"
773
+
774
+ #: views/sfsi_option_view3.php:168
775
+ msgid "Shaded Dark"
776
+ msgstr "Skyggelagt mørk"
777
+
778
+ #: views/sfsi_option_view3.php:175
779
+ msgid "Shaded Light"
780
+ msgstr "Skyggelagt lys"
781
+
782
+ #: views/sfsi_option_view3.php:182
783
+ msgid "Transparent"
784
+ msgstr "Gjennomsiktig"
785
+
786
+ #: views/sfsi_option_view3.php:183
787
+ msgid "for dark backgrounds"
788
+ msgstr "for mørke bakgrunner"
789
+
790
+ #: views/sfsi_option_view3.php:192
791
+ msgid "Custom Icons"
792
+ msgstr "Egendefinerte ikoner"
793
+
794
+ #: views/sfsi_option_view3.php:306
795
+ msgid "Animate them (your main icons)"
796
+ msgstr "Animere dem (din viktigste ikoner)"
797
+
798
+ #: views/sfsi_option_view3.php:312
799
+ msgid "Mouse-Over effects"
800
+ msgstr "Mus Over effekter"
801
+
802
+ #: views/sfsi_option_view3.php:317
803
+ msgid "Fade In"
804
+ msgstr "ton inn"
805
+
806
+ #: views/sfsi_option_view3.php:320
807
+ msgid "Scale"
808
+ msgstr "Skalere"
809
+
810
+ #: views/sfsi_option_view3.php:323
811
+ msgid "Combo"
812
+ msgstr "Kombinasjon"
813
+
814
+ #: views/sfsi_option_view3.php:333
815
+ msgid "Shuffle them automatically"
816
+ msgstr "Bland dem automatisk"
817
+
818
+ #: views/sfsi_option_view3.php:340
819
+ msgid "When site is first loaded"
820
+ msgstr "Når området første er lastet"
821
+
822
+ #: views/sfsi_option_view3.php:346
823
+ msgid "Every"
824
+ msgstr "Hver"
825
+
826
+ #: views/sfsi_option_view3.php:350
827
+ msgid "seconds"
828
+ msgstr "sekunder"
829
+
830
+ #: views/sfsi_option_view4.php:150
831
+ msgid ""
832
+ "It’s a psychological fact that people like to follow other people, so when "
833
+ "they see that your site has already a good number of Facebook likes, it’s "
834
+ "more likely that they will subscribe/like/share your site than if it had 0."
835
+ msgstr ""
836
+ "Det er et psykologisk faktum at folk liker å følge andre mennesker, så når "
837
+ "de ser at nettstedet har allerede en rekke Facebook liker, er det mer "
838
+ "sannsynlig at de vil Abonnere/like/dele webområdet enn hvis det var 0."
839
+
840
+ #: views/sfsi_option_view4.php:153
841
+ msgid ""
842
+ "Therefore, you can select to display the count next to your icons which will "
843
+ "look like this:"
844
+ msgstr ""
845
+ "Derfor kan du velge for å vise antallet ved siden av ikoner som vil se slik "
846
+ "ut:"
847
+
848
+ #: views/sfsi_option_view4.php:215
849
+ msgid ""
850
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
851
+ "we suggest that you only turn this feature on once you have a good number of "
852
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
853
+ "should just not be 0)."
854
+ msgstr ""
855
+ "Selvfølgelig, hvis du starter på 0, så er det ikke bra. Så vi foreslår at du "
856
+ "bare aktiverer denne funksjonen når du har en god rekke følgere/liker/"
857
+ "delinger (min. 20-ingen bekymringer om det ikke er mange, det ikke bør være "
858
+ "0)."
859
+
860
+ #: views/sfsi_option_view4.php:218
861
+ msgid "Enough waffling. So do you want to display counts?"
862
+ msgstr "Vil du vise teller?"
863
+
864
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
865
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
866
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
867
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
868
+ msgid "Yes"
869
+ msgstr "Ja"
870
+
871
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
872
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
873
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
874
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
875
+ msgid "No"
876
+ msgstr "Nei"
877
+
878
+ #: views/sfsi_option_view4.php:239
879
+ msgid "Please specify which counts should be shown:"
880
+ msgstr "Angi hvilke teller som skal vises:"
881
+
882
+ #: views/sfsi_option_view4.php:261
883
+ msgid "We cannot track this. So enter the figure here:"
884
+ msgstr "Vi kan spore dette. Så legg det til her:"
885
+
886
+ #: views/sfsi_option_view4.php:289
887
+ msgid "Retrieve the number of subscribers automatically"
888
+ msgstr "Hente antall abonnenter automatisk"
889
+
890
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
891
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
892
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
893
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
894
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
895
+ msgid "Enter the figure manually"
896
+ msgstr "Angi tallet manuelt"
897
+
898
+ #: views/sfsi_option_view4.php:320
899
+ msgid "Retrieve the number of likes of your blog"
900
+ msgstr "Hent antall som liker bloggen din"
901
+
902
+ #: views/sfsi_option_view4.php:324
903
+ msgid "Retrieve the number of likes of your facebook page"
904
+ msgstr "Hent antall som liker Facebook siden din"
905
+
906
+ #: views/sfsi_option_view4.php:328
907
+ msgid "page ID:"
908
+ msgstr "side ID"
909
+
910
+ #: views/sfsi_option_view4.php:333
911
+ msgid ""
912
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
913
+ msgstr "Du finner den nederst på << Om >> - fanen på din Facebook side"
914
+
915
+ #: views/sfsi_option_view4.php:365
916
+ msgid "Retrieve the number of Twitter followers"
917
+ msgstr "Hente antall Twitter følgere"
918
+
919
+ #: views/sfsi_option_view4.php:371
920
+ msgid "Enter Consumer Key"
921
+ msgstr "Angi forbrukeren nøkkel"
922
+
923
+ #: views/sfsi_option_view4.php:377
924
+ msgid "Enter Consumer Secret"
925
+ msgstr "Angi forbruker Hemlighet:"
926
+
927
+ #: views/sfsi_option_view4.php:383
928
+ msgid "Enter Access Token"
929
+ msgstr "Angi tilgangsnøkkel"
930
+
931
+ #: views/sfsi_option_view4.php:389
932
+ msgid "Enter Access Token Secret"
933
+ msgstr "Angi tilgangsnøkkel hemlighet:"
934
+
935
+ #: views/sfsi_option_view4.php:396
936
+ msgid ""
937
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
938
+ "in twitter settings under question number 2."
939
+ msgstr ""
940
+ "Kontroller at du angav brukernavnet for “Følg meg på Twitter:” i twitter-"
941
+ "innstillinger under spørsmål antallet 2."
942
+
943
+ #: views/sfsi_option_view4.php:400
944
+ msgid "To get this information:"
945
+ msgstr "Få denne informasjonen:"
946
+
947
+ #: views/sfsi_option_view4.php:404
948
+ msgid "Go to"
949
+ msgstr "Gå til"
950
+
951
+ #: views/sfsi_option_view4.php:410
952
+ msgid "Click on \"Create new app\""
953
+ msgstr "Klikk på “Opprett ny app”"
954
+
955
+ #: views/sfsi_option_view4.php:413
956
+ msgid ""
957
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
958
+ "e.g. http://dummysitename.com)"
959
+ msgstr ""
960
+ "Angi et tilfeldig Navn, Beskrivelse og Nettside (inkludert \"http://\", eks. "
961
+ "http://dummysitename.com)"
962
+
963
+ #: views/sfsi_option_view4.php:416
964
+ msgid ""
965
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
966
+ "\"Token actions\" section at the bottom"
967
+ msgstr ""
968
+ "Gå til “Keys og Access Tokens” fanen og klikk på “Generer Token” i delen "
969
+ "“Token handlinger” som er nederst"
970
+
971
+ #: views/sfsi_option_view4.php:419
972
+ msgid ""
973
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
974
+ "key"
975
+ msgstr "Klikk på “Test OAuth” øverst til høyre og du vil se 4 nøkkeler"
976
+
977
+ #: views/sfsi_option_view4.php:452
978
+ msgid "Retrieve the number of Google +1 (on your blog)"
979
+ msgstr "Hent antall Google +1 (på bloggen)"
980
+
981
+ #: views/sfsi_option_view4.php:456
982
+ msgid "Retrieve the number of google+ followers"
983
+ msgstr "Hent antall google + følgere"
984
+
985
+ #: views/sfsi_option_view4.php:462
986
+ msgid "Enter Google API Key"
987
+ msgstr "Angi Google API-nøkkel"
988
+
989
+ #: views/sfsi_option_view4.php:470
990
+ msgid ""
991
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
992
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
993
+ "number 2."
994
+ msgstr ""
995
+ "Kontroller at du angav nettadressen for å besøke min Google + side på: som "
996
+ "https://plus.google.com/u/0/b/ [pageid] i Google + innstillinger under "
997
+ "spørsmål nummer 2."
998
+
999
+ #: views/sfsi_option_view4.php:475
1000
+ msgid "To get the API key for G+:"
1001
+ msgstr "Å få API-nøkkel for G +:"
1002
+
1003
+ #: views/sfsi_option_view4.php:480
1004
+ msgid "Login to your Google account, go to"
1005
+ msgstr "Logg på Google-kontoen, gå til"
1006
+
1007
+ #: views/sfsi_option_view4.php:484
1008
+ msgid "and create a new project"
1009
+ msgstr "og opprett et nytt prosjekt"
1010
+
1011
+ #: views/sfsi_option_view4.php:487
1012
+ msgid ""
1013
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1014
+ "“Create new key” in the “Public API access” section"
1015
+ msgstr ""
1016
+ "Så i venstre menyen gå til “APIer & auth”, “Legitimasjon” og klikk “Opprett "
1017
+ "ny nøkkel” i delen “Public API tilgang”"
1018
+
1019
+ #: views/sfsi_option_view4.php:490
1020
+ msgid ""
1021
+ "There you select “browser key” and click “Create”. You will then be shown "
1022
+ "your API key"
1023
+ msgstr ""
1024
+ "Det du velger “nettleser-tasten” og klikk “Opprett”. Du vil så bli vist API-"
1025
+ "nøkkel"
1026
+
1027
+ #: views/sfsi_option_view4.php:493
1028
+ msgid ""
1029
+ "When you enter this key into the plugin for the first time, it may take some "
1030
+ "time until the correct follower count is displayed on your website"
1031
+ msgstr ""
1032
+ "Når du angir denne nøkkelen i plugin for første gang, kan det ta litt tid "
1033
+ "før den riktige følger tellingen vises på nettstedet ditt"
1034
+
1035
+ #: views/sfsi_option_view4.php:570
1036
+ msgid "Retrieve the number of Subscribers"
1037
+ msgstr "Hente antall abonnenter"
1038
+
1039
+ #: views/sfsi_option_view4.php:575
1040
+ msgid "Enter Youtube User name"
1041
+ msgstr "Skriv inn brukernavn på Youtube"
1042
+
1043
+ #: views/sfsi_option_view4.php:582
1044
+ msgid "Enter Youtube Channel id"
1045
+ msgstr "Angi Youtube-kanal-id"
1046
+
1047
+ #: views/sfsi_option_view4.php:616
1048
+ msgid "Retrieve the number of Pins"
1049
+ msgstr "Hent antall pinner"
1050
+
1051
+ #: views/sfsi_option_view4.php:649
1052
+ msgid "Retrieve the number of Instagram followers"
1053
+ msgstr "Hente antall Instagram følgere"
1054
+
1055
+ #: views/sfsi_option_view4.php:653
1056
+ msgid "Enter Instagram User name"
1057
+ msgstr "Angi Instagram brukernavn"
1058
+
1059
+ #: views/sfsi_option_view4.php:688
1060
+ msgid "Retrieve the number of shares"
1061
+ msgstr "Hent antall delinger"
1062
+
1063
+ #: views/sfsi_option_view5.php:341
1064
+ msgid "Order of your icons"
1065
+ msgstr "Rekkefølgen på ikoner"
1066
+
1067
+ #: views/sfsi_option_view5.php:430
1068
+ msgid "Drag and Drop"
1069
+ msgstr "dra og slipp"
1070
+
1071
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1072
+ msgid "Size and spacing of your icons"
1073
+ msgstr "Størrelse og avstand av din ikoner"
1074
+
1075
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1076
+ msgid "Size:"
1077
+ msgstr "Størrelse:"
1078
+
1079
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1080
+ msgid "pixels wide and tall"
1081
+ msgstr "piksler bredt og høyde"
1082
+
1083
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1084
+ msgid "Spacing between icons:"
1085
+ msgstr "Avstanden mellom ikoner:"
1086
+
1087
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1088
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1089
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1090
+ msgid "Pixels"
1091
+ msgstr "Piksler"
1092
+
1093
+ #: views/sfsi_option_view5.php:457
1094
+ msgid "Alignments"
1095
+ msgstr "Justeringer"
1096
+
1097
+ #: views/sfsi_option_view5.php:461
1098
+ msgid "Alignment of icons:"
1099
+ msgstr "Justering av ikoner:"
1100
+
1101
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1102
+ msgid "Centered"
1103
+ msgstr "Midtstilt"
1104
+
1105
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1106
+ #: views/sfsi_option_view8.php:496
1107
+ msgid "Right"
1108
+ msgstr "Høyre"
1109
+
1110
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1111
+ #: views/sfsi_option_view8.php:493
1112
+ msgid "Left"
1113
+ msgstr "Venstre"
1114
+
1115
+ #: views/sfsi_option_view5.php:477
1116
+ msgid "Icons per row:"
1117
+ msgstr "Ikoner per rad:"
1118
+
1119
+ #: views/sfsi_option_view5.php:481
1120
+ msgid "Leave empty if you dont want to define this"
1121
+ msgstr "La stå tomt hvis du ikke vil definere dette"
1122
+
1123
+ #: views/sfsi_option_view5.php:488
1124
+ msgid "Language & Button-text"
1125
+ msgstr "Språk & knapp tekst"
1126
+
1127
+ #: views/sfsi_option_view5.php:493
1128
+ msgid "Follow-button:"
1129
+ msgstr "Følg-knappen:"
1130
+
1131
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1132
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1133
+ #: views/sfsi_option_view9.php:111
1134
+ msgid "Preview:"
1135
+ msgstr "Forhåndsvisning:"
1136
+
1137
+ #: views/sfsi_option_view5.php:514
1138
+ msgid "Facebook «Visit»-icon:"
1139
+ msgstr "Facebook «Besøk»-ikon:"
1140
+
1141
+ #: views/sfsi_option_view5.php:535
1142
+ msgid "Twitter «Visit»-icon:"
1143
+ msgstr "Twitter «Besøk»-ikon:"
1144
+
1145
+ #: views/sfsi_option_view5.php:556
1146
+ msgid "Google+ «Visit»-icon:"
1147
+ msgstr "Google + «Besøk»-ikon:"
1148
+
1149
+ #: views/sfsi_option_view5.php:577
1150
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1151
+ msgstr "Språk for Liker & Del knapper (Facebook, Twitter, Google +):"
1152
+
1153
+ #: views/sfsi_option_view5.php:748
1154
+ msgid "New window"
1155
+ msgstr "Nytt vindu"
1156
+
1157
+ #: views/sfsi_option_view5.php:753
1158
+ msgid ""
1159
+ "If user clicks on your icons, do you want to open the page in a new window?"
1160
+ msgstr "Hvis brukeren klikker ikoner, vil du åpne siden i et nytt vindu?"
1161
+
1162
+ #: views/sfsi_option_view5.php:776
1163
+ msgid "Sticking & Disable on mobile"
1164
+ msgstr "Klistring & deaktivere på mobil"
1165
+
1166
+ #: views/sfsi_option_view5.php:779
1167
+ msgid ""
1168
+ "If you decided to show your icons via a widget, you can add the effect that "
1169
+ "when the user scrolls down, the icons will stick at the top of the screen "
1170
+ "so that they are still displayed even if the user scrolled all the way down. "
1171
+ "Do you want to do that?"
1172
+ msgstr ""
1173
+ "Hvis du valgte å vise ikoner via en widget, kan du legge til effekten at når "
1174
+ "brukeren ruller ned, ikonene vil holde seg på toppen av skjermen slik at de "
1175
+ "vises fortsatt selv om brukeren rullet helt ned. Vil du gjøre dette?"
1176
+
1177
+ #: views/sfsi_option_view5.php:802
1178
+ msgid "Disable float icons on mobile devices"
1179
+ msgstr "Deaktivere flyte ikoner på mobile enheter"
1180
+
1181
+ #: views/sfsi_option_view5.php:824
1182
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1183
+ msgstr ""
1184
+ "Deaktivere automatisk skalering funksjon for mobile enheter (“viewport” meta "
1185
+ "tag)"
1186
+
1187
+ #: views/sfsi_option_view5.php:848
1188
+ msgid "Mouseover text"
1189
+ msgstr "Mouseover tekst"
1190
+
1191
+ #: views/sfsi_option_view5.php:851
1192
+ msgid ""
1193
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1194
+ "perform different actions) then you can define here what text will be "
1195
+ "displayed if a user moves his mouse over the icon:"
1196
+ msgstr ""
1197
+ "Hvis du har gitt ikonet bare én funksjon (dvs. ingen pop-up der brukeren kan "
1198
+ "utføre ulike handlinger) kan du så definere teksten som vises hvis brukeren "
1199
+ "flytter musen sin over ikonet:"
1200
+
1201
+ #: views/sfsi_option_view6.php:27
1202
+ msgid ""
1203
+ "The selections you made so far were to display the subscriptions/ social "
1204
+ "media icons for your site in general (in a widget on the sidebar). You can "
1205
+ "also display icons at the end of every post, encouraging users to subscribe/"
1206
+ "like/share after they’ve read it. The following buttons will be added:"
1207
+ msgstr ""
1208
+ "Valgene du gjorde så langt var å vise abonnementer / sosiale medieikoner for "
1209
+ "nettstedet generelt (i en widget på sidepanelet). Du kan også vise ikoner på "
1210
+ "slutten av hvert innlegg, oppmuntre brukerne til å abonnere/like/dele etter "
1211
+ "at de har lest den. Disse knappene legges til:"
1212
+
1213
+ #: views/sfsi_option_view6.php:43
1214
+ msgid "Those are usually all you need:"
1215
+ msgstr "De er vanligvis alt du trenger:"
1216
+
1217
+ #: views/sfsi_option_view6.php:47
1218
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1219
+ msgstr "Facebook er No.1 i liker, så det må en ha"
1220
+
1221
+ #: views/sfsi_option_view6.php:50
1222
+ msgid ""
1223
+ "Google+ is also important due to SEO reasons, so important to have as well"
1224
+ msgstr "Google + er også viktig av SEO grunner, så viktig å ha"
1225
+
1226
+ #: views/sfsi_option_view6.php:53
1227
+ msgid "Share-button covers all other platforms for sharing"
1228
+ msgstr "Dele-knappen dekker alle andre plattformer for deling"
1229
+
1230
+ #: views/sfsi_option_view6.php:58
1231
+ msgid "So: do you want to display those at the end of every post?"
1232
+ msgstr "Så: vil du vise dem på slutten av hvert innlegg?"
1233
+
1234
+ #: views/sfsi_option_view6.php:78
1235
+ msgid "Options:"
1236
+ msgstr "Alternativer:"
1237
+
1238
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1239
+ msgid "Text to appear before the sharing icons:"
1240
+ msgstr "Tekst som skal vises før deling ikonene:"
1241
+
1242
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1243
+ msgid "Alignment of share icons:"
1244
+ msgstr "Justering av dele ikoner:"
1245
+
1246
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1247
+ msgid "Do you want to display the counts?"
1248
+ msgstr "Vil du vise teller?"
1249
+
1250
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1251
+ msgid "YES"
1252
+ msgstr "JA"
1253
+
1254
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1255
+ msgid "NO"
1256
+ msgstr "NO"
1257
+
1258
+ #: views/sfsi_option_view7.php:48
1259
+ msgid ""
1260
+ "You can increase chances that people share or follow you by displaying a pop-"
1261
+ "up asking them to. You can define the design and layout below:"
1262
+ msgstr ""
1263
+ "Du kan øke sjansene for at folk deler eller følger deg ved å vise et popup-"
1264
+ "vindu som ber dem om dette. Du kan definere utformingen og oppsettet "
1265
+ "nedenfor:"
1266
+
1267
+ #: views/sfsi_option_view7.php:54
1268
+ msgid "Enjoy this site? Please follow and like us!"
1269
+ msgstr "Liker denne siden? Følg og lik oss!"
1270
+
1271
+ #: views/sfsi_option_view7.php:143
1272
+ msgid "Text and Design"
1273
+ msgstr "Tekst og Design"
1274
+
1275
+ #: views/sfsi_option_view7.php:147
1276
+ msgid "Text Options"
1277
+ msgstr "Alternativer for tekst"
1278
+
1279
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1280
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1281
+ msgid "Text:"
1282
+ msgstr "Tekst:"
1283
+
1284
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1285
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1286
+ msgid "Font:"
1287
+ msgstr "Skrift:"
1288
+
1289
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1290
+ #: views/sfsi_option_view9.php:505
1291
+ msgid "Font style:"
1292
+ msgstr "Skriftstil:"
1293
+
1294
+ #: views/sfsi_option_view7.php:219
1295
+ msgid "Font color:"
1296
+ msgstr "Skriftfarge:"
1297
+
1298
+ #: views/sfsi_option_view7.php:224
1299
+ msgid "Font size:"
1300
+ msgstr "Skriftstørrelse:"
1301
+
1302
+ #: views/sfsi_option_view7.php:231
1303
+ msgid "Icon Box Layout"
1304
+ msgstr "Utforming av ikon boks"
1305
+
1306
+ #: views/sfsi_option_view7.php:235
1307
+ msgid "Background Color:"
1308
+ msgstr "Bakgrunnsfarge:"
1309
+
1310
+ #: views/sfsi_option_view7.php:241
1311
+ msgid "Border Color:"
1312
+ msgstr "Kantlinjefarge:"
1313
+
1314
+ #: views/sfsi_option_view7.php:249
1315
+ msgid "Border Thinckness:"
1316
+ msgstr "kantlinje størrelse:"
1317
+
1318
+ #: views/sfsi_option_view7.php:257
1319
+ msgid "Border Shadow:"
1320
+ msgstr "Grense skygge:"
1321
+
1322
+ #: views/sfsi_option_view7.php:263
1323
+ msgid "On"
1324
+ msgstr "Aktiv"
1325
+
1326
+ #: views/sfsi_option_view7.php:269
1327
+ msgid "Off"
1328
+ msgstr "Inaktiv"
1329
+
1330
+ #: views/sfsi_option_view7.php:279
1331
+ msgid "Where shall the pop-up be shown?"
1332
+ msgstr "Hvor skal popup-vinduet vises?"
1333
+
1334
+ #: views/sfsi_option_view7.php:284
1335
+ msgid "Nowhere"
1336
+ msgstr "Ingensteds"
1337
+
1338
+ #: views/sfsi_option_view7.php:290
1339
+ msgid "On every page"
1340
+ msgstr "På hver side"
1341
+
1342
+ #: views/sfsi_option_view7.php:296
1343
+ msgid "On blog posts only"
1344
+ msgstr "Bare blogginnlegg"
1345
+
1346
+ #: views/sfsi_option_view7.php:302
1347
+ msgid "On selected pages only"
1348
+ msgstr "På valgte sider"
1349
+
1350
+ #: views/sfsi_option_view7.php:345
1351
+ msgid "Please hold CTRL key to select multiple pages"
1352
+ msgstr "Vennligst hold CTRL-tasten for å velge flere sider"
1353
+
1354
+ #: views/sfsi_option_view7.php:351
1355
+ msgid "When shall the pop-up be shown?"
1356
+ msgstr "Når skal popup-vinduet vises?"
1357
+
1358
+ #: views/sfsi_option_view7.php:356
1359
+ msgid "Once"
1360
+ msgstr "En gang"
1361
+
1362
+ #: views/sfsi_option_view7.php:358
1363
+ msgid "seconds after the user arrived on the site"
1364
+ msgstr "sekunder etter at brukeren kom på nettsiden"
1365
+
1366
+ #: views/sfsi_option_view7.php:364
1367
+ msgid "Every time user scrolls to the end of the page"
1368
+ msgstr "Hver gang brukeren ruller til slutten av siden"
1369
+
1370
+ #: views/sfsi_option_view8.php:112
1371
+ msgid "Show them via a widget"
1372
+ msgstr "Vise dem via en widget"
1373
+
1374
+ #: views/sfsi_option_view8.php:125
1375
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1376
+ msgstr "Gå til widgeten området og dra & slipp den der du vil ha den!"
1377
+
1378
+ #: views/sfsi_option_view8.php:142
1379
+ msgid "Float them on the page"
1380
+ msgstr "Flyt dem på siden"
1381
+
1382
+ #: views/sfsi_option_view8.php:160
1383
+ msgid "Top left"
1384
+ msgstr "Øverst til venstre"
1385
+
1386
+ #: views/sfsi_option_view8.php:167
1387
+ msgid "Top right"
1388
+ msgstr "Øverst til høyre"
1389
+
1390
+ #: views/sfsi_option_view8.php:174
1391
+ msgid "Center left"
1392
+ msgstr "Venstrestilt "
1393
+
1394
+ #: views/sfsi_option_view8.php:181
1395
+ msgid "Center right"
1396
+ msgstr "Høyrestilt"
1397
+
1398
+ #: views/sfsi_option_view8.php:188
1399
+ msgid "Bottom left"
1400
+ msgstr "Nederst til venstre"
1401
+
1402
+ #: views/sfsi_option_view8.php:195
1403
+ msgid "Bottom right"
1404
+ msgstr "Nederst til høyre"
1405
+
1406
+ #: views/sfsi_option_view8.php:202
1407
+ msgid "Margin From:"
1408
+ msgstr "Marg fra:"
1409
+
1410
+ #: views/sfsi_option_view8.php:207
1411
+ msgid "Top:"
1412
+ msgstr "Topp:"
1413
+
1414
+ #: views/sfsi_option_view8.php:216
1415
+ msgid "Bottom:"
1416
+ msgstr "Bunn:"
1417
+
1418
+ #: views/sfsi_option_view8.php:225
1419
+ msgid "Left:"
1420
+ msgstr "Venstre:"
1421
+
1422
+ #: views/sfsi_option_view8.php:234
1423
+ msgid "Right:"
1424
+ msgstr "Høyre:"
1425
+
1426
+ #: views/sfsi_option_view8.php:253
1427
+ msgid "Place them manually"
1428
+ msgstr "Plasser dem manuelt"
1429
+
1430
+ #: views/sfsi_option_view8.php:266
1431
+ msgid "Place the following string into your theme codes: "
1432
+ msgstr "Plass følgende streng inn i kodene i temaet:"
1433
+
1434
+ #: views/sfsi_option_view8.php:270
1435
+ msgid ""
1436
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1437
+ "want."
1438
+ msgstr ""
1439
+ "Eller bruk shortcode [DISPLAY_ULTIMATE_PLUS] for å vise dem hvor som helst."
1440
+
1441
+ #: views/sfsi_option_view8.php:282
1442
+ msgid "Show them before or after posts"
1443
+ msgstr "Vise dem før eller etter innlegg"
1444
+
1445
+ #: views/sfsi_option_view8.php:296
1446
+ msgid "Here you have two options:"
1447
+ msgstr "Her har du to alternativer:"
1448
+
1449
+ #: views/sfsi_option_view8.php:304
1450
+ msgid "Display rectangle icons"
1451
+ msgstr "Vise rektangel ikoner"
1452
+
1453
+ #: views/sfsi_option_view8.php:310
1454
+ msgid "Display the icons I selected above"
1455
+ msgstr "Vise ikonene jeg merket ovenfor"
1456
+
1457
+ #: views/sfsi_option_view8.php:318
1458
+ msgid ""
1459
+ "Rectangle icons spell out the «call to action» which increases chances that "
1460
+ "visitors do it."
1461
+ msgstr ""
1462
+ "Rektangel ikoner forteller om «handlingsfremming» som øker sjansene for at "
1463
+ "besøkende utfører handlingen."
1464
+
1465
+ #: views/sfsi_option_view8.php:321
1466
+ msgid "Select the icons you want to show:"
1467
+ msgstr "Velg hvilke ikoner du vil vise:"
1468
+
1469
+ #: views/sfsi_option_view8.php:371
1470
+ msgid "may impact loading speed"
1471
+ msgstr "kan påvirke lasting av siden"
1472
+
1473
+ #: views/sfsi_option_view8.php:421
1474
+ msgid "Display them:"
1475
+ msgstr "Vise dem:"
1476
+
1477
+ #: views/sfsi_option_view8.php:424
1478
+ msgid "On Post Pages"
1479
+ msgstr "På innleggssidene"
1480
+
1481
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1482
+ msgid "Before posts"
1483
+ msgstr "Før innlegg"
1484
+
1485
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1486
+ msgid "After posts"
1487
+ msgstr "Etter innlegg"
1488
+
1489
+ #: views/sfsi_option_view8.php:453
1490
+ msgid "On Homepage"
1491
+ msgstr "På hjemmeside"
1492
+
1493
+ #: views/sfsi_option_view8.php:499
1494
+ msgid "Center"
1495
+ msgstr "Midten"
1496
+
1497
+ #: views/sfsi_option_view9.php:98
1498
+ msgid ""
1499
+ "In addition to the email- or follow-icon you can also show a subscription "
1500
+ "form which maximizes chances that people subscribe to your site. To get "
1501
+ "access to the emails who subscribe, please"
1502
+ msgstr ""
1503
+ "I tillegg til e-post-følg-ikonet kan du også vise et abonnement skjema som "
1504
+ "maksimerer sjansene for at folk abonnerer på nettsiden din. Å få tilgang til "
1505
+ "e-post som abonnerer, vennligst"
1506
+
1507
+ #: views/sfsi_option_view9.php:102
1508
+ msgid "claim your feed."
1509
+ msgstr "hevd din feed."
1510
+
1511
+ #: views/sfsi_option_view9.php:121
1512
+ msgid "Place it on your site"
1513
+ msgstr "Plass den på nettstedet ditt"
1514
+
1515
+ #: views/sfsi_option_view9.php:124
1516
+ msgid "You can place the form by different methods:"
1517
+ msgstr "Du kan plassere skjemaet på forskjellige metoder:"
1518
+
1519
+ #: views/sfsi_option_view9.php:130
1520
+ msgid "Widget:"
1521
+ msgstr "Widget:"
1522
+
1523
+ #: views/sfsi_option_view9.php:132
1524
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1525
+ msgstr "Gå til widget innstillinger og dra og slipp den i sidepanelet:"
1526
+
1527
+ #: views/sfsi_option_view9.php:139
1528
+ msgid "Shortcode:"
1529
+ msgstr "Shortcode"
1530
+
1531
+ #: views/sfsi_option_view9.php:142
1532
+ msgid "Use the shortcode"
1533
+ msgstr "Bruk shortcode"
1534
+
1535
+ #: views/sfsi_option_view9.php:146
1536
+ msgid "to place it into your codes"
1537
+ msgstr "plassere det i kodene"
1538
+
1539
+ #: views/sfsi_option_view9.php:150
1540
+ msgid "Copy & paste HTML code:"
1541
+ msgstr "Kopiere & lim inn HTML-koden:"
1542
+
1543
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1544
+ msgid "Get new posts by email:"
1545
+ msgstr "Få nye innlegg via e-post:"
1546
+
1547
+ #: views/sfsi_option_view9.php:186
1548
+ msgid "Define text & design (optional)"
1549
+ msgstr "Definere tekst & design (valgfritt)"
1550
+
1551
+ #: views/sfsi_option_view9.php:189
1552
+ msgid "Overall size & border"
1553
+ msgstr "Totalstørrelsen & grensen"
1554
+
1555
+ #: views/sfsi_option_view9.php:201
1556
+ msgid "Adjust size to space on website?"
1557
+ msgstr "Justere størrelsen til plass på nettstedet?"
1558
+
1559
+ #: views/sfsi_option_view9.php:224
1560
+ msgid "Height"
1561
+ msgstr "Høyde"
1562
+
1563
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1564
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1565
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1566
+ msgid "pixels"
1567
+ msgstr "piksler"
1568
+
1569
+ #: views/sfsi_option_view9.php:235
1570
+ msgid "Width"
1571
+ msgstr "Bredde"
1572
+
1573
+ #: views/sfsi_option_view9.php:247
1574
+ msgid "Border?"
1575
+ msgstr "Grensen?"
1576
+
1577
+ #: views/sfsi_option_view9.php:270
1578
+ msgid "Thickness"
1579
+ msgstr "Tykkelse"
1580
+
1581
+ #: views/sfsi_option_view9.php:281
1582
+ msgid "Color"
1583
+ msgstr "Farge"
1584
+
1585
+ #: views/sfsi_option_view9.php:296
1586
+ msgid "Background color:"
1587
+ msgstr "Bakgrunnsfarge:"
1588
+
1589
+ #: views/sfsi_option_view9.php:317
1590
+ msgid "Text above entry field"
1591
+ msgstr "Teksten over inntastingsfeltet"
1592
+
1593
+ #: views/sfsi_option_view9.php:348
1594
+ msgid " Font style:"
1595
+ msgstr "Skriftstil:"
1596
+
1597
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1598
+ msgid "Font color"
1599
+ msgstr "Skriftfarge"
1600
+
1601
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1602
+ #: views/sfsi_option_view9.php:527
1603
+ msgid "Font size"
1604
+ msgstr "Skriftstørrelse"
1605
+
1606
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1607
+ #: views/sfsi_option_view9.php:541
1608
+ msgid "Alignment:"
1609
+ msgstr "Justering"
1610
+
1611
+ #: views/sfsi_option_view9.php:397
1612
+ msgid "Entry field"
1613
+ msgstr "Inntastingsfelt"
1614
+
1615
+ #: views/sfsi_option_view9.php:474
1616
+ msgid "Subscribe button"
1617
+ msgstr "Abonner-knapp"
1618
+
1619
+ #: views/sfsi_option_view9.php:550
1620
+ msgid "Button color:"
1621
+ msgstr "Knappfarge:"
1622
+
1623
+ #: views/sfsi_option_view9.php:681
1624
+ msgid "Left Align"
1625
+ msgstr "Venstrestilt"
1626
+
1627
+ #: views/sfsi_option_view9.php:687
1628
+ msgid "Right Align"
1629
+ msgstr "Høyrestilt"
1630
+
1631
+ #: views/sfsi_options_view.php:10
1632
+ msgid ""
1633
+ "We found errors in your javascript which may cause the plugin to not work "
1634
+ "properly. Please fix the error:"
1635
+ msgstr ""
1636
+ "Vi fant feil i javascript som kan forårsake plugin ikke fungerer riktig. "
1637
+ "Rett feilen:"
1638
+
1639
+ #: views/sfsi_options_view.php:52
1640
+ msgid ""
1641
+ "New: You can now also show a subscription form on your site, increasing sign-"
1642
+ "ups! (Question 8)"
1643
+ msgstr ""
1644
+ "Nytt: Du kan nå også vise et abonnement skjema på nettstedet ditt, øke "
1645
+ "registreringer! (Spørsmål 8)"
1646
+
1647
+ #: views/sfsi_options_view.php:54
1648
+ msgid ""
1649
+ "If question 8 gets displayed in a funny way then please reload the page by "
1650
+ "pressing Control+F5(PC) or Command+R(Mac)"
1651
+ msgstr ""
1652
+ "Hvis spørsmål 8 blir vist på en rar måte, last inn siden på nytt ved å "
1653
+ "trykke Control+F5(PC) eller Command+R(Mac)"
1654
+
1655
+ #: views/sfsi_options_view.php:64
1656
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1657
+ msgstr "Velkommen til Ultimate Social Media Icons PLUS plugin!"
1658
+
1659
+ #: views/sfsi_options_view.php:67
1660
+ msgid ""
1661
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1662
+ "liking needs!"
1663
+ msgstr ""
1664
+ "Denne plugin er 100% gratis og vil oppfylle alle abonnement/deling/lik behov!"
1665
+
1666
+ #: views/sfsi_options_view.php:70
1667
+ msgid ""
1668
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1669
+ "- that`s it!"
1670
+ msgstr ""
1671
+ "Bare svar på spørsmålene nedenfor (minst de første 3) ved å klikke på dem - "
1672
+ "det er det!"
1673
+
1674
+ #: views/sfsi_options_view.php:73
1675
+ msgid ""
1676
+ "If you have questions, or something doesn`t work as it should, please read "
1677
+ "the FAQ:"
1678
+ msgstr ""
1679
+ "Hvis du har spørsmål, eller noe ikke fungerer som det skal, kan du lese FAQ:"
1680
+
1681
+ #: views/sfsi_options_view.php:84
1682
+ msgid "Which icons do you want to show on your site?"
1683
+ msgstr "Hvilke ikoner vil du vise på nettstedet ditt?"
1684
+
1685
+ #: views/sfsi_options_view.php:92
1686
+ msgid "What do you want the icons to do?"
1687
+ msgstr "Hva vil du at ikonene skal gjøre?"
1688
+
1689
+ #: views/sfsi_options_view.php:99
1690
+ msgid "Where shall they be displayed?"
1691
+ msgstr "Hvor skal de vises?"
1692
+
1693
+ #: views/sfsi_options_view.php:105
1694
+ msgid "Optional"
1695
+ msgstr "Valgfritt"
1696
+
1697
+ #: views/sfsi_options_view.php:110
1698
+ msgid "What design and animation do you want to give your icons?"
1699
+ msgstr "Hva slags design og animasjon vil du gi dine ikoner?"
1700
+
1701
+ #: views/sfsi_options_view.php:117
1702
+ msgid "Do you want to display \"counts\" next to your main icons?"
1703
+ msgstr "Vil du vise “teller” ved siden av din viktigste ikoner?"
1704
+
1705
+ #: views/sfsi_options_view.php:124
1706
+ msgid "Any other wishes for your main icons?"
1707
+ msgstr "Noen andre ønsker for dine viktigste ikoner?"
1708
+
1709
+ #: views/sfsi_options_view.php:136
1710
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1711
+ msgstr "Vil du vise en pop-up, ber folk om å abonnere?"
1712
+
1713
+ #: views/sfsi_options_view.php:143
1714
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1715
+ msgstr "Vil du vise et abonnement skjema (øker påmeldinger)?"
1716
+
1717
+ #: views/sfsi_options_view.php:159
1718
+ msgid ""
1719
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1720
+ "rating"
1721
+ msgstr ""
1722
+ "Denne plugin er 100% gratis. Gjør oss en stor tjeneste og gi oss et 5-"
1723
+ "stjerners vurdering"
1724
+
1725
+ #: views/sfsi_options_view.php:161
1726
+ msgid "here"
1727
+ msgstr "her"
1728
+
1729
+ #: views/sfsi_options_view.php:163
1730
+ msgid ""
1731
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1732
+ "com, so that we can sort it out.Thank you!"
1733
+ msgstr ""
1734
+ "Hvis du ikke er fornøyd, vennligst ta kontakt på support@ultimatelysocial."
1735
+ "com, slik at vi kan sortere det ut. takk!"
1736
+
1737
+ #: views/sfsi_options_view.php:166
1738
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1739
+ msgstr ""
1740
+ "Trenger du top kvalitet Wordpress utvikling til en konkurransedyktig pris?"
1741
+
1742
+ #: views/sfsi_options_view.php:168
1743
+ msgid "Visit us on ultimatelysocial.com"
1744
+ msgstr "Besøk oss på ultimatelysocial.com"
1745
+
1746
+ #: views/sfsi_options_view.php:179
1747
+ msgid ""
1748
+ "The plugin was translated by (your name). Need translation work to get done? "
1749
+ "Contact (your name) at (your email)"
1750
+ msgstr ""
1751
+ "Plugin ble oversatt av Paal Joachim Romdahl. Trenger du å få gjort en "
1752
+ "oversettelse? Kontakt Paal Joachim Romdahl på paaljoachim@hotmail.com. For "
1753
+ "WordPress leksjoner se min nettside: http://easywebdesigntutorials.com/"
1754
+
1755
+ #: views/sfsi_pop_content.php:31
1756
+ msgid "Steps:"
1757
+ msgstr "Trinn"
1758
+
1759
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1760
+ msgid "Click on << Upload >> below"
1761
+ msgstr "Klikk på << Last opp >> nedenfor"
1762
+
1763
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1764
+ msgid "Upload the icon into the media gallery"
1765
+ msgstr "Last ikonet opp til media galleriet"
1766
+
1767
+ #: views/sfsi_pop_content.php:41
1768
+ msgid "Click on << Insert into post >> "
1769
+ msgstr "Klikk på << sett inn i innlegget >>"
1770
+
1771
+ #: views/sfsi_pop_content.php:90
1772
+ msgid "Move over the Facebook-icon…"
1773
+ msgstr "Flytt over Facebook-ikonet…"
1774
+
1775
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1776
+ msgid "Move over the “+ icon” to see the sharing options"
1777
+ msgstr "Flytt over “+ ikonet” for å se delingsalternativene"
1778
+
1779
+ #: views/sfsi_pop_content.php:145
1780
+ msgid "Move over the Twitter-icon…"
1781
+ msgstr "Flytt over Twitter-ikonet…"
1782
+
1783
+ #: views/sfsi_pop_content.php:172
1784
+ msgid "Move over the Google+ icon…"
1785
+ msgstr "Flytt over Google + ikonet…"
1786
+
1787
+ #: views/sfsi_pop_content.php:198
1788
+ msgid "Move over the YouTube-icon…"
1789
+ msgstr "Flytt over YouTube-ikonet…"
1790
+
1791
+ #: views/sfsi_pop_content.php:221
1792
+ msgid "Move over the Pinterest-icon…"
1793
+ msgstr "Flytt over Pinterest-ikonet…"
1794
+
1795
+ #: views/sfsi_pop_content.php:249
1796
+ msgid "Move over the LinkedIn-icon…"
1797
+ msgstr "Flytt over LinkedIn-ikonet…"
1798
+
1799
+ #: views/sfsi_pop_content.php:285
1800
+ msgid ""
1801
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1802
+ "option too, because it will get you more readers as explained"
1803
+ msgstr ""
1804
+ "Merk: Hvis du allerede tilbyr et nyhetsbrev er det fornuftig å tilby dette "
1805
+ "alternativet også, fordi som forklart blir det flere lesere"
1806
+
1807
+ #: views/sfsi_pop_content.php:292
1808
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1809
+ msgstr "OK, holder den aktiv for en tid, jeg ønsker å se hvordan det fungerer"
1810
+
1811
+ #: views/sfsi_pop_content.php:296
1812
+ msgid "Deactivate it"
1813
+ msgstr "Deaktivere den"
1814
+
1815
+ #: views/sfsi_pop_content.php:304
1816
+ msgid ""
1817
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1818
+ "activating a link back to our site:"
1819
+ msgstr ""
1820
+ "OK,fint, for å bruke denne plugin gratis, vennligst støtt oss ved å aktivere "
1821
+ "en kobling tilbake til vårt nettsted:"
1822
+
1823
+ #: views/sfsi_pop_content.php:309
1824
+ msgid "Ok, activate link"
1825
+ msgstr "OK, Aktiver koblingen"
1826
+
1827
+ #: views/sfsi_pop_content.php:313
1828
+ msgid "Don’t activate link"
1829
+ msgstr "Ikke Aktiver koblingen"
1830
+
1831
+ #: views/sfsi_pop_content.php:321
1832
+ msgid ""
1833
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1834
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1835
+ msgstr ""
1836
+ "Siste forsøk: Som et minimum, kan du gi denne plugin (5 stjerner)? Det tar "
1837
+ "bare ett minutt. takk!"
1838
+
1839
+ #: views/sfsi_pop_content.php:325
1840
+ msgid "Ok, Review it"
1841
+ msgstr "OK, vurdere det."
1842
+
1843
+ #: views/sfsi_pop_content.php:329
1844
+ msgid "Don’t review and exit"
1845
+ msgstr "Ikke gjennomgå og avslutt"
1846
+
1847
+ #: views/sfsi_pop_content.php:341
1848
+ msgid "Upload custom icons"
1849
+ msgstr "Laste opp egendefinerte ikoner"
1850
+
1851
+ #: views/sfsi_pop_content.php:344
1852
+ msgid ""
1853
+ "Here you can upload custom icons which perform the same actions as the "
1854
+ "standard icons."
1855
+ msgstr ""
1856
+ "Her kan du laste opp egendefinerte ikoner som utfører de samme handlingene "
1857
+ "som standard ikoner."
1858
+
1859
+ #: views/sfsi_pop_content.php:353
1860
+ msgid "Click on << Insert into post >>"
1861
+ msgstr "Klikk på << sett inn i innlegget >>"
1862
+
1863
+ #: views/sfsi_pop_content.php:583
1864
+ msgid "I'm done!"
1865
+ msgstr "Jeg er ferdig!"
1866
+
1867
+ #. Plugin Name of the plugin/theme
1868
+ msgid "Ultimate Social Media PLUS"
1869
+ msgstr "Ultimate Social Media PLUS"
1870
+
1871
+ #. Plugin URI of the plugin/theme
1872
+ #. Author URI of the plugin/theme
1873
+ msgid "http://ultimatelysocial.com"
1874
+ msgstr "http://ultimatelysocial.com"
1875
+
1876
+ #. Description of the plugin/theme
1877
+ msgid ""
1878
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1879
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1880
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1881
+ "range of design options and other features."
1882
+ msgstr ""
1883
+ "Den beste sosiale medier plugin på markedet. Og 100% gratis. Lar deg legge "
1884
+ "til sosiale medier & dele ikoner til bloggen din (spesilet. Facebook, "
1885
+ "Twitter, Email, RSS, Pinterest, Instagram, Google +, LinkedIn, Dele-knapp). "
1886
+ "Det tilbyr et bredt utvalg av design og andre funksjoner."
1887
+
1888
+ #. Author of the plugin/theme
1889
+ msgid "UltimatelySocial"
1890
+ msgstr "UltimatelySocial"
languages/ultimate-social-media-plus-nl_NL.mo ADDED
Binary file
languages/ultimate-social-media-plus-nl_NL.po ADDED
@@ -0,0 +1,1923 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.7\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-12 01:14+0200\n"
9
+ "PO-Revision-Date: 2016-04-12 08:00+0200\n"
10
+ "Last-Translator: \n"
11
+ "Language-Team: \n"
12
+ "Language: nl_NL\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 1.8.7\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ #, fuzzy
28
+ msgid "Access Denied"
29
+ msgstr "Toegang Geweigerd"
30
+
31
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
32
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
33
+ #: views/sfsi_option_view1.php:152
34
+ msgid "Read more"
35
+ msgstr "Lees meer"
36
+
37
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
38
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
39
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
40
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
41
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
42
+ msgid "Save"
43
+ msgstr "Bewaar"
44
+
45
+ #: libs/sfsi_Init_JqueryCss.php:48
46
+ msgid "Saving"
47
+ msgstr "Opslaan"
48
+
49
+ #: libs/sfsi_Init_JqueryCss.php:49
50
+ msgid "Saved"
51
+ msgstr "Opgeslagen"
52
+
53
+ #: libs/sfsi_Init_JqueryCss.php:52
54
+ msgid "Collapse"
55
+ msgstr "Inklappen"
56
+
57
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
58
+ msgid "Save All Settings"
59
+ msgstr "Alle Instellingen Opslaan"
60
+
61
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
62
+ #: views/sfsi_option_view1.php:354
63
+ msgid ""
64
+ "Upload a custom icon if you have other accounts/websites you want to link to."
65
+ msgstr ""
66
+ "Upload een aangepast icon als je naar andere accounts of websites wilt "
67
+ "linken."
68
+
69
+ #: libs/sfsi_Init_JqueryCss.php:55
70
+ msgid "It depends"
71
+ msgstr "Dat ligt er aan"
72
+
73
+ #: libs/sfsi_install_uninstall.php:430
74
+ msgid ""
75
+ "Error: It seems that CURL is disabled on your server. Please contact your "
76
+ "server administrator to install / enable CURL."
77
+ msgstr ""
78
+ "Fout: Het lijkt er op dat CURL niet actief is op je server. Neem contact op "
79
+ "met je server beheerder om CURL te installeren / activeren."
80
+
81
+ #: libs/sfsi_install_uninstall.php:541
82
+ msgid ""
83
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
84
+ "Theme Editor and insert the following string:"
85
+ msgstr ""
86
+ "Fout: Fiks je thema zodat plug-ins correct werken. Ga naar de Thema editor "
87
+ "en voeg de volgende tekst in:"
88
+
89
+ #: libs/sfsi_install_uninstall.php:541
90
+ msgid "Please enter it just before the following line of your header.php file:"
91
+ msgstr "Voeg het juist voor de volgende regel van je header.php bestand in: "
92
+
93
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
94
+ msgid "Go to your theme editor: "
95
+ msgstr "Ga naar he Thema editor:"
96
+
97
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
98
+ msgid "click here"
99
+ msgstr "klik hier"
100
+
101
+ #: libs/sfsi_install_uninstall.php:565
102
+ msgid ""
103
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
104
+ "Editor and insert the following string as the first line of your theme's "
105
+ "footer.php file: "
106
+ msgstr ""
107
+ "Fout: Fiks je thema zodat plug-ins correct werken. Ga naar de Thema editor "
108
+ "en voeg de volgende tekst in als de eerste regel van het footer.php bestand "
109
+ "van je thema."
110
+
111
+ #: libs/sfsi_install_uninstall.php:576
112
+ msgid ""
113
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
114
+ "the plugin's settings page to configure it: "
115
+ msgstr ""
116
+ "Dank je wel voor het installeren van de Ultimate Social Media PLUS plug-in. "
117
+ "Ga naar de instellingen pagina om het te configureren."
118
+
119
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
120
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
121
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
122
+ #: views/sfsi_options_view.php:75
123
+ msgid "Click here"
124
+ msgstr "Klik hier"
125
+
126
+ #: libs/sfsi_install_uninstall.php:585
127
+ msgid ""
128
+ "You`re using an old Wordpress version, which may cause several of your "
129
+ "plugins to not work correctly. Please upgrade"
130
+ msgstr ""
131
+ "Je gebruikt een oude Wordpress versie waardoor sommige plug-ins wellicht "
132
+ "niet (goed) werken. Installeer een nieuwe versie"
133
+
134
+ #: libs/sfsi_install_uninstall.php:602
135
+ msgid ""
136
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
137
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
138
+ "and give it a 5-star rating on Wordpress?"
139
+ msgstr ""
140
+ "We zien dat je de Ultimate Social Media PLUS plug-in meer dan 30 dagen "
141
+ "gebruikt. Als je er tevreden over bent, zou je ons dan een GROOT plezier "
142
+ "willen doen en het een 5-Sterren beoordeling geven op Wordpress?"
143
+
144
+ #: libs/sfsi_install_uninstall.php:604
145
+ msgid "Ok, you deserved it"
146
+ msgstr "Ok, je hebt het verdiend"
147
+
148
+ #: libs/sfsi_install_uninstall.php:605
149
+ msgid "I already did"
150
+ msgstr "Heb ik al gedaan"
151
+
152
+ #: libs/sfsi_install_uninstall.php:606
153
+ msgid "No, not good enough"
154
+ msgstr "Nee, niet goed genoeg"
155
+
156
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
157
+ msgid "Title"
158
+ msgstr "Titel"
159
+
160
+ #: libs/sfsi_widget.php:105
161
+ msgid "Please go to the plugin page to set your preferences:"
162
+ msgstr "Ga naar de plug-in pagina om je voorkeuren in te stellen:"
163
+
164
+ #: ultimate_social_media_icons.php:76
165
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
166
+ msgstr "Ga naar de Instellingen en activeer de optie “Plaats ze handmatig”"
167
+
168
+ #: ultimate_social_media_icons.php:577
169
+ msgid ""
170
+ "There seems to be an error on your website which prevents the plugin to work "
171
+ "properly. Please check the FAQ:"
172
+ msgstr ""
173
+ "Er lijkt een fout in je website te zijn waardoor de plug-in niet goed kan "
174
+ "werken. Controleer de FAQ:"
175
+
176
+ #: ultimate_social_media_icons.php:582
177
+ msgid "Error"
178
+ msgstr "Fout"
179
+
180
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
181
+ msgid "Dismiss"
182
+ msgstr "Afwijzen"
183
+
184
+ #: ultimate_social_media_icons.php:602
185
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
186
+ msgstr "Nieuw Kenmerk in de Ultimate Social Media PLUG plug-in:"
187
+
188
+ #: ultimate_social_media_icons.php:605
189
+ msgid ""
190
+ "You can now add a subscription form to increase sign-ups (under question 8)."
191
+ msgstr ""
192
+ "Je kunt nu een aanmeldingsformulier toevoegen om meer aanmeldingen te "
193
+ "krijgen (onder vraag 8)."
194
+
195
+ #: ultimate_social_media_icons.php:608
196
+ msgid "Check it out"
197
+ msgstr "Bekijk het"
198
+
199
+ #: views/sfsi_aboutus.php:2
200
+ msgid "Please visit us at"
201
+ msgstr "Bezoek ons op "
202
+
203
+ #: views/sfsi_aboutus.php:4
204
+ msgid "or write to us at"
205
+ msgstr "of schrijf ons naar"
206
+
207
+ #: views/sfsi_option_view1.php:47
208
+ msgid ""
209
+ "In general, the more icons you offer the better because people have "
210
+ "different preferences, and more options means that there’s something for "
211
+ "everybody, increasing the chances that you get followed and/or shared."
212
+ msgstr ""
213
+ "In het algemeen, hoe meer icons je biedt hoe beter, want mensen hebben "
214
+ "verschillende voorkeuren en meer opties betekent dat er ‘voor elk wat wils’ "
215
+ "is en dat verhoogt de kans op volgen en/of delen."
216
+
217
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
218
+ msgid "Mandatory"
219
+ msgstr "Verplicht"
220
+
221
+ #: views/sfsi_option_view1.php:65
222
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
223
+ msgstr ""
224
+ "RSS is nog steeds populair, vooral bij de wat meer technische gemeenschap."
225
+
226
+ #: views/sfsi_option_view1.php:68
227
+ msgid ""
228
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
229
+ "read your content. "
230
+ msgstr ""
231
+ "RSS is de afkorting van Really Simply Syndication en is een gemakkelijke "
232
+ "manier voor mensen om je content te lezen."
233
+
234
+ #: views/sfsi_option_view1.php:70
235
+ msgid "Learn more about RSS"
236
+ msgstr "Meer informatie over RSS"
237
+
238
+ #: views/sfsi_option_view1.php:93
239
+ msgid "Email is the most effective tool to build up a followership."
240
+ msgstr ""
241
+ "E-mail is het meest effectieve instrument voor de opbouw van een groep "
242
+ "volgers."
243
+
244
+ #: views/sfsi_option_view1.php:96
245
+ msgid "Remove credit link"
246
+ msgstr "Verwijder credit koppeling"
247
+
248
+ #: views/sfsi_option_view1.php:100
249
+ msgid ""
250
+ "Everybody uses email – that’s why it’s much more effective than social media "
251
+ "to make people follow you"
252
+ msgstr ""
253
+ "Iedereen gebruikt e-mail - daarom is het effectiever dan social media om "
254
+ "mensen jou te laten volgen"
255
+
256
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
257
+ msgid "learn more"
258
+ msgstr "lees meer"
259
+
260
+ #: views/sfsi_option_view1.php:104
261
+ msgid ""
262
+ "Not offering an email subscription option means losing out on future traffic "
263
+ "to your site."
264
+ msgstr ""
265
+ "Geen e-mail abonnement aanbieden betekent verlies van toekomstig verkeer "
266
+ "naar je site."
267
+
268
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
269
+ #: views/sfsi_option_view1.php:167
270
+ msgid "Strongly recommended:"
271
+ msgstr "Sterk aanbevolen:"
272
+
273
+ #: views/sfsi_option_view1.php:123
274
+ msgid "Facebook is crucial, esp. for sharing."
275
+ msgstr "Facebook is cruciaal, m.n. voor het delen."
276
+
277
+ #: views/sfsi_option_view1.php:126
278
+ msgid ""
279
+ "Facebook is the giant in the social media world, and even if you don’t have "
280
+ "a Facebook account yourself you should display this icon, so that Facebook "
281
+ "users can share your site on Facebook."
282
+ msgstr ""
283
+ "Facebook is de reus in de social media wereld en zelfs als je geen eigen "
284
+ "Facebook account hebt moet je dit icon tonen, zodat Facebook gebruikers je "
285
+ "site op Facebook met anderen kunnen delen."
286
+
287
+ #: views/sfsi_option_view1.php:145
288
+ msgid "Can have a strong promotional effect."
289
+ msgstr "Kan een sterk reclame effect hebben."
290
+
291
+ #: views/sfsi_option_view1.php:148
292
+ msgid ""
293
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
294
+ "However, similar as with facebook, even if you don’t have one you should "
295
+ "still show this icon so that Twitter-users can share your site."
296
+ msgstr ""
297
+ "Als je een Twitter account hebt is het toevoegen van dit icon "
298
+ "vanzelfsprekend. Edoch, net als bij Facebook, zelfs als je er geen hebt moet "
299
+ "je dit icon nog steeds tonen zodat Twitter gebruikers je site kunnen delen."
300
+
301
+ #: views/sfsi_option_view1.php:168
302
+ msgid "Increasingly important and beneficial for SEO."
303
+ msgstr "Toenemend belangrijk en gunstig voor SEO."
304
+
305
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
306
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
307
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
308
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
309
+ msgid "It depends:"
310
+ msgstr "Dat ligt er aan:"
311
+
312
+ #: views/sfsi_option_view1.php:186
313
+ msgid ""
314
+ "Show this icon if you have a youtube account (and you should set up one if "
315
+ "you have video content – that can increase your traffic significantly)."
316
+ msgstr ""
317
+ "Toon dit icon als je een Youtube account hebt (en je moet er een maken als "
318
+ "je video content hebt - dat kan je verkeer aanzienlijk doen toenemen)."
319
+
320
+ #: views/sfsi_option_view1.php:203
321
+ msgid ""
322
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
323
+ msgstr ""
324
+ "Belangrijkste netwerk voor zakelijk gebruik. Gebruik dit icon als je een "
325
+ "LinkedInner bent."
326
+
327
+ #: views/sfsi_option_view1.php:220
328
+ msgid ""
329
+ "Show this icon if you have a Pinterest account (and you should set up one if "
330
+ "you publish new pictures regularly – that can increase your traffic "
331
+ "significantly)."
332
+ msgstr ""
333
+ "Toon dit icon als je een Pinterest account hebt (en je moet er een maken als "
334
+ "je regelmatig nieuwe beelden publiceert - dat kan je verkeer aanzienlijk "
335
+ "doen toenemen)."
336
+
337
+ #: views/sfsi_option_view1.php:235
338
+ msgid "Show this icon if you have a Instagram account."
339
+ msgstr "Toon dit icon als je een Instagram account hebt."
340
+
341
+ #: views/sfsi_option_view1.php:252
342
+ msgid ""
343
+ "Third-party service AddThis allows your visitors to share via many other "
344
+ "social networks, however it may also slow down your site a bit."
345
+ msgstr ""
346
+ "De 3rd-party dienst “AddThis” laat je bezoekers delen via vele andere "
347
+ "sociale netwerken, maar het kan je site wel wat langzamer maken."
348
+
349
+ #: views/sfsi_option_view1.php:255
350
+ msgid "Everybody uses email – that’s why it’s"
351
+ msgstr "Iedereen gebruikt e-mail - daarom is het "
352
+
353
+ #: views/sfsi_option_view1.php:258
354
+ msgid "much more effective than social media"
355
+ msgstr "veel effectiever dan social media"
356
+
357
+ #: views/sfsi_option_view1.php:261
358
+ msgid ""
359
+ "to make people follow you. Not offering an email subscription option means "
360
+ "losing out on future traffic to your site."
361
+ msgstr ""
362
+ "om mensen je te laten volgen. Geen email abonnement aanbieden betekent "
363
+ "verlies van toekomstig verkeer naar je site."
364
+
365
+ #: views/sfsi_option_view1.php:263
366
+ msgid "Check out their reviews:"
367
+ msgstr "Bekijk hun beoordelingen:"
368
+
369
+ #: views/sfsi_option_view1.php:284
370
+ msgid "Show this icon if you have a Houzz account."
371
+ msgstr "Toon dit icon als je een Houzz account hebt."
372
+
373
+ #: views/sfsi_option_view1.php:286
374
+ msgid ""
375
+ "Houzz is the No.1 site & community in the world of architecture and interior "
376
+ "design."
377
+ msgstr ""
378
+ "Houzz is de belangrijkste community site in de wereld van architectuur en "
379
+ "interieurdesign."
380
+
381
+ #: views/sfsi_option_view1.php:288
382
+ msgid "Visit Houzz"
383
+ msgstr "Bezoek Houzz"
384
+
385
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
386
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
387
+ msgid "Custom"
388
+ msgstr "Aangepast"
389
+
390
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
391
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
392
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
393
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
394
+ #: views/sfsi_option_view9.php:580
395
+ msgid "Collapse area"
396
+ msgstr "Sectie inklappen"
397
+
398
+ #: views/sfsi_option_view2.php:136
399
+ msgid "When clicked on, users can subscribe via RSS"
400
+ msgstr "Door hier op te klikken kunnen gebruikers zich abonneren via RSS"
401
+
402
+ #: views/sfsi_option_view2.php:144
403
+ msgid "For most blogs it’s http://blogname.com/feed"
404
+ msgstr "Voor de meeste blogs is het http://blognaam.com/feed"
405
+
406
+ #: views/sfsi_option_view2.php:162
407
+ msgid ""
408
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
409
+ "full access to your subscriber`s emails and interesting statistics:"
410
+ msgstr ""
411
+ "Stuur je nieuwe berichten automatisch naar abonnees. Het is GRATIS en je "
412
+ "krijgt volledige toegang to de e-mails van de abonnees en interessante "
413
+ "statistieken:"
414
+
415
+ #: views/sfsi_option_view2.php:164
416
+ msgid "Claim your feed to get full access."
417
+ msgstr "Claim je feed om volledige toegang te krijgen."
418
+
419
+ #: views/sfsi_option_view2.php:166
420
+ msgid "It also makes sense if you already offer an email newsletter:"
421
+ msgstr "Het is ook zinvol als je al een e-mail nieuwsbrief aanbiedt:"
422
+
423
+ #: views/sfsi_option_view2.php:168
424
+ msgid "Learn more."
425
+ msgstr "Lees meer."
426
+
427
+ #: views/sfsi_option_view2.php:171
428
+ msgid "Please pick which icon type you want to use:"
429
+ msgstr "Kies welk type icons je wil gebruiken:"
430
+
431
+ #: views/sfsi_option_view2.php:179
432
+ msgid "Email icon"
433
+ msgstr "E-mail icon"
434
+
435
+ #: views/sfsi_option_view2.php:187
436
+ msgid "Follow icon"
437
+ msgstr "Volg icon"
438
+
439
+ #: views/sfsi_option_view2.php:189
440
+ msgid "increases sign-ups"
441
+ msgstr "verhoogt aanmeldingen"
442
+
443
+ #: views/sfsi_option_view2.php:198
444
+ msgid "SpecificFeeds icon"
445
+ msgstr "SpecificFeeds icon"
446
+
447
+ #: views/sfsi_option_view2.php:200
448
+ msgid "provider of the service"
449
+ msgstr "service provider"
450
+
451
+ #: views/sfsi_option_view2.php:216
452
+ msgid ""
453
+ "The facebook icon can perform several actions. Pick below which ones it "
454
+ "should perform. If you select several options, then users can select what "
455
+ "they want to do"
456
+ msgstr ""
457
+ "Het Facebook icon kan verschillende acties uitvoeren. Kies hieronder welke "
458
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
459
+ "gebruikers kiezen welke actie ze verkiezen."
460
+
461
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
462
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
463
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
464
+ #: views/sfsi_option_view2.php:539
465
+ msgid "see an example"
466
+ msgstr "zie een voorbeeld"
467
+
468
+ #: views/sfsi_option_view2.php:222
469
+ msgid "The facebook icon should allow users to..."
470
+ msgstr "Het Facebook icon moet mogelijk maken:"
471
+
472
+ #: views/sfsi_option_view2.php:229
473
+ msgid "Visit my Facebook page at:"
474
+ msgstr "Bezoek mijn Facebook pagina op: "
475
+
476
+ #: views/sfsi_option_view2.php:237
477
+ msgid "Like my blog on Facebook (+1)"
478
+ msgstr "“Like” mijn blog op Facebook (+1)"
479
+
480
+ #: views/sfsi_option_view2.php:245
481
+ msgid "Share my blog with friends (on Facebook)"
482
+ msgstr "Deel mijn blog met vrienden (op Facebook)"
483
+
484
+ #: views/sfsi_option_view2.php:260
485
+ msgid ""
486
+ "The Twitter icon can perform several actions. Pick below which ones it "
487
+ "should perform. If you select several options, then users can select what "
488
+ "they want to do"
489
+ msgstr ""
490
+ "Het Twitter icon kan verschillende acties uitvoeren. Kies hieronder welke "
491
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
492
+ "gebruikers kiezen welke actie ze verkiezen."
493
+
494
+ #: views/sfsi_option_view2.php:267
495
+ msgid "The Twitter icon should allow users to..."
496
+ msgstr "Het Twitter icon moet mogelijk maken:"
497
+
498
+ #: views/sfsi_option_view2.php:272
499
+ msgid "Visit me on Twitter:"
500
+ msgstr "Bezoek me op Twitter:"
501
+
502
+ #: views/sfsi_option_view2.php:281
503
+ msgid "Follow me on Twitter:"
504
+ msgstr "Volg me op Twitter:"
505
+
506
+ #: views/sfsi_option_view2.php:289
507
+ msgid "Tweet about my page:"
508
+ msgstr "Tweet over mijn pagina:"
509
+
510
+ #: views/sfsi_option_view2.php:302
511
+ msgid ""
512
+ "The Google+ icon can perform several actions. Pick below which ones it "
513
+ "should perform. If you select several options, then users can select what "
514
+ "they want to do"
515
+ msgstr ""
516
+ "Het Google+ icon kan verschillende acties uitvoeren. Kies hieronder welke "
517
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
518
+ "gebruikers kiezen welke actie ze verkiezen."
519
+
520
+ #: views/sfsi_option_view2.php:308
521
+ msgid "The Google+ icon should allow users to..."
522
+ msgstr "Het Google+ icon moet mogelijk maken:"
523
+
524
+ #: views/sfsi_option_view2.php:314
525
+ msgid "Visit my Google+ page at:"
526
+ msgstr "Bezoek mijn Google+ pagina op: "
527
+
528
+ #: views/sfsi_option_view2.php:323
529
+ msgid "Like my blog on Google+ (+1)"
530
+ msgstr "“Like” mijn blog op Google+ (+1)"
531
+
532
+ #: views/sfsi_option_view2.php:330
533
+ msgid "Share my blog with friends (on Google+)"
534
+ msgstr "Deel mijn blog met vrienden (op Google+)"
535
+
536
+ #: views/sfsi_option_view2.php:344
537
+ msgid ""
538
+ "The Youtube icon can perform several actions. Pick below which ones it "
539
+ "should perform. If you select several options, then users can select what "
540
+ "they want to do"
541
+ msgstr ""
542
+ "Het Youtube icon kan verschillende acties uitvoeren. Kies hieronder welke "
543
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
544
+ "gebruikers kiezen welke actie ze verkiezen."
545
+
546
+ #: views/sfsi_option_view2.php:350
547
+ msgid "The youtube icon should allow users to..."
548
+ msgstr "het Youtube icon moet mogelijk maken:"
549
+
550
+ #: views/sfsi_option_view2.php:354
551
+ msgid "Visit my Youtube page at:"
552
+ msgstr "Bezoek mijn Youtube pagina op: "
553
+
554
+ #: views/sfsi_option_view2.php:360
555
+ msgid "Subscribe to me on Youtube"
556
+ msgstr "Abonneer op mijn Youtube kanaal"
557
+
558
+ #: views/sfsi_option_view2.php:362
559
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
560
+ msgstr "(laat mensen rechtstreeks op je abonneren, zonder je blog te verlaten)"
561
+
562
+ #: views/sfsi_option_view2.php:382
563
+ msgid "User Name"
564
+ msgstr "Gebruikersnaam"
565
+
566
+ #: views/sfsi_option_view2.php:387
567
+ msgid "Channel Id"
568
+ msgstr "Kanaal ID"
569
+
570
+ #: views/sfsi_option_view2.php:393
571
+ msgid "UserName:"
572
+ msgstr "Gebruikersnaam:"
573
+
574
+ #: views/sfsi_option_view2.php:397
575
+ msgid ""
576
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
577
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
578
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
579
+ msgstr ""
580
+ "Om je gebruikersnaam te vinden ga naar “Mijn kanaal” in het Youtube menu "
581
+ "links en klik op “Over” en kopieer je gebruikersnaam uit de URL (bijv. bij "
582
+ "https://www.youtube.com/user/Tommy is het ”Tommy\")."
583
+
584
+ #: views/sfsi_option_view2.php:403
585
+ msgid "Channel Id:"
586
+ msgstr "Kanaal ID:"
587
+
588
+ #: views/sfsi_option_view2.php:408
589
+ msgid ""
590
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
591
+ "left and take your channel name from there."
592
+ msgstr ""
593
+ "Om je kanaal naam te vinden ga je naar Mijn Kanaal in het Youtube menu links "
594
+ "waarna je kanaal naam verschijnt."
595
+
596
+ #: views/sfsi_option_view2.php:423
597
+ msgid ""
598
+ "The Pinterest icon can perform several actions. Pick below which ones it "
599
+ "should perform. If you select several options, then users can select what "
600
+ "they want to do"
601
+ msgstr ""
602
+ "Het Pinterest icon kan verschillende acties uitvoeren. Kies hieronder welke "
603
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
604
+ "gebruikers kiezen welke actie ze verkiezen."
605
+
606
+ #: views/sfsi_option_view2.php:429
607
+ msgid "The Pinterest icon should allow users to..."
608
+ msgstr "Het Pinterest icon moet mogelijk maken:"
609
+
610
+ #: views/sfsi_option_view2.php:434
611
+ msgid "Visit my Pinterest page at:"
612
+ msgstr "Bezoek mijn Pinterest pagina op: "
613
+
614
+ #: views/sfsi_option_view2.php:442
615
+ msgid "Pin my blog on Pinterest (+1)"
616
+ msgstr "Pin mijn blog op Pinterest (+1)"
617
+
618
+ #: views/sfsi_option_view2.php:457
619
+ msgid "When clicked on, users will get directed to your Instagram page"
620
+ msgstr ""
621
+ "Als ze er op klikken worden gebruikers naar je Instagram pagina verwezen"
622
+
623
+ #: views/sfsi_option_view2.php:476
624
+ msgid ""
625
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
626
+ "should perform. If you select several options, then users can select what "
627
+ "they want to do"
628
+ msgstr ""
629
+ "Het LinkedIn icon kan verschillende acties uitvoeren. Kies hieronder welke "
630
+ "acties uitgevoerd moeten worden. Als je meerdere opties kiest kunnen de "
631
+ "gebruikers kiezen welke actie ze verkiezen."
632
+
633
+ #: views/sfsi_option_view2.php:482
634
+ msgid ""
635
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
636
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
637
+ msgstr ""
638
+ "Je vindt je ID inde link van je profielpagina, bijv https://www.linkedin.com/"
639
+ "profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
640
+
641
+ #: views/sfsi_option_view2.php:485
642
+ msgid "The LinkedIn icon should allow users to..."
643
+ msgstr "Het LinkedIn icon moet mogelijk maken:"
644
+
645
+ #: views/sfsi_option_view2.php:490
646
+ msgid "Visit my Linkedin page at:"
647
+ msgstr "Bezoek mijn LinkedIn pagina op: "
648
+
649
+ #: views/sfsi_option_view2.php:499
650
+ msgid "Follow me on Linkedin:"
651
+ msgstr "Volg me op LinkedIn:"
652
+
653
+ #: views/sfsi_option_view2.php:508
654
+ msgid "Share my page on LinkedIn"
655
+ msgstr "Deel mijn pagina op LinkedIn"
656
+
657
+ #: views/sfsi_option_view2.php:515
658
+ msgid "Recommend my business or product on Linkedin"
659
+ msgstr "Beveel mijn bedrijf of product aan op LinkedIn"
660
+
661
+ #: views/sfsi_option_view2.php:520
662
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
663
+ msgstr ""
664
+ "Om je Product of Bedrijfs ID te vinden, kun je de ID opzoek hulp gebruiken op"
665
+
666
+ #: views/sfsi_option_view2.php:524
667
+ msgid "You need to be logged in to Linkedin to be able to use it."
668
+ msgstr "Je moet op LinkedIn aangemeld zijn om het te kunnen gebruiken."
669
+
670
+ #: views/sfsi_option_view2.php:537
671
+ msgid ""
672
+ "Nothing needs to be done here – your visitors to share your site via «all "
673
+ "the other» social media sites."
674
+ msgstr ""
675
+ "Hier hoeft niets te gebeuren - Je bezoekers delen je site via «al die "
676
+ "andere» social media sites."
677
+
678
+ #: views/sfsi_option_view2.php:553
679
+ msgid ""
680
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
681
+ "your_username)."
682
+ msgstr ""
683
+ "Geef de url naar je Houzz profiel (bijv. http://www.houzz.com/user/"
684
+ "jouw_gebruikersnaam)."
685
+
686
+ #: views/sfsi_option_view2.php:585
687
+ msgid "Where do you want this icon to link to?"
688
+ msgstr "Waar moet dit icon naar linken?"
689
+
690
+ #: views/sfsi_option_view2.php:589
691
+ msgid "Link:"
692
+ msgstr "Link:"
693
+
694
+ #: views/sfsi_option_view3.php:35
695
+ msgid ""
696
+ "A good & well-fitting design is not only nice to look at, but it increases "
697
+ "chances that people will subscribe and/or share your site with friends:"
698
+ msgstr ""
699
+ "Een goed en passend ontwerp is niet alleen prettig om naar te kijken, maar "
700
+ "het verhoogt ook de kans dat mensen zich abonneren en/of je site delen met "
701
+ "vrienden:"
702
+
703
+ #: views/sfsi_option_view3.php:39
704
+ msgid "It comes across as more professional and gives your site more “credit”"
705
+ msgstr "Het komt over als professioneler en geeft je site meer “status”"
706
+
707
+ #: views/sfsi_option_view3.php:42
708
+ msgid ""
709
+ "A smart automatic animation can make your visitors aware of your icons in an "
710
+ "unintrusive manner"
711
+ msgstr ""
712
+ "Een slimme automatische animatie kan je bezoekers van je icons bewust maken "
713
+ "zonder opdringerig te zijn"
714
+
715
+ #: views/sfsi_option_view3.php:47
716
+ msgid ""
717
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
718
+ "site. Thank you Shortpixel!"
719
+ msgstr ""
720
+ "The icons zijn gecomprimeerd door Shortpixel.com om je site sneller te "
721
+ "laden. Dank je, Shortpixel!"
722
+
723
+ #: views/sfsi_option_view3.php:52
724
+ msgid "Theme options"
725
+ msgstr "Thema opties"
726
+
727
+ #: views/sfsi_option_view3.php:59
728
+ msgid "Default"
729
+ msgstr "Standaard"
730
+
731
+ #: views/sfsi_option_view3.php:69
732
+ msgid "Flat"
733
+ msgstr "Plat"
734
+
735
+ #: views/sfsi_option_view3.php:78
736
+ msgid "Thin"
737
+ msgstr "Dun"
738
+
739
+ #: views/sfsi_option_view3.php:87
740
+ msgid "Cute"
741
+ msgstr "Schattig"
742
+
743
+ #: views/sfsi_option_view3.php:97
744
+ msgid "Cubes"
745
+ msgstr "Kubussen"
746
+
747
+ #: views/sfsi_option_view3.php:105
748
+ msgid "Chrome Blue"
749
+ msgstr "Chroom Blauw"
750
+
751
+ #: views/sfsi_option_view3.php:112
752
+ msgid "Chrome Grey"
753
+ msgstr "Chrome Grijs"
754
+
755
+ #: views/sfsi_option_view3.php:119
756
+ msgid "Splash"
757
+ msgstr "Plons"
758
+
759
+ #: views/sfsi_option_view3.php:130
760
+ msgid "Orange"
761
+ msgstr "Oranje"
762
+
763
+ #: views/sfsi_option_view3.php:137
764
+ msgid "Crystal"
765
+ msgstr "Kristal"
766
+
767
+ #: views/sfsi_option_view3.php:144
768
+ msgid "Glossy"
769
+ msgstr "Glanzend"
770
+
771
+ #: views/sfsi_option_view3.php:151
772
+ msgid "Black"
773
+ msgstr "Zwart"
774
+
775
+ #: views/sfsi_option_view3.php:161
776
+ msgid "Silver"
777
+ msgstr "Zilver"
778
+
779
+ #: views/sfsi_option_view3.php:168
780
+ msgid "Shaded Dark"
781
+ msgstr "Donkere met Schaduw"
782
+
783
+ #: views/sfsi_option_view3.php:175
784
+ msgid "Shaded Light"
785
+ msgstr "Licht met Schaduw"
786
+
787
+ #: views/sfsi_option_view3.php:182
788
+ msgid "Transparent"
789
+ msgstr "Transparant"
790
+
791
+ #: views/sfsi_option_view3.php:183
792
+ msgid "for dark backgrounds"
793
+ msgstr "voor donkere achtergronden"
794
+
795
+ #: views/sfsi_option_view3.php:192
796
+ msgid "Custom Icons"
797
+ msgstr "Aangepaste icons"
798
+
799
+ #: views/sfsi_option_view3.php:306
800
+ msgid "Animate them (your main icons)"
801
+ msgstr "Animeer ze (je belangrijkste icons)"
802
+
803
+ #: views/sfsi_option_view3.php:312
804
+ msgid "Mouse-Over effects"
805
+ msgstr "Muis-over effecten"
806
+
807
+ #: views/sfsi_option_view3.php:317
808
+ msgid "Fade In"
809
+ msgstr "Verlichten"
810
+
811
+ #: views/sfsi_option_view3.php:320
812
+ msgid "Scale"
813
+ msgstr "Schaal"
814
+
815
+ #: views/sfsi_option_view3.php:323
816
+ msgid "Combo"
817
+ msgstr "Combinatie"
818
+
819
+ #: views/sfsi_option_view3.php:333
820
+ msgid "Shuffle them automatically"
821
+ msgstr "Meng ze automatisch"
822
+
823
+ #: views/sfsi_option_view3.php:340
824
+ msgid "When site is first loaded"
825
+ msgstr "Als de site voor het eerst wordt geladen"
826
+
827
+ #: views/sfsi_option_view3.php:346
828
+ msgid "Every"
829
+ msgstr "Elke"
830
+
831
+ #: views/sfsi_option_view3.php:350
832
+ msgid "seconds"
833
+ msgstr "seconden"
834
+
835
+ #: views/sfsi_option_view4.php:150
836
+ msgid ""
837
+ "It’s a psychological fact that people like to follow other people, so when "
838
+ "they see that your site has already a good number of Facebook likes, it’s "
839
+ "more likely that they will subscribe/like/share your site than if it had 0."
840
+ msgstr ""
841
+ "Het is een psychologisch gegeven dat mensen elkaar volgen, dus als ze zien "
842
+ "dat je site al een aantal Facebook volgers heeft is de kans groter dat ze je "
843
+ "site abonneren/liken/delen dan wanneer je site 0 heeft."
844
+
845
+ #: views/sfsi_option_view4.php:153
846
+ msgid ""
847
+ "Therefore, you can select to display the count next to your icons which will "
848
+ "look like this:"
849
+ msgstr ""
850
+ "Daarom kun je kiezen om de teller naast je icon te tonen, wat er zo uitziet:"
851
+
852
+ #: views/sfsi_option_view4.php:215
853
+ msgid ""
854
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
855
+ "we suggest that you only turn this feature on once you have a good number of "
856
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
857
+ "should just not be 0)."
858
+ msgstr ""
859
+ "Natuurlijk, als je nog op 0 staat schiet je jezelf hiermee in je voet. Dus "
860
+ "we suggereren dat je dit pas inschakelt als je een aantal aantal volgers/"
861
+ "likes/delers hebt (tenminste 20 - geen zorgen of dat niet te veel is, als "
862
+ "het maar niet 0 is)."
863
+
864
+ #: views/sfsi_option_view4.php:218
865
+ msgid "Enough waffling. So do you want to display counts?"
866
+ msgstr "Genoeg gebabbel. Dus wil je de tellers laten zien?"
867
+
868
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
869
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
870
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
871
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
872
+ msgid "Yes"
873
+ msgstr "Ja"
874
+
875
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
876
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
877
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
878
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
879
+ msgid "No"
880
+ msgstr "Nee"
881
+
882
+ #: views/sfsi_option_view4.php:239
883
+ msgid "Please specify which counts should be shown:"
884
+ msgstr "Specificeer welke tellers getoond moeten worden:"
885
+
886
+ #: views/sfsi_option_view4.php:261
887
+ msgid "We cannot track this. So enter the figure here:"
888
+ msgstr "We kunnen dit niet traceren. Dus voer hier het aantal in:"
889
+
890
+ #: views/sfsi_option_view4.php:289
891
+ msgid "Retrieve the number of subscribers automatically"
892
+ msgstr "Haal het aantal abonnees automatisch op"
893
+
894
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
895
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
896
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
897
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
898
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
899
+ msgid "Enter the figure manually"
900
+ msgstr "voer het aantal handmatig in"
901
+
902
+ #: views/sfsi_option_view4.php:320
903
+ msgid "Retrieve the number of likes of your blog"
904
+ msgstr "Haal het aantal likes van je blog op"
905
+
906
+ #: views/sfsi_option_view4.php:324
907
+ msgid "Retrieve the number of likes of your facebook page"
908
+ msgstr "Haal het aantal likes van de Facebook pagina op"
909
+
910
+ #: views/sfsi_option_view4.php:328
911
+ msgid "page ID:"
912
+ msgstr "pagina ID:"
913
+
914
+ #: views/sfsi_option_view4.php:333
915
+ msgid ""
916
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
917
+ msgstr "Je vindt het onderaan op je “Over” -tab op je Facebook pagina"
918
+
919
+ #: views/sfsi_option_view4.php:365
920
+ msgid "Retrieve the number of Twitter followers"
921
+ msgstr "Haal het aantal Twitter volgers op"
922
+
923
+ #: views/sfsi_option_view4.php:371
924
+ msgid "Enter Consumer Key"
925
+ msgstr "Invoer “Consumer Key”"
926
+
927
+ #: views/sfsi_option_view4.php:377
928
+ msgid "Enter Consumer Secret"
929
+ msgstr "Invoer “Consumer Secret”"
930
+
931
+ #: views/sfsi_option_view4.php:383
932
+ msgid "Enter Access Token"
933
+ msgstr "Invoer “Access Token”"
934
+
935
+ #: views/sfsi_option_view4.php:389
936
+ msgid "Enter Access Token Secret"
937
+ msgstr "Invoer “Access Token Secret”"
938
+
939
+ #: views/sfsi_option_view4.php:396
940
+ msgid ""
941
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
942
+ "in twitter settings under question number 2."
943
+ msgstr ""
944
+ "Zorg er voor dat je de gebruikersnaam voor “Volg me op Twitter:” in de "
945
+ "Twitter instellingen onder vraag 2 hebt ingevoerd."
946
+
947
+ #: views/sfsi_option_view4.php:400
948
+ msgid "To get this information:"
949
+ msgstr "Om deze informatie te krijgen:"
950
+
951
+ #: views/sfsi_option_view4.php:404
952
+ msgid "Go to"
953
+ msgstr "Ga naar"
954
+
955
+ #: views/sfsi_option_view4.php:410
956
+ msgid "Click on \"Create new app\""
957
+ msgstr "Klik op “Maak een nieuwe app”"
958
+
959
+ #: views/sfsi_option_view4.php:413
960
+ msgid ""
961
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
962
+ "e.g. http://dummysitename.com)"
963
+ msgstr ""
964
+ "Voor een willekeurige Naam, Omschrijving en Website URL in (incl “http://“, "
965
+ "bijvoorbeeld http://dummysitenaam.com)"
966
+
967
+ #: views/sfsi_option_view4.php:416
968
+ msgid ""
969
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
970
+ "\"Token actions\" section at the bottom"
971
+ msgstr ""
972
+ "Ga naar “Sleutels en Toegangstokens” tab en klik op “Maak Token” in de "
973
+ "“Token Acties” sectie beneden"
974
+
975
+ #: views/sfsi_option_view4.php:419
976
+ msgid ""
977
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
978
+ "key"
979
+ msgstr ""
980
+ "Klik daarna op “Test Oauth” rechtsboven en dan zie je de 4 token sleutel"
981
+
982
+ #: views/sfsi_option_view4.php:452
983
+ msgid "Retrieve the number of Google +1 (on your blog)"
984
+ msgstr "Haal het aantal Google+1 op (op je blog)"
985
+
986
+ #: views/sfsi_option_view4.php:456
987
+ msgid "Retrieve the number of google+ followers"
988
+ msgstr "Haal het aantal Google+ volgers op"
989
+
990
+ #: views/sfsi_option_view4.php:462
991
+ msgid "Enter Google API Key"
992
+ msgstr "Voer Google API sleutel in"
993
+
994
+ #: views/sfsi_option_view4.php:470
995
+ msgid ""
996
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
997
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
998
+ "number 2."
999
+ msgstr ""
1000
+ "Zorg er voor dat je de URL voor Bezoek mijn Google+ pagina op: hebt "
1001
+ "ingevoerd zoals https://plus.google.com/u/0/b/[paginaID] in de Google+ "
1002
+ "instellingen bij vraag 2."
1003
+
1004
+ #: views/sfsi_option_view4.php:475
1005
+ msgid "To get the API key for G+:"
1006
+ msgstr "Om de API key voor G+ te krijgen:"
1007
+
1008
+ #: views/sfsi_option_view4.php:480
1009
+ msgid "Login to your Google account, go to"
1010
+ msgstr "Meld je aan op je Google account, ga naar "
1011
+
1012
+ #: views/sfsi_option_view4.php:484
1013
+ msgid "and create a new project"
1014
+ msgstr "en maak een nieuw project aan"
1015
+
1016
+ #: views/sfsi_option_view4.php:487
1017
+ msgid ""
1018
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
1019
+ "“Create new key” in the “Public API access” section"
1020
+ msgstr ""
1021
+ "Dan op de linkermenubalk, ga naar “APIs & auth”, “Credentials” en klik "
1022
+ "“Create new key” in de “Public API access” sectie"
1023
+
1024
+ #: views/sfsi_option_view4.php:490
1025
+ msgid ""
1026
+ "There you select “browser key” and click “Create”. You will then be shown "
1027
+ "your API key"
1028
+ msgstr ""
1029
+ "Daar kies je “browser key” en klik “Create”. Je krijgt dan je API key te zien"
1030
+
1031
+ #: views/sfsi_option_view4.php:493
1032
+ msgid ""
1033
+ "When you enter this key into the plugin for the first time, it may take some "
1034
+ "time until the correct follower count is displayed on your website"
1035
+ msgstr ""
1036
+ "Als je deze key voor het eerst inde plug-in invoert kan het enige tijd duren "
1037
+ "voordat het aantal volgers op je website getoond wordt"
1038
+
1039
+ #: views/sfsi_option_view4.php:570
1040
+ msgid "Retrieve the number of Subscribers"
1041
+ msgstr "Haal het aantal Abonnees op"
1042
+
1043
+ #: views/sfsi_option_view4.php:575
1044
+ msgid "Enter Youtube User name"
1045
+ msgstr "Invoer Youtube Gebruikersnaam"
1046
+
1047
+ #: views/sfsi_option_view4.php:582
1048
+ msgid "Enter Youtube Channel id"
1049
+ msgstr "Invoer Youtube Kanaal ID"
1050
+
1051
+ #: views/sfsi_option_view4.php:616
1052
+ msgid "Retrieve the number of Pins"
1053
+ msgstr "Haal het aantal Pins op"
1054
+
1055
+ #: views/sfsi_option_view4.php:649
1056
+ msgid "Retrieve the number of Instagram followers"
1057
+ msgstr "Haal het aantal Instagram volgers op"
1058
+
1059
+ #: views/sfsi_option_view4.php:653
1060
+ msgid "Enter Instagram User name"
1061
+ msgstr "Invoer Instagram Gebruikersnaam"
1062
+
1063
+ #: views/sfsi_option_view4.php:688
1064
+ msgid "Retrieve the number of shares"
1065
+ msgstr "Haal het aantal Delen acties op"
1066
+
1067
+ #: views/sfsi_option_view5.php:341
1068
+ msgid "Order of your icons"
1069
+ msgstr "Volgorde van je Icons"
1070
+
1071
+ #: views/sfsi_option_view5.php:430
1072
+ msgid "Drag and Drop"
1073
+ msgstr "Slepen en Plaatsen"
1074
+
1075
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1076
+ msgid "Size and spacing of your icons"
1077
+ msgstr "Grootte en onderlinge afstand van je icons"
1078
+
1079
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1080
+ msgid "Size:"
1081
+ msgstr "Grootte:"
1082
+
1083
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1084
+ msgid "pixels wide and tall"
1085
+ msgstr "pixels breed en hoog"
1086
+
1087
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1088
+ msgid "Spacing between icons:"
1089
+ msgstr "Afstand tussen icons:"
1090
+
1091
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1092
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1093
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1094
+ msgid "Pixels"
1095
+ msgstr "Pixels"
1096
+
1097
+ #: views/sfsi_option_view5.php:457
1098
+ msgid "Alignments"
1099
+ msgstr "Uitlijningen"
1100
+
1101
+ #: views/sfsi_option_view5.php:461
1102
+ msgid "Alignment of icons:"
1103
+ msgstr "Uitlijning van de icons:"
1104
+
1105
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1106
+ msgid "Centered"
1107
+ msgstr "Gecentreerd"
1108
+
1109
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1110
+ #: views/sfsi_option_view8.php:496
1111
+ msgid "Right"
1112
+ msgstr "Rechts"
1113
+
1114
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1115
+ #: views/sfsi_option_view8.php:493
1116
+ msgid "Left"
1117
+ msgstr "Links"
1118
+
1119
+ #: views/sfsi_option_view5.php:477
1120
+ msgid "Icons per row:"
1121
+ msgstr "Icons per regel:"
1122
+
1123
+ #: views/sfsi_option_view5.php:481
1124
+ msgid "Leave empty if you dont want to define this"
1125
+ msgstr "Laat leeg als je dit niet wil instellen"
1126
+
1127
+ #: views/sfsi_option_view5.php:488
1128
+ msgid "Language & Button-text"
1129
+ msgstr "Taal en Knop-tekst"
1130
+
1131
+ #: views/sfsi_option_view5.php:493
1132
+ msgid "Follow-button:"
1133
+ msgstr "Volgen-Knop:"
1134
+
1135
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1136
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1137
+ #: views/sfsi_option_view9.php:111
1138
+ msgid "Preview:"
1139
+ msgstr "Voorbeeld:"
1140
+
1141
+ #: views/sfsi_option_view5.php:514
1142
+ msgid "Facebook «Visit»-icon:"
1143
+ msgstr "Facebook «Bezoek»-icon:"
1144
+
1145
+ #: views/sfsi_option_view5.php:535
1146
+ msgid "Twitter «Visit»-icon:"
1147
+ msgstr "Twitter «Bezoek»-icon:"
1148
+
1149
+ #: views/sfsi_option_view5.php:556
1150
+ msgid "Google+ «Visit»-icon:"
1151
+ msgstr "Google+ «Bezoek»-icon:"
1152
+
1153
+ #: views/sfsi_option_view5.php:577
1154
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1155
+ msgstr "Taal voor Like en Delen knoppen (Facebook, Twitter, Google+):"
1156
+
1157
+ #: views/sfsi_option_view5.php:748
1158
+ msgid "New window"
1159
+ msgstr "Nieuw venster"
1160
+
1161
+ #: views/sfsi_option_view5.php:753
1162
+ msgid ""
1163
+ "If user clicks on your icons, do you want to open the page in a new window?"
1164
+ msgstr ""
1165
+ "Als een gebruiker op deze icons klikt, wil je dan dat de pagina in een nieuw "
1166
+ "venster opent?"
1167
+
1168
+ #: views/sfsi_option_view5.php:776
1169
+ msgid "Sticking & Disable on mobile"
1170
+ msgstr "Vastplakken en Uitschakelen op mobiel"
1171
+
1172
+ #: views/sfsi_option_view5.php:779
1173
+ msgid ""
1174
+ "If you decided to show your icons via a widget, you can add the effect that "
1175
+ "when the user scrolls down, the icons will stick at the top of the screen "
1176
+ "so that they are still displayed even if the user scrolled all the way down. "
1177
+ "Do you want to do that?"
1178
+ msgstr ""
1179
+ "Als je besluit om je icons via een widget te tonen , kun je het effect "
1180
+ "toevoegen dat wanneer de gebruiker naar beneden rolt, de icons boven op het "
1181
+ "scherm blijven zodat ze nog getoond worden ook al rolt de gebruiker helemaal "
1182
+ "naar beneden. Wil je dat doen?"
1183
+
1184
+ #: views/sfsi_option_view5.php:802
1185
+ msgid "Disable float icons on mobile devices"
1186
+ msgstr "Zwevende icons uitschakelen op mobiele apparaten"
1187
+
1188
+ #: views/sfsi_option_view5.php:824
1189
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1190
+ msgstr "Auto-Scaling uitschakelen op mobiele apparaten (“viewport” meta tag)"
1191
+
1192
+ #: views/sfsi_option_view5.php:848
1193
+ msgid "Mouseover text"
1194
+ msgstr "Muis-over tekst"
1195
+
1196
+ #: views/sfsi_option_view5.php:851
1197
+ msgid ""
1198
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1199
+ "perform different actions) then you can define here what text will be "
1200
+ "displayed if a user moves his mouse over the icon:"
1201
+ msgstr ""
1202
+ "Als je je icon maar een functie hebt gegeven (dus geen pop-up waarbij een "
1203
+ "gebruiker verschillende acties kan uitvoeren) dan kun je hier opgeven welke "
1204
+ "tekst getoond wordt als een gebruiker zijn muis over het icon beweegt:"
1205
+
1206
+ #: views/sfsi_option_view6.php:27
1207
+ msgid ""
1208
+ "The selections you made so far were to display the subscriptions/ social "
1209
+ "media icons for your site in general (in a widget on the sidebar). You can "
1210
+ "also display icons at the end of every post, encouraging users to subscribe/"
1211
+ "like/share after they’ve read it. The following buttons will be added:"
1212
+ msgstr ""
1213
+ "De keuzes die je tot nu toe hebt gemaakt waarom om de abonnementen en social "
1214
+ "media icons voor je site in het algemeen te tonen (in een widget in een "
1215
+ "zijbalk). Je kunt de icons ook aan het eind van elk bericht tonen om je "
1216
+ "gebruikers aan te moedigen tot Abonneren/Liken/Delen nadat ze het hebben "
1217
+ "gelezen. De volgende knoppen worden toegevoegd:"
1218
+
1219
+ #: views/sfsi_option_view6.php:43
1220
+ msgid "Those are usually all you need:"
1221
+ msgstr "Normaliter zijn deze alles wat je nodig hebt:"
1222
+
1223
+ #: views/sfsi_option_view6.php:47
1224
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1225
+ msgstr "Facebook is nummer 1 met Liken, dus deze is noodzakelijk"
1226
+
1227
+ #: views/sfsi_option_view6.php:50
1228
+ msgid ""
1229
+ "Google+ is also important due to SEO reasons, so important to have as well"
1230
+ msgstr ""
1231
+ "Google+ is belangrijk om SEO redenen, dus eveneens belangrijk om te hebben"
1232
+
1233
+ #: views/sfsi_option_view6.php:53
1234
+ msgid "Share-button covers all other platforms for sharing"
1235
+ msgstr "Delen-knoppen dekken alle andere platforms voor delen"
1236
+
1237
+ #: views/sfsi_option_view6.php:58
1238
+ msgid "So: do you want to display those at the end of every post?"
1239
+ msgstr "Dus… Wil je deze tonen aan het eind van elk bericht?"
1240
+
1241
+ #: views/sfsi_option_view6.php:78
1242
+ msgid "Options:"
1243
+ msgstr "Opties:"
1244
+
1245
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1246
+ msgid "Text to appear before the sharing icons:"
1247
+ msgstr "Tekst om te tonen voor de Delen icons:"
1248
+
1249
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1250
+ msgid "Alignment of share icons:"
1251
+ msgstr "Uitwijzing van de Delen icons:"
1252
+
1253
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1254
+ msgid "Do you want to display the counts?"
1255
+ msgstr "Wil je de tellers tonen?"
1256
+
1257
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1258
+ msgid "YES"
1259
+ msgstr "JA"
1260
+
1261
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1262
+ msgid "NO"
1263
+ msgstr "NEE"
1264
+
1265
+ #: views/sfsi_option_view7.php:48
1266
+ msgid ""
1267
+ "You can increase chances that people share or follow you by displaying a pop-"
1268
+ "up asking them to. You can define the design and layout below:"
1269
+ msgstr ""
1270
+ "Je kunt de kans dat mensen je volgen of delen door een pop-up te tonen die "
1271
+ "hen daar naar vraagt. Je kunt hieronder het ontwerp end e lay-out instellen:"
1272
+
1273
+ #: views/sfsi_option_view7.php:54
1274
+ msgid "Enjoy this site? Please follow and like us!"
1275
+ msgstr "Bevalt deze site? Volg en Like ons aub!"
1276
+
1277
+ #: views/sfsi_option_view7.php:143
1278
+ msgid "Text and Design"
1279
+ msgstr "Tekst en ontwerp"
1280
+
1281
+ #: views/sfsi_option_view7.php:147
1282
+ msgid "Text Options"
1283
+ msgstr "Tekst opties"
1284
+
1285
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1286
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1287
+ msgid "Text:"
1288
+ msgstr "Tekst:"
1289
+
1290
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1291
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1292
+ msgid "Font:"
1293
+ msgstr "Font:"
1294
+
1295
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1296
+ #: views/sfsi_option_view9.php:505
1297
+ msgid "Font style:"
1298
+ msgstr "Font stijl:"
1299
+
1300
+ #: views/sfsi_option_view7.php:219
1301
+ msgid "Font color:"
1302
+ msgstr "Font kleur"
1303
+
1304
+ #: views/sfsi_option_view7.php:224
1305
+ msgid "Font size:"
1306
+ msgstr "Font grootte"
1307
+
1308
+ #: views/sfsi_option_view7.php:231
1309
+ msgid "Icon Box Layout"
1310
+ msgstr "Icon Box lay-out"
1311
+
1312
+ #: views/sfsi_option_view7.php:235
1313
+ msgid "Background Color:"
1314
+ msgstr "Achtergrondkleur:"
1315
+
1316
+ #: views/sfsi_option_view7.php:241
1317
+ msgid "Border Color:"
1318
+ msgstr "Rand kleur:"
1319
+
1320
+ #: views/sfsi_option_view7.php:249
1321
+ msgid "Border Thinckness:"
1322
+ msgstr "Rand dikte:"
1323
+
1324
+ #: views/sfsi_option_view7.php:257
1325
+ msgid "Border Shadow:"
1326
+ msgstr "Rand schaduw:"
1327
+
1328
+ #: views/sfsi_option_view7.php:263
1329
+ msgid "On"
1330
+ msgstr "Aan"
1331
+
1332
+ #: views/sfsi_option_view7.php:269
1333
+ msgid "Off"
1334
+ msgstr "Uit"
1335
+
1336
+ #: views/sfsi_option_view7.php:279
1337
+ msgid "Where shall the pop-up be shown?"
1338
+ msgstr "Waar moet de pop-up getoond worden?"
1339
+
1340
+ #: views/sfsi_option_view7.php:284
1341
+ msgid "Nowhere"
1342
+ msgstr "Nergens"
1343
+
1344
+ #: views/sfsi_option_view7.php:290
1345
+ msgid "On every page"
1346
+ msgstr "Op elke pagina"
1347
+
1348
+ #: views/sfsi_option_view7.php:296
1349
+ msgid "On blog posts only"
1350
+ msgstr "Alleen op blog berichten"
1351
+
1352
+ #: views/sfsi_option_view7.php:302
1353
+ msgid "On selected pages only"
1354
+ msgstr "Alleen op bepaalde pagina’s"
1355
+
1356
+ #: views/sfsi_option_view7.php:345
1357
+ msgid "Please hold CTRL key to select multiple pages"
1358
+ msgstr "Hou de CTRL toets ingedrukt om meerdere pagina’s te kiezen"
1359
+
1360
+ #: views/sfsi_option_view7.php:351
1361
+ msgid "When shall the pop-up be shown?"
1362
+ msgstr "Wanneer moet de pop-up getoond worden?"
1363
+
1364
+ #: views/sfsi_option_view7.php:356
1365
+ msgid "Once"
1366
+ msgstr "Eenmalig"
1367
+
1368
+ #: views/sfsi_option_view7.php:358
1369
+ msgid "seconds after the user arrived on the site"
1370
+ msgstr "seconden nadat de gebruiker op de site is gekomen"
1371
+
1372
+ #: views/sfsi_option_view7.php:364
1373
+ msgid "Every time user scrolls to the end of the page"
1374
+ msgstr "Iedere keer als de gebruiker naar het eind van de pagina rolt"
1375
+
1376
+ #: views/sfsi_option_view8.php:112
1377
+ msgid "Show them via a widget"
1378
+ msgstr "Toon ze via een widget"
1379
+
1380
+ #: views/sfsi_option_view8.php:125
1381
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1382
+ msgstr "Ga naar je widget gebied en sleep en zet neer waar je het wil hebben!"
1383
+
1384
+ #: views/sfsi_option_view8.php:142
1385
+ msgid "Float them on the page"
1386
+ msgstr "Zweef ze op de pagina"
1387
+
1388
+ #: views/sfsi_option_view8.php:160
1389
+ msgid "Top left"
1390
+ msgstr "Boven links"
1391
+
1392
+ #: views/sfsi_option_view8.php:167
1393
+ msgid "Top right"
1394
+ msgstr "Boven rechts"
1395
+
1396
+ #: views/sfsi_option_view8.php:174
1397
+ msgid "Center left"
1398
+ msgstr "Midden Links"
1399
+
1400
+ #: views/sfsi_option_view8.php:181
1401
+ msgid "Center right"
1402
+ msgstr "Midden rechts"
1403
+
1404
+ #: views/sfsi_option_view8.php:188
1405
+ msgid "Bottom left"
1406
+ msgstr "Onder links"
1407
+
1408
+ #: views/sfsi_option_view8.php:195
1409
+ msgid "Bottom right"
1410
+ msgstr "Onder rechts"
1411
+
1412
+ #: views/sfsi_option_view8.php:202
1413
+ msgid "Margin From:"
1414
+ msgstr "Marge van:"
1415
+
1416
+ #: views/sfsi_option_view8.php:207
1417
+ msgid "Top:"
1418
+ msgstr "Boven:"
1419
+
1420
+ #: views/sfsi_option_view8.php:216
1421
+ msgid "Bottom:"
1422
+ msgstr "Onder:"
1423
+
1424
+ #: views/sfsi_option_view8.php:225
1425
+ msgid "Left:"
1426
+ msgstr "Links:"
1427
+
1428
+ #: views/sfsi_option_view8.php:234
1429
+ msgid "Right:"
1430
+ msgstr "Rechts:"
1431
+
1432
+ #: views/sfsi_option_view8.php:253
1433
+ msgid "Place them manually"
1434
+ msgstr "Plaats ze handmatig"
1435
+
1436
+ #: views/sfsi_option_view8.php:266
1437
+ msgid "Place the following string into your theme codes: "
1438
+ msgstr "Plaats de volgende tekst in je thema codes:"
1439
+
1440
+ #: views/sfsi_option_view8.php:270
1441
+ msgid ""
1442
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1443
+ "want."
1444
+ msgstr ""
1445
+ "Of gebruik de stortcode [DISPLAY_ULTIMATE_PLUS] om ze op een plek te tonen "
1446
+ "waar jij dat wil."
1447
+
1448
+ #: views/sfsi_option_view8.php:282
1449
+ msgid "Show them before or after posts"
1450
+ msgstr "Toon ze voor of na berichten"
1451
+
1452
+ #: views/sfsi_option_view8.php:296
1453
+ msgid "Here you have two options:"
1454
+ msgstr "Hier heb je twee opties:"
1455
+
1456
+ #: views/sfsi_option_view8.php:304
1457
+ msgid "Display rectangle icons"
1458
+ msgstr "Toon rechthoekige icons"
1459
+
1460
+ #: views/sfsi_option_view8.php:310
1461
+ msgid "Display the icons I selected above"
1462
+ msgstr "Toon de icons die ik hierboven heb gekozen"
1463
+
1464
+ #: views/sfsi_option_view8.php:318
1465
+ msgid ""
1466
+ "Rectangle icons spell out the «call to action» which increases chances that "
1467
+ "visitors do it."
1468
+ msgstr ""
1469
+ "Rechthoekige icons tonen je «oproep tot actie» en dat vergroot de kans dat "
1470
+ "bezoekers het doen."
1471
+
1472
+ #: views/sfsi_option_view8.php:321
1473
+ msgid "Select the icons you want to show:"
1474
+ msgstr "Kies de icons die je wil tonen:"
1475
+
1476
+ #: views/sfsi_option_view8.php:371
1477
+ msgid "may impact loading speed"
1478
+ msgstr "Kan de laad snelheid beïnvloeden"
1479
+
1480
+ #: views/sfsi_option_view8.php:421
1481
+ msgid "Display them:"
1482
+ msgstr "Toon ze:"
1483
+
1484
+ #: views/sfsi_option_view8.php:424
1485
+ msgid "On Post Pages"
1486
+ msgstr "Op Berichten pagina’s"
1487
+
1488
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1489
+ msgid "Before posts"
1490
+ msgstr "Voor berichten"
1491
+
1492
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1493
+ msgid "After posts"
1494
+ msgstr "Na berichten"
1495
+
1496
+ #: views/sfsi_option_view8.php:453
1497
+ msgid "On Homepage"
1498
+ msgstr "Op de homepage"
1499
+
1500
+ #: views/sfsi_option_view8.php:499
1501
+ msgid "Center"
1502
+ msgstr "Midden"
1503
+
1504
+ #: views/sfsi_option_view9.php:98
1505
+ msgid ""
1506
+ "In addition to the email- or follow-icon you can also show a subscription "
1507
+ "form which maximizes chances that people subscribe to your site. To get "
1508
+ "access to the emails who subscribe, please"
1509
+ msgstr ""
1510
+ "Behalve het e-mail of volg-icon kun je ook een abonnementsformulier tonen "
1511
+ "hetgeen de kans maximaliseert dat mensen zich abonneren op je site. Om "
1512
+ "toegang tot de emails van de abonnees te krijgen, "
1513
+
1514
+ #: views/sfsi_option_view9.php:102
1515
+ msgid "claim your feed."
1516
+ msgstr "claim je feed."
1517
+
1518
+ #: views/sfsi_option_view9.php:121
1519
+ msgid "Place it on your site"
1520
+ msgstr "Plaats het op je site"
1521
+
1522
+ #: views/sfsi_option_view9.php:124
1523
+ msgid "You can place the form by different methods:"
1524
+ msgstr "Je kunt het formulier op verschillende manieren plaatsen:"
1525
+
1526
+ #: views/sfsi_option_view9.php:130
1527
+ msgid "Widget:"
1528
+ msgstr "Widget:"
1529
+
1530
+ #: views/sfsi_option_view9.php:132
1531
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1532
+ msgstr "Ga naar de widget instellingen en sleep en plaats het in de zijbalk:"
1533
+
1534
+ #: views/sfsi_option_view9.php:139
1535
+ msgid "Shortcode:"
1536
+ msgstr "Stortcode:"
1537
+
1538
+ #: views/sfsi_option_view9.php:142
1539
+ msgid "Use the shortcode"
1540
+ msgstr "gebruik de shortcode"
1541
+
1542
+ #: views/sfsi_option_view9.php:146
1543
+ msgid "to place it into your codes"
1544
+ msgstr "om het in je codes te plaatsen"
1545
+
1546
+ #: views/sfsi_option_view9.php:150
1547
+ msgid "Copy & paste HTML code:"
1548
+ msgstr "Knip en plak HTML code:"
1549
+
1550
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1551
+ msgid "Get new posts by email:"
1552
+ msgstr "Krijg nieuwe berichten per email:"
1553
+
1554
+ #: views/sfsi_option_view9.php:186
1555
+ msgid "Define text & design (optional)"
1556
+ msgstr "Definieer tekst en ontwerp (optioneel)"
1557
+
1558
+ #: views/sfsi_option_view9.php:189
1559
+ msgid "Overall size & border"
1560
+ msgstr "Totale grootte en rand"
1561
+
1562
+ #: views/sfsi_option_view9.php:201
1563
+ msgid "Adjust size to space on website?"
1564
+ msgstr "Grootte aanpassen aan de ruimte op je website?"
1565
+
1566
+ #: views/sfsi_option_view9.php:224
1567
+ msgid "Height"
1568
+ msgstr "Hoogte"
1569
+
1570
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1571
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1572
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1573
+ msgid "pixels"
1574
+ msgstr "pixels"
1575
+
1576
+ #: views/sfsi_option_view9.php:235
1577
+ msgid "Width"
1578
+ msgstr "Breedte"
1579
+
1580
+ #: views/sfsi_option_view9.php:247
1581
+ msgid "Border?"
1582
+ msgstr "Rand?"
1583
+
1584
+ #: views/sfsi_option_view9.php:270
1585
+ msgid "Thickness"
1586
+ msgstr "Dikte"
1587
+
1588
+ #: views/sfsi_option_view9.php:281
1589
+ msgid "Color"
1590
+ msgstr "Kleur"
1591
+
1592
+ #: views/sfsi_option_view9.php:296
1593
+ msgid "Background color:"
1594
+ msgstr "Achtergrondkleur:"
1595
+
1596
+ #: views/sfsi_option_view9.php:317
1597
+ msgid "Text above entry field"
1598
+ msgstr "Tekst boven invoerveld"
1599
+
1600
+ #: views/sfsi_option_view9.php:348
1601
+ msgid " Font style:"
1602
+ msgstr "Font stijl:"
1603
+
1604
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1605
+ msgid "Font color"
1606
+ msgstr "Font kleur"
1607
+
1608
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1609
+ #: views/sfsi_option_view9.php:527
1610
+ msgid "Font size"
1611
+ msgstr "Font grootte"
1612
+
1613
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1614
+ #: views/sfsi_option_view9.php:541
1615
+ msgid "Alignment:"
1616
+ msgstr "Uitlijning:"
1617
+
1618
+ #: views/sfsi_option_view9.php:397
1619
+ msgid "Entry field"
1620
+ msgstr "Invoerveld"
1621
+
1622
+ #: views/sfsi_option_view9.php:474
1623
+ msgid "Subscribe button"
1624
+ msgstr "Abonneer knop"
1625
+
1626
+ #: views/sfsi_option_view9.php:550
1627
+ msgid "Button color:"
1628
+ msgstr "Knop kleur:"
1629
+
1630
+ #: views/sfsi_option_view9.php:681
1631
+ msgid "Left Align"
1632
+ msgstr "Links uitlijnen"
1633
+
1634
+ #: views/sfsi_option_view9.php:687
1635
+ msgid "Right Align"
1636
+ msgstr "Rechts uitlijnen"
1637
+
1638
+ #: views/sfsi_options_view.php:10
1639
+ msgid ""
1640
+ "We found errors in your javascript which may cause the plugin to not work "
1641
+ "properly. Please fix the error:"
1642
+ msgstr ""
1643
+ "We hebben fouten in je javascript gevonden die er voor kunnen zorgen dat de "
1644
+ "plug-in niet goed werkt. Corrigeer de fout:"
1645
+
1646
+ #: views/sfsi_options_view.php:52
1647
+ msgid ""
1648
+ "New: You can now also show a subscription form on your site, increasing sign-"
1649
+ "ups! (Question 8)"
1650
+ msgstr ""
1651
+ "Nieuw: Je kunt nu ook een aanmeldingsformulier op je site tonen, vergroot "
1652
+ "het aantal aanmeldingen! (Vraag 8)"
1653
+
1654
+ #: views/sfsi_options_view.php:54
1655
+ msgid ""
1656
+ "If question 8 gets displayed in a funny way then please reload the page by "
1657
+ "pressing Control+F5(PC) or Command+R(Mac)"
1658
+ msgstr ""
1659
+ "Als vraag 8 op een rare manier wordt getoond, herlaad dan de pagina met "
1660
+ "Control+F5(PC) of Command+R(Mac)"
1661
+
1662
+ #: views/sfsi_options_view.php:64
1663
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1664
+ msgstr "Welkom bij de Ultimate Social Media Icons PLUS plug-in!"
1665
+
1666
+ #: views/sfsi_options_view.php:67
1667
+ msgid ""
1668
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1669
+ "liking needs!"
1670
+ msgstr ""
1671
+ "Deze plug-in is 100% GRATIS en vervult al je abonnementen/delen/liken "
1672
+ "behoeften!"
1673
+
1674
+ #: views/sfsi_options_view.php:70
1675
+ msgid ""
1676
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1677
+ "- that`s it!"
1678
+ msgstr ""
1679
+ "Beantwoord eenvoudig de vragen hieronder (tenminste de eerste 3) door op ze "
1680
+ "te klikken - dat is alles!"
1681
+
1682
+ #: views/sfsi_options_view.php:73
1683
+ msgid ""
1684
+ "If you have questions, or something doesn`t work as it should, please read "
1685
+ "the FAQ:"
1686
+ msgstr ""
1687
+ "Als je vragen hebt, of als iets niet werkt zoals het zou moeten, dan lees "
1688
+ "eerst de FAQ:"
1689
+
1690
+ #: views/sfsi_options_view.php:84
1691
+ msgid "Which icons do you want to show on your site?"
1692
+ msgstr "Welke icons wil je op je site tonen?"
1693
+
1694
+ #: views/sfsi_options_view.php:92
1695
+ msgid "What do you want the icons to do?"
1696
+ msgstr "Wat moeten de icons doen?"
1697
+
1698
+ #: views/sfsi_options_view.php:99
1699
+ msgid "Where shall they be displayed?"
1700
+ msgstr "Waar moeten ze worden getoond?"
1701
+
1702
+ #: views/sfsi_options_view.php:105
1703
+ msgid "Optional"
1704
+ msgstr "Optioneel"
1705
+
1706
+ #: views/sfsi_options_view.php:110
1707
+ msgid "What design and animation do you want to give your icons?"
1708
+ msgstr "Welk ontwerp en animatie wil je je icons geven?"
1709
+
1710
+ #: views/sfsi_options_view.php:117
1711
+ msgid "Do you want to display \"counts\" next to your main icons?"
1712
+ msgstr "Wil je tellers tonen naast je belangrijkste icons?"
1713
+
1714
+ #: views/sfsi_options_view.php:124
1715
+ msgid "Any other wishes for your main icons?"
1716
+ msgstr "Nog andere wensen voor je belangrijkste icons?"
1717
+
1718
+ #: views/sfsi_options_view.php:136
1719
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1720
+ msgstr "Wil je een pop-up tonen die gebruikers vraagt om zich te abonneren?"
1721
+
1722
+ #: views/sfsi_options_view.php:143
1723
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1724
+ msgstr "Wil je een aanmeldingsformulier tonen (verhoogt de aanmeldingen)?"
1725
+
1726
+ #: views/sfsi_options_view.php:159
1727
+ msgid ""
1728
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1729
+ "rating"
1730
+ msgstr ""
1731
+ "Deze plug-in is 100% gratis. Doe ons een GROOT plezier en geef ons een 5 "
1732
+ "sterren beoordeling"
1733
+
1734
+ #: views/sfsi_options_view.php:161
1735
+ msgid "here"
1736
+ msgstr "hier"
1737
+
1738
+ #: views/sfsi_options_view.php:163
1739
+ msgid ""
1740
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1741
+ "com, so that we can sort it out.Thank you!"
1742
+ msgstr ""
1743
+ "Als je niet tevreden bent, neem contact op met support@ultimatelysocial.com "
1744
+ "zodat we het kunnen oplossen. Dank je!"
1745
+
1746
+ #: views/sfsi_options_view.php:166
1747
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1748
+ msgstr ""
1749
+ "Heb je eersteklas Wordpress ontwikkelwerk tegen een redelijke prijs nodig?"
1750
+
1751
+ #: views/sfsi_options_view.php:168
1752
+ msgid "Visit us on ultimatelysocial.com"
1753
+ msgstr "Bezoek ons op ultimatelysocial.com"
1754
+
1755
+ #: views/sfsi_options_view.php:179
1756
+ msgid ""
1757
+ "The plugin was translated by (your name). Need translation work to get done? "
1758
+ "Contact (your name) at (your email)"
1759
+ msgstr ""
1760
+ "Deze plug-in is vertaald door Peter Janssens. Heb je vertaalwerk nodig? Neem "
1761
+ "contact op met peter@perfectpictures.nl"
1762
+
1763
+ #: views/sfsi_pop_content.php:31
1764
+ msgid "Steps:"
1765
+ msgstr "Stappen:"
1766
+
1767
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1768
+ msgid "Click on << Upload >> below"
1769
+ msgstr "Klik op <<Upload>> hieronder"
1770
+
1771
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1772
+ msgid "Upload the icon into the media gallery"
1773
+ msgstr "Upload het icon naar je media galerij"
1774
+
1775
+ #: views/sfsi_pop_content.php:41
1776
+ msgid "Click on << Insert into post >> "
1777
+ msgstr "Klik op <<Invoegen in bericht>>"
1778
+
1779
+ #: views/sfsi_pop_content.php:90
1780
+ msgid "Move over the Facebook-icon…"
1781
+ msgstr "Beweeg over het Facebook icon…"
1782
+
1783
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1784
+ msgid "Move over the “+ icon” to see the sharing options"
1785
+ msgstr "Beweeg over het “+ icon” om de optie om te delen te zien"
1786
+
1787
+ #: views/sfsi_pop_content.php:145
1788
+ msgid "Move over the Twitter-icon…"
1789
+ msgstr "Beweeg over het Twitter icon…"
1790
+
1791
+ #: views/sfsi_pop_content.php:172
1792
+ msgid "Move over the Google+ icon…"
1793
+ msgstr "Beweeg over het Google+ icon…"
1794
+
1795
+ #: views/sfsi_pop_content.php:198
1796
+ msgid "Move over the YouTube-icon…"
1797
+ msgstr "Beweeg over het YouTube icon…"
1798
+
1799
+ #: views/sfsi_pop_content.php:221
1800
+ msgid "Move over the Pinterest-icon…"
1801
+ msgstr "Beweeg over het Pinterest icon…"
1802
+
1803
+ #: views/sfsi_pop_content.php:249
1804
+ msgid "Move over the LinkedIn-icon…"
1805
+ msgstr "Beweeg over het LinkedIn icon…"
1806
+
1807
+ #: views/sfsi_pop_content.php:285
1808
+ msgid ""
1809
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1810
+ "option too, because it will get you more readers as explained"
1811
+ msgstr ""
1812
+ "NB: Als je al een nieuwsbrief aanbiedt is het toch zinvol om deze optie te "
1813
+ "bieden, omdat je zoals uitgelegd meer lezers krijgt"
1814
+
1815
+ #: views/sfsi_pop_content.php:292
1816
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1817
+ msgstr "Ok, laat voorlopig actief, ik wil zien hoe het werkt"
1818
+
1819
+ #: views/sfsi_pop_content.php:296
1820
+ msgid "Deactivate it"
1821
+ msgstr "Deactiveer het"
1822
+
1823
+ #: views/sfsi_pop_content.php:304
1824
+ msgid ""
1825
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1826
+ "activating a link back to our site:"
1827
+ msgstr ""
1828
+ "Ok, prima. Maar als dank voor het gebruik van deze plug-in ondersteun ons "
1829
+ "alsjeblieft met een link terug naar onze site:"
1830
+
1831
+ #: views/sfsi_pop_content.php:309
1832
+ msgid "Ok, activate link"
1833
+ msgstr "Ok, actieveer link"
1834
+
1835
+ #: views/sfsi_pop_content.php:313
1836
+ msgid "Don’t activate link"
1837
+ msgstr "Link niet activeren"
1838
+
1839
+ #: views/sfsi_pop_content.php:321
1840
+ msgid ""
1841
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1842
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1843
+ msgstr ""
1844
+ "Jij bent moeilijk… Laatste poging: Zou je op z’n minst deze plug-in willen "
1845
+ "beoordelen (met 5 sterren)? Het kost je maar een minuutje. Dankjewel!"
1846
+
1847
+ #: views/sfsi_pop_content.php:325
1848
+ msgid "Ok, Review it"
1849
+ msgstr "Ok, Beoordeel het"
1850
+
1851
+ #: views/sfsi_pop_content.php:329
1852
+ msgid "Don’t review and exit"
1853
+ msgstr "Niet beoordelen en einde"
1854
+
1855
+ #: views/sfsi_pop_content.php:341
1856
+ msgid "Upload custom icons"
1857
+ msgstr "Upload aangepaste icons"
1858
+
1859
+ #: views/sfsi_pop_content.php:344
1860
+ msgid ""
1861
+ "Here you can upload custom icons which perform the same actions as the "
1862
+ "standard icons."
1863
+ msgstr ""
1864
+ "Hier kun je aangepaste icons uploaded die de zelfde acties uitvoeren als de "
1865
+ "standaard icons."
1866
+
1867
+ #: views/sfsi_pop_content.php:353
1868
+ msgid "Click on << Insert into post >>"
1869
+ msgstr "Klik op <<Invoegen in bericht>>"
1870
+
1871
+ #: views/sfsi_pop_content.php:583
1872
+ msgid "I'm done!"
1873
+ msgstr "Ik ben klaar!"
1874
+
1875
+ #. Plugin Name of the plugin/theme
1876
+ msgid "Ultimate Social Media PLUS"
1877
+ msgstr "Ultimate Social Media PLUS"
1878
+
1879
+ #. Plugin URI of the plugin/theme
1880
+ #. Author URI of the plugin/theme
1881
+ msgid "http://ultimatelysocial.com"
1882
+ msgstr "http://ultimatelysocial.com"
1883
+
1884
+ #. Description of the plugin/theme
1885
+ msgid ""
1886
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1887
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1888
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1889
+ "range of design options and other features."
1890
+ msgstr ""
1891
+ "De beste Social Media plug-in op de markt en 100% GRATIS. Laat je social "
1892
+ "media en deel icons aan je blog toevoegen (m.n. Facebook, Twitter, E-mail, "
1893
+ "RSS, Pinterest, Instagram, Google+, LinkedIn, Delen-knop). Het biedt een "
1894
+ "brede reeks ontwerp opties en andere kenmerken."
1895
+
1896
+ #. Author of the plugin/theme
1897
+ msgid "UltimatelySocial"
1898
+ msgstr "UltimatelySocial"
1899
+
1900
+ #~ msgid ""
1901
+ #~ "Show this icon if you have a Pinterest account (and you should set up one "
1902
+ #~ "if you have publish new pictures regularly – that can increase your "
1903
+ #~ "traffic significantly)."
1904
+ #~ msgstr ""
1905
+ #~ "Toon dit icon als je een Pinterest account hebt (en je moet er een maken "
1906
+ #~ "als je regelmatig nieuwe beelden publiceert - dat kan je verkeer "
1907
+ #~ "aanzienlijk doen toenemen)."
1908
+
1909
+ #~ msgid "It comes across as more professional gives your site more “credit”"
1910
+ #~ msgstr "Het komt over als professioneler en geeft je site meer “status”"
1911
+
1912
+ #~ msgid "Retrieve the number of likes your facebook page"
1913
+ #~ msgstr "Haal het aantal likes van de Facebook pagina op"
1914
+
1915
+ #~ msgid ""
1916
+ #~ "Youll find it at the bottom of the << About >> -tab on your facebook page"
1917
+ #~ msgstr "Je vindt het onderaan op je “Over” -tab op je Facebook pagina"
1918
+
1919
+ #~ msgid "Login to your Goolge account, go to"
1920
+ #~ msgstr "Meld je aan op de Google account, ga naar "
1921
+
1922
+ #~ msgid "Backgroud Color:"
1923
+ #~ msgstr "Achtergrond kleur:"
languages/ultimate-social-media-plus-zh_CN.mo ADDED
Binary file
languages/ultimate-social-media-plus-zh_CN.po ADDED
@@ -0,0 +1,1799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 Ultimate Social Media PLUS
2
+ # This file is distributed under the same license as the Ultimate Social Media PLUS package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Ultimate Social Media PLUS 2.3.9\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-social-"
7
+ "media-plus\n"
8
+ "POT-Creation-Date: 2016-04-15 22:58+0800\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-04-23 15:09+0800\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 1.8.7\n"
15
+ "Last-Translator: Amos Lee <iwillhappy1314@gmail.com>\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "Language: zh_CN\n"
18
+
19
+ #: css/images/index.php:2 css/index.php:2
20
+ #: css/jquery-ui-1.10.4/images/index.php:2 css/jquery-ui-1.10.4/index.php:2
21
+ #: fonts/index.php:2 images/icons_theme/badge/index.php:2
22
+ #: images/icons_theme/cute/index.php:2 images/icons_theme/index.php:2
23
+ #: images/icons_theme/official/index.php:2
24
+ #: images/icons_theme/stitched/index.php:2 images/index.php:2 index.php:2
25
+ #: js/index.php:2 libs/controllers/index.php:2 libs/index.php:2
26
+ #: views/index.php:2
27
+ msgid "Access Denied"
28
+ msgstr "无权访问"
29
+
30
+ #: libs/sfsi_Init_JqueryCss.php:46 views/sfsi_option_view1.php:74
31
+ #: views/sfsi_option_view1.php:107 views/sfsi_option_view1.php:129
32
+ #: views/sfsi_option_view1.php:152
33
+ msgid "Read more"
34
+ msgstr "更多"
35
+
36
+ #: libs/sfsi_Init_JqueryCss.php:47 views/sfsi_option_view1.php:370
37
+ #: views/sfsi_option_view2.php:608 views/sfsi_option_view3.php:367
38
+ #: views/sfsi_option_view4.php:738 views/sfsi_option_view5.php:957
39
+ #: views/sfsi_option_view6.php:112 views/sfsi_option_view7.php:373
40
+ #: views/sfsi_option_view8.php:519 views/sfsi_option_view9.php:574
41
+ msgid "Save"
42
+ msgstr "保存"
43
+
44
+ #: libs/sfsi_Init_JqueryCss.php:48
45
+ msgid "Saving"
46
+ msgstr "正在保存"
47
+
48
+ #: libs/sfsi_Init_JqueryCss.php:49
49
+ msgid "Saved"
50
+ msgstr "已保存"
51
+
52
+ #: libs/sfsi_Init_JqueryCss.php:52
53
+ msgid "Collapse"
54
+ msgstr "收起"
55
+
56
+ #: libs/sfsi_Init_JqueryCss.php:53 views/sfsi_options_view.php:153
57
+ msgid "Save All Settings"
58
+ msgstr "保存所有设置"
59
+
60
+ #: libs/sfsi_Init_JqueryCss.php:54 views/sfsi_option_view1.php:329
61
+ #: views/sfsi_option_view1.php:354
62
+ msgid ""
63
+ "Upload a custom icon if you have other accounts/websites you want to link to."
64
+ msgstr "如果你想链接到其他帐户/网站上,上传传自定义图标。"
65
+
66
+ #: libs/sfsi_Init_JqueryCss.php:55
67
+ msgid "It depends"
68
+ msgstr "这取决于"
69
+
70
+ #: libs/sfsi_install_uninstall.php:430
71
+ msgid ""
72
+ "Error: It seems that CURL is disabled on your server. Please contact your "
73
+ "server administrator to install / enable CURL."
74
+ msgstr "错误:看来你的服务器禁用了 CURL。请与服务器管理员联系安装/启用CURL。"
75
+
76
+ #: libs/sfsi_install_uninstall.php:541
77
+ msgid ""
78
+ "Error : Please fix your theme to make plugins work correctly. Go to the "
79
+ "Theme Editor and insert the following string:"
80
+ msgstr ""
81
+ "错误 ︰ 请修复你的主题以使插件正常工作。转到主题编辑器并插入以下字符串 ︰"
82
+
83
+ #: libs/sfsi_install_uninstall.php:541
84
+ msgid "Please enter it just before the following line of your header.php file:"
85
+ msgstr "请在你主题的header.php文件中插入以下代码:"
86
+
87
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
88
+ msgid "Go to your theme editor: "
89
+ msgstr "转到你的主题编辑器 ︰"
90
+
91
+ #: libs/sfsi_install_uninstall.php:541 libs/sfsi_install_uninstall.php:565
92
+ msgid "click here"
93
+ msgstr "点击这里"
94
+
95
+ #: libs/sfsi_install_uninstall.php:565
96
+ msgid ""
97
+ "Error: Please fix your theme to make plugins work correctly. Go to the Theme "
98
+ "Editor and insert the following string as the first line of your theme's "
99
+ "footer.php file: "
100
+ msgstr ""
101
+ "错误 ︰ 请修复你的主题以使插件正常工作。转到主题编辑器并在主题 footer.php 文"
102
+ "件的第一行插入以下字符串 ︰"
103
+
104
+ #: libs/sfsi_install_uninstall.php:576
105
+ msgid ""
106
+ "Thank you for installing the Ultimate Social Media PLUS plugin. Please go to "
107
+ "the plugin's settings page to configure it: "
108
+ msgstr "感谢安装 Ultimate Social Media PLUS 插件,请转到插件设置页面配置:"
109
+
110
+ #: libs/sfsi_install_uninstall.php:576 libs/sfsi_widget.php:106
111
+ #: ultimate_social_media_icons.php:579 views/sfsi_option_view1.php:265
112
+ #: views/sfsi_option_view8.php:127 views/sfsi_option_view9.php:134
113
+ #: views/sfsi_options_view.php:75
114
+ msgid "Click here"
115
+ msgstr "点击这里"
116
+
117
+ #: libs/sfsi_install_uninstall.php:585
118
+ msgid ""
119
+ "You`re using an old Wordpress version, which may cause several of your "
120
+ "plugins to not work correctly. Please upgrade"
121
+ msgstr "你正在使用旧版本的WordPress,这可能会导致一些插件无法正常工作。请升级"
122
+
123
+ #: libs/sfsi_install_uninstall.php:602
124
+ msgid ""
125
+ "We noticed you've been using the Ultimate Social Media PLUS Plugin for more "
126
+ "than 30 days. If you're happy with it, could you please do us a BIG favor "
127
+ "and give it a 5-star rating on Wordpress?"
128
+ msgstr ""
129
+ "我们注意到您使用 Ultimate Social Media PLUS 插件已经超过30天了。如果您觉得好"
130
+ "用的话,请帮忙在给它一个5星评级吧,多谢了!"
131
+
132
+ #: libs/sfsi_install_uninstall.php:604
133
+ msgid "Ok, you deserved it"
134
+ msgstr "好吧,你活该"
135
+
136
+ #: libs/sfsi_install_uninstall.php:605
137
+ msgid "I already did"
138
+ msgstr "我已经做了"
139
+
140
+ #: libs/sfsi_install_uninstall.php:606
141
+ msgid "No, not good enough"
142
+ msgstr "不,还不够好"
143
+
144
+ #: libs/sfsi_plus_subscribe_widget.php:200 libs/sfsi_widget.php:99
145
+ msgid "Title"
146
+ msgstr "标题"
147
+
148
+ #: libs/sfsi_widget.php:105
149
+ msgid "Please go to the plugin page to set your preferences:"
150
+ msgstr "请转到插件页设置首选项 ︰"
151
+
152
+ #: ultimate_social_media_icons.php:76
153
+ msgid "Kindly go to setting page and check the option \"Place them manually\""
154
+ msgstr "请进入设置页面,选中“手动设置”选项"
155
+
156
+ #: ultimate_social_media_icons.php:577
157
+ msgid ""
158
+ "There seems to be an error on your website which prevents the plugin to work "
159
+ "properly. Please check the FAQ:"
160
+ msgstr "似乎你的网站上出现 了阻止插件正常运行的错误。请查看 FAQ:"
161
+
162
+ #: ultimate_social_media_icons.php:582
163
+ msgid "Error"
164
+ msgstr "错误"
165
+
166
+ #: ultimate_social_media_icons.php:588 ultimate_social_media_icons.php:613
167
+ msgid "Dismiss"
168
+ msgstr "不再显示"
169
+
170
+ #: ultimate_social_media_icons.php:602
171
+ msgid "New feature in the Ultimate Social Media PLUS plugin: "
172
+ msgstr "Ultimate Social Media PLUS 插件的新功能: "
173
+
174
+ #: ultimate_social_media_icons.php:605
175
+ msgid ""
176
+ "You can now add a subscription form to increase sign-ups (under question 8)."
177
+ msgstr "现在,您可以添加订阅表单来增加注册数量了(在问题8下面)。"
178
+
179
+ #: ultimate_social_media_icons.php:608
180
+ msgid "Check it out"
181
+ msgstr "查看详情"
182
+
183
+ #: views/sfsi_aboutus.php:2
184
+ msgid "Please visit us at"
185
+ msgstr "请访问我们的网站"
186
+
187
+ #: views/sfsi_aboutus.php:4
188
+ msgid "or write to us at"
189
+ msgstr "或写信给我们"
190
+
191
+ #: views/sfsi_option_view1.php:47
192
+ msgid ""
193
+ "In general, the more icons you offer the better because people have "
194
+ "different preferences, and more options means that there’s something for "
195
+ "everybody, increasing the chances that you get followed and/or shared."
196
+ msgstr ""
197
+ "一般情况下,更多的图标可以满足不同用户的偏好,你可以得到更多关注和分享。"
198
+
199
+ #: views/sfsi_option_view1.php:62 views/sfsi_option_view1.php:90
200
+ msgid "Mandatory"
201
+ msgstr "强制"
202
+
203
+ #: views/sfsi_option_view1.php:65
204
+ msgid "RSS is still popular, esp. among the tech-savvy crowd."
205
+ msgstr "RSS 依然很受欢迎,尤其在技术群体中"
206
+
207
+ #: views/sfsi_option_view1.php:68
208
+ msgid ""
209
+ "RSS stands for Really Simply Syndication and is an easy way for people to "
210
+ "read your content. "
211
+ msgstr ""
212
+ "RSS 是 Really Simply Syndication 的缩写,可以让用户方便地订阅并阅读你的内容。"
213
+
214
+ #: views/sfsi_option_view1.php:70
215
+ msgid "Learn more about RSS"
216
+ msgstr "了解更多关于 RSS 的信息"
217
+
218
+ #: views/sfsi_option_view1.php:93
219
+ msgid "Email is the most effective tool to build up a followership."
220
+ msgstr "Email 是建立听众的有效的工具"
221
+
222
+ #: views/sfsi_option_view1.php:96
223
+ msgid "Remove credit link"
224
+ msgstr "移除推荐链接"
225
+
226
+ #: views/sfsi_option_view1.php:100
227
+ msgid ""
228
+ "Everybody uses email – that’s why it’s much more effective than social media "
229
+ "to make people follow you"
230
+ msgstr "大家都使用电子邮件 — — 它比社会媒体更容易让用户关注你"
231
+
232
+ #: views/sfsi_option_view1.php:102 views/sfsi_pop_content.php:287
233
+ msgid "learn more"
234
+ msgstr "了解更多"
235
+
236
+ #: views/sfsi_option_view1.php:104
237
+ msgid ""
238
+ "Not offering an email subscription option means losing out on future traffic "
239
+ "to your site."
240
+ msgstr "不提供电子邮件订阅选项意味着将失去用户返回你网站的流量。"
241
+
242
+ #: views/sfsi_option_view1.php:122 views/sfsi_option_view1.php:144
243
+ #: views/sfsi_option_view1.php:167
244
+ msgid "Strongly recommended:"
245
+ msgstr "强烈建议 ︰"
246
+
247
+ #: views/sfsi_option_view1.php:123
248
+ msgid "Facebook is crucial, esp. for sharing."
249
+ msgstr "Facebook 有很好的分享效果"
250
+
251
+ #: views/sfsi_option_view1.php:126
252
+ msgid ""
253
+ "Facebook is the giant in the social media world, and even if you don’t have "
254
+ "a Facebook account yourself you should display this icon, so that Facebook "
255
+ "users can share your site on Facebook."
256
+ msgstr ""
257
+ "Facebook是社交媒体的巨头,即使你没有一个你自己的Facebook帐户,你也应该显示这"
258
+ "个图标,让Facebook用户可以在Facebook上分享您的网站。"
259
+
260
+ #: views/sfsi_option_view1.php:145
261
+ msgid "Can have a strong promotional effect."
262
+ msgstr "有较好的推荐效果"
263
+
264
+ #: views/sfsi_option_view1.php:148
265
+ msgid ""
266
+ "If you have a Twitter-account then adding this icon is a no-brainer. "
267
+ "However, similar as with facebook, even if you don’t have one you should "
268
+ "still show this icon so that Twitter-users can share your site."
269
+ msgstr ""
270
+ "如果你有一个Twitter账户,你应该毫不犹豫地添加该图标。然而,与Facebook类似,如"
271
+ "果你没有账户,你还是应该显示这个图标,以方便Twitter用户分享您的网站。"
272
+
273
+ #: views/sfsi_option_view1.php:168
274
+ msgid "Increasingly important and beneficial for SEO."
275
+ msgstr "越来越重要了,并且对 SEO 有帮助"
276
+
277
+ #: views/sfsi_option_view1.php:185 views/sfsi_option_view1.php:202
278
+ #: views/sfsi_option_view1.php:219 views/sfsi_option_view1.php:234
279
+ #: views/sfsi_option_view1.php:251 views/sfsi_option_view1.php:283
280
+ #: views/sfsi_option_view1.php:328 views/sfsi_option_view1.php:353
281
+ msgid "It depends:"
282
+ msgstr "根据需要:"
283
+
284
+ #: views/sfsi_option_view1.php:186
285
+ msgid ""
286
+ "Show this icon if you have a youtube account (and you should set up one if "
287
+ "you have video content – that can increase your traffic significantly)."
288
+ msgstr ""
289
+ "如果你有一个 youtube 帐户,显示此图标(如果你有视频内容,您应该设置一个, "
290
+ "— — 可以显著增加您的流量)。"
291
+
292
+ #: views/sfsi_option_view1.php:203
293
+ msgid ""
294
+ "No.1 network for business purposes. Use this icon if you’re a LinkedInner."
295
+ msgstr "No.1 网络为商业而生。如果你是 LinkedInner,请使用此图标。"
296
+
297
+ #: views/sfsi_option_view1.php:220
298
+ msgid ""
299
+ "Show this icon if you have a Pinterest account (and you should set up one if "
300
+ "you publish new pictures regularly – that can increase your traffic "
301
+ "significantly)."
302
+ msgstr ""
303
+ "如果你有一个 Pinterest 帐户,显示此图标 (您应该设置一个,如果定期发布图片 "
304
+ "— — 可以显著增加您的流量)。"
305
+
306
+ #: views/sfsi_option_view1.php:235
307
+ msgid "Show this icon if you have a Instagram account."
308
+ msgstr "如果你有一个 Instagram 账户,显示此图标。"
309
+
310
+ #: views/sfsi_option_view1.php:252
311
+ msgid ""
312
+ "Third-party service AddThis allows your visitors to share via many other "
313
+ "social networks, however it may also slow down your site a bit."
314
+ msgstr ""
315
+ "第三方服务如AddThis 可以让您的访客通过许多其他社交网络分享,但也可能会拖慢您"
316
+ "网站。"
317
+
318
+ #: views/sfsi_option_view1.php:255
319
+ msgid "Everybody uses email – that’s why it’s"
320
+ msgstr "每个人都使用电子邮件 - 这就是为什么"
321
+
322
+ #: views/sfsi_option_view1.php:258
323
+ msgid "much more effective than social media"
324
+ msgstr "比社交网络更有效"
325
+
326
+ #: views/sfsi_option_view1.php:261
327
+ msgid ""
328
+ "to make people follow you. Not offering an email subscription option means "
329
+ "losing out on future traffic to your site."
330
+ msgstr "让别人关注你。没有提供电子邮件订阅选项意味着丢失了未来的流量。"
331
+
332
+ #: views/sfsi_option_view1.php:263
333
+ msgid "Check out their reviews:"
334
+ msgstr "查看他们的评价:"
335
+
336
+ #: views/sfsi_option_view1.php:284
337
+ msgid "Show this icon if you have a Houzz account."
338
+ msgstr "如果你有一个 Houzz 帐户,显示此图标。"
339
+
340
+ #: views/sfsi_option_view1.php:286
341
+ msgid ""
342
+ "Houzz is the No.1 site & community in the world of architecture and interior "
343
+ "design."
344
+ msgstr "Houzz 是建筑和室内设计界最流行的网站。"
345
+
346
+ #: views/sfsi_option_view1.php:288
347
+ msgid "Visit Houzz"
348
+ msgstr "访问 Houzz"
349
+
350
+ #: views/sfsi_option_view1.php:323 views/sfsi_option_view1.php:347
351
+ #: views/sfsi_option_view2.php:579 views/sfsi_option_view5.php:938
352
+ msgid "Custom"
353
+ msgstr "自定义"
354
+
355
+ #: views/sfsi_option_view1.php:376 views/sfsi_option_view2.php:613
356
+ #: views/sfsi_option_view3.php:372 views/sfsi_option_view4.php:743
357
+ #: views/sfsi_option_view5.php:962 views/sfsi_option_view6.php:117
358
+ #: views/sfsi_option_view7.php:378 views/sfsi_option_view8.php:525
359
+ #: views/sfsi_option_view9.php:580
360
+ msgid "Collapse area"
361
+ msgstr "折叠此区域"
362
+
363
+ #: views/sfsi_option_view2.php:136
364
+ msgid "When clicked on, users can subscribe via RSS"
365
+ msgstr "点击时,用户可以通过RSS订阅"
366
+
367
+ #: views/sfsi_option_view2.php:144
368
+ msgid "For most blogs it’s http://blogname.com/feed"
369
+ msgstr "大多数博客为:http://blogname.com/feed"
370
+
371
+ #: views/sfsi_option_view2.php:162
372
+ msgid ""
373
+ "Sends your new posts automatically to subscribers. It`s FREE and you get "
374
+ "full access to your subscriber`s emails and interesting statistics:"
375
+ msgstr ""
376
+ "将新文章自动发给订阅者。这是免费的,您可以获得订阅者的电子邮件和感兴趣的统计"
377
+ "数据 ︰"
378
+
379
+ #: views/sfsi_option_view2.php:164
380
+ msgid "Claim your feed to get full access."
381
+ msgstr "显示你的 feed以获得更多的订阅。"
382
+
383
+ #: views/sfsi_option_view2.php:166
384
+ msgid "It also makes sense if you already offer an email newsletter:"
385
+ msgstr "如果您提供了电子邮件新闻稿,这也一样有意义 ︰"
386
+
387
+ #: views/sfsi_option_view2.php:168
388
+ msgid "Learn more."
389
+ msgstr "了解更多"
390
+
391
+ #: views/sfsi_option_view2.php:171
392
+ msgid "Please pick which icon type you want to use:"
393
+ msgstr "请选择想使用的图标类型:"
394
+
395
+ #: views/sfsi_option_view2.php:179
396
+ msgid "Email icon"
397
+ msgstr "Email 图标"
398
+
399
+ #: views/sfsi_option_view2.php:187
400
+ msgid "Follow icon"
401
+ msgstr "关注图标"
402
+
403
+ #: views/sfsi_option_view2.php:189
404
+ msgid "increases sign-ups"
405
+ msgstr "增加注册量"
406
+
407
+ #: views/sfsi_option_view2.php:198
408
+ msgid "SpecificFeeds icon"
409
+ msgstr "SpecificFeeds图标"
410
+
411
+ #: views/sfsi_option_view2.php:200
412
+ msgid "provider of the service"
413
+ msgstr "服务提供商"
414
+
415
+ #: views/sfsi_option_view2.php:216
416
+ msgid ""
417
+ "The facebook icon can perform several actions. Pick below which ones it "
418
+ "should perform. If you select several options, then users can select what "
419
+ "they want to do"
420
+ msgstr ""
421
+ "Facebook 图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选"
422
+ "项,用户可以选择他们想要做什么"
423
+
424
+ #: views/sfsi_option_view2.php:218 views/sfsi_option_view2.php:263
425
+ #: views/sfsi_option_view2.php:304 views/sfsi_option_view2.php:346
426
+ #: views/sfsi_option_view2.php:425 views/sfsi_option_view2.php:478
427
+ #: views/sfsi_option_view2.php:539
428
+ msgid "see an example"
429
+ msgstr "查看示例"
430
+
431
+ #: views/sfsi_option_view2.php:222
432
+ msgid "The facebook icon should allow users to..."
433
+ msgstr "Facebook图标应该让用户..."
434
+
435
+ #: views/sfsi_option_view2.php:229
436
+ msgid "Visit my Facebook page at:"
437
+ msgstr "访问我的Facebook页面:"
438
+
439
+ #: views/sfsi_option_view2.php:237
440
+ msgid "Like my blog on Facebook (+1)"
441
+ msgstr "在Facebook上为我的博客点赞"
442
+
443
+ #: views/sfsi_option_view2.php:245
444
+ msgid "Share my blog with friends (on Facebook)"
445
+ msgstr "分享我的博客给朋友(在Facebook上)"
446
+
447
+ #: views/sfsi_option_view2.php:260
448
+ msgid ""
449
+ "The Twitter icon can perform several actions. Pick below which ones it "
450
+ "should perform. If you select several options, then users can select what "
451
+ "they want to do"
452
+ msgstr ""
453
+ "Twitter图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选项,"
454
+ "用户可以选择他们想要做什么"
455
+
456
+ #: views/sfsi_option_view2.php:267
457
+ msgid "The Twitter icon should allow users to..."
458
+ msgstr "Twitter图标应该让用户可以..."
459
+
460
+ #: views/sfsi_option_view2.php:272
461
+ msgid "Visit me on Twitter:"
462
+ msgstr "访问我的Twitter:"
463
+
464
+ #: views/sfsi_option_view2.php:281
465
+ msgid "Follow me on Twitter:"
466
+ msgstr "在 Twitter 上关注我"
467
+
468
+ #: views/sfsi_option_view2.php:289
469
+ msgid "Tweet about my page:"
470
+ msgstr "分享关于我页面:"
471
+
472
+ #: views/sfsi_option_view2.php:302
473
+ msgid ""
474
+ "The Google+ icon can perform several actions. Pick below which ones it "
475
+ "should perform. If you select several options, then users can select what "
476
+ "they want to do"
477
+ msgstr ""
478
+ "Google+ 图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选"
479
+ "项,用户可以选择他们想要做什么"
480
+
481
+ #: views/sfsi_option_view2.php:308
482
+ msgid "The Google+ icon should allow users to..."
483
+ msgstr "Google 图标应该让用户..."
484
+
485
+ #: views/sfsi_option_view2.php:314
486
+ msgid "Visit my Google+ page at:"
487
+ msgstr "访问我的Google 专页:"
488
+
489
+ #: views/sfsi_option_view2.php:323
490
+ msgid "Like my blog on Google+ (+1)"
491
+ msgstr "在 Google+ (+1) 上为我的博客 +1"
492
+
493
+ #: views/sfsi_option_view2.php:330
494
+ msgid "Share my blog with friends (on Google+)"
495
+ msgstr "分享我的博客给朋友(在Google+上)"
496
+
497
+ #: views/sfsi_option_view2.php:344
498
+ msgid ""
499
+ "The Youtube icon can perform several actions. Pick below which ones it "
500
+ "should perform. If you select several options, then users can select what "
501
+ "they want to do"
502
+ msgstr ""
503
+ "Youtube 图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选"
504
+ "项,用户可以选择他们想要做什么"
505
+
506
+ #: views/sfsi_option_view2.php:350
507
+ msgid "The youtube icon should allow users to..."
508
+ msgstr "YouTube图标应该让用户..."
509
+
510
+ #: views/sfsi_option_view2.php:354
511
+ msgid "Visit my Youtube page at:"
512
+ msgstr "访问我的YouTube页面:"
513
+
514
+ #: views/sfsi_option_view2.php:360
515
+ msgid "Subscribe to me on Youtube"
516
+ msgstr "在Youtube上订阅我"
517
+
518
+ #: views/sfsi_option_view2.php:362
519
+ msgid "(allows people to subscribe to you directly, without leaving your blog)"
520
+ msgstr "(允许用户不离开你的博客就可以直接订阅)"
521
+
522
+ #: views/sfsi_option_view2.php:382
523
+ msgid "User Name"
524
+ msgstr "用户名"
525
+
526
+ #: views/sfsi_option_view2.php:387
527
+ msgid "Channel Id"
528
+ msgstr "频道 ID"
529
+
530
+ #: views/sfsi_option_view2.php:393
531
+ msgid "UserName:"
532
+ msgstr "用户名:"
533
+
534
+ #: views/sfsi_option_view2.php:397
535
+ msgid ""
536
+ "To find your Username go to \"My channel\" in Youtube menu bar on the left & "
537
+ "Select the \"About\" tab and take your user name from URL there (e.g. "
538
+ "https://www.youtube.com/user/Tommy it is \"Tommy\")."
539
+ msgstr ""
540
+ "要找到您的用户名,请点击 Youtube 左边的”我的频道”菜单,然后选择”关于”选项卡,"
541
+ "并从那里 URL (例如:https://www.youtube.com/user/Tommy 的用户名是 \"Tommy\") "
542
+ "中获取用户名。"
543
+
544
+ #: views/sfsi_option_view2.php:403
545
+ msgid "Channel Id:"
546
+ msgstr "频道 ID:"
547
+
548
+ #: views/sfsi_option_view2.php:408
549
+ msgid ""
550
+ "To find your Channel name go to \"My Channel\" in Youtube menu bar on the "
551
+ "left and take your channel name from there."
552
+ msgstr ""
553
+ "要找到您的频道名称,请点击Youtube左边的 “我的频道” 菜单,并从那里找到你的频道"
554
+ "名称。"
555
+
556
+ #: views/sfsi_option_view2.php:423
557
+ msgid ""
558
+ "The Pinterest icon can perform several actions. Pick below which ones it "
559
+ "should perform. If you select several options, then users can select what "
560
+ "they want to do"
561
+ msgstr ""
562
+ "Pinterest 图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选"
563
+ "项,用户可以选择他们想要做什么"
564
+
565
+ #: views/sfsi_option_view2.php:429
566
+ msgid "The Pinterest icon should allow users to..."
567
+ msgstr "Pinterest图标应该让用户..."
568
+
569
+ #: views/sfsi_option_view2.php:434
570
+ msgid "Visit my Pinterest page at:"
571
+ msgstr "访问我的Pinterest页面:"
572
+
573
+ #: views/sfsi_option_view2.php:442
574
+ msgid "Pin my blog on Pinterest (+1)"
575
+ msgstr "在 Pinterest (+1)上 Pin 我的博客"
576
+
577
+ #: views/sfsi_option_view2.php:457
578
+ msgid "When clicked on, users will get directed to your Instagram page"
579
+ msgstr "点击时,用户将被重定向到您的Instagram网页"
580
+
581
+ #: views/sfsi_option_view2.php:476
582
+ msgid ""
583
+ "The LinkedIn icon can perform several actions. Pick below which ones it "
584
+ "should perform. If you select several options, then users can select what "
585
+ "they want to do"
586
+ msgstr ""
587
+ "LinkedIn 图标可以执行多种操作。在下面选择可以执行哪些操作。如果选择了多个选"
588
+ "项,用户可以选择他们想要做什么"
589
+
590
+ #: views/sfsi_option_view2.php:482
591
+ msgid ""
592
+ "You find your ID in the link of your profile page, e.g. https://www.linkedin."
593
+ "com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic"
594
+ msgstr ""
595
+ "您可以在您的配置文件页面找到你的 ID,例如 https://www.linkedin.com/profile/"
596
+ "view?id=<b>8539887</b>& trk 的链接中找到您的 ID = "
597
+ "nav_responsive_tab_profile_pic"
598
+
599
+ #: views/sfsi_option_view2.php:485
600
+ msgid "The LinkedIn icon should allow users to..."
601
+ msgstr "LinkedIn 图标应该允许用户..."
602
+
603
+ #: views/sfsi_option_view2.php:490
604
+ msgid "Visit my Linkedin page at:"
605
+ msgstr "访问我的 Linkedin 网页︰"
606
+
607
+ #: views/sfsi_option_view2.php:499
608
+ msgid "Follow me on Linkedin:"
609
+ msgstr "在 LinkedIn 上关注我们"
610
+
611
+ #: views/sfsi_option_view2.php:508
612
+ msgid "Share my page on LinkedIn"
613
+ msgstr "在 LinkedIn 上分享我的页面"
614
+
615
+ #: views/sfsi_option_view2.php:515
616
+ msgid "Recommend my business or product on Linkedin"
617
+ msgstr "在 Linkedin 上推荐我的业务或产品"
618
+
619
+ #: views/sfsi_option_view2.php:520
620
+ msgid "To find your Product or Company ID, you can use their ID lookup tool at"
621
+ msgstr "需要查找您的产品或公司 ID,您可以使用他们的 ID 查找工具"
622
+
623
+ #: views/sfsi_option_view2.php:524
624
+ msgid "You need to be logged in to Linkedin to be able to use it."
625
+ msgstr "你需要登录 Linkedin 才能看到。"
626
+
627
+ #: views/sfsi_option_view2.php:537
628
+ msgid ""
629
+ "Nothing needs to be done here – your visitors to share your site via «all "
630
+ "the other» social media sites."
631
+ msgstr ""
632
+ "不用担心这里 — — 你的访问者将通过 «所有其他» 社会媒体网站分享您的网站。"
633
+
634
+ #: views/sfsi_option_view2.php:553
635
+ msgid ""
636
+ "Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/"
637
+ "your_username)."
638
+ msgstr ""
639
+ "请提供你的 Houzz 账户 URL (如:http://www.houzz.com/user/your_username)."
640
+
641
+ #: views/sfsi_option_view2.php:585
642
+ msgid "Where do you want this icon to link to?"
643
+ msgstr "你想让此图标可链接到?"
644
+
645
+ #: views/sfsi_option_view2.php:589
646
+ msgid "Link:"
647
+ msgstr "链接:"
648
+
649
+ #: views/sfsi_option_view3.php:35
650
+ msgid ""
651
+ "A good & well-fitting design is not only nice to look at, but it increases "
652
+ "chances that people will subscribe and/or share your site with friends:"
653
+ msgstr ""
654
+ "很的设计并不只是看起来很漂亮,还要可以增加用户订阅和分享你的网站的机会:"
655
+
656
+ #: views/sfsi_option_view3.php:39
657
+ msgid "It comes across as more professional and gives your site more “credit”"
658
+ msgstr "它从更专业的网站中过来,可以给您的网站带来更多 ”信用”"
659
+
660
+ #: views/sfsi_option_view3.php:42
661
+ msgid ""
662
+ "A smart automatic animation can make your visitors aware of your icons in an "
663
+ "unintrusive manner"
664
+ msgstr "漂亮的自动动画可以使访问者更容易注意到你的图标"
665
+
666
+ #: views/sfsi_option_view3.php:47
667
+ msgid ""
668
+ "The icons have been compressed by Shortpixel.com for faster loading of your "
669
+ "site. Thank you Shortpixel!"
670
+ msgstr "图标经过 Shortpixel.com 压缩后,会载更快。谢谢 Shortpixel !"
671
+
672
+ #: views/sfsi_option_view3.php:52
673
+ msgid "Theme options"
674
+ msgstr "主题选项"
675
+
676
+ #: views/sfsi_option_view3.php:59
677
+ msgid "Default"
678
+ msgstr "默认"
679
+
680
+ #: views/sfsi_option_view3.php:69
681
+ msgid "Flat"
682
+ msgstr "扁平"
683
+
684
+ #: views/sfsi_option_view3.php:78
685
+ msgid "Thin"
686
+ msgstr "紧凑"
687
+
688
+ #: views/sfsi_option_view3.php:87
689
+ msgid "Cute"
690
+ msgstr "可愛"
691
+
692
+ #: views/sfsi_option_view3.php:97
693
+ msgid "Cubes"
694
+ msgstr "立体"
695
+
696
+ #: views/sfsi_option_view3.php:105
697
+ msgid "Chrome Blue"
698
+ msgstr "Chrome 蓝"
699
+
700
+ #: views/sfsi_option_view3.php:112
701
+ msgid "Chrome Grey"
702
+ msgstr "Chrome 灰"
703
+
704
+ #: views/sfsi_option_view3.php:119
705
+ msgid "Splash"
706
+ msgstr "醒目"
707
+
708
+ #: views/sfsi_option_view3.php:130
709
+ msgid "Orange"
710
+ msgstr "橙色"
711
+
712
+ #: views/sfsi_option_view3.php:137
713
+ msgid "Crystal"
714
+ msgstr "水晶"
715
+
716
+ #: views/sfsi_option_view3.php:144
717
+ msgid "Glossy"
718
+ msgstr "光滑"
719
+
720
+ #: views/sfsi_option_view3.php:151
721
+ msgid "Black"
722
+ msgstr "黑色"
723
+
724
+ #: views/sfsi_option_view3.php:161
725
+ msgid "Silver"
726
+ msgstr "银色"
727
+
728
+ #: views/sfsi_option_view3.php:168
729
+ msgid "Shaded Dark"
730
+ msgstr "深色阴影"
731
+
732
+ #: views/sfsi_option_view3.php:175
733
+ msgid "Shaded Light"
734
+ msgstr "浅色阴影"
735
+
736
+ #: views/sfsi_option_view3.php:182
737
+ msgid "Transparent"
738
+ msgstr "透明"
739
+
740
+ #: views/sfsi_option_view3.php:183
741
+ msgid "for dark backgrounds"
742
+ msgstr "深色背景"
743
+
744
+ #: views/sfsi_option_view3.php:192
745
+ msgid "Custom Icons"
746
+ msgstr "自定义图标"
747
+
748
+ #: views/sfsi_option_view3.php:306
749
+ msgid "Animate them (your main icons)"
750
+ msgstr "动态化 (你主要的图标)"
751
+
752
+ #: views/sfsi_option_view3.php:312
753
+ msgid "Mouse-Over effects"
754
+ msgstr "鼠标悬停效果"
755
+
756
+ #: views/sfsi_option_view3.php:317
757
+ msgid "Fade In"
758
+ msgstr "淡入"
759
+
760
+ #: views/sfsi_option_view3.php:320
761
+ msgid "Scale"
762
+ msgstr "缩放"
763
+
764
+ #: views/sfsi_option_view3.php:323
765
+ msgid "Combo"
766
+ msgstr "组合"
767
+
768
+ #: views/sfsi_option_view3.php:333
769
+ msgid "Shuffle them automatically"
770
+ msgstr "随机播放"
771
+
772
+ #: views/sfsi_option_view3.php:340
773
+ msgid "When site is first loaded"
774
+ msgstr "网站首次加载时"
775
+
776
+ #: views/sfsi_option_view3.php:346
777
+ msgid "Every"
778
+ msgstr "每次"
779
+
780
+ #: views/sfsi_option_view3.php:350
781
+ msgid "seconds"
782
+ msgstr "秒"
783
+
784
+ #: views/sfsi_option_view4.php:150
785
+ msgid ""
786
+ "It’s a psychological fact that people like to follow other people, so when "
787
+ "they see that your site has already a good number of Facebook likes, it’s "
788
+ "more likely that they will subscribe/like/share your site than if it had 0."
789
+ msgstr ""
790
+ "心理学研究表明,人们喜欢凑热闹。如果用户看到你已经有了很多关注者,用户会更愿"
791
+ "意订阅、关注并分享你的网站。"
792
+
793
+ #: views/sfsi_option_view4.php:153
794
+ msgid ""
795
+ "Therefore, you can select to display the count next to your icons which will "
796
+ "look like this:"
797
+ msgstr "因此,您可以选择像示例中的在图标旁边的计数 ︰"
798
+
799
+ #: views/sfsi_option_view4.php:215
800
+ msgid ""
801
+ "Of course, if you start at 0, you shoot yourself in the foot with that. So "
802
+ "we suggest that you only turn this feature on once you have a good number of "
803
+ "followers/likes/shares (min. of 20 – no worries if it’s not too many, it "
804
+ "should just not be 0)."
805
+ msgstr ""
806
+ "当然,如果你从 0 开始,你就是在搬石头砸自己的脚。因此,我们建议您你有了大量关"
807
+ "注者/喜欢数量/分享数量后打开此设置(最少为20 — — 如果不是太多,不用担心,只要"
808
+ "不是0就可以了)。"
809
+
810
+ #: views/sfsi_option_view4.php:218
811
+ msgid "Enough waffling. So do you want to display counts?"
812
+ msgstr "需要显示分享、点赞或粉丝数量吗?"
813
+
814
+ #: views/sfsi_option_view4.php:225 views/sfsi_option_view5.php:759
815
+ #: views/sfsi_option_view5.php:787 views/sfsi_option_view5.php:808
816
+ #: views/sfsi_option_view5.php:830 views/sfsi_option_view6.php:64
817
+ #: views/sfsi_option_view9.php:208 views/sfsi_option_view9.php:254
818
+ msgid "Yes"
819
+ msgstr "是"
820
+
821
+ #: views/sfsi_option_view4.php:231 views/sfsi_option_view5.php:765
822
+ #: views/sfsi_option_view5.php:793 views/sfsi_option_view5.php:814
823
+ #: views/sfsi_option_view5.php:836 views/sfsi_option_view6.php:70
824
+ #: views/sfsi_option_view9.php:215 views/sfsi_option_view9.php:261
825
+ msgid "No"
826
+ msgstr "否"
827
+
828
+ #: views/sfsi_option_view4.php:239
829
+ msgid "Please specify which counts should be shown:"
830
+ msgstr "请在这里指定应该显示哪些计数 ︰"
831
+
832
+ #: views/sfsi_option_view4.php:261
833
+ msgid "We cannot track this. So enter the figure here:"
834
+ msgstr "我们不能跟踪这个,所以需要你在这里手动输入"
835
+
836
+ #: views/sfsi_option_view4.php:289
837
+ msgid "Retrieve the number of subscribers automatically"
838
+ msgstr "自动获取订阅者数量"
839
+
840
+ #: views/sfsi_option_view4.php:293 views/sfsi_option_view4.php:338
841
+ #: views/sfsi_option_view4.php:425 views/sfsi_option_view4.php:498
842
+ #: views/sfsi_option_view4.php:543 views/sfsi_option_view4.php:589
843
+ #: views/sfsi_option_view4.php:621 views/sfsi_option_view4.php:660
844
+ #: views/sfsi_option_view4.php:693 views/sfsi_option_view4.php:722
845
+ msgid "Enter the figure manually"
846
+ msgstr "手动放置"
847
+
848
+ #: views/sfsi_option_view4.php:320
849
+ msgid "Retrieve the number of likes of your blog"
850
+ msgstr "获取喜欢数"
851
+
852
+ #: views/sfsi_option_view4.php:324
853
+ msgid "Retrieve the number of likes of your facebook page"
854
+ msgstr "获取Facebook页面链的喜欢数量"
855
+
856
+ #: views/sfsi_option_view4.php:328
857
+ msgid "page ID:"
858
+ msgstr "页面ID:"
859
+
860
+ #: views/sfsi_option_view4.php:333
861
+ msgid ""
862
+ "You'll find it at the bottom of the << About >> -tab on your facebook page"
863
+ msgstr "可以在 facebook 页面 < < About > > 页面的底部找到"
864
+
865
+ #: views/sfsi_option_view4.php:365
866
+ msgid "Retrieve the number of Twitter followers"
867
+ msgstr "检索推特粉丝数量"
868
+
869
+ #: views/sfsi_option_view4.php:371
870
+ msgid "Enter Consumer Key"
871
+ msgstr "输入 Consumer Key"
872
+
873
+ #: views/sfsi_option_view4.php:377
874
+ msgid "Enter Consumer Secret"
875
+ msgstr "输入 Consumer Secret"
876
+
877
+ #: views/sfsi_option_view4.php:383
878
+ msgid "Enter Access Token"
879
+ msgstr "输入 Access Token"
880
+
881
+ #: views/sfsi_option_view4.php:389
882
+ msgid "Enter Access Token Secret"
883
+ msgstr "输入访问令牌密钥"
884
+
885
+ #: views/sfsi_option_view4.php:396
886
+ msgid ""
887
+ "Please make sure you have entered the Username for \"Follow me on Twitter:\" "
888
+ "in twitter settings under question number 2."
889
+ msgstr "确保您在问题2下面:”在 Twitter 上关注我” 的设置中输入了用户名。"
890
+
891
+ #: views/sfsi_option_view4.php:400
892
+ msgid "To get this information:"
893
+ msgstr "要获取此信息 ︰"
894
+
895
+ #: views/sfsi_option_view4.php:404
896
+ msgid "Go to"
897
+ msgstr "转到"
898
+
899
+ #: views/sfsi_option_view4.php:410
900
+ msgid "Click on \"Create new app\""
901
+ msgstr "单击”创建新应用”"
902
+
903
+ #: views/sfsi_option_view4.php:413
904
+ msgid ""
905
+ "Enter a random Name, Description and Website URL (including the \"http://\", "
906
+ "e.g. http://dummysitename.com)"
907
+ msgstr ""
908
+ "输入网站名称、 说明和 URL (包括”http://“,如:http://dummysitename.com)"
909
+
910
+ #: views/sfsi_option_view4.php:416
911
+ msgid ""
912
+ "Go to \"Keys and Access Tokens\" tab and click on \"Generate Token\" in the "
913
+ "\"Token actions\" section at the bottom"
914
+ msgstr "转到”密钥和访问令牌”选项卡,然后在底部的“召唤行动”部分,点击”生成令牌”"
915
+
916
+ #: views/sfsi_option_view4.php:419
917
+ msgid ""
918
+ "Then click on \"Test OAuth\" at the top right and you will see the 4 token "
919
+ "key"
920
+ msgstr "然后点击右上角的”测试授权” ,你将获得4个 token 密钥"
921
+
922
+ #: views/sfsi_option_view4.php:452
923
+ msgid "Retrieve the number of Google +1 (on your blog)"
924
+ msgstr "获取Google +1 数量(在你的博客上)"
925
+
926
+ #: views/sfsi_option_view4.php:456
927
+ msgid "Retrieve the number of google+ followers"
928
+ msgstr "获取 Google+ 关注者 数量"
929
+
930
+ #: views/sfsi_option_view4.php:462
931
+ msgid "Enter Google API Key"
932
+ msgstr "输入 Google API 密钥"
933
+
934
+ #: views/sfsi_option_view4.php:470
935
+ msgid ""
936
+ "Please make sure you have entered the URL for Visit my Google+ page at: like "
937
+ "https://plus.google.com/u/0/b/[pageid] in Google+ settings under question "
938
+ "number 2."
939
+ msgstr "确保您在问题2下面:”访问我的 Google+ ” 的设置中输入了用户名。"
940
+
941
+ #: views/sfsi_option_view4.php:475
942
+ msgid "To get the API key for G+:"
943
+ msgstr "获取 G + 的 API 密钥 ︰"
944
+
945
+ #: views/sfsi_option_view4.php:480
946
+ msgid "Login to your Google account, go to"
947
+ msgstr "登录到你的 Google 帐户,请转到"
948
+
949
+ #: views/sfsi_option_view4.php:484
950
+ msgid "and create a new project"
951
+ msgstr "并创建一个新项目…"
952
+
953
+ #: views/sfsi_option_view4.php:487
954
+ msgid ""
955
+ "Then on the left menu bar go to “APIs & auth”, “Credentials” and click "
956
+ "“Create new key” in the “Public API access” section"
957
+ msgstr ""
958
+ "然后转到左边菜单栏上的 ”APIs & auth”,”Credentials”,然后点击”Create new "
959
+ "key”中的”Public API access”部分"
960
+
961
+ #: views/sfsi_option_view4.php:490
962
+ msgid ""
963
+ "There you select “browser key” and click “Create”. You will then be shown "
964
+ "your API key"
965
+ msgstr "在那里选择”browser key”,然后单击”Create”。你将会得到您的 API 密钥"
966
+
967
+ #: views/sfsi_option_view4.php:493
968
+ msgid ""
969
+ "When you enter this key into the plugin for the first time, it may take some "
970
+ "time until the correct follower count is displayed on your website"
971
+ msgstr "第一次输入此密钥时,它可能需要一些时间来得到正确的关注者数量"
972
+
973
+ #: views/sfsi_option_view4.php:570
974
+ msgid "Retrieve the number of Subscribers"
975
+ msgstr "获取订阅者数量"
976
+
977
+ #: views/sfsi_option_view4.php:575
978
+ msgid "Enter Youtube User name"
979
+ msgstr "输入 Youtube 用户名"
980
+
981
+ #: views/sfsi_option_view4.php:582
982
+ msgid "Enter Youtube Channel id"
983
+ msgstr "输入 Youtube 频道 id"
984
+
985
+ #: views/sfsi_option_view4.php:616
986
+ msgid "Retrieve the number of Pins"
987
+ msgstr "获取 Pin 数量"
988
+
989
+ #: views/sfsi_option_view4.php:649
990
+ msgid "Retrieve the number of Instagram followers"
991
+ msgstr "获取 Instagram 关注者"
992
+
993
+ #: views/sfsi_option_view4.php:653
994
+ msgid "Enter Instagram User name"
995
+ msgstr "输入 Instagram 用户名"
996
+
997
+ #: views/sfsi_option_view4.php:688
998
+ msgid "Retrieve the number of shares"
999
+ msgstr "获取分享数"
1000
+
1001
+ #: views/sfsi_option_view5.php:341
1002
+ msgid "Order of your icons"
1003
+ msgstr "排列顺序"
1004
+
1005
+ #: views/sfsi_option_view5.php:430
1006
+ msgid "Drag and Drop"
1007
+ msgstr "拖放"
1008
+
1009
+ #: views/sfsi_option_view5.php:435 views/sfsi_option_view8.php:400
1010
+ msgid "Size and spacing of your icons"
1011
+ msgstr "图标尺寸和图标间的间隔"
1012
+
1013
+ #: views/sfsi_option_view5.php:439 views/sfsi_option_view8.php:404
1014
+ msgid "Size:"
1015
+ msgstr "尺寸:"
1016
+
1017
+ #: views/sfsi_option_view5.php:443 views/sfsi_option_view8.php:406
1018
+ msgid "pixels wide and tall"
1019
+ msgstr "宽和高"
1020
+
1021
+ #: views/sfsi_option_view5.php:446 views/sfsi_option_view8.php:408
1022
+ msgid "Spacing between icons:"
1023
+ msgstr "图标直接的间距 ︰"
1024
+
1025
+ #: views/sfsi_option_view5.php:450 views/sfsi_option_view8.php:211
1026
+ #: views/sfsi_option_view8.php:220 views/sfsi_option_view8.php:229
1027
+ #: views/sfsi_option_view8.php:238 views/sfsi_option_view8.php:410
1028
+ msgid "Pixels"
1029
+ msgstr "像素"
1030
+
1031
+ #: views/sfsi_option_view5.php:457
1032
+ msgid "Alignments"
1033
+ msgstr "对齐方式"
1034
+
1035
+ #: views/sfsi_option_view5.php:461
1036
+ msgid "Alignment of icons:"
1037
+ msgstr "图标对齐方式:"
1038
+
1039
+ #: views/sfsi_option_view5.php:466 views/sfsi_option_view9.php:684
1040
+ msgid "Centered"
1041
+ msgstr "居中"
1042
+
1043
+ #: views/sfsi_option_view5.php:469 views/sfsi_option_view6.php:92
1044
+ #: views/sfsi_option_view8.php:496
1045
+ msgid "Right"
1046
+ msgstr "靠右"
1047
+
1048
+ #: views/sfsi_option_view5.php:472 views/sfsi_option_view6.php:90
1049
+ #: views/sfsi_option_view8.php:493
1050
+ msgid "Left"
1051
+ msgstr "靠左"
1052
+
1053
+ #: views/sfsi_option_view5.php:477
1054
+ msgid "Icons per row:"
1055
+ msgstr "每行显示多少个图标"
1056
+
1057
+ #: views/sfsi_option_view5.php:481
1058
+ msgid "Leave empty if you dont want to define this"
1059
+ msgstr "如果你不想要定义此项请留空"
1060
+
1061
+ #: views/sfsi_option_view5.php:488
1062
+ msgid "Language & Button-text"
1063
+ msgstr "语言与按钮文本"
1064
+
1065
+ #: views/sfsi_option_view5.php:493
1066
+ msgid "Follow-button:"
1067
+ msgstr "关注按钮:"
1068
+
1069
+ #: views/sfsi_option_view5.php:499 views/sfsi_option_view5.php:520
1070
+ #: views/sfsi_option_view5.php:541 views/sfsi_option_view5.php:562
1071
+ #: views/sfsi_option_view9.php:111
1072
+ msgid "Preview:"
1073
+ msgstr "预览:"
1074
+
1075
+ #: views/sfsi_option_view5.php:514
1076
+ msgid "Facebook «Visit»-icon:"
1077
+ msgstr "Facebook 访问图标 ︰"
1078
+
1079
+ #: views/sfsi_option_view5.php:535
1080
+ msgid "Twitter «Visit»-icon:"
1081
+ msgstr "Twitter 访问图标 ︰"
1082
+
1083
+ #: views/sfsi_option_view5.php:556
1084
+ msgid "Google+ «Visit»-icon:"
1085
+ msgstr "Google + 访问图标 ︰"
1086
+
1087
+ #: views/sfsi_option_view5.php:577
1088
+ msgid "Language for Like & Share buttons (Facebook, Twitter, Google+):"
1089
+ msgstr "喜欢 & 分享按钮 (Facebook, Twitter, Google+) 的语言:"
1090
+
1091
+ #: views/sfsi_option_view5.php:748
1092
+ msgid "New window"
1093
+ msgstr "新窗口"
1094
+
1095
+ #: views/sfsi_option_view5.php:753
1096
+ msgid ""
1097
+ "If user clicks on your icons, do you want to open the page in a new window?"
1098
+ msgstr "点击图标时,你想让链接在新窗口中打开吗?"
1099
+
1100
+ #: views/sfsi_option_view5.php:776
1101
+ msgid "Sticking & Disable on mobile"
1102
+ msgstr "在移动设备上固定和禁用"
1103
+
1104
+ #: views/sfsi_option_view5.php:779
1105
+ msgid ""
1106
+ "If you decided to show your icons via a widget, you can add the effect that "
1107
+ "when the user scrolls down, the icons will stick at the top of the screen "
1108
+ "so that they are still displayed even if the user scrolled all the way down. "
1109
+ "Do you want to do that?"
1110
+ msgstr ""
1111
+ "如果你决定通过小部件显示图标,您可以添加用户向下滚动时的效果,图标将会在用户"
1112
+ "向下滚动时固定在屏幕顶部。确定要这样做吗?"
1113
+
1114
+ #: views/sfsi_option_view5.php:802
1115
+ msgid "Disable float icons on mobile devices"
1116
+ msgstr "在移动设备上禁用浮动图标"
1117
+
1118
+ #: views/sfsi_option_view5.php:824
1119
+ msgid "Disable auto-scaling feature for mobile devices (\"viewport\" meta tag)"
1120
+ msgstr "在移动设备上禁用自动缩放功能(\"viewport\" meta 标签)"
1121
+
1122
+ #: views/sfsi_option_view5.php:848
1123
+ msgid "Mouseover text"
1124
+ msgstr "鼠标悬停文本"
1125
+
1126
+ #: views/sfsi_option_view5.php:851
1127
+ msgid ""
1128
+ "If you’ve given your icon only one function (i.e. no pop-up where user can "
1129
+ "perform different actions) then you can define here what text will be "
1130
+ "displayed if a user moves his mouse over the icon:"
1131
+ msgstr ""
1132
+ "如果给每个图标指定了单个功能 (如:有弹出窗口时,用户可以执行不同的操作), "
1133
+ "你可以在这里指定鼠标经过时显示的文本。"
1134
+
1135
+ #: views/sfsi_option_view6.php:27
1136
+ msgid ""
1137
+ "The selections you made so far were to display the subscriptions/ social "
1138
+ "media icons for your site in general (in a widget on the sidebar). You can "
1139
+ "also display icons at the end of every post, encouraging users to subscribe/"
1140
+ "like/share after they’ve read it. The following buttons will be added:"
1141
+ msgstr ""
1142
+ "到目前为止,你设置的选项是全局的 (在侧遍栏上的一个小部件中)。您也可以在每篇"
1143
+ "文章结尾显示图标,鼓励用户在阅读文章后订阅和分型。下列按钮将被添加︰"
1144
+
1145
+ #: views/sfsi_option_view6.php:43
1146
+ msgid "Those are usually all you need:"
1147
+ msgstr "那通常是你需要的一切 ︰"
1148
+
1149
+ #: views/sfsi_option_view6.php:47
1150
+ msgid "Facebook is No.1 in liking, so it’s a must have"
1151
+ msgstr "Facebook 是用的最多的可以可以添加喜欢的网站,所以这是必须要有的 "
1152
+
1153
+ #: views/sfsi_option_view6.php:50
1154
+ msgid ""
1155
+ "Google+ is also important due to SEO reasons, so important to have as well"
1156
+ msgstr "Google + 对 SEO 有帮助,所以此平台也很重要"
1157
+
1158
+ #: views/sfsi_option_view6.php:53
1159
+ msgid "Share-button covers all other platforms for sharing"
1160
+ msgstr "分享按钮覆盖所有其他分享平台"
1161
+
1162
+ #: views/sfsi_option_view6.php:58
1163
+ msgid "So: do you want to display those at the end of every post?"
1164
+ msgstr "所以:你想在每篇文章底部显示这些元素吗?"
1165
+
1166
+ #: views/sfsi_option_view6.php:78
1167
+ msgid "Options:"
1168
+ msgstr "选项:"
1169
+
1170
+ #: views/sfsi_option_view6.php:82 views/sfsi_option_view8.php:484
1171
+ msgid "Text to appear before the sharing icons:"
1172
+ msgstr "分享图标前的文字:"
1173
+
1174
+ #: views/sfsi_option_view6.php:87 views/sfsi_option_view8.php:489
1175
+ msgid "Alignment of share icons:"
1176
+ msgstr "对齐方式的共享图标 ︰"
1177
+
1178
+ #: views/sfsi_option_view6.php:97 views/sfsi_option_view8.php:385
1179
+ msgid "Do you want to display the counts?"
1180
+ msgstr "需要要显示数量吗?"
1181
+
1182
+ #: views/sfsi_option_view6.php:99 views/sfsi_option_view8.php:388
1183
+ msgid "YES"
1184
+ msgstr "是"
1185
+
1186
+ #: views/sfsi_option_view6.php:101 views/sfsi_option_view8.php:390
1187
+ msgid "NO"
1188
+ msgstr "否"
1189
+
1190
+ #: views/sfsi_option_view7.php:48
1191
+ msgid ""
1192
+ "You can increase chances that people share or follow you by displaying a pop-"
1193
+ "up asking them to. You can define the design and layout below:"
1194
+ msgstr ""
1195
+ "通过显示一个弹出窗口,你可以获得更多的粉丝和分享。您可以在下面定义所有设计和"
1196
+ "布局︰"
1197
+
1198
+ #: views/sfsi_option_view7.php:54
1199
+ msgid "Enjoy this site? Please follow and like us!"
1200
+ msgstr "喜欢这个网站吗?请关注并给我们点赞 !"
1201
+
1202
+ #: views/sfsi_option_view7.php:143
1203
+ msgid "Text and Design"
1204
+ msgstr "文本和设计"
1205
+
1206
+ #: views/sfsi_option_view7.php:147
1207
+ msgid "Text Options"
1208
+ msgstr "文字选项"
1209
+
1210
+ #: views/sfsi_option_view7.php:150 views/sfsi_option_view9.php:329
1211
+ #: views/sfsi_option_view9.php:409 views/sfsi_option_view9.php:486
1212
+ msgid "Text:"
1213
+ msgstr "文本:"
1214
+
1215
+ #: views/sfsi_option_view7.php:154 views/sfsi_option_view9.php:342
1216
+ #: views/sfsi_option_view9.php:422 views/sfsi_option_view9.php:499
1217
+ msgid "Font:"
1218
+ msgstr "字体:"
1219
+
1220
+ #: views/sfsi_option_view7.php:200 views/sfsi_option_view9.php:428
1221
+ #: views/sfsi_option_view9.php:505
1222
+ msgid "Font style:"
1223
+ msgstr "字体样式:"
1224
+
1225
+ #: views/sfsi_option_view7.php:219
1226
+ msgid "Font color:"
1227
+ msgstr "字体颜色:"
1228
+
1229
+ #: views/sfsi_option_view7.php:224
1230
+ msgid "Font size:"
1231
+ msgstr "字体大小:"
1232
+
1233
+ #: views/sfsi_option_view7.php:231
1234
+ msgid "Icon Box Layout"
1235
+ msgstr "图标框布局"
1236
+
1237
+ #: views/sfsi_option_view7.php:235
1238
+ msgid "Background Color:"
1239
+ msgstr "背景颜色:"
1240
+
1241
+ #: views/sfsi_option_view7.php:241
1242
+ msgid "Border Color:"
1243
+ msgstr "边框颜色 ︰"
1244
+
1245
+ #: views/sfsi_option_view7.php:249
1246
+ msgid "Border Thinckness:"
1247
+ msgstr "边框宽度︰"
1248
+
1249
+ #: views/sfsi_option_view7.php:257
1250
+ msgid "Border Shadow:"
1251
+ msgstr "边框阴影 ︰"
1252
+
1253
+ #: views/sfsi_option_view7.php:263
1254
+ msgid "On"
1255
+ msgstr "开启"
1256
+
1257
+ #: views/sfsi_option_view7.php:269
1258
+ msgid "Off"
1259
+ msgstr "关闭"
1260
+
1261
+ #: views/sfsi_option_view7.php:279
1262
+ msgid "Where shall the pop-up be shown?"
1263
+ msgstr "在哪里显示弹出窗口?"
1264
+
1265
+ #: views/sfsi_option_view7.php:284
1266
+ msgid "Nowhere"
1267
+ msgstr "不显示"
1268
+
1269
+ #: views/sfsi_option_view7.php:290
1270
+ msgid "On every page"
1271
+ msgstr "所有页面"
1272
+
1273
+ #: views/sfsi_option_view7.php:296
1274
+ msgid "On blog posts only"
1275
+ msgstr "只在博客文章页"
1276
+
1277
+ #: views/sfsi_option_view7.php:302
1278
+ msgid "On selected pages only"
1279
+ msgstr "只在所选页面上"
1280
+
1281
+ #: views/sfsi_option_view7.php:345
1282
+ msgid "Please hold CTRL key to select multiple pages"
1283
+ msgstr "请按住 CTRL 键选择多个页面"
1284
+
1285
+ #: views/sfsi_option_view7.php:351
1286
+ msgid "When shall the pop-up be shown?"
1287
+ msgstr "何时显示弹出窗口?"
1288
+
1289
+ #: views/sfsi_option_view7.php:356
1290
+ msgid "Once"
1291
+ msgstr "首次"
1292
+
1293
+ #: views/sfsi_option_view7.php:358
1294
+ msgid "seconds after the user arrived on the site"
1295
+ msgstr "用户访问网站几秒后"
1296
+
1297
+ #: views/sfsi_option_view7.php:364
1298
+ msgid "Every time user scrolls to the end of the page"
1299
+ msgstr "每次用户浏览到网站底部时"
1300
+
1301
+ #: views/sfsi_option_view8.php:112
1302
+ msgid "Show them via a widget"
1303
+ msgstr "通过小工具显示"
1304
+
1305
+ #: views/sfsi_option_view8.php:125
1306
+ msgid "Go to the widget area and drag & drop it where you want to have it!"
1307
+ msgstr "转到 小工具 页面,然后拖拽到你需要的位置!"
1308
+
1309
+ #: views/sfsi_option_view8.php:142
1310
+ msgid "Float them on the page"
1311
+ msgstr "浮动在页面上"
1312
+
1313
+ #: views/sfsi_option_view8.php:160
1314
+ msgid "Top left"
1315
+ msgstr "Top left"
1316
+
1317
+ #: views/sfsi_option_view8.php:167
1318
+ msgid "Top right"
1319
+ msgstr "Top right"
1320
+
1321
+ #: views/sfsi_option_view8.php:174
1322
+ msgid "Center left"
1323
+ msgstr "Center left"
1324
+
1325
+ #: views/sfsi_option_view8.php:181
1326
+ msgid "Center right"
1327
+ msgstr "Center right"
1328
+
1329
+ #: views/sfsi_option_view8.php:188
1330
+ msgid "Bottom left"
1331
+ msgstr "Bottom left"
1332
+
1333
+ #: views/sfsi_option_view8.php:195
1334
+ msgid "Bottom right"
1335
+ msgstr "Bottom right"
1336
+
1337
+ #: views/sfsi_option_view8.php:202
1338
+ msgid "Margin From:"
1339
+ msgstr "Margin From:"
1340
+
1341
+ #: views/sfsi_option_view8.php:207
1342
+ msgid "Top:"
1343
+ msgstr "Top:"
1344
+
1345
+ #: views/sfsi_option_view8.php:216
1346
+ msgid "Bottom:"
1347
+ msgstr "Bottom:"
1348
+
1349
+ #: views/sfsi_option_view8.php:225
1350
+ msgid "Left:"
1351
+ msgstr "Left:"
1352
+
1353
+ #: views/sfsi_option_view8.php:234
1354
+ msgid "Right:"
1355
+ msgstr "Right:"
1356
+
1357
+ #: views/sfsi_option_view8.php:253
1358
+ msgid "Place them manually"
1359
+ msgstr "手动放置"
1360
+
1361
+ #: views/sfsi_option_view8.php:266
1362
+ msgid "Place the following string into your theme codes: "
1363
+ msgstr "将下面的字符放到你的主题代码中:"
1364
+
1365
+ #: views/sfsi_option_view8.php:270
1366
+ msgid ""
1367
+ "Or use the shortcode [DISPLAY_ULTIMATE_PLUS] to display them wherever you "
1368
+ "want."
1369
+ msgstr "或使用简码:[DISPLAY_ULTIMATE_PLUS] 在你需要显示的位置"
1370
+
1371
+ #: views/sfsi_option_view8.php:282
1372
+ msgid "Show them before or after posts"
1373
+ msgstr "在文章前面或后面"
1374
+
1375
+ #: views/sfsi_option_view8.php:296
1376
+ msgid "Here you have two options:"
1377
+ msgstr "在这里,你有两个选项 ︰"
1378
+
1379
+ #: views/sfsi_option_view8.php:304
1380
+ msgid "Display rectangle icons"
1381
+ msgstr "显示矩形图标"
1382
+
1383
+ #: views/sfsi_option_view8.php:310
1384
+ msgid "Display the icons I selected above"
1385
+ msgstr "显示我上面所选的图标"
1386
+
1387
+ #: views/sfsi_option_view8.php:318
1388
+ msgid ""
1389
+ "Rectangle icons spell out the «call to action» which increases chances that "
1390
+ "visitors do it."
1391
+ msgstr "可以增加用户点击的矩形图标显示的 «呼吁行动» 。"
1392
+
1393
+ #: views/sfsi_option_view8.php:321
1394
+ msgid "Select the icons you want to show:"
1395
+ msgstr "选择您想要显示的图标 ︰"
1396
+
1397
+ #: views/sfsi_option_view8.php:371
1398
+ msgid "may impact loading speed"
1399
+ msgstr "可能会影响加载速度"
1400
+
1401
+ #: views/sfsi_option_view8.php:421
1402
+ msgid "Display them:"
1403
+ msgstr "显示项目"
1404
+
1405
+ #: views/sfsi_option_view8.php:424
1406
+ msgid "On Post Pages"
1407
+ msgstr "在文章页面"
1408
+
1409
+ #: views/sfsi_option_view8.php:430 views/sfsi_option_view8.php:459
1410
+ msgid "Before posts"
1411
+ msgstr "在文章前面"
1412
+
1413
+ #: views/sfsi_option_view8.php:436 views/sfsi_option_view8.php:465
1414
+ msgid "After posts"
1415
+ msgstr "在文章后面"
1416
+
1417
+ #: views/sfsi_option_view8.php:453
1418
+ msgid "On Homepage"
1419
+ msgstr "在首页上"
1420
+
1421
+ #: views/sfsi_option_view8.php:499
1422
+ msgid "Center"
1423
+ msgstr "居中"
1424
+
1425
+ #: views/sfsi_option_view9.php:98
1426
+ msgid ""
1427
+ "In addition to the email- or follow-icon you can also show a subscription "
1428
+ "form which maximizes chances that people subscribe to your site. To get "
1429
+ "access to the emails who subscribe, please"
1430
+ msgstr ""
1431
+ "除了电子邮件-或关注图标,你还可以显示一个订阅表单,以方便更多用户订阅您的站"
1432
+ "点。要访问电子邮件订阅,请"
1433
+
1434
+ #: views/sfsi_option_view9.php:102
1435
+ msgid "claim your feed."
1436
+ msgstr "声明 feed。"
1437
+
1438
+ #: views/sfsi_option_view9.php:121
1439
+ msgid "Place it on your site"
1440
+ msgstr "放在您的网站上"
1441
+
1442
+ #: views/sfsi_option_view9.php:124
1443
+ msgid "You can place the form by different methods:"
1444
+ msgstr "您可以通过不同的方式显示表单 ︰"
1445
+
1446
+ #: views/sfsi_option_view9.php:130
1447
+ msgid "Widget:"
1448
+ msgstr "小工具:"
1449
+
1450
+ #: views/sfsi_option_view9.php:132
1451
+ msgid "Go to the widget settings and drag and drop it to the sidebar:"
1452
+ msgstr "转到小小工具设置页面并拖放到侧边栏 :"
1453
+
1454
+ #: views/sfsi_option_view9.php:139
1455
+ msgid "Shortcode:"
1456
+ msgstr "简码:"
1457
+
1458
+ #: views/sfsi_option_view9.php:142
1459
+ msgid "Use the shortcode"
1460
+ msgstr "使用简码:"
1461
+
1462
+ #: views/sfsi_option_view9.php:146
1463
+ msgid "to place it into your codes"
1464
+ msgstr "将它放到您的代码中"
1465
+
1466
+ #: views/sfsi_option_view9.php:150
1467
+ msgid "Copy & paste HTML code:"
1468
+ msgstr "复制并粘贴 HTML 代码:"
1469
+
1470
+ #: views/sfsi_option_view9.php:164 views/sfsi_option_view9.php:699
1471
+ msgid "Get new posts by email:"
1472
+ msgstr "通过电子邮件获取新文章 ︰"
1473
+
1474
+ #: views/sfsi_option_view9.php:186
1475
+ msgid "Define text & design (optional)"
1476
+ msgstr "定义文本与设计 (可选)"
1477
+
1478
+ #: views/sfsi_option_view9.php:189
1479
+ msgid "Overall size & border"
1480
+ msgstr "全局字号和边框"
1481
+
1482
+ #: views/sfsi_option_view9.php:201
1483
+ msgid "Adjust size to space on website?"
1484
+ msgstr "调整在网站上的间距?"
1485
+
1486
+ #: views/sfsi_option_view9.php:224
1487
+ msgid "Height"
1488
+ msgstr "高度"
1489
+
1490
+ #: views/sfsi_option_view9.php:230 views/sfsi_option_view9.php:240
1491
+ #: views/sfsi_option_view9.php:276 views/sfsi_option_view9.php:376
1492
+ #: views/sfsi_option_view9.php:462 views/sfsi_option_view9.php:533
1493
+ msgid "pixels"
1494
+ msgstr "像素"
1495
+
1496
+ #: views/sfsi_option_view9.php:235
1497
+ msgid "Width"
1498
+ msgstr "宽度"
1499
+
1500
+ #: views/sfsi_option_view9.php:247
1501
+ msgid "Border?"
1502
+ msgstr "边框?"
1503
+
1504
+ #: views/sfsi_option_view9.php:270
1505
+ msgid "Thickness"
1506
+ msgstr "厚度"
1507
+
1508
+ #: views/sfsi_option_view9.php:281
1509
+ msgid "Color"
1510
+ msgstr "颜色"
1511
+
1512
+ #: views/sfsi_option_view9.php:296
1513
+ msgid "Background color:"
1514
+ msgstr "背景色:"
1515
+
1516
+ #: views/sfsi_option_view9.php:317
1517
+ msgid "Text above entry field"
1518
+ msgstr "输入字段上面的文本"
1519
+
1520
+ #: views/sfsi_option_view9.php:348
1521
+ msgid " Font style:"
1522
+ msgstr "字体样式:"
1523
+
1524
+ #: views/sfsi_option_view9.php:357 views/sfsi_option_view9.php:514
1525
+ msgid "Font color"
1526
+ msgstr "字体颜色"
1527
+
1528
+ #: views/sfsi_option_view9.php:370 views/sfsi_option_view9.php:456
1529
+ #: views/sfsi_option_view9.php:527
1530
+ msgid "Font size"
1531
+ msgstr "字号"
1532
+
1533
+ #: views/sfsi_option_view9.php:384 views/sfsi_option_view9.php:449
1534
+ #: views/sfsi_option_view9.php:541
1535
+ msgid "Alignment:"
1536
+ msgstr "对齐方式 ︰"
1537
+
1538
+ #: views/sfsi_option_view9.php:397
1539
+ msgid "Entry field"
1540
+ msgstr "输入字段"
1541
+
1542
+ #: views/sfsi_option_view9.php:474
1543
+ msgid "Subscribe button"
1544
+ msgstr "订阅按钮"
1545
+
1546
+ #: views/sfsi_option_view9.php:550
1547
+ msgid "Button color:"
1548
+ msgstr "按钮颜色:"
1549
+
1550
+ #: views/sfsi_option_view9.php:681
1551
+ msgid "Left Align"
1552
+ msgstr "左对齐"
1553
+
1554
+ #: views/sfsi_option_view9.php:687
1555
+ msgid "Right Align"
1556
+ msgstr "右对齐"
1557
+
1558
+ #: views/sfsi_options_view.php:10
1559
+ msgid ""
1560
+ "We found errors in your javascript which may cause the plugin to not work "
1561
+ "properly. Please fix the error:"
1562
+ msgstr "我们发现了可能导致插件不能正常工作的 JavaScript 错误,请修复以下错误:"
1563
+
1564
+ #: views/sfsi_options_view.php:52
1565
+ msgid ""
1566
+ "New: You can now also show a subscription form on your site, increasing sign-"
1567
+ "ups! (Question 8)"
1568
+ msgstr ""
1569
+ "新功能︰ 现在可以在你的网站上显示显示订阅表单了,以增加注册 !(问题 8)"
1570
+
1571
+ #: views/sfsi_options_view.php:54
1572
+ msgid ""
1573
+ "If question 8 gets displayed in a funny way then please reload the page by "
1574
+ "pressing Control+F5(PC) or Command+R(Mac)"
1575
+ msgstr ""
1576
+ "如果问题 8 的显示方式有问题,请按下 Control+F5(PC) 或 Command+R(Mac) 强制刷新"
1577
+ "页面。"
1578
+
1579
+ #: views/sfsi_options_view.php:64
1580
+ msgid "Welcome to the Ultimate Social Media Icons PLUS plugin!"
1581
+ msgstr "欢迎使用 Ultimate Social Media Icons PLUS 插件 !"
1582
+
1583
+ #: views/sfsi_options_view.php:67
1584
+ msgid ""
1585
+ "This plugin is 100% FREE and will fulfill all your subscription/sharing/"
1586
+ "liking needs!"
1587
+ msgstr "此插件 100%免费,并且能满足你所有的订阅,分享,点赞需求 !"
1588
+
1589
+ #: views/sfsi_options_view.php:70
1590
+ msgid ""
1591
+ "Simply answer the questions below (at least the first 3) by clicking on them "
1592
+ "- that`s it!"
1593
+ msgstr "点击展开并简单地回答下面的问题 (至少前3个) 。"
1594
+
1595
+ #: views/sfsi_options_view.php:73
1596
+ msgid ""
1597
+ "If you have questions, or something doesn`t work as it should, please read "
1598
+ "the FAQ:"
1599
+ msgstr "如果有疑问,或者一些功能不能正常工作,请参考我们的 FAQ:"
1600
+
1601
+ #: views/sfsi_options_view.php:84
1602
+ msgid "Which icons do you want to show on your site?"
1603
+ msgstr "你想在站点上显示哪些图标?"
1604
+
1605
+ #: views/sfsi_options_view.php:92
1606
+ msgid "What do you want the icons to do?"
1607
+ msgstr "你想让图标显示什么功能?"
1608
+
1609
+ #: views/sfsi_options_view.php:99
1610
+ msgid "Where shall they be displayed?"
1611
+ msgstr "你想让他们显示在哪里?"
1612
+
1613
+ #: views/sfsi_options_view.php:105
1614
+ msgid "Optional"
1615
+ msgstr "选项"
1616
+
1617
+ #: views/sfsi_options_view.php:110
1618
+ msgid "What design and animation do you want to give your icons?"
1619
+ msgstr "你想给你的图标怎样的设计和动画?"
1620
+
1621
+ #: views/sfsi_options_view.php:117
1622
+ msgid "Do you want to display \"counts\" next to your main icons?"
1623
+ msgstr "你想在图标后面显示“数量”吗?"
1624
+
1625
+ #: views/sfsi_options_view.php:124
1626
+ msgid "Any other wishes for your main icons?"
1627
+ msgstr "想对你的图标进行更多自定义?"
1628
+
1629
+ #: views/sfsi_options_view.php:136
1630
+ msgid "Do you want to display a pop-up, asking people to subscribe?"
1631
+ msgstr "需要显示一个邀请用户订阅的弹窗吗?"
1632
+
1633
+ #: views/sfsi_options_view.php:143
1634
+ msgid "Do you want to show a subscription form (increases sign ups)?"
1635
+ msgstr "需要显示一个订阅表单吗(增加注册量)?"
1636
+
1637
+ #: views/sfsi_options_view.php:159
1638
+ msgid ""
1639
+ "This plugin is 100% free. Please do us a BIG favor and give us a 5 star "
1640
+ "rating"
1641
+ msgstr "此插件100%免费,请帮忙给我们一个5星好评吧。"
1642
+
1643
+ #: views/sfsi_options_view.php:161
1644
+ msgid "here"
1645
+ msgstr "这里"
1646
+
1647
+ #: views/sfsi_options_view.php:163
1648
+ msgid ""
1649
+ "If you`re not happy, please get in touch with us at support@ultimatelysocial."
1650
+ "com, so that we can sort it out.Thank you!"
1651
+ msgstr ""
1652
+ "如有问题,请通过电子邮件 support@ultimatelysocial.com 联系我们,我们会及时回"
1653
+ "复。谢谢!"
1654
+
1655
+ #: views/sfsi_options_view.php:166
1656
+ msgid "Need top-notch Wordpress development work at a competitive price?"
1657
+ msgstr "需要以优惠价格雇佣顶尖的的 Wordpress 开发者为你工作?"
1658
+
1659
+ #: views/sfsi_options_view.php:168
1660
+ msgid "Visit us on ultimatelysocial.com"
1661
+ msgstr "在 ultimatelysocial.com 上访问我们"
1662
+
1663
+ #: views/sfsi_options_view.php:179
1664
+ msgid ""
1665
+ "The plugin was translated by (your name). Need translation work to get done? "
1666
+ "Contact (your name) at (your email)"
1667
+ msgstr ""
1668
+ "此插件由<a target=blank href=https://www.wpzhiku.com>WordPress 智库</a>翻译,"
1669
+ "如发现翻译有误或有更好的建议,请通过邮件 4626395@gmail.com 联系我。"
1670
+
1671
+ #: views/sfsi_pop_content.php:31
1672
+ msgid "Steps:"
1673
+ msgstr "步骤:"
1674
+
1675
+ #: views/sfsi_pop_content.php:35 views/sfsi_pop_content.php:347
1676
+ msgid "Click on << Upload >> below"
1677
+ msgstr "点击下面的 < < 上传 > > 按钮"
1678
+
1679
+ #: views/sfsi_pop_content.php:38 views/sfsi_pop_content.php:350
1680
+ msgid "Upload the icon into the media gallery"
1681
+ msgstr "将图标上传到媒体库"
1682
+
1683
+ #: views/sfsi_pop_content.php:41
1684
+ msgid "Click on << Insert into post >> "
1685
+ msgstr "点击 < < 插入到文章 > >"
1686
+
1687
+ #: views/sfsi_pop_content.php:90
1688
+ msgid "Move over the Facebook-icon…"
1689
+ msgstr "移过 Facebook 图标"
1690
+
1691
+ #: views/sfsi_pop_content.php:116 views/sfsi_pop_content.php:271
1692
+ msgid "Move over the “+ icon” to see the sharing options"
1693
+ msgstr "将鼠标移动到”+ 图标”上以查看分享选项"
1694
+
1695
+ #: views/sfsi_pop_content.php:145
1696
+ msgid "Move over the Twitter-icon…"
1697
+ msgstr "移过 Twitter 图标…"
1698
+
1699
+ #: views/sfsi_pop_content.php:172
1700
+ msgid "Move over the Google+ icon…"
1701
+ msgstr "移过 Google+ 图标…"
1702
+
1703
+ #: views/sfsi_pop_content.php:198
1704
+ msgid "Move over the YouTube-icon…"
1705
+ msgstr "移过 YouTube 图标…"
1706
+
1707
+ #: views/sfsi_pop_content.php:221
1708
+ msgid "Move over the Pinterest-icon…"
1709
+ msgstr "移过 Pinterest 图标上…"
1710
+
1711
+ #: views/sfsi_pop_content.php:249
1712
+ msgid "Move over the LinkedIn-icon…"
1713
+ msgstr "移过 LinkedIn 图标…"
1714
+
1715
+ #: views/sfsi_pop_content.php:285
1716
+ msgid ""
1717
+ "Note: Also if you already offer a newsletter it makes sense to offer this "
1718
+ "option too, because it will get you more readers as explained"
1719
+ msgstr "注 ︰ 如果您已提供一份电子邮件列表,请启用此项,他会帮你获得更多的读者"
1720
+
1721
+ #: views/sfsi_pop_content.php:292
1722
+ msgid "Ok, keep it active for the time being, I want to see how it works"
1723
+ msgstr "好的,请暂时保持激活,我需要看看它是如何工作的"
1724
+
1725
+ #: views/sfsi_pop_content.php:296
1726
+ msgid "Deactivate it"
1727
+ msgstr "禁用"
1728
+
1729
+ #: views/sfsi_pop_content.php:304
1730
+ msgid ""
1731
+ "Ok, fine, however for using this plugin for FREE, please support us by "
1732
+ "activating a link back to our site:"
1733
+ msgstr "很好,此插件是免费的,请通过显示到我们网站的链接以支持我们 ︰"
1734
+
1735
+ #: views/sfsi_pop_content.php:309
1736
+ msgid "Ok, activate link"
1737
+ msgstr "好的,激活链接"
1738
+
1739
+ #: views/sfsi_pop_content.php:313
1740
+ msgid "Don’t activate link"
1741
+ msgstr "不激活链接"
1742
+
1743
+ #: views/sfsi_pop_content.php:321
1744
+ msgid ""
1745
+ "You’re a toughie. Last try: As a minimum, could you please review this "
1746
+ "plugin (with 5 stars)? It only takes a minute. Thank you!"
1747
+ msgstr ""
1748
+ "这是一个艰难的决定,最起码,可以给我们一个5星好评吗?几分钟就搞定了,非常感"
1749
+ "谢!"
1750
+
1751
+ #: views/sfsi_pop_content.php:325
1752
+ msgid "Ok, Review it"
1753
+ msgstr "好的,去评价"
1754
+
1755
+ #: views/sfsi_pop_content.php:329
1756
+ msgid "Don’t review and exit"
1757
+ msgstr "不评价并退出"
1758
+
1759
+ #: views/sfsi_pop_content.php:341
1760
+ msgid "Upload custom icons"
1761
+ msgstr "上传自定义图标"
1762
+
1763
+ #: views/sfsi_pop_content.php:344
1764
+ msgid ""
1765
+ "Here you can upload custom icons which perform the same actions as the "
1766
+ "standard icons."
1767
+ msgstr "在这里,你可以上传和标准图标一样,执行相同的操作的自定义图标。"
1768
+
1769
+ #: views/sfsi_pop_content.php:353
1770
+ msgid "Click on << Insert into post >>"
1771
+ msgstr "点击 < < 插入到文章 > >"
1772
+
1773
+ #: views/sfsi_pop_content.php:583
1774
+ msgid "I'm done!"
1775
+ msgstr "我完成了!"
1776
+
1777
+ #. Plugin Name of the plugin/theme
1778
+ msgid "Ultimate Social Media PLUS"
1779
+ msgstr "Ultimate Social Media PLUS"
1780
+
1781
+ #. Plugin URI of the plugin/theme
1782
+ #. Author URI of the plugin/theme
1783
+ msgid "http://ultimatelysocial.com"
1784
+ msgstr "http://ultimatelysocial.com"
1785
+
1786
+ #. Description of the plugin/theme
1787
+ msgid ""
1788
+ "The best social media plugin on the market. And 100% FREE. Allows you to add "
1789
+ "social media & share icons to your blog (esp. Facebook, Twitter, Email, RSS, "
1790
+ "Pinterest, Instagram, Google+, LinkedIn, Share-button). It offers a wide "
1791
+ "range of design options and other features."
1792
+ msgstr ""
1793
+ "市场上最好的社会化媒体插件。100%免费。允许您添加社交媒体和分享图标到你的博客 "
1794
+ "(尤其是 Facebook,Twitter,电子邮件、 RSS、 Pinterest,Instagram,Google +,"
1795
+ "LinkedIn,共享按钮)。插件提供了丰富的设置选项和一些有用的功能。"
1796
+
1797
+ #. Author of the plugin/theme
1798
+ msgid "UltimatelySocial"
1799
+ msgstr "UltimatelySocial"
libs/sfsi_Init_JqueryCss.php CHANGED
@@ -50,7 +50,9 @@ function sfsiplus_plugin_back_enqueue_script()
50
  );
51
  $translation_array1 = array(
52
  'Coll_apse' => __('Collapse',SFSI_PLUS_DOMAIN),
53
- 'Save_All_Settings' => __('Save All Settings',SFSI_PLUS_DOMAIN)
 
 
54
  );
55
 
56
  wp_localize_script( 'SFSIPLUSCustomJs', 'object_name', $translation_array );
50
  );
51
  $translation_array1 = array(
52
  'Coll_apse' => __('Collapse',SFSI_PLUS_DOMAIN),
53
+ 'Save_All_Settings' => __('Save All Settings',SFSI_PLUS_DOMAIN),
54
+ 'Upload_a' => __('Upload a custom icon if you have other accounts/websites you want to link to.',SFSI_PLUS_DOMAIN),
55
+ 'It_depends' => __('It depends',SFSI_PLUS_DOMAIN)
56
  );
57
 
58
  wp_localize_script( 'SFSIPLUSCustomJs', 'object_name', $translation_array );
libs/sfsi_install_uninstall.php CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
12
  }
13
 
14
  //Install version
15
- update_option("sfsi_plus_pluginVersion", "2.38");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
12
  }
13
 
14
  //Install version
15
+ update_option("sfsi_plus_pluginVersion", "2.39");
16
 
17
  /*show notification*/
18
  if(!get_option('sfsi_plus_show_notification'))
libs/sfsi_widget.php CHANGED
@@ -608,7 +608,11 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no", $fromPost
608
  }
609
 
610
  /* fecth no of counts if active in admin section */
611
- if($fromPost == 'yes' && !empty($post))
 
 
 
 
612
  {
613
  $fb_data=$socialObj->sfsi_get_fb($current_url);
614
  $counts=$socialObj->format_num($fb_data['total_count']);
@@ -1228,7 +1232,11 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no", $fromPost
1228
  }
1229
 
1230
  /* fecth no of counts if active in admin section */
1231
- if($fromPost == 'yes' && !empty($post))
 
 
 
 
1232
  {
1233
  $followers=$socialObj->sfsi_get_linkedin($current_url);
1234
  $counts=$socialObj->format_num($followers);
608
  }
609
 
610
  /* fecth no of counts if active in admin section */
611
+ if(
612
+ $fromPost == 'yes' && !empty($post) &&
613
+ $sfsi_plus_section4_options['sfsi_plus_facebook_countsDisplay']=="yes" &&
614
+ $sfsi_plus_section4_options['sfsi_plus_display_counts']=="yes"
615
+ )
616
  {
617
  $fb_data=$socialObj->sfsi_get_fb($current_url);
618
  $counts=$socialObj->format_num($fb_data['total_count']);
1232
  }
1233
 
1234
  /* fecth no of counts if active in admin section */
1235
+ if(
1236
+ $fromPost == 'yes' && !empty($post) &&
1237
+ $sfsi_plus_section4_options['sfsi_plus_linkedIn_countsDisplay']=="yes" &&
1238
+ $sfsi_plus_section4_options['sfsi_plus_display_counts']=="yes"
1239
+ )
1240
  {
1241
  $followers=$socialObj->sfsi_get_linkedin($current_url);
1242
  $counts=$socialObj->format_num($followers);
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: socialdude
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
- Tested up to: 4.4.2
7
- Stable tag: 2.3.8
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -52,303 +52,6 @@ Note: This plugin requires CURL to be activated/installed on your server (which
52
 
53
  = Please also check the more comprehensive FAQ on http://ultimatelysocial.com/faq =
54
 
55
- .
56
-
57
- = I face fundamental issues (the plugin doesn't load etc.) =
58
-
59
- Please ensure that:
60
-
61
- - You're using the latest version of the plugin(s)
62
- - Your site is running on PHP 5.4 or above
63
- - You have CURL activated (should be activated by default)
64
-
65
- If you're not familiar with those please contact your hosting company or server admin.
66
-
67
- Please check if you have browser extensions activated which may conflict with the plugin. Known culprits include:
68
-
69
- - Open SEO Stats (Formerly: PageRank Status) in Chrome
70
- - Adblock Plus in Chrome
71
- - Vine in Chrome
72
-
73
- Either de-activate those extensions or try it in a different browser.
74
-
75
- If the plugin setting's area looks 'funny' after an upgrade then please clear your cache with String+F5 (PC) or Command+R (Mac).
76
-
77
- Please also try if the other plugin works: https://wordpress.org/plugins/ultimate-social-media-icons/
78
-
79
- = I get error messages 'Error : 7', 'Error : 56', 'Error : 6' etc. =
80
-
81
- Those point to a CURL-issue on your site. Please contact your server admin or your hosting company to resolve it.
82
-
83
- = Icons don't show =
84
-
85
- Please ensure you actually placed them (under question 3).
86
-
87
- If only some icons show, but not all, then please clear your cache, and check if you may have conflicting browser extensions (e.g. 'Disconnect'-app in Chrome). Also Ad-Blockers are known culprits, please switch them off temporarily to see if that is the reason.
88
-
89
- If the icons still don't show then there's an issue with your template. Please contact the creator of your template for that.
90
-
91
- = Twitter share-counts are not displaying (anymore) =
92
-
93
- Unfortunately, Twitter stopped providing that information.
94
-
95
- = Changes don't get saved / Deleted plugin but icons still show =
96
-
97
- Most likely you have the WP Cache plugin installed. Please de-activate and then re-activate it.
98
-
99
- = Links don't work =
100
-
101
- Please ensure you've entered the 'http://' at the beginning of the url. If the icons are not clickable at all there is most likely an issue with your template.
102
-
103
- = I cannot upload custom icons =
104
-
105
- Most likely that's because you've set 'allow_url_fopen' to 'off'. Please turn it to 'on' (or ask your server admin to do so, he'll know what to do).
106
-
107
- = My Youtube icon (direct follow) doesn't work =
108
-
109
- Please ensure that you've selected the radio button 'Username' when you enter a youtube username, or 'Channel ID' when you entered a channel ID.
110
-
111
- = Aligning the icons (centered, left- or right-aligned) doesn't work =
112
-
113
- The alignment options under question 5 align the icons with respect to each other, not where they appear on the page. Everything else is template work.
114
-
115
- = Clicking on the RSS icon returns funny codes =
116
-
117
- That's normal. RSS users will know what to do with it (i.e. copy & paste the url into their RSS readers).
118
-
119
- = Facebook 'like'-count isn't correct =
120
-
121
- When you 'like' something on your blog via facebook it likes the site you're currently on (e.g. your blog) and not your Facebook page.
122
-
123
- Therefore it also doesn't show the number of your facebook followers however that's something we're thinking about offering as well.
124
-
125
- = Sharing doesn't take the right text or picture =
126
-
127
- We use the codes from Facebook, Google+ etc. and therefore don't have any influence over which text & pic gets shared.
128
-
129
- Note that you can define an image as 'Featured Image' which tells Facebook / Google etc. to take that one. You'll find this 'Featured Image' section in your blog's admin area where you can edit your blog post.
130
-
131
- You can crosscheck which image Facebook will take by entering your url on https://developers.facebook.com/tools/debug/og/object/.
132
-
133
- = The pop-up shows although I only gave my icon one function =
134
-
135
- The pop-up only disappears if you've given your icons only a 'visit us'-function, otherwise (e.g. if you gave it 'Like' (on facebook) or 'Tweet' functions) a pop-up is still needed because the buttons for those are coming directly from the social media sites (e.g. Facebook, Twitter) and we don't have any influence over their design.
136
-
137
- = I selected to display icons after every post but they don't show =
138
-
139
- Please ensure you selected to display them also on your blog homepage (under question 3).
140
-
141
- = Plugin decreases my site's loading speed =
142
-
143
- The USM and USM+ plugins are one of the most optimized social media plugins in terms of impact on a site's loading speed (optimized code, compressed pictures etc.).
144
-
145
- If you still experience loading speed issues, please note that:
146
-
147
- - The more sharing- and invite- features you place on your site, the more external codes you load (i.e. from the social media sites; we just use their code), therefore impacting loading speed. So to prevent this, give your icons only 'Visit us'-functionality rather than sharing-functionalities.
148
-
149
- - We've programmed it so that the code for the social media icons is the one which loads lasts on your site, i.e. after all the other content has already been loaded. This means: even if there is a decrease in loading speed, it does not impact a user's experience because he sees your site as quickly as before, only the social media icons take a bit longer to load.
150
-
151
- There might be also other issues on your site which cause a high loading speed (e.g. conflicts with our plugins or template issues). Please ask your template creator about that.
152
-
153
- = After moving from demo-server to live-server the follow/subscribe-link doesn't work anymore =
154
-
155
- Please delete and install the plugin again.
156
-
157
- If you already placed the code for a subscription form on your site, remove it again and take the new one from the new plugin installation.
158
-
159
- = When I try to like/share via Facebook, I get error message 'App Not Setup: This app is still...' =
160
-
161
- If you get the error message...
162
-
163
- 'App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.'
164
-
165
- ...then most likely you're currently logged in with a business account on Facebook. Please logout, or switch to your personal account.
166
-
167
- = There are other issues when I activate the plugin or place the icons =
168
-
169
- Please check the following:
170
-
171
- Please try the other plugin, i.e. if you use our USM plugin, please also try it with the USM+ plugin and vice versa.
172
-
173
- The plugins require that CURL is installed & activated on your server (which should be the standard case). If you don't have it, please contact your hosting provider.
174
-
175
- Please ensure that you don't have any browser extension activated which may conflict with the plugin, esp. those which block certain content. Known culprits include the 'Disconnect' extension in Chrome or the 'Privacy Badger' extension in Firefox.
176
-
177
- If issues persist most likely your theme has issues which makes it incompatible with our plugin. Please contact your template creator for that.
178
-
179
- = How can I see how many people shared or liked my post? =
180
-
181
- You can see this by activating the 'counts' on the front end (under question 4 in the USM plugin, question 5 in the USM+ plugin).
182
-
183
- We cannot provide you this data in other ways as it's coming directly from the social media sites. One exception: if you like to know when people start to follow you by email, then you can get email alerts. For that, please claim your feed (see question above).
184
-
185
- = How can I change the 'Please follow & like us :)'? =
186
-
187
- You can change it in the Widget-area where you dropped the widget on the sidebar. Please click on it (on the sidebar), it will open the menu where you can change the text.
188
-
189
- If you don't want to show any text, just enter a space (' ').
190
-
191
- = How can I remove the credit-link ('Powered by Ultimatelysocial')? =
192
-
193
- Please note that we didn't place the credit link without your consent (you agreed to it when de-selecting the email-icon).
194
-
195
- Open the first question in the plugin ('1. Which icons do you want to show on your site?'), on the level of the email-icon you see a link on the right hand side. Please click it to remove the credit link.
196
-
197
- = Can I use a shortcode to place the button ? =
198
-
199
- Yes, it's [DISPLAY_ULTIMATE_PLUS]. You can place it into any editor.
200
-
201
- Alternatively, you can place the following into your codes: <?php echo do_shortcode('[DISPLAY_ULTIMATE_PLUS]'); ?>
202
-
203
- = Can I also give the email-icon a 'mailto:' functionality? =
204
-
205
- Yes, you can! For that please upload an email icon as custom icon, and then enter the mailto:-link (and email) under question 2.
206
-
207
- To get the email-icon in the same design style you picked, activate it, then on the front-end, rightclick on the icon, and save it as picture. Upload that picture as custom icon.
208
-
209
- = Can I also display the socialmedia icons vertically? =
210
-
211
- Yes. For that please go to question 5 and select to display only 1 icon per row.
212
-
213
- = How can I change the text on the 'visit us'-buttons? =
214
-
215
- You have several options for this under question 6.
216
-
217
- = Can I deactivate the icons on mobile? =
218
-
219
- Yes, there's an option for that under question 6.
220
-
221
- = How can I use two instances of the plugin on my site? =
222
-
223
- You cannot use the same plugin twice, however you can install both the USM as well as the USM+ plugin (https://wordpress.org/plugins/ultimate-social-media-icons/). We've developed the code so that there are no conflicts and they can be used in parallel.
224
-
225
- = Can I show a count or counter for my icons (e.g. how many people clicked on them) =
226
-
227
- Yes, we offer this for the most popular icons. See question 5.
228
-
229
- = I want to show the socialmedia buttons according to my preferred design style. Can I do this with this plugin? =
230
-
231
- Yes, you have 16 possible design styles to pick from. Those are:
232
- - Default icons
233
- - Flat icons
234
- - Thin icons
235
- - Cute icons
236
- - Cube or Cubes icons
237
- - Chrome blue or grey icons
238
- - Splash icons
239
- - Orange icons
240
- - Crystal icons
241
- - Glossy icons
242
- - Black icons
243
- - Silver icons
244
- - Shaded dark or light icons
245
- - Transparent icons
246
-
247
- You can also add custom bookmarks to your site. Pleae ensure that the size of the bookmark icon is not too large.
248
-
249
- = I want to have my icons float on the page. Can I do this? =
250
-
251
- Under question 3 you can choose how your buttons should display. There you can also decide to show them floating. Floating icons can look very cool!
252
-
253
- Other options to place the icons are:
254
-
255
- - Via shortcode
256
- - Via widget / sidebar
257
- - Before or after posts
258
-
259
- = Which social media buttons do you support? =
260
-
261
- You can upload any custom symbol or icon. Out of the box we offer the following:
262
-
263
- - RSS
264
- - Email
265
- - Facebook / FB / Like / Share
266
- - Google+ / Google Plus / Google + / Upvote / Share
267
- - Instagram / Follow
268
- - Twitter / Tweet / Share / Follow
269
- - Pinterest / Follow / Pin-it
270
- - LinkedIn
271
- - Youtube
272
- - Houzz
273
- - Share (which includes many more social media sites)
274
-
275
- = How does it work with the email subscription? =
276
-
277
- The email subscription is an optional feature which allows your visitors to subscribe or follow you by email. Just select the email icon, and you subscribers will receive your new posts automatically by email (or other channels). It can be seen as an automatic newsletter which you can offer without any hassle.
278
-
279
- You can also place a subscription form under question 8.
280
-
281
- The messages are taken from your RSS feed. Make sure that your RSS feed is valid (however that should be the standard case if you're using Wordpress). It is a free rss2email tool, allowing subscribers to apply various filter opportunities. You can set up as many feeds as you want.
282
-
283
- = Can I show a pop-up which asks users to share or subscribe? =
284
-
285
- Yes, that is possible under question 7.
286
-
287
- = Why do you call your plugin "Ultimate"? How is it better or more ultimate than the other plugins like Shareaholic, Addthis, Social media feather, Social media widget, Socialize, Mashare and so on? =
288
-
289
- 1.) The USM plugin has way more functions than the others
290
- 2.) It is much easier to use (especially bloggers who are just starting out need an easy interface)
291
- 3.) It offers more design icon or symbols styles
292
- 4.) It is 100% ethical
293
- 5.) It is 100% free, also advanced features
294
-
295
- = How does the sharing work exactly? =
296
-
297
- We apply the code from the social media sites so that your visitors can share your post or website. Therefore, we don't have any control over what gets shared, it is not our code. If you think that not the right picture gets shared, or the wrong text, then please contact the social media provider.
298
-
299
- --
300
-
301
- FOR NON-ENGLISH PLUGIN USERS
302
-
303
- We are currently working on the translation of the plugin. However, you can already decide to show some of the icons in your language.
304
-
305
- Please note that we're currently looking for volunteers to help us to translate the plugin into various languages. If you are interested, please email us at support at ultimatelysocial dot com and let us know into which language you could translate the plugin. Thank you!
306
-
307
- = Informacion para las personas que hablan espagnol =
308
-
309
- Este plugin es el mejor plugin en el mercado para colocar los iconos de redes sociales ( medios de comunicacion social ) en su pagina web.
310
-
311
- Los botones permiten a los usuarios a compartir su sitio, o visitar su perfil en los medios sociales. Puede elegir entre muchos estilos de diseno de iconos y beneficiarse de muchas opciones de personalizacion.
312
-
313
- Tambien le permite ofrecer una suscripcion a sus visitantes, para que puedan recibir sus mensajes por correo electronico de forma automatica.
314
-
315
- El plugin es totalmente gratuito y muy facil de usar.
316
-
317
- = Informacoes para pessoas que falam portugues =
318
-
319
- Este plugin e o melhor plug-in no mercado para colocar icones de midia social em seu site.
320
-
321
- Os botoes permitem que seus visitantes para compartilhar seu site, ou visite o seu perfil de midia social. Voce pode escolher de muitos estilos icone de design e beneficiar de muitas opcoes de personalizacao.
322
-
323
- Ele tambem permite-lhe oferecer uma assinatura para seus visitantes, de modo que eles recebem suas mensagens por e-mail automaticamente.
324
-
325
- O plugin e totalmente gratuito e muito facil de usar.
326
-
327
-
328
- = Informationen fuer Menschen die deutsch sprechen =
329
-
330
- Dieses Plugin ist das beste Plugin auf dem Markt auf Ihrer Webseite Social-Media-Symbole zu platzieren.
331
-
332
- Die Icons lassen Sie Ihre Besucher Ihrer Website zu teilen, oder Ihre Social-Media Profil zu besuchen. Sie koennen aus vielen Design Optionen und Stilen waehlen und von vielen Individualisierungsmoeglichkeiten profitieren.
333
-
334
- Es erlaubt Ihnen auch ein Abonnement fuer Ihre Besucher zu bieten, so dass sie automatisch Ihre Beitraege per E-Mail erhalten.
335
-
336
- Das Plugin ist voellig kostenlos und sehr einfach zu bedienen.
337
-
338
-
339
- = Informasi untuk orang berbicara bahasa Indonesia =
340
-
341
- Plugin ini adalah plugin terbaik di pasar untuk menempatkan ikon media sosial di website Anda.
342
-
343
- Tombol memungkinkan pengunjung Anda untuk berbagi situs Anda, atau kunjungi profil media sosial Anda. Anda dapat memilih dari berbagai gaya ikon desain dan manfaat dari banyak pilihan kustomisasi.
344
-
345
- Hal ini juga memungkinkan Anda untuk menawarkan langganan untuk pengunjung Anda, sehingga mereka menerima posting Anda melalui email secara otomatis.
346
-
347
- Plugin adalah gratis dan sangat mudah digunakan.
348
-
349
-
350
-
351
-
352
  == Screenshots ==
353
 
354
  1. After installing the plugin, you'll see this overview. You'll be taken through the easy-to-understand steps to configure your plugin
@@ -372,6 +75,10 @@ Plugin adalah gratis dan sangat mudah digunakan.
372
 
373
  == Changelog ==
374
 
 
 
 
 
375
  = 2.3.8 =
376
  * Language folder added
377
  * Persian added as first language
@@ -522,5 +229,5 @@ Plugin adalah gratis dan sangat mudah digunakan.
522
 
523
  == Upgrade Notice ==
524
 
525
- = 2.3.8 =
526
  * Upgrade if you faced issues
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
4
  Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
5
  Requires at least: 3.0
6
+ Tested up to: 4.5.2
7
+ Stable tag: 2.3.9
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
52
 
53
  = Please also check the more comprehensive FAQ on http://ultimatelysocial.com/faq =
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  == Screenshots ==
56
 
57
  1. After installing the plugin, you'll see this overview. You'll be taken through the easy-to-understand steps to configure your plugin
75
 
76
  == Changelog ==
77
 
78
+ = 2.3.9 =
79
+ * Language issues fixed
80
+ * Counter didn't disappear before/after posts if round icons were selected - fixed now
81
+
82
  = 2.3.8 =
83
  * Language folder added
84
  * Persian added as first language
229
 
230
  == Upgrade Notice ==
231
 
232
+ = 2.3.9 =
233
  * Upgrade if you faced issues
ultimate_social_media_icons.php CHANGED
@@ -6,7 +6,7 @@ Description: The best social media plugin on the market. And 100% FREE. Allows y
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
- Version: 2.3.8
10
  License: GPLv2
11
  */
12
 
@@ -36,7 +36,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
- if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.38)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }
6
  Author: UltimatelySocial
7
  Text Domain: ultimate-social-media-plus
8
  Author URI: http://ultimatelysocial.com
9
+ Version: 2.3.9
10
  License: GPLv2
11
  */
12
 
36
  register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
37
 
38
  /*Plugin version setup*/
39
+ if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.39)
40
  {
41
  add_action("init", "sfsi_plus_update_plugin");
42
  }
views/sfsi_option_view1.php CHANGED
@@ -217,7 +217,7 @@
217
  <div class="sfsiplus_right_info">
218
  <p>
219
  <span><?php _e( 'It depends:', SFSI_PLUS_DOMAIN); ?></span>
220
- <?php _e('Show this icon if you have a Pinterest account (and you should set up one if you have publish new pictures regularly – that can increase your traffic significantly).', SFSI_PLUS_DOMAIN); ?>
221
  </p>
222
  </div>
223
  </li>
217
  <div class="sfsiplus_right_info">
218
  <p>
219
  <span><?php _e( 'It depends:', SFSI_PLUS_DOMAIN); ?></span>
220
+ <?php _e('Show this icon if you have a Pinterest account (and you should set up one if you publish new pictures regularly – that can increase your traffic significantly).', SFSI_PLUS_DOMAIN); ?>
221
  </p>
222
  </div>
223
  </li>
views/sfsi_option_view3.php CHANGED
@@ -36,7 +36,7 @@
36
  </p>
37
  <ul class="tab_3_list">
38
  <li>
39
- <?php _e( 'It comes across as more professional gives your site more “credit”', SFSI_PLUS_DOMAIN ); ?>
40
  </li>
41
  <li>
42
  <?php _e( 'A smart automatic animation can make your visitors aware of your icons in an unintrusive manner', SFSI_PLUS_DOMAIN ); ?>
@@ -316,7 +316,10 @@
316
  <option value="fade_in" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='fade_in') ? 'selected="true"' : '' ;?>>
317
  <?php _e( 'Fade In', SFSI_PLUS_DOMAIN ); ?>
318
  </option>
319
- <option value="scale" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='scale') ? 'selected="true"' : '' ;?>>Scale</option><option value="combo" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='combo') ? 'selected="true"' : '' ;?>>
 
 
 
320
  <?php _e( 'Combo', SFSI_PLUS_DOMAIN ); ?>
321
  </option>
322
  </select>
36
  </p>
37
  <ul class="tab_3_list">
38
  <li>
39
+ <?php _e( 'It comes across as more professional and gives your site more “credit”', SFSI_PLUS_DOMAIN ); ?>
40
  </li>
41
  <li>
42
  <?php _e( 'A smart automatic animation can make your visitors aware of your icons in an unintrusive manner', SFSI_PLUS_DOMAIN ); ?>
316
  <option value="fade_in" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='fade_in') ? 'selected="true"' : '' ;?>>
317
  <?php _e( 'Fade In', SFSI_PLUS_DOMAIN ); ?>
318
  </option>
319
+ <option value="scale" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='scale') ? 'selected="true"' : '' ;?>>
320
+ <?php _e( 'Scale', SFSI_PLUS_DOMAIN ); ?>
321
+ </option>
322
+ <option value="combo" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='combo') ? 'selected="true"' : '' ;?>>
323
  <?php _e( 'Combo', SFSI_PLUS_DOMAIN ); ?>
324
  </option>
325
  </select>
views/sfsi_option_view4.php CHANGED
@@ -321,7 +321,7 @@
321
  </li>
322
  <li>
323
  <input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'checked="true"' : '' ;?> type="radio" value="mypage" class="styled" />
324
- <?php _e( 'Retrieve the number of likes your facebook page', SFSI_PLUS_DOMAIN ); ?>
325
  <br>
326
  <div class="sfsiplus_fbpgiddesc">
327
  <div class="sfsiplus_fbpgidwpr" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
@@ -330,7 +330,7 @@
330
  <input name="sfsi_plus_facebook_mypageCounts" type="text" class="input mypginpt" value="<?php echo ($option4['sfsi_plus_facebook_mypageCounts']!='') ? $option4['sfsi_plus_facebook_mypageCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>" />
331
  </div>
332
  <div class="sfsiplus_fbpgidwpr sfsiplus_fbpgiddesc" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
333
- (<?php _e( 'Youll find it at the bottom of the << About >> -tab on your facebook page', SFSI_PLUS_DOMAIN ); ?>)
334
  </div>
335
  </li>
336
  <li>
@@ -477,7 +477,7 @@
477
  </li>
478
  <li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
479
  1: <?php
480
- _e('Login to your Goolge account, go to', SFSI_PLUS_DOMAIN ); ?>
481
  <a href="http://console.developers.google.com" target="_blank">
482
  console.developers.google.com
483
  </a>
321
  </li>
322
  <li>
323
  <input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'checked="true"' : '' ;?> type="radio" value="mypage" class="styled" />
324
+ <?php _e( 'Retrieve the number of likes of your facebook page', SFSI_PLUS_DOMAIN ); ?>
325
  <br>
326
  <div class="sfsiplus_fbpgiddesc">
327
  <div class="sfsiplus_fbpgidwpr" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
330
  <input name="sfsi_plus_facebook_mypageCounts" type="text" class="input mypginpt" value="<?php echo ($option4['sfsi_plus_facebook_mypageCounts']!='') ? $option4['sfsi_plus_facebook_mypageCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>" />
331
  </div>
332
  <div class="sfsiplus_fbpgidwpr sfsiplus_fbpgiddesc" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
333
+ (<?php _e( "You'll find it at the bottom of the << About >> -tab on your facebook page", SFSI_PLUS_DOMAIN ); ?>)
334
  </div>
335
  </li>
336
  <li>
477
  </li>
478
  <li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
479
  1: <?php
480
+ _e('Login to your Google account, go to', SFSI_PLUS_DOMAIN ); ?>
481
  <a href="http://console.developers.google.com" target="_blank">
482
  console.developers.google.com
483
  </a>
views/sfsi_option_view7.php CHANGED
@@ -232,7 +232,7 @@
232
  </h3>
233
  <div class="sfsiplus_row_tab">
234
  <label>
235
- <?php _e( 'Backgroud Color:', SFSI_PLUS_DOMAIN ); ?>
236
  </label>
237
  <input name="sfsi_plus_popup_background_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_background_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_background_color']!='') ? $option7['sfsi_plus_popup_background_color'] : '' ;?>" />
238
  </div>
232
  </h3>
233
  <div class="sfsiplus_row_tab">
234
  <label>
235
+ <?php _e( 'Background Color:', SFSI_PLUS_DOMAIN ); ?>
236
  </label>
237
  <input name="sfsi_plus_popup_background_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_background_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_background_color']!='') ? $option7['sfsi_plus_popup_background_color'] : '' ;?>" />
238
  </div>
views/sfsi_pop_content.php CHANGED
@@ -142,7 +142,7 @@ define('rss_readmore_text2', $rss_readmore_text2);
142
  <div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
143
  <img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
144
  <h4 id="readmore_text">
145
- <?php _e( 'Move over the Twiiter-icon…', SFSI_PLUS_DOMAIN ); ?>
146
  </h4>
147
 
148
  <div class="adminTooltip" >
142
  <div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
143
  <img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
144
  <h4 id="readmore_text">
145
+ <?php _e( 'Move over the Twitter-icon…', SFSI_PLUS_DOMAIN ); ?>
146
  </h4>
147
 
148
  <div class="adminTooltip" >