Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.9.3 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.9.2 to 0.9.9.9.3
- README.txt +8 -3
- add-to-any.php +3 -4
- languages/add-to-any. ga_IR.mo +0 -0
- languages/add-to-any. ga_IR.po +252 -0
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat
|
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, +1, plus 1, google plus one, plus one, messenger, stumbleupon, technorati, addthis, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.2
|
6 |
-
Stable tag: 0.9.9.9.
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.
|
9 |
|
@@ -25,11 +25,11 @@ Standalone **share icons** let you optimize your blog posts for specific social
|
|
25 |
* Includes all <a href="http://www.addtoany.com/services/">services</a>
|
26 |
* Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
|
27 |
* WordPress optimized with asynchronous script loading
|
28 |
-
* Localized in English, Chinese, Spanish, Japanese, French, Portuguese, Italian, Dutch, Danish, Catalan, Persian, Russian, Turkish, Albanian, Romanian, Belarusian, Greek
|
29 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
30 |
* Many more publisher and user features!
|
31 |
|
32 |
-
After **years of active development**, over **1.
|
33 |
|
34 |
<a href="http://www.addtoany.com/share_save" title="Share">Share this</a> plugin
|
35 |
|
@@ -209,6 +209,11 @@ Upload the plugin directory (including all files and directories within) to the
|
|
209 |
|
210 |
== Changelog ==
|
211 |
|
|
|
|
|
|
|
|
|
|
|
212 |
= .9.9.9.2 =
|
213 |
* Facebook Like Button can be changed to Facebook Recommend Button (verb/action)
|
214 |
* Twitter Tweet Button count (optional - see FAQ for width adjustment)
|
3 |
Tags: sharing, share, sharethis, bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, email, e-mail, seo, button, delicious, google buzz, buzz, google, digg, reddit, facebook, facebook like, like, myspace, twitter, tweet, +1, plus 1, google plus one, plus one, messenger, stumbleupon, technorati, addthis, sexybookmarks, sociable, sharedaddy, icon, icons, wpmu, addtoany
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.2
|
6 |
+
Stable tag: 0.9.9.9.3
|
7 |
|
8 |
Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.
|
9 |
|
25 |
* Includes all <a href="http://www.addtoany.com/services/">services</a>
|
26 |
* Google Analytics integration (<a href="http://www.addtoany.com/ext/google_analytics/">access guide</a>)
|
27 |
* WordPress optimized with asynchronous script loading
|
28 |
+
* Localized in English, Chinese, Spanish, Japanese, French, Portuguese, Italian, Dutch, Danish, Catalan, Persian, Russian, Turkish, Albanian, Romanian, Belarusian, Greek, Irish
|
29 |
* Easily customizable for beginners or advanced users, and highly extensible for developers and designers
|
30 |
* Many more publisher and user features!
|
31 |
|
32 |
+
After **years of active development**, over **1.8 million downloads**, and **ongoing support from the community**, AddToAny still strives to be the best WordPress plugin for sharing. We hope it's perfect for everyone by version 1.0.
|
33 |
|
34 |
<a href="http://www.addtoany.com/share_save" title="Share">Share this</a> plugin
|
35 |
|
209 |
|
210 |
== Changelog ==
|
211 |
|
212 |
+
= .9.9.9.3 =
|
213 |
+
* W3C XHTML validation fix for the Google +1 Button iframe (thanks bobpeers)
|
214 |
+
* Remove condition for displaying target attribute on standalone services so that custom service links open in a new window (thanks kg69design)
|
215 |
+
* Irish translation (by <a href="http://letsbefamous.com/">Ray</a>)
|
216 |
+
|
217 |
= .9.9.9.2 =
|
218 |
* Facebook Like Button can be changed to Facebook Recommend Button (verb/action)
|
219 |
* Twitter Tweet Button count (optional - see FAQ for width adjustment)
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: .9.9.9.
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
@@ -189,9 +189,8 @@ function ADDTOANY_SHARE_SAVE_ICONS( $args = array() ) {
|
|
189 |
$url = ($custom_service) ? $href : "http://www.addtoany.com/add_to/" . $safe_name . "?linkurl=" . $linkurl_enc . "&linkname=" . $linkname_enc;
|
190 |
$src = ($icon_url) ? $icon_url : $A2A_SHARE_SAVE_plugin_url_path."/icons/".$icon.".png";
|
191 |
$class_attr = ($custom_service) ? "" : " class=\"a2a_button_$safe_name\"";
|
192 |
-
$target_attr = (isset($service['href'])) ? "" : " target=\"_blank\"";
|
193 |
|
194 |
-
$link = $html_wrap_open."<a$class_attr href=\"$url\" title=\"$name\" rel=\"nofollow\"
|
195 |
$link .= "<img src=\"$src\" width=\"$width\" height=\"$height\" alt=\"$name\"/>";
|
196 |
$link .= "</a>".$html_wrap_close;
|
197 |
}
|
@@ -368,7 +367,7 @@ function ADDTOANY_SHARE_SAVE_SPECIAL($special_service_code, $args = array() ) {
|
|
368 |
$count_param_value = 'false';
|
369 |
$width = 32;
|
370 |
}
|
371 |
-
$special_html = sprintf($iframe_template, $special_service_code, 'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&size=medium&count=' . $count_param_value, $width, 20);
|
372 |
}
|
373 |
|
374 |
if ( $output_later )
|
3 |
Plugin Name: AddToAny: Share/Bookmark/Email Buttons
|
4 |
Plugin URI: http://www.addtoany.com/
|
5 |
Description: Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: .9.9.9.3
|
7 |
Author: AddToAny
|
8 |
Author URI: http://www.addtoany.com/
|
9 |
*/
|
189 |
$url = ($custom_service) ? $href : "http://www.addtoany.com/add_to/" . $safe_name . "?linkurl=" . $linkurl_enc . "&linkname=" . $linkname_enc;
|
190 |
$src = ($icon_url) ? $icon_url : $A2A_SHARE_SAVE_plugin_url_path."/icons/".$icon.".png";
|
191 |
$class_attr = ($custom_service) ? "" : " class=\"a2a_button_$safe_name\"";
|
|
|
192 |
|
193 |
+
$link = $html_wrap_open."<a$class_attr href=\"$url\" title=\"$name\" rel=\"nofollow\" target=\"_blank\">";
|
194 |
$link .= "<img src=\"$src\" width=\"$width\" height=\"$height\" alt=\"$name\"/>";
|
195 |
$link .= "</a>".$html_wrap_close;
|
196 |
}
|
367 |
$count_param_value = 'false';
|
368 |
$width = 32;
|
369 |
}
|
370 |
+
$special_html = sprintf($iframe_template, $special_service_code, 'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&size=medium&count=' . $count_param_value, $width, 20);
|
371 |
}
|
372 |
|
373 |
if ( $output_later )
|
languages/add-to-any. ga_IR.mo
ADDED
Binary file
|
languages/add-to-any. ga_IR.po
ADDED
@@ -0,0 +1,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: add-to-any\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-12-18 00:13-0800\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Sarvita Kuamri <sarvita@outshinesolutions.com>\n"
|
8 |
+
"Language-Team: Lets Be Famous <ray.s@letsbefamous.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"X-Poedit-Language: Irish\n"
|
15 |
+
"X-Poedit-Country: IRELAND\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: add-to-any.php:211
|
19 |
+
msgid "Share"
|
20 |
+
msgstr "Comhroinn"
|
21 |
+
|
22 |
+
#: add-to-any.php:212
|
23 |
+
msgid "Save"
|
24 |
+
msgstr "Sábháil"
|
25 |
+
|
26 |
+
#: add-to-any.php:213
|
27 |
+
msgid "Subscribe"
|
28 |
+
msgstr "Liostáil"
|
29 |
+
|
30 |
+
#: add-to-any.php:214
|
31 |
+
msgid "E-mail"
|
32 |
+
msgstr "Ríomhphost"
|
33 |
+
|
34 |
+
#: add-to-any.php:215
|
35 |
+
msgid "Bookmark"
|
36 |
+
msgstr "Forbairt Gréasáin"
|
37 |
+
|
38 |
+
#: add-to-any.php:216
|
39 |
+
msgid "Show all"
|
40 |
+
msgstr "Taispeáin uile"
|
41 |
+
|
42 |
+
#: add-to-any.php:217
|
43 |
+
msgid "Show less"
|
44 |
+
msgstr "Taispeáin níos lú"
|
45 |
+
|
46 |
+
#: add-to-any.php:218
|
47 |
+
msgid "Find service(s)"
|
48 |
+
msgstr "Faigh seirbhís (í)"
|
49 |
+
|
50 |
+
#: add-to-any.php:219
|
51 |
+
msgid "Instantly find any service to add to"
|
52 |
+
msgstr "Láithreach a fháil ar aon seirbhís a chur le"
|
53 |
+
|
54 |
+
#: add-to-any.php:220
|
55 |
+
msgid "Powered by"
|
56 |
+
msgstr "Powered by"
|
57 |
+
|
58 |
+
#: add-to-any.php:221
|
59 |
+
msgid "Share via e-mail"
|
60 |
+
msgstr "Comhroinn ríomhphost"
|
61 |
+
|
62 |
+
#: add-to-any.php:222
|
63 |
+
msgid "Subscribe via e-mail"
|
64 |
+
msgstr "Liostáil ríomhphost"
|
65 |
+
|
66 |
+
#: add-to-any.php:223
|
67 |
+
msgid "Bookmark in your browser"
|
68 |
+
msgstr "Leabharmharc i do bhrabhsálaí"
|
69 |
+
|
70 |
+
#: add-to-any.php:224
|
71 |
+
msgid "Press Ctrl+D or ⌘+D to bookmark this page"
|
72 |
+
msgstr "Brúigh Ctrl + D nó ⌘ + D a Leabharmharcáil an leathanach"
|
73 |
+
|
74 |
+
#: add-to-any.php:225
|
75 |
+
msgid "Add to your favorites"
|
76 |
+
msgstr "Cuir le do Favorites"
|
77 |
+
|
78 |
+
#: add-to-any.php:226
|
79 |
+
msgid "Send from any e-mail address or e-mail program"
|
80 |
+
msgstr "Seol ó aon seoladh r-phost nó ar r-phost clár"
|
81 |
+
|
82 |
+
#: add-to-any.php:227
|
83 |
+
msgid "E-mail program"
|
84 |
+
msgstr "R-phost clár"
|
85 |
+
|
86 |
+
#: add-to-any.php:252
|
87 |
+
msgid "Your theme needs to be fixed. To fix your theme, use the <a href=\"theme-editor.php\">Theme Editor</a> to insert <code><?php wp_footer(); ?></code> just before the <code></body></code> line of your theme's <code>footer.php</code> file."
|
88 |
+
msgstr "Riachtanais Do téama a bheith seasta. A shocrú do théama, bain úsáid as an <a Eagarthóir Téama href=\"theme-editor.php\"> </ a> a chur isteach <code> <php wp_footer ();??> <Cód /> díreach roimh an <code> </ comhlacht a> </ cód> líne footer.php <code> do théama an </ cód> comhad."
|
89 |
+
|
90 |
+
#: add-to-any.php:390
|
91 |
+
#: add-to-any.php:461
|
92 |
+
#: add-to-any.php:465
|
93 |
+
#: add-to-any.php:469
|
94 |
+
#: add-to-any.php:473
|
95 |
+
#: add-to-any.php:505
|
96 |
+
msgid "Share/Bookmark"
|
97 |
+
msgstr "Comhroinn / Leabharmharcanna"
|
98 |
+
|
99 |
+
#: add-to-any.php:404
|
100 |
+
msgid "Settings saved."
|
101 |
+
msgstr "Socruithe shábháil."
|
102 |
+
|
103 |
+
#: add-to-any.php:415
|
104 |
+
msgid "Add to Any: Share/Save "
|
105 |
+
msgstr "Cuir le Aon: Share / Save"
|
106 |
+
|
107 |
+
#: add-to-any.php:415
|
108 |
+
#: add-to-any.php:775
|
109 |
+
#: add-to-any.php:796
|
110 |
+
msgid "Settings"
|
111 |
+
msgstr "Socruithe"
|
112 |
+
|
113 |
+
#: add-to-any.php:425
|
114 |
+
msgid "Standalone Services"
|
115 |
+
msgstr "Seirbhísí standalone"
|
116 |
+
|
117 |
+
#: add-to-any.php:430
|
118 |
+
msgid "Choose the services you want below. Click a chosen service again to remove. Reorder services by dragging and dropping as they appear above."
|
119 |
+
msgstr "Roghnaigh na seirbhísí a theastaíonn uait thíos. Cliceáil ar sheirbhís roghnaithe arís a bhaint de. seirbhísí a dhéanfaidh atheagar ag tarraingt agus dropping réir mar atá siad thuas."
|
120 |
+
|
121 |
+
#: add-to-any.php:456
|
122 |
+
msgid "Button"
|
123 |
+
msgstr "cnaipe"
|
124 |
+
|
125 |
+
#: add-to-any.php:495
|
126 |
+
msgid "Image URL"
|
127 |
+
msgstr "íomhá URL"
|
128 |
+
|
129 |
+
#: add-to-any.php:502
|
130 |
+
msgid "Text only"
|
131 |
+
msgstr "Téacs amháin"
|
132 |
+
|
133 |
+
#: add-to-any.php:510
|
134 |
+
msgid "Placement"
|
135 |
+
msgstr "socrúchán"
|
136 |
+
|
137 |
+
#: add-to-any.php:519
|
138 |
+
msgid "Display Share/Save button at the bottom of posts"
|
139 |
+
msgstr "Taispeáin Comhroinn / cnaipe Sábháil ag bun na bpost"
|
140 |
+
|
141 |
+
#: add-to-any.php:526
|
142 |
+
msgid "Display Share/Save button at the bottom of posts on the front page"
|
143 |
+
msgstr "Taispeáin Comhroinn / cnaipe Sábháil ag bun na bpost ar an leathanach tosaigh"
|
144 |
+
|
145 |
+
#: add-to-any.php:533
|
146 |
+
msgid "Display Share/Save button at the bottom of posts in the feed"
|
147 |
+
msgstr "Taispeáin Comhroinn / cnaipe Sábháil ag bun an post sa beatha"
|
148 |
+
|
149 |
+
#: add-to-any.php:537
|
150 |
+
msgid "Display Share/Save button at the bottom of pages"
|
151 |
+
msgstr "Taispeáin Comhroinn / cnaipe Sábháil ag bun an leathanaigh"
|
152 |
+
|
153 |
+
#: add-to-any.php:541
|
154 |
+
msgid "If unchecked, be sure to place the following code in <a href=\"theme-editor.php\">your template pages</a> (within <code>index.php</code>, <code>single.php</code>, and/or <code>page.php</code>)"
|
155 |
+
msgstr "Más rud é unchecked, a bheith cinnte chun an cód seo a leanas i href=\"theme-editor.php\"> <a leathanaigh i do teimpléad </ a> (de <code> index.php </ cód>, <code> amháin. php? </ cód>, agus / nó <code> page.php </ cód>)"
|
156 |
+
|
157 |
+
#: add-to-any.php:550
|
158 |
+
msgid "Menu Style"
|
159 |
+
msgstr "Stíl Menu"
|
160 |
+
|
161 |
+
#: add-to-any.php:552
|
162 |
+
msgid "Using Add to Any's Menu Styler, you can customize the colors of your Share/Save menu! When you're done, be sure to paste the generated code in the <a href=\"#\" onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return false\">Additional Options</a> box below."
|
163 |
+
msgstr "Ag baint úsáide as Cuir le haon ar Menu Styler, is féidir leat a shaincheapadh ar na dathanna de do Comhroinn / roghchlár Sábháil! Nuair atá tú ag déanamh, a bheith cinnte a ghreamú ar an gcód a ghintear sa onclick=\"document.getElementById('A2A_SHARE_SAVE_additional_js_variables').focus();return <a href=\"#\" Roghanna breise false\"> </ bosca> thíos."
|
164 |
+
|
165 |
+
#: add-to-any.php:554
|
166 |
+
msgid "Open the Add to Any Menu Styler in a new window"
|
167 |
+
msgstr "Oscail an Cuir le aon Styler Menu in a new window"
|
168 |
+
|
169 |
+
#: add-to-any.php:556
|
170 |
+
msgid "Open Menu Styler"
|
171 |
+
msgstr "Open Menu Styler"
|
172 |
+
|
173 |
+
#: add-to-any.php:561
|
174 |
+
msgid "Menu Options"
|
175 |
+
msgstr "Options Menu"
|
176 |
+
|
177 |
+
#: add-to-any.php:566
|
178 |
+
msgid "Hide embedded objects (Flash, video, etc.) that intersect with the menu when displayed"
|
179 |
+
msgstr "Folaigh rudaí leabaithe (Flash, físeáin, etc) go Trasnaigh leis an roghchlár nuair a thaispeántar"
|
180 |
+
|
181 |
+
#: add-to-any.php:571
|
182 |
+
msgid "Show the title of the post (or page) within the menu"
|
183 |
+
msgstr "Taispeáin teideal an phoist (nó an leathanach) laistigh den roghchlár"
|
184 |
+
|
185 |
+
#: add-to-any.php:578
|
186 |
+
msgid "Only show the menu when the user clicks the Share/Save button"
|
187 |
+
msgstr "Ach amháin nuair a thaispeáint ar an roghchlár cad a tharlaíonn nuair an t-úsáideoir an Comhroinn / cnaipe Sábháil"
|
188 |
+
|
189 |
+
#: add-to-any.php:584
|
190 |
+
msgid "Open the addtoany.com menu page in a new tab or window if the user clicks the Share/Save button"
|
191 |
+
msgstr "Oscail an leathanach roghchlár addtoany.com i cluaisín nua nó má cad a tharlaíonn nuair fhuinneog an t-úsáideoir an Share / Save cnaipe"
|
192 |
+
|
193 |
+
#: add-to-any.php:589
|
194 |
+
msgid "Additional Options"
|
195 |
+
msgstr "Roghanna breise"
|
196 |
+
|
197 |
+
#: add-to-any.php:593
|
198 |
+
msgid "Paste the code from Add to Any's Menu Styler in the box below!"
|
199 |
+
msgstr "Greamaigh an cód ó Cuir le haon ar Menu Styler sa bhosca thíos!"
|
200 |
+
|
201 |
+
#: add-to-any.php:597
|
202 |
+
msgid "Below you can set special JavaScript variables to apply to each Share/Save menu."
|
203 |
+
msgstr "Thíos is féidir leat a leagtar athróg JavaScript speisialta iarratas a chur chuig gach Comhroinn / roghchlár Sábháil"
|
204 |
+
|
205 |
+
#: add-to-any.php:598
|
206 |
+
msgid "Advanced users might want to explore Add to Any's <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\">JavaScript API</a>."
|
207 |
+
msgstr "D'fhéadfadh gur mhaith úsáideoirí Casta chun iniúchadh a dhéanamh Cuir le haon ar <a href=\"http://www.addtoany.com/buttons/api/\" target=\"_blank\"> JavaScript API </ a>."
|
208 |
+
|
209 |
+
#: add-to-any.php:604
|
210 |
+
msgid "<strong>Note</strong>: If you're adding new code, be careful not to accidentally overwrite any previous code.</label>"
|
211 |
+
msgstr "<strong> Nóta </ strong>:. Má tá tú ag cur cód nua, a bheith cúramach a scríobh trí thimpiste aon chód roimhe sin </ lipéid>"
|
212 |
+
|
213 |
+
#: add-to-any.php:611
|
214 |
+
msgid "Save Changes"
|
215 |
+
msgstr "Athruithe Sábháil"
|
216 |
+
|
217 |
+
#: add-to-any.php:616
|
218 |
+
msgid "Like this plugin?"
|
219 |
+
msgstr "Cosúil an mbreiseán seo?"
|
220 |
+
|
221 |
+
#: add-to-any.php:617
|
222 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
223 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Give it a good rating</a> on WordPress.org."
|
224 |
+
|
225 |
+
#: add-to-any.php:618
|
226 |
+
msgid "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
227 |
+
msgstr "<a href=\"http://www.addtoany.com/share_save?linkname=WordPress%20Share%20Plugin%20by%20AddToAny.com&linkurl=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fadd-to-any%2F\">Share it</a> with your friends."
|
228 |
+
|
229 |
+
#: add-to-any.php:620
|
230 |
+
msgid "Need support?"
|
231 |
+
msgstr "Tacaíocht de dhíth?"
|
232 |
+
|
233 |
+
#: add-to-any.php:621
|
234 |
+
msgid "See the <a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
235 |
+
msgstr "Féach ar an<a href=\"http://wordpress.org/extend/plugins/add-to-any/faq/\">FAQs</a>."
|
236 |
+
|
237 |
+
#: add-to-any.php:622
|
238 |
+
msgid "Search the <a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
239 |
+
msgstr "Cuardaigh an<a href=\"http://wordpress.org/tags/add-to-any\">support forums</a>."
|
240 |
+
|
241 |
+
#: add-to-any.php:729
|
242 |
+
msgid "Add/Remove Services"
|
243 |
+
msgstr "Cuir le / Bain Seirbhísí"
|
244 |
+
|
245 |
+
#: add-to-any.php:775
|
246 |
+
msgid "Share/Save"
|
247 |
+
msgstr "Share / Save"
|
248 |
+
|
249 |
+
#: add-to-any.php:776
|
250 |
+
msgid "Share/Save Buttons"
|
251 |
+
msgstr "Comhroinn / Sábháil Buttons"
|
252 |
+
|