Version Description
- Bugfix: fixed Share Buttons not grabbing correct content when placed in the sidebar
- Updated "welcome" splash screen
- Localization
- Romanian (ro_RO)
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 7.6.0.3 |
Comparing to | |
See all releases |
Code changes from version 7.6.0.2 to 7.6.0.3
- assets/css/main.css +147 -5
- languages/readme.txt +1 -0
- languages/shareaholic-ro_RO.po +299 -211
- public.php +17 -7
- readme.txt +11 -1
- shareaholic.php +3 -3
- templates/terms_of_service_modal.php +32 -17
assets/css/main.css
CHANGED
@@ -179,7 +179,7 @@ s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
|
|
179 |
.ptn,.pvn,.pan{padding-top:0px !important}
|
180 |
.pts,.pvs,.pas{padding-top:5px !important}
|
181 |
.ptm,.pvm,.pam{padding-top:10px !important}
|
182 |
-
.ptl,.pvl,.pal{padding-top:
|
183 |
.prn,.phn,.pan{padding-right:0px !important}
|
184 |
.prs,.phs,.pas{padding-right:5px !important}
|
185 |
.prm,.phm,.pam{padding-right:10px !important}
|
@@ -232,7 +232,7 @@ s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
|
|
232 |
line-height: 16pt;
|
233 |
box-shadow: 0px 0px 52px rgba(0,0,0,0.32);
|
234 |
padding: 0;
|
235 |
-
height:
|
236 |
}
|
237 |
|
238 |
.api-key-modal{
|
@@ -266,13 +266,13 @@ h4 {
|
|
266 |
|
267 |
|
268 |
.blocking-modal h2 {
|
269 |
-
|
270 |
-
|
271 |
}
|
272 |
|
273 |
.blocking-modal p {
|
274 |
margin: 10px;
|
275 |
-
font-size:
|
276 |
line-height: 21px;
|
277 |
}
|
278 |
|
@@ -283,6 +283,7 @@ h4 {
|
|
283 |
|
284 |
.blocking-modal .btn_main {
|
285 |
margin-top: -20px;
|
|
|
286 |
position: relative;
|
287 |
cursor: pointer;
|
288 |
display: inline-block;
|
@@ -495,4 +496,145 @@ i.icon {
|
|
495 |
position: relative;
|
496 |
width: 16px;
|
497 |
height: 16px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
}
|
179 |
.ptn,.pvn,.pan{padding-top:0px !important}
|
180 |
.pts,.pvs,.pas{padding-top:5px !important}
|
181 |
.ptm,.pvm,.pam{padding-top:10px !important}
|
182 |
+
.ptl,.pvl,.pal{padding-top:10px !important}
|
183 |
.prn,.phn,.pan{padding-right:0px !important}
|
184 |
.prs,.phs,.pas{padding-right:5px !important}
|
185 |
.prm,.phm,.pam{padding-right:10px !important}
|
232 |
line-height: 16pt;
|
233 |
box-shadow: 0px 0px 52px rgba(0,0,0,0.32);
|
234 |
padding: 0;
|
235 |
+
height: 520px;
|
236 |
}
|
237 |
|
238 |
.api-key-modal{
|
266 |
|
267 |
|
268 |
.blocking-modal h2 {
|
269 |
+
font-size: 28px;
|
270 |
+
font-weight: normal;
|
271 |
}
|
272 |
|
273 |
.blocking-modal p {
|
274 |
margin: 10px;
|
275 |
+
font-size: 12px;
|
276 |
line-height: 21px;
|
277 |
}
|
278 |
|
283 |
|
284 |
.blocking-modal .btn_main {
|
285 |
margin-top: -20px;
|
286 |
+
margin-bottom: 5px;
|
287 |
position: relative;
|
288 |
cursor: pointer;
|
289 |
display: inline-block;
|
496 |
position: relative;
|
497 |
width: 16px;
|
498 |
height: 16px;
|
499 |
+
}
|
500 |
+
|
501 |
+
|
502 |
+
|
503 |
+
// Value Section
|
504 |
+
// *****************************************************************************
|
505 |
+
|
506 |
+
.plugin-value-section-container {
|
507 |
+
margin: 25px auto;
|
508 |
+
width: 650px;
|
509 |
+
}
|
510 |
+
|
511 |
+
.plugin-value-section {
|
512 |
+
margin: 25px auto;
|
513 |
+
height: 170px;
|
514 |
+
width: 650px;
|
515 |
+
font: 400 14px/20px "open sans", "helvetica neue", helvetica, arial, sans-serif;
|
516 |
+
-webkit-transition: all 0.3s ease-in-out;
|
517 |
+
-moz-transition: all 0.3s ease-in-out;
|
518 |
+
-o-transition: all 0.3s ease-in-out;
|
519 |
+
transition: all 0.3s ease-in-out;
|
520 |
+
}
|
521 |
+
|
522 |
+
.plugin-value-section .plugin-value-line {
|
523 |
+
display: block;
|
524 |
+
height: 1px;
|
525 |
+
width: 75%;
|
526 |
+
max-width: 770px;
|
527 |
+
margin: 0 auto;
|
528 |
+
border-top: 4px dashed rgba(160, 163, 166, 0.35);
|
529 |
+
margin: 47px auto -44px;
|
530 |
+
}
|
531 |
+
|
532 |
+
.plugin-value-section .plugin-value {
|
533 |
+
padding-top: 0px;
|
534 |
+
}
|
535 |
+
|
536 |
+
.plugin-value-section .plugin-value li {
|
537 |
+
position: relative;
|
538 |
+
float: left;
|
539 |
+
width: 25%;
|
540 |
+
margin-right: 0;
|
541 |
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
542 |
+
opacity: 1;
|
543 |
+
text-align: center;
|
544 |
+
}
|
545 |
+
|
546 |
+
.plugin-value-section .plugin-value li:last-child {
|
547 |
+
border-right: none;
|
548 |
+
}
|
549 |
+
|
550 |
+
.plugin-value-section .plugin-value li p {
|
551 |
+
margin: 0;
|
552 |
+
padding: 1em 0.5em;
|
553 |
+
min-height: 110px;
|
554 |
+
color: rgb(136, 136, 136);
|
555 |
+
}
|
556 |
+
|
557 |
+
.plugin-value-section .plugin-value li a {
|
558 |
+
position: relative;
|
559 |
+
display: block;
|
560 |
+
background: transparent;
|
561 |
+
margin: 0 auto;
|
562 |
+
padding: 0;
|
563 |
+
}
|
564 |
+
|
565 |
+
.plugin-value-section .plugin-value li .icon {
|
566 |
+
display: block;
|
567 |
+
overflow: hidden;
|
568 |
+
height: 80px;
|
569 |
+
width: 80px;
|
570 |
+
line-height: 80px;
|
571 |
+
-webkit-border-radius: 50%;
|
572 |
+
-moz-border-radius: 50%;
|
573 |
+
-ms-border-radius: 50%;
|
574 |
+
-o-border-radius: 50%;
|
575 |
+
border-radius: 50%;
|
576 |
+
display: block;
|
577 |
+
color: white;
|
578 |
+
margin: 0 auto 12px;
|
579 |
+
font-size: 34px;
|
580 |
+
}
|
581 |
+
|
582 |
+
.plugin-value-section .plugin-value li .icon.fa-bullhorn {
|
583 |
+
background: #bbea76;
|
584 |
+
}
|
585 |
+
|
586 |
+
.plugin-value-section .plugin-value li .icon.fa-fire {
|
587 |
+
background: #77dd77;
|
588 |
+
}
|
589 |
+
|
590 |
+
.plugin-value-section .plugin-value li .icon.fa-bar-chart-o {
|
591 |
+
background: #5ed5a4;
|
592 |
+
}
|
593 |
+
|
594 |
+
.plugin-value-section .plugin-value li .icon.fa-usd {
|
595 |
+
background: #49c0c0;
|
596 |
+
}
|
597 |
+
|
598 |
+
.plugin-value-section .plugin-value li.acquire .title {
|
599 |
+
color: #AAD56A;
|
600 |
+
}
|
601 |
+
|
602 |
+
.plugin-value-section .plugin-value li.engage .title {
|
603 |
+
color: #77dd77;
|
604 |
+
}
|
605 |
+
|
606 |
+
.plugin-value-section .plugin-value li.learn .title {
|
607 |
+
color: #5ed5a4;
|
608 |
+
}
|
609 |
+
|
610 |
+
.plugin-value-section .plugin-value li.monetize .title {
|
611 |
+
color: #49c0c0;
|
612 |
+
}
|
613 |
+
|
614 |
+
.plugin-value-section .plugin-value li a:hover {
|
615 |
+
-webkit-transition: background 0.2s;
|
616 |
+
-moz-transition: background 0.2s;
|
617 |
+
-o-transition: background 0.2s;
|
618 |
+
transition: background 0.2s;
|
619 |
+
}
|
620 |
+
|
621 |
+
.plugin-value-section .plugin-value li .title {
|
622 |
+
text-transform: none;
|
623 |
+
text-transform: uppercase;
|
624 |
+
font-size: 18px;
|
625 |
+
margin: 0;
|
626 |
+
padding: 0;
|
627 |
+
color: #2c3440;
|
628 |
+
display: block;
|
629 |
+
position: relative;
|
630 |
+
width: 100%;
|
631 |
+
}
|
632 |
+
|
633 |
+
.plugin-value-section.in-viewport {
|
634 |
+
-webkit-transition: all 0.5s ease-in-out;
|
635 |
+
-moz-transition: all 0.5s ease-in-out;
|
636 |
+
-o-transition: all 0.5s ease-in-out;
|
637 |
+
transition: all 0.5s ease-in-out;
|
638 |
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
639 |
+
opacity: 1;
|
640 |
}
|
languages/readme.txt
CHANGED
@@ -16,6 +16,7 @@ Shareaholic is used all over the world. Our goal is to support Shareaholic in th
|
|
16 |
* Italian (it_IT)
|
17 |
* Turkish (tr_TR)
|
18 |
* Spanish - Mexico (es_MX) by [Luis Jared Pardo ](http://www.clickseguro.net)
|
|
|
19 |
* Contribute a translation!
|
20 |
|
21 |
== How to translate Shareaholic into your own language ==
|
16 |
* Italian (it_IT)
|
17 |
* Turkish (tr_TR)
|
18 |
* Spanish - Mexico (es_MX) by [Luis Jared Pardo ](http://www.clickseguro.net)
|
19 |
+
* Romanian (ro_RO)
|
20 |
* Contribute a translation!
|
21 |
|
22 |
== How to translate Shareaholic into your own language ==
|
languages/shareaholic-ro_RO.po
CHANGED
@@ -1,493 +1,581 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Shareaholic | share buttons, analytics, related content
|
|
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: admin <jay@shareaholic.com>\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=2; plural=n != 1;\n"
|
13 |
-
"X-Generator:
|
14 |
-
"X-Poedit-
|
15 |
-
"X-Poedit-
|
16 |
-
"
|
17 |
-
"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"
|
18 |
"X-Poedit-Basepath: ../\n"
|
19 |
-
"X-
|
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Textdomain-Support: yes"
|
22 |
|
|
|
23 |
#: admin.php:196
|
24 |
-
#@ shareaholic
|
25 |
msgid "Shareaholic Settings"
|
26 |
-
msgstr ""
|
27 |
|
|
|
28 |
#. translators: plugin header field 'Author'
|
29 |
-
#: admin.php:197
|
30 |
-
#: shareaholic.php:0
|
31 |
-
#: utilities.php:113
|
32 |
-
#@ shareaholic
|
33 |
msgid "Shareaholic"
|
34 |
-
msgstr ""
|
35 |
|
36 |
-
|
37 |
-
#: admin.php:206
|
38 |
-
#: utilities.php:130
|
39 |
-
#@ shareaholic
|
40 |
msgid "App Manager"
|
41 |
-
msgstr ""
|
42 |
|
43 |
-
|
44 |
-
#: admin.php:214
|
45 |
-
#@ shareaholic
|
46 |
msgid "Advanced Settings"
|
47 |
-
msgstr ""
|
48 |
|
49 |
-
|
50 |
-
#: admin.php:298
|
51 |
-
#@ shareaholic
|
52 |
msgid "Settings successfully saved"
|
53 |
-
msgstr ""
|
54 |
|
|
|
55 |
#: admin.php:292
|
56 |
-
#@ shareaholic
|
57 |
msgid "Settings successfully reset. Refresh this page to complete the reset."
|
58 |
-
msgstr ""
|
59 |
|
|
|
60 |
#. translators: plugin header field 'Name'
|
61 |
#: shareaholic.php:0
|
62 |
-
#@ shareaholic
|
63 |
msgid "Shareaholic | share buttons, analytics, related content"
|
64 |
-
msgstr ""
|
65 |
|
|
|
66 |
#. translators: plugin header field 'PluginURI'
|
67 |
#: shareaholic.php:0
|
68 |
-
#@ shareaholic
|
69 |
msgid "https://shareaholic.com/publishers/"
|
70 |
-
msgstr ""
|
71 |
|
|
|
72 |
#. translators: plugin header field 'Description'
|
73 |
#: shareaholic.php:0
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
76 |
msgstr ""
|
|
|
|
|
|
|
77 |
|
|
|
78 |
#. translators: plugin header field 'AuthorURI'
|
79 |
#: shareaholic.php:0
|
80 |
-
#@ shareaholic
|
81 |
msgid "https://shareaholic.com"
|
82 |
-
msgstr ""
|
83 |
|
|
|
84 |
#. translators: plugin header field 'Version'
|
85 |
#: shareaholic.php:0
|
86 |
-
#@ shareaholic
|
87 |
msgid "7.5.1.0"
|
88 |
-
msgstr ""
|
89 |
|
|
|
90 |
#: templates/advanced_settings.php:3
|
91 |
-
#@ shareaholic
|
92 |
msgid "Shareaholic: Advanced Settings"
|
93 |
-
msgstr ""
|
94 |
|
|
|
95 |
#: templates/advanced_settings.php:7
|
96 |
-
#@ shareaholic
|
97 |
msgid "You rarely should need to edit the settings on this page."
|
98 |
-
msgstr ""
|
99 |
|
|
|
100 |
#: templates/advanced_settings.php:7
|
101 |
-
|
102 |
-
|
|
|
|
|
103 |
msgstr ""
|
|
|
|
|
104 |
|
|
|
105 |
#: templates/advanced_settings.php:14
|
106 |
-
#@ shareaholic
|
107 |
msgid "Advanced"
|
108 |
-
msgstr ""
|
109 |
|
|
|
110 |
#: templates/advanced_settings.php:19
|
111 |
-
#@ shareaholic
|
112 |
msgid "Disable Analytics"
|
113 |
-
msgstr ""
|
114 |
|
|
|
115 |
#: templates/advanced_settings.php:19
|
116 |
-
#@ shareaholic
|
117 |
msgid "(it is recommended NOT to disable analytics)"
|
118 |
-
msgstr ""
|
119 |
|
|
|
120 |
#: templates/advanced_settings.php:25
|
121 |
-
#@ shareaholic
|
122 |
msgid "Disable <code>Open Graph</code> tags"
|
123 |
-
msgstr ""
|
124 |
|
|
|
125 |
#: templates/advanced_settings.php:25
|
126 |
-
#@ shareaholic
|
127 |
msgid "(it is recommended NOT to disable open graph tags)"
|
128 |
-
msgstr ""
|
129 |
|
|
|
130 |
#: templates/advanced_settings.php:31
|
131 |
-
#@ shareaholic
|
132 |
msgid "Disable Admin Bar Menu (requires page refresh)"
|
133 |
-
msgstr ""
|
134 |
|
|
|
135 |
#: templates/advanced_settings.php:37
|
136 |
-
#@ shareaholic
|
137 |
msgid "Disable Debugger (it is recommended NOT to disable the debugger)"
|
138 |
-
msgstr ""
|
139 |
|
|
|
140 |
#: templates/advanced_settings.php:43
|
141 |
-
#@ shareaholic
|
142 |
msgid "Disable server-side Share Counts API"
|
143 |
-
msgstr ""
|
144 |
|
|
|
145 |
#: templates/advanced_settings.php:43
|
146 |
-
|
147 |
-
|
|
|
148 |
msgstr ""
|
|
|
|
|
149 |
|
150 |
-
|
151 |
-
#: templates/settings.php:101
|
152 |
-
#@ shareaholic
|
153 |
msgid "Saving Changes..."
|
154 |
-
msgstr ""
|
155 |
|
156 |
-
|
157 |
-
#: templates/settings.php:101
|
158 |
-
#@ shareaholic
|
159 |
msgid "Save Changes"
|
160 |
-
msgstr ""
|
161 |
|
|
|
162 |
#: templates/advanced_settings.php:53
|
163 |
-
#@ shareaholic
|
164 |
msgid "Server Connectivity"
|
165 |
-
msgstr ""
|
166 |
|
|
|
167 |
#: templates/advanced_settings.php:55
|
168 |
-
#@ shareaholic
|
169 |
msgid "All Shareaholic servers are reachable"
|
170 |
-
msgstr ""
|
171 |
|
|
|
172 |
#: templates/advanced_settings.php:56
|
173 |
-
#@ shareaholic
|
174 |
msgid "Shareaholic should be working correctly."
|
175 |
-
msgstr ""
|
176 |
|
|
|
177 |
#: templates/advanced_settings.php:56
|
178 |
-
#@ shareaholic
|
179 |
msgid "All Shareaholic servers are accessible."
|
180 |
-
msgstr ""
|
181 |
|
|
|
182 |
#: templates/advanced_settings.php:58
|
183 |
-
#@ shareaholic
|
184 |
msgid "Unable to reach any Shareaholic server"
|
185 |
-
msgstr ""
|
186 |
|
187 |
-
|
188 |
-
#: templates/advanced_settings.php:65
|
189 |
-
#@ shareaholic
|
190 |
msgid "Checking..."
|
191 |
-
msgstr ""
|
192 |
|
193 |
-
|
194 |
-
#: templates/advanced_settings.php:65
|
195 |
-
#@ shareaholic
|
196 |
msgid "Re-check"
|
197 |
-
msgstr ""
|
198 |
|
|
|
199 |
#: templates/advanced_settings.php:59
|
200 |
#, php-format
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
#: templates/advanced_settings.php:62
|
206 |
-
#@ shareaholic
|
207 |
msgid "Server-side Share Counts API is reachable"
|
208 |
-
msgstr ""
|
209 |
|
|
|
210 |
#: templates/advanced_settings.php:63
|
211 |
-
#@ shareaholic
|
212 |
msgid "The server-side Share Counts API should be working correctly."
|
213 |
-
msgstr ""
|
214 |
|
|
|
215 |
#: templates/advanced_settings.php:63
|
216 |
-
#@ shareaholic
|
217 |
msgid "All servers and services needed by the API are accessible."
|
218 |
-
msgstr ""
|
219 |
|
|
|
220 |
#: templates/advanced_settings.php:65
|
221 |
-
#@ shareaholic
|
222 |
msgid "Unable to reach the server-side Share Count API"
|
223 |
-
msgstr ""
|
224 |
|
|
|
225 |
#: templates/advanced_settings.php:66
|
226 |
#, php-format
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
#: templates/advanced_settings.php:73
|
232 |
-
#@ shareaholic
|
233 |
msgid "Your Shareaholic Site ID"
|
234 |
-
msgstr ""
|
235 |
|
|
|
236 |
#: templates/advanced_settings.php:77
|
237 |
-
#@ shareaholic
|
238 |
msgid "Not set."
|
239 |
-
msgstr ""
|
240 |
|
|
|
241 |
#: templates/advanced_settings.php:87
|
242 |
-
#@ shareaholic
|
243 |
msgid "Reset"
|
244 |
-
msgstr ""
|
245 |
|
|
|
246 |
#: templates/advanced_settings.php:88
|
247 |
-
|
248 |
-
|
249 |
-
|
|
|
250 |
|
|
|
251 |
#: templates/advanced_settings.php:90
|
252 |
-
#@ shareaholic
|
253 |
msgid "Resetting Plugin..."
|
254 |
-
msgstr ""
|
255 |
|
|
|
256 |
#: templates/advanced_settings.php:90
|
257 |
-
#@ shareaholic
|
258 |
msgid "Reset Plugin"
|
259 |
-
msgstr ""
|
260 |
|
|
|
261 |
#: templates/deprecation_warnings.php:6
|
262 |
-
|
263 |
-
|
264 |
-
|
|
|
265 |
|
|
|
266 |
#: templates/failed_to_create_api_key.php:6
|
267 |
#: templates/terms_of_service_notice.php:6
|
268 |
#, php-format
|
269 |
-
|
270 |
-
|
|
|
271 |
msgstr ""
|
|
|
|
|
272 |
|
|
|
273 |
#: templates/failed_to_create_api_key_modal.php:2
|
274 |
-
#@ shareaholic
|
275 |
msgid "Setup Shareaholic"
|
276 |
-
msgstr ""
|
277 |
|
|
|
278 |
#: templates/failed_to_create_api_key_modal.php:7
|
279 |
-
|
280 |
-
|
|
|
|
|
281 |
msgstr ""
|
|
|
|
|
282 |
|
|
|
283 |
#: templates/failed_to_create_api_key_modal.php:12
|
284 |
-
#@ shareaholic
|
285 |
msgid "Retry"
|
286 |
-
msgstr ""
|
287 |
|
|
|
288 |
#: templates/failed_to_create_api_key_modal.php:15
|
289 |
-
#@ shareaholic
|
290 |
msgid "or, try again later."
|
291 |
-
msgstr ""
|
292 |
|
|
|
293 |
#: templates/failed_to_create_api_key_modal.php:19
|
294 |
#, php-format
|
295 |
-
|
296 |
-
|
|
|
297 |
msgstr ""
|
|
|
|
|
|
|
298 |
|
|
|
299 |
#: templates/failed_to_create_api_key_modal.php:19
|
300 |
#, php-format
|
301 |
-
|
302 |
-
|
303 |
-
msgstr ""
|
304 |
|
|
|
305 |
#: templates/footer.php:8
|
306 |
#, php-format
|
307 |
-
|
308 |
-
|
|
|
309 |
msgstr ""
|
|
|
|
|
310 |
|
|
|
311 |
#: templates/meta_boxes.php:6
|
312 |
-
#@ shareaholic
|
313 |
msgid "Hide Share Buttons"
|
314 |
-
msgstr ""
|
315 |
|
|
|
316 |
#: templates/meta_boxes.php:16
|
317 |
-
#@ shareaholic
|
318 |
msgid "Hide Related Content"
|
319 |
-
msgstr ""
|
320 |
|
|
|
321 |
#: templates/meta_boxes.php:26
|
322 |
-
#@ shareaholic
|
323 |
msgid "Exclude from Related Content"
|
324 |
-
msgstr ""
|
325 |
|
|
|
326 |
#: templates/meta_boxes.php:36
|
327 |
-
#@ shareaholic
|
328 |
msgid "Do not include Open Graph tags"
|
329 |
-
msgstr ""
|
330 |
|
|
|
331 |
#: templates/settings.php:3
|
332 |
-
#@ shareaholic
|
333 |
msgid "Shareaholic: App Manager"
|
334 |
-
msgstr ""
|
335 |
|
|
|
336 |
#: templates/settings.php:22
|
337 |
#, php-format
|
338 |
-
|
339 |
-
|
|
|
340 |
msgstr ""
|
|
|
|
|
341 |
|
|
|
342 |
#: templates/settings.php:22
|
343 |
#, php-format
|
344 |
-
|
345 |
-
|
|
|
|
|
346 |
msgstr ""
|
|
|
|
|
347 |
|
|
|
348 |
#: templates/settings.php:25
|
349 |
-
#@ shareaholic
|
350 |
msgid "Related Content"
|
351 |
-
msgstr ""
|
352 |
|
|
|
353 |
#: templates/settings.php:26
|
354 |
-
|
355 |
-
|
|
|
356 |
msgstr ""
|
|
|
|
|
357 |
|
358 |
-
|
359 |
-
#: templates/settings.php:87
|
360 |
-
#@ shareaholic
|
361 |
msgid "Customize"
|
362 |
-
msgstr ""
|
363 |
|
|
|
364 |
#: templates/settings.php:52
|
365 |
-
#@ shareaholic
|
366 |
msgid "Edit Related Content Settings"
|
367 |
-
msgstr ""
|
368 |
|
|
|
369 |
#: templates/settings.php:54
|
370 |
-
#@ shareaholic
|
371 |
msgid "Status:"
|
372 |
-
msgstr ""
|
373 |
|
|
|
374 |
#: templates/settings.php:58
|
375 |
-
#@ shareaholic
|
376 |
msgid "Processing"
|
377 |
-
msgstr ""
|
378 |
|
|
|
379 |
#: templates/settings.php:60
|
380 |
-
#@ shareaholic
|
381 |
msgid "Ready"
|
382 |
-
msgstr ""
|
383 |
|
|
|
384 |
#: templates/settings.php:67
|
385 |
-
#@ shareaholic
|
386 |
msgid "Share Buttons"
|
387 |
-
msgstr ""
|
388 |
|
|
|
389 |
#: templates/settings.php:68
|
390 |
-
|
391 |
-
|
|
|
392 |
msgstr ""
|
|
|
|
|
393 |
|
|
|
394 |
#: templates/settings.php:95
|
395 |
-
#@ shareaholic
|
396 |
msgid "Edit Share Button Settings"
|
397 |
-
msgstr ""
|
398 |
|
|
|
399 |
#: templates/terms_of_service_modal.php:2
|
400 |
-
#@ shareaholic
|
401 |
msgid "Thanks for Installing!"
|
402 |
-
msgstr ""
|
403 |
|
|
|
404 |
#: templates/terms_of_service_modal.php:4
|
405 |
#, php-format
|
406 |
-
|
407 |
-
|
408 |
-
|
|
|
409 |
|
|
|
410 |
#: templates/terms_of_service_modal.php:8
|
411 |
#, php-format
|
412 |
-
#@ shareaholic
|
413 |
msgid "%sShare buttons%s enables your readers to spread your content."
|
414 |
msgstr ""
|
|
|
|
|
415 |
|
|
|
416 |
#: templates/terms_of_service_modal.php:12
|
417 |
#, php-format
|
418 |
-
|
419 |
-
|
|
|
420 |
msgstr ""
|
|
|
421 |
|
|
|
422 |
#: templates/terms_of_service_modal.php:16
|
423 |
#, php-format
|
424 |
-
#@ shareaholic
|
425 |
msgid "%sAnalytics%s gives you all the insights you need to grow your site."
|
426 |
msgstr ""
|
|
|
|
|
427 |
|
|
|
428 |
#: templates/terms_of_service_modal.php:20
|
429 |
-
#@ shareaholic
|
430 |
msgid "Get Started »"
|
431 |
-
msgstr ""
|
432 |
|
|
|
433 |
#: templates/terms_of_service_modal.php:21
|
434 |
#, php-format
|
435 |
-
|
436 |
-
|
|
|
437 |
msgstr ""
|
|
|
|
|
438 |
|
|
|
439 |
#: templates/why_to_sign_up.php:2
|
440 |
-
#@ shareaholic
|
441 |
msgid "Sign up for a FREE Shareaholic account to unlock more features."
|
442 |
msgstr ""
|
|
|
|
|
443 |
|
|
|
444 |
#: templates/why_to_sign_up.php:4
|
445 |
-
|
446 |
msgid "Get the Floated Share Buttons app"
|
447 |
-
msgstr ""
|
448 |
|
|
|
449 |
#: templates/why_to_sign_up.php:5
|
450 |
-
#@ shareaholic
|
451 |
msgid "Monetize your site, plus lots more!"
|
452 |
-
msgstr ""
|
453 |
|
|
|
454 |
#: templates/why_to_sign_up.php:7
|
455 |
-
#@ shareaholic
|
456 |
msgid "Unlock more features, for free"
|
457 |
-
msgstr ""
|
458 |
|
|
|
459 |
#: templates/why_to_sign_up.php:9
|
460 |
-
|
461 |
-
|
|
|
462 |
msgstr ""
|
|
|
|
|
463 |
|
|
|
464 |
#: templates/why_to_sign_up.php:14
|
465 |
-
#@ shareaholic
|
466 |
msgid "Shareaholic Helpdesk"
|
467 |
-
msgstr ""
|
468 |
|
|
|
469 |
#: templates/why_to_sign_up.php:15
|
470 |
-
#@ shareaholic
|
471 |
msgid "Submit a Language Translation"
|
472 |
-
msgstr ""
|
473 |
|
|
|
474 |
#: templates/why_to_sign_up.php:16
|
475 |
-
#@ shareaholic
|
476 |
msgid "Get the Shareaholic Browser Add-on"
|
477 |
-
msgstr ""
|
478 |
|
|
|
479 |
#: utilities.php:96
|
480 |
-
#@ shareaholic
|
481 |
msgid "Settings"
|
482 |
-
msgstr ""
|
483 |
|
|
|
484 |
#: utilities.php:137
|
485 |
-
#@ shareaholic
|
486 |
msgid "General Settings"
|
487 |
-
msgstr ""
|
488 |
|
|
|
489 |
#: utilities.php:144
|
490 |
-
#@ shareaholic
|
491 |
msgid "FAQ & Support"
|
492 |
-
msgstr ""
|
493 |
-
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Shareaholic | share buttons, analytics, related content "
|
4 |
+
"v7.5.1.0\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
"POT-Creation-Date: \n"
|
7 |
+
"PO-Revision-Date: 2014-10-11 19:22+0200\n"
|
8 |
"Last-Translator: admin <jay@shareaholic.com>\n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Generator: Poedit 1.5.7\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
+
"_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"
|
|
|
18 |
"X-Poedit-Basepath: ../\n"
|
19 |
+
"X-Textdomain-Support: yes\n"
|
20 |
+
"Language: ro_RO\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
|
|
22 |
|
23 |
+
# @ shareaholic
|
24 |
#: admin.php:196
|
|
|
25 |
msgid "Shareaholic Settings"
|
26 |
+
msgstr "Setari Shareaholic"
|
27 |
|
28 |
+
# @ shareaholic
|
29 |
#. translators: plugin header field 'Author'
|
30 |
+
#: admin.php:197 shareaholic.php:0 utilities.php:113
|
|
|
|
|
|
|
31 |
msgid "Shareaholic"
|
32 |
+
msgstr "Shareaholic"
|
33 |
|
34 |
+
# @ shareaholic
|
35 |
+
#: admin.php:205 admin.php:206 utilities.php:130
|
|
|
|
|
36 |
msgid "App Manager"
|
37 |
+
msgstr "App Manager"
|
38 |
|
39 |
+
# @ shareaholic
|
40 |
+
#: admin.php:213 admin.php:214
|
|
|
41 |
msgid "Advanced Settings"
|
42 |
+
msgstr "Setari Avansate"
|
43 |
|
44 |
+
# @ shareaholic
|
45 |
+
#: admin.php:229 admin.php:298
|
|
|
46 |
msgid "Settings successfully saved"
|
47 |
+
msgstr "Setarile au fost salvate cu Succes"
|
48 |
|
49 |
+
# @ shareaholic
|
50 |
#: admin.php:292
|
|
|
51 |
msgid "Settings successfully reset. Refresh this page to complete the reset."
|
52 |
+
msgstr "Setarile au fost Resetate. Referesh pentru a finaliza."
|
53 |
|
54 |
+
# @ shareaholic
|
55 |
#. translators: plugin header field 'Name'
|
56 |
#: shareaholic.php:0
|
|
|
57 |
msgid "Shareaholic | share buttons, analytics, related content"
|
58 |
+
msgstr "Shareaholic | butoane sociale, analytics, continut similar/recomandat"
|
59 |
|
60 |
+
# @ shareaholic
|
61 |
#. translators: plugin header field 'PluginURI'
|
62 |
#: shareaholic.php:0
|
|
|
63 |
msgid "https://shareaholic.com/publishers/"
|
64 |
+
msgstr "https://shareaholic.com/publishers/"
|
65 |
|
66 |
+
# @ shareaholic
|
67 |
#. translators: plugin header field 'Description'
|
68 |
#: shareaholic.php:0
|
69 |
+
msgid ""
|
70 |
+
"Whether you want to get people sharing, grow your fans, make money, or know "
|
71 |
+
"who's reading your content, Shareaholic will help you get it done. See <a "
|
72 |
+
"href=\"admin.php?page=shareaholic-settings\">configuration panel</a> for "
|
73 |
+
"more settings."
|
74 |
msgstr ""
|
75 |
+
"Shareaholic Te ajuta sa faci oameni sa Sheruiasca :) Vezi <a href=\"admin."
|
76 |
+
"php?page=shareaholic-settings\">configuration panel</a> pentru mai multe "
|
77 |
+
"satari."
|
78 |
|
79 |
+
# @ shareaholic
|
80 |
#. translators: plugin header field 'AuthorURI'
|
81 |
#: shareaholic.php:0
|
|
|
82 |
msgid "https://shareaholic.com"
|
83 |
+
msgstr "https://shareaholic.com"
|
84 |
|
85 |
+
# @ shareaholic
|
86 |
#. translators: plugin header field 'Version'
|
87 |
#: shareaholic.php:0
|
|
|
88 |
msgid "7.5.1.0"
|
89 |
+
msgstr "7.5.1.0"
|
90 |
|
91 |
+
# @ shareaholic
|
92 |
#: templates/advanced_settings.php:3
|
|
|
93 |
msgid "Shareaholic: Advanced Settings"
|
94 |
+
msgstr "Shareaholic: Setari Avansate"
|
95 |
|
96 |
+
# @ shareaholic
|
97 |
#: templates/advanced_settings.php:7
|
|
|
98 |
msgid "You rarely should need to edit the settings on this page."
|
99 |
+
msgstr "Rar este nevoie sa modifici setarile de pe aceasta pagina"
|
100 |
|
101 |
+
# @ shareaholic
|
102 |
#: templates/advanced_settings.php:7
|
103 |
+
msgid ""
|
104 |
+
"After changing any Shareaholic advanced setting, it is good practice to "
|
105 |
+
"clear any WordPress caching plugins (if you are using one, like W3 Total "
|
106 |
+
"Cache or WP Super Cache)."
|
107 |
msgstr ""
|
108 |
+
"Dupa ce schimbi setarile avansate, ar fi bien sa resetezi cache-ul wordpress "
|
109 |
+
"[ asta daca folosesti vre-unu ]"
|
110 |
|
111 |
+
# @ shareaholic
|
112 |
#: templates/advanced_settings.php:14
|
|
|
113 |
msgid "Advanced"
|
114 |
+
msgstr "Avansat"
|
115 |
|
116 |
+
# @ shareaholic
|
117 |
#: templates/advanced_settings.php:19
|
|
|
118 |
msgid "Disable Analytics"
|
119 |
+
msgstr "Dezactiveaza Statisticile"
|
120 |
|
121 |
+
# @ shareaholic
|
122 |
#: templates/advanced_settings.php:19
|
|
|
123 |
msgid "(it is recommended NOT to disable analytics)"
|
124 |
+
msgstr "[ nu e recomandat sa dezactivezi statisticile ]"
|
125 |
|
126 |
+
# @ shareaholic
|
127 |
#: templates/advanced_settings.php:25
|
|
|
128 |
msgid "Disable <code>Open Graph</code> tags"
|
129 |
+
msgstr "Dezactiveaza tag-urile <code>Open Graph</code>"
|
130 |
|
131 |
+
# @ shareaholic
|
132 |
#: templates/advanced_settings.php:25
|
|
|
133 |
msgid "(it is recommended NOT to disable open graph tags)"
|
134 |
+
msgstr "[ nu e recomandat sa dezactivezi open graph ]"
|
135 |
|
136 |
+
# @ shareaholic
|
137 |
#: templates/advanced_settings.php:31
|
|
|
138 |
msgid "Disable Admin Bar Menu (requires page refresh)"
|
139 |
+
msgstr "Dezactiveaza Admin Bar Menu [ va trebui sa refresh ]"
|
140 |
|
141 |
+
# @ shareaholic
|
142 |
#: templates/advanced_settings.php:37
|
|
|
143 |
msgid "Disable Debugger (it is recommended NOT to disable the debugger)"
|
144 |
+
msgstr "Dezactiveaza Debugger-ul [ nu e recomandat ]"
|
145 |
|
146 |
+
# @ shareaholic
|
147 |
#: templates/advanced_settings.php:43
|
|
|
148 |
msgid "Disable server-side Share Counts API"
|
149 |
+
msgstr "Dezactiveaza API Server Side"
|
150 |
|
151 |
+
# @ shareaholic
|
152 |
#: templates/advanced_settings.php:43
|
153 |
+
msgid ""
|
154 |
+
"(unless there are issues with calling the service, it is recommended NOT to "
|
155 |
+
"disable this API)"
|
156 |
msgstr ""
|
157 |
+
"[ nu e recomandat sa dezactivezi API, decat daca sunt probleme la apelarea "
|
158 |
+
"WebService ]"
|
159 |
|
160 |
+
# @ shareaholic
|
161 |
+
#: templates/advanced_settings.php:45 templates/settings.php:101
|
|
|
162 |
msgid "Saving Changes..."
|
163 |
+
msgstr "Se Salveaza Modificarile..."
|
164 |
|
165 |
+
# @ shareaholic
|
166 |
+
#: templates/advanced_settings.php:45 templates/settings.php:101
|
|
|
167 |
msgid "Save Changes"
|
168 |
+
msgstr "Salveaza Modificarile"
|
169 |
|
170 |
+
# @ shareaholic
|
171 |
#: templates/advanced_settings.php:53
|
|
|
172 |
msgid "Server Connectivity"
|
173 |
+
msgstr "Conexiune la Server"
|
174 |
|
175 |
+
# @ shareaholic
|
176 |
#: templates/advanced_settings.php:55
|
|
|
177 |
msgid "All Shareaholic servers are reachable"
|
178 |
+
msgstr "Toate serverele sunt accesibile"
|
179 |
|
180 |
+
# @ shareaholic
|
181 |
#: templates/advanced_settings.php:56
|
|
|
182 |
msgid "Shareaholic should be working correctly."
|
183 |
+
msgstr "Shareaholic ar trebui sa functioneze normal"
|
184 |
|
185 |
+
# @ shareaholic
|
186 |
#: templates/advanced_settings.php:56
|
|
|
187 |
msgid "All Shareaholic servers are accessible."
|
188 |
+
msgstr "Toate serverele sunt accesibile"
|
189 |
|
190 |
+
# @ shareaholic
|
191 |
#: templates/advanced_settings.php:58
|
|
|
192 |
msgid "Unable to reach any Shareaholic server"
|
193 |
+
msgstr "Nu se face conexiunea la serverele Shareaholic"
|
194 |
|
195 |
+
# @ shareaholic
|
196 |
+
#: templates/advanced_settings.php:58 templates/advanced_settings.php:65
|
|
|
197 |
msgid "Checking..."
|
198 |
+
msgstr "Verific..."
|
199 |
|
200 |
+
# @ shareaholic
|
201 |
+
#: templates/advanced_settings.php:58 templates/advanced_settings.php:65
|
|
|
202 |
msgid "Re-check"
|
203 |
+
msgstr "Reverificare"
|
204 |
|
205 |
+
# @ default
|
206 |
#: templates/advanced_settings.php:59
|
207 |
#, php-format
|
208 |
+
msgid ""
|
209 |
+
"A network problem or firewall is blocking all connections from your web "
|
210 |
+
"server to Shareaholic.com. <strong>Shareaholic cannot work correctly until "
|
211 |
+
"this is fixed.</strong> Please contact your web host or firewall "
|
212 |
+
"administrator and give them <a href=\"%s\" target=\"_blank\">this "
|
213 |
+
"information about Shareaholic and firewalls</a>. Let us <a href=\"#\" "
|
214 |
+
"onclick=\"%s\">know</a> too, so we can follow up!"
|
215 |
+
msgstr ""
|
216 |
+
"Conexiunile inre Serverul tau Web si Serverele Shareaholic sunt intrerupte. "
|
217 |
+
"<strong>Shareaholic nu va functiona corect pana ce aceste probleme nu vor fi "
|
218 |
+
"remediate.</strong> Contactati administratorul serverului si oferitile "
|
219 |
+
"aceasta informatie despre Sharahilic, si firewall-uri <a href=\"%s\" target="
|
220 |
+
"\"_blank\">. Ca sa ne tineti la curent <a href=\"#\" onclick=\"%s\">know</a>"
|
221 |
+
|
222 |
+
# @ shareaholic
|
223 |
#: templates/advanced_settings.php:62
|
|
|
224 |
msgid "Server-side Share Counts API is reachable"
|
225 |
+
msgstr "Api Server Side sunt Accesibile"
|
226 |
|
227 |
+
# @ shareaholic
|
228 |
#: templates/advanced_settings.php:63
|
|
|
229 |
msgid "The server-side Share Counts API should be working correctly."
|
230 |
+
msgstr "Server Side API ar trebui sa functineze normal"
|
231 |
|
232 |
+
# @ shareaholic
|
233 |
#: templates/advanced_settings.php:63
|
|
|
234 |
msgid "All servers and services needed by the API are accessible."
|
235 |
+
msgstr "Toate serverele si servicile de care este nevoie sunt accesibile"
|
236 |
|
237 |
+
# @ shareaholic
|
238 |
#: templates/advanced_settings.php:65
|
|
|
239 |
msgid "Unable to reach the server-side Share Count API"
|
240 |
+
msgstr "Nu se paote face conexiunea la API"
|
241 |
|
242 |
+
# @ default
|
243 |
#: templates/advanced_settings.php:66
|
244 |
#, php-format
|
245 |
+
msgid ""
|
246 |
+
"A network problem or firewall is blocking connections from your web server "
|
247 |
+
"to various Share Count APIs. <strong>The API cannot work correctly until "
|
248 |
+
"this is fixed.</strong> If you continue to face this issue, please contact "
|
249 |
+
"<a href=\"#\" onclick=\"%s\">us</a> and we will follow up! In the meantime, "
|
250 |
+
"if you disable the server-side Share Counts API from the Advanced options "
|
251 |
+
"above, Shareaholic will default to using client-side APIs for share counts "
|
252 |
+
"successfully -- so nothing to worry about!"
|
253 |
+
msgstr ""
|
254 |
+
"Conexiunile inre Serverul tau Web si API Shareaholic sunt intrerupte. "
|
255 |
+
"<strong>Shareaholic nu va functiona corect pana ce aceste probleme nu vor fi "
|
256 |
+
"remediate.</strong> Daca mai inampinati aceasta problema <a href=\"#\" "
|
257 |
+
"onclick=\"%s\">us</a> si tinem legatura ! Intre timp daca dezactivati API "
|
258 |
+
"din Setarile Avansate Shareaholic va continua ca foloseasca API-urile Client "
|
259 |
+
"Side. Deci nue nici o problema!"
|
260 |
+
|
261 |
+
# @ shareaholic
|
262 |
#: templates/advanced_settings.php:73
|
|
|
263 |
msgid "Your Shareaholic Site ID"
|
264 |
+
msgstr "ID-ul pagini voastre"
|
265 |
|
266 |
+
# @ shareaholic
|
267 |
#: templates/advanced_settings.php:77
|
|
|
268 |
msgid "Not set."
|
269 |
+
msgstr "Ne este setat."
|
270 |
|
271 |
+
# @ shareaholic
|
272 |
#: templates/advanced_settings.php:87
|
|
|
273 |
msgid "Reset"
|
274 |
+
msgstr "Reset"
|
275 |
|
276 |
+
# @ shareaholic
|
277 |
#: templates/advanced_settings.php:88
|
278 |
+
msgid ""
|
279 |
+
"This will reset all of your settings and start you from scratch. This can "
|
280 |
+
"not be undone."
|
281 |
+
msgstr "Se vor reseta satarile si va trebui reluat totul de la inceput."
|
282 |
|
283 |
+
# @ shareaholic
|
284 |
#: templates/advanced_settings.php:90
|
|
|
285 |
msgid "Resetting Plugin..."
|
286 |
+
msgstr "Se reseteaza Plugin-ul"
|
287 |
|
288 |
+
# @ shareaholic
|
289 |
#: templates/advanced_settings.php:90
|
|
|
290 |
msgid "Reset Plugin"
|
291 |
+
msgstr "Plugin Resetat"
|
292 |
|
293 |
+
# @ shareaholic
|
294 |
#: templates/deprecation_warnings.php:6
|
295 |
+
msgid ""
|
296 |
+
"will be deprecated SOON. Please update the code found in the following files "
|
297 |
+
"at your convenience:"
|
298 |
+
msgstr "Faceti update la codul gasit."
|
299 |
|
300 |
+
# @ shareaholic
|
301 |
#: templates/failed_to_create_api_key.php:6
|
302 |
#: templates/terms_of_service_notice.php:6
|
303 |
#, php-format
|
304 |
+
msgid ""
|
305 |
+
"Action required: You've installed Shareaholic for WordPress. We're ready "
|
306 |
+
"when you are. %sGet started now »%s"
|
307 |
msgstr ""
|
308 |
+
"Ai instalat Shareaholic pentru WordPress. Suntem gata de pornire %sAcum "
|
309 |
+
"»%s"
|
310 |
|
311 |
+
# @ shareaholic
|
312 |
#: templates/failed_to_create_api_key_modal.php:2
|
|
|
313 |
msgid "Setup Shareaholic"
|
314 |
+
msgstr "Instaleaza Shareaholic"
|
315 |
|
316 |
+
# @ shareaholic
|
317 |
#: templates/failed_to_create_api_key_modal.php:7
|
318 |
+
msgid ""
|
319 |
+
"It appears that we are having some trouble setting up Shareaholic for "
|
320 |
+
"WordPress right now. This is usually temporary. Please revisit this section "
|
321 |
+
"after a few minutes or click \"retry\" now."
|
322 |
msgstr ""
|
323 |
+
"Sunt probleme la instalarea Shareaholic momentan. Acest lucru este de obicei "
|
324 |
+
"temporar. Reveniti inc ateva minute sau click \"reincearca\" acum."
|
325 |
|
326 |
+
# @ shareaholic
|
327 |
#: templates/failed_to_create_api_key_modal.php:12
|
|
|
328 |
msgid "Retry"
|
329 |
+
msgstr "Reincearca"
|
330 |
|
331 |
+
# @ shareaholic
|
332 |
#: templates/failed_to_create_api_key_modal.php:15
|
|
|
333 |
msgid "or, try again later."
|
334 |
+
msgstr "sau incearca mai tarziu."
|
335 |
|
336 |
+
# @ shareaholic
|
337 |
#: templates/failed_to_create_api_key_modal.php:19
|
338 |
#, php-format
|
339 |
+
msgid ""
|
340 |
+
"If you continue to get this prompt for more than a few hours, try to check "
|
341 |
+
"server connectivity or reset the plugin in %sadvanced settings%s."
|
342 |
msgstr ""
|
343 |
+
"Daca intampini aceasta problema de mai mutl de cateva ore, incearca sa "
|
344 |
+
"Resetezi Conexiunile cu Serverele, sau reseteaza setarie Plugin-ului din "
|
345 |
+
"%ssetariel avansate%s."
|
346 |
|
347 |
+
# @ shareaholic
|
348 |
#: templates/failed_to_create_api_key_modal.php:19
|
349 |
#, php-format
|
350 |
+
msgid ""
|
351 |
+
"Also, if you have a question or have a bug to report, please %slet us know%s."
|
352 |
+
msgstr "Iar daca ai o intrebare sau ai gasit un Bug te rog sa %sne spui%s."
|
353 |
|
354 |
+
# @ shareaholic
|
355 |
#: templates/footer.php:8
|
356 |
#, php-format
|
357 |
+
msgid ""
|
358 |
+
"If you like our work, show some love and %sgive us a good rating%s. Made "
|
359 |
+
"with much love in Boston, Massachusetts."
|
360 |
msgstr ""
|
361 |
+
"Dca Apreciezi munca noastra, te rugam sa %sne dai o nota buna%s. Acest "
|
362 |
+
"plugin a fost facut cu mult drag in Boston, Massachusetts."
|
363 |
|
364 |
+
# @ shareaholic
|
365 |
#: templates/meta_boxes.php:6
|
|
|
366 |
msgid "Hide Share Buttons"
|
367 |
+
msgstr "Ascunde butoanele de Share"
|
368 |
|
369 |
+
# @ shareaholic
|
370 |
#: templates/meta_boxes.php:16
|
|
|
371 |
msgid "Hide Related Content"
|
372 |
+
msgstr "Ascune Continutul Recomandat"
|
373 |
|
374 |
+
# @ shareaholic
|
375 |
#: templates/meta_boxes.php:26
|
|
|
376 |
msgid "Exclude from Related Content"
|
377 |
+
msgstr "Exclude din Continut Recomandat"
|
378 |
|
379 |
+
# @ shareaholic
|
380 |
#: templates/meta_boxes.php:36
|
|
|
381 |
msgid "Do not include Open Graph tags"
|
382 |
+
msgstr "Nu include tag-uri Open Graph"
|
383 |
|
384 |
+
# @ shareaholic
|
385 |
#: templates/settings.php:3
|
|
|
386 |
msgid "Shareaholic: App Manager"
|
387 |
+
msgstr "Shareaholic: App Manager"
|
388 |
|
389 |
+
# @ shareaholic
|
390 |
#: templates/settings.php:22
|
391 |
#, php-format
|
392 |
+
msgid ""
|
393 |
+
"First time here? Read %sUnderstanding the new Shareaholic for WordPress "
|
394 |
+
"interface and configuration settings.%s"
|
395 |
msgstr ""
|
396 |
+
"Folosesti pentru prima data acest Plugin? Citeste %sUnderstanding the new "
|
397 |
+
"Shareaholic for WordPress interface and configuration settings.%s"
|
398 |
|
399 |
+
# @ shareaholic
|
400 |
#: templates/settings.php:22
|
401 |
#, php-format
|
402 |
+
msgid ""
|
403 |
+
"If you are upgrading from an earlier version of Shareaholic for WordPress "
|
404 |
+
"and need help, have a question or have a bug to report, please %slet us know"
|
405 |
+
"%s."
|
406 |
msgstr ""
|
407 |
+
"Daca faci update de la o versiuen anterioara si ai nevoie de ajutor, sau ai "
|
408 |
+
"o problema ori ai gasit un bug, te rugam %sspune%s."
|
409 |
|
410 |
+
# @ shareaholic
|
411 |
#: templates/settings.php:25
|
|
|
412 |
msgid "Related Content"
|
413 |
+
msgstr "Continut Recomandat"
|
414 |
|
415 |
+
# @ shareaholic
|
416 |
#: templates/settings.php:26
|
417 |
+
msgid ""
|
418 |
+
"Pick where you want Related Content to be displayed. Click \"Customize\" to "
|
419 |
+
"customize look & feel, themes, block lists, etc."
|
420 |
msgstr ""
|
421 |
+
"Alege unde vrei sa fie afisat Continutul Recomandat. Click \"Personalizeaza"
|
422 |
+
"\"pentru a personaliza felul inc are arata, temele, etc"
|
423 |
|
424 |
+
# @ shareaholic
|
425 |
+
#: templates/settings.php:44 templates/settings.php:87
|
|
|
426 |
msgid "Customize"
|
427 |
+
msgstr "Personalizeaza"
|
428 |
|
429 |
+
# @ shareaholic
|
430 |
#: templates/settings.php:52
|
|
|
431 |
msgid "Edit Related Content Settings"
|
432 |
+
msgstr "Editeaza Continutul Recomandat"
|
433 |
|
434 |
+
# @ shareaholic
|
435 |
#: templates/settings.php:54
|
|
|
436 |
msgid "Status:"
|
437 |
+
msgstr "Status:"
|
438 |
|
439 |
+
# @ shareaholic
|
440 |
#: templates/settings.php:58
|
|
|
441 |
msgid "Processing"
|
442 |
+
msgstr "Se proceseaza"
|
443 |
|
444 |
+
# @ shareaholic
|
445 |
#: templates/settings.php:60
|
|
|
446 |
msgid "Ready"
|
447 |
+
msgstr "Gata"
|
448 |
|
449 |
+
# @ shareaholic
|
450 |
#: templates/settings.php:67
|
|
|
451 |
msgid "Share Buttons"
|
452 |
+
msgstr "Butoane de Share"
|
453 |
|
454 |
+
# @ shareaholic
|
455 |
#: templates/settings.php:68
|
456 |
+
msgid ""
|
457 |
+
"Pick where you want your buttons to be displayed. Click \"Customize\" to "
|
458 |
+
"customize look & feel, themes, share counters, alignment, etc."
|
459 |
msgstr ""
|
460 |
+
"Alege unde vrei sa fie afisat butoanele. Click \"Personalizeaza\"pentru a "
|
461 |
+
"personaliza."
|
462 |
|
463 |
+
# @ shareaholic
|
464 |
#: templates/settings.php:95
|
|
|
465 |
msgid "Edit Share Button Settings"
|
466 |
+
msgstr "Editeaza Setarile Butoanelor"
|
467 |
|
468 |
+
# @ shareaholic
|
469 |
#: templates/terms_of_service_modal.php:2
|
|
|
470 |
msgid "Thanks for Installing!"
|
471 |
+
msgstr "Multumim"
|
472 |
|
473 |
+
# @ shareaholic
|
474 |
#: templates/terms_of_service_modal.php:4
|
475 |
#, php-format
|
476 |
+
msgid ""
|
477 |
+
"%sShareaholic%s gives you the essential tools you need to become a "
|
478 |
+
"successful publisher."
|
479 |
+
msgstr "%sShareaholic%s i-ti ofera uneltele necesare pentru a publica"
|
480 |
|
481 |
+
# @ shareaholic
|
482 |
#: templates/terms_of_service_modal.php:8
|
483 |
#, php-format
|
|
|
484 |
msgid "%sShare buttons%s enables your readers to spread your content."
|
485 |
msgstr ""
|
486 |
+
"%sbutoanele de Share%s permite utilizatorilor sa share-uiasca continutul de "
|
487 |
+
"pe pagina ta."
|
488 |
|
489 |
+
# @ shareaholic
|
490 |
#: templates/terms_of_service_modal.php:12
|
491 |
#, php-format
|
492 |
+
msgid ""
|
493 |
+
"%sRelated content%s keeps people on your site and turns visitors into "
|
494 |
+
"readers."
|
495 |
msgstr ""
|
496 |
+
"%sContinutuyl Recomandat%s ajuta la conversia vizitatorilor in cititior."
|
497 |
|
498 |
+
# @ shareaholic
|
499 |
#: templates/terms_of_service_modal.php:16
|
500 |
#, php-format
|
|
|
501 |
msgid "%sAnalytics%s gives you all the insights you need to grow your site."
|
502 |
msgstr ""
|
503 |
+
"%sStatisticile%s ofera o privire de ansamblu asupra evolutiei paginii sau "
|
504 |
+
"site-ului tau"
|
505 |
|
506 |
+
# @ shareaholic
|
507 |
#: templates/terms_of_service_modal.php:20
|
|
|
508 |
msgid "Get Started »"
|
509 |
+
msgstr "Incepe Acum »"
|
510 |
|
511 |
+
# @ shareaholic
|
512 |
#: templates/terms_of_service_modal.php:21
|
513 |
#, php-format
|
514 |
+
msgid ""
|
515 |
+
"By clicking \"Get Started\" you agree to Shareholic's %sTerms of Service%s "
|
516 |
+
"and %sPrivacy Policy%s."
|
517 |
msgstr ""
|
518 |
+
"By clicking \"Get Started\" you agree to Shareholic's %sTerms of Service%s "
|
519 |
+
"and %sPrivacy Policy%s."
|
520 |
|
521 |
+
# @ shareaholic
|
522 |
#: templates/why_to_sign_up.php:2
|
|
|
523 |
msgid "Sign up for a FREE Shareaholic account to unlock more features."
|
524 |
msgstr ""
|
525 |
+
"Inregistreaza=te la Shareaholic gratuit si ai acces la mai multe "
|
526 |
+
"functionalitati"
|
527 |
|
528 |
+
# @ shareaholic
|
529 |
#: templates/why_to_sign_up.php:4
|
530 |
+
#, fuzzy
|
531 |
msgid "Get the Floated Share Buttons app"
|
532 |
+
msgstr "Get the Floated Share Buttons app"
|
533 |
|
534 |
+
# @ shareaholic
|
535 |
#: templates/why_to_sign_up.php:5
|
|
|
536 |
msgid "Monetize your site, plus lots more!"
|
537 |
+
msgstr "Monetizeaza site-ul tau, plus alte avantaje!"
|
538 |
|
539 |
+
# @ shareaholic
|
540 |
#: templates/why_to_sign_up.php:7
|
|
|
541 |
msgid "Unlock more features, for free"
|
542 |
+
msgstr "Acceseaza mai multe Functionalitati"
|
543 |
|
544 |
+
# @ shareaholic
|
545 |
#: templates/why_to_sign_up.php:9
|
546 |
+
msgid ""
|
547 |
+
"Click the button above to sign up or log in to your free Shareaholic "
|
548 |
+
"account. It takes just seconds to sign up and it's free!"
|
549 |
msgstr ""
|
550 |
+
"click pe butonul de mai sus ca sa intri in contul tau Sharreaholic. Dureaza "
|
551 |
+
"cateva secunde si e gratuit."
|
552 |
|
553 |
+
# @ shareaholic
|
554 |
#: templates/why_to_sign_up.php:14
|
|
|
555 |
msgid "Shareaholic Helpdesk"
|
556 |
+
msgstr "Asistenta Shareaholic"
|
557 |
|
558 |
+
# @ shareaholic
|
559 |
#: templates/why_to_sign_up.php:15
|
|
|
560 |
msgid "Submit a Language Translation"
|
561 |
+
msgstr "Trimite o traducere"
|
562 |
|
563 |
+
# @ shareaholic
|
564 |
#: templates/why_to_sign_up.php:16
|
|
|
565 |
msgid "Get the Shareaholic Browser Add-on"
|
566 |
+
msgstr "Shareaholic Browser Add-on"
|
567 |
|
568 |
+
# @ shareaholic
|
569 |
#: utilities.php:96
|
|
|
570 |
msgid "Settings"
|
571 |
+
msgstr "Setari"
|
572 |
|
573 |
+
# @ shareaholic
|
574 |
#: utilities.php:137
|
|
|
575 |
msgid "General Settings"
|
576 |
+
msgstr "Setari Generale"
|
577 |
|
578 |
+
# @ shareaholic
|
579 |
#: utilities.php:144
|
|
|
580 |
msgid "FAQ & Support"
|
581 |
+
msgstr "Intyrebari si Asistenta"
|
|
public.php
CHANGED
@@ -365,17 +365,27 @@ class ShareaholicPublic {
|
|
365 |
*/
|
366 |
public static function canvas($id, $app, $title = NULL, $link = NULL, $summary = NULL) {
|
367 |
global $post, $wp_query;
|
368 |
-
|
369 |
-
$
|
370 |
-
|
371 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
|
373 |
$canvas = "<div class='shareaholic-canvas'
|
374 |
data-app-id='$id'
|
375 |
data-app='$app'
|
376 |
-
data-title='$
|
377 |
-
data-link='$
|
378 |
-
data-summary='$
|
379 |
|
380 |
return trim(preg_replace('/\s+/', ' ', $canvas));
|
381 |
}
|
365 |
*/
|
366 |
public static function canvas($id, $app, $title = NULL, $link = NULL, $summary = NULL) {
|
367 |
global $post, $wp_query;
|
368 |
+
$page_type = ShareaholicUtilities::page_type();
|
369 |
+
$is_post = $page_type == 'page' || $page_type == 'post';
|
370 |
+
|
371 |
+
$link = trim($link);
|
372 |
+
|
373 |
+
if (trim($title) == NULL && $is_post) {
|
374 |
+
$title = htmlspecialchars($post->post_title, ENT_QUOTES);
|
375 |
+
}
|
376 |
+
if (trim($link) == NULL && $is_post) {
|
377 |
+
$link = get_permalink($post->ID);
|
378 |
+
}
|
379 |
+
if (trim($summary) == NULL && $is_post) {
|
380 |
+
$summary = htmlspecialchars(strip_tags(strip_shortcodes($post->post_excerpt)), ENT_QUOTES);
|
381 |
+
}
|
382 |
|
383 |
$canvas = "<div class='shareaholic-canvas'
|
384 |
data-app-id='$id'
|
385 |
data-app='$app'
|
386 |
+
data-title='$title'
|
387 |
+
data-link='$link'
|
388 |
+
data-summary='$summary'></div>";
|
389 |
|
390 |
return trim(preg_replace('/\s+/', ' ', $canvas));
|
391 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: shareaholic
|
|
3 |
Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, houzz, yummly, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
-
Stable tag: 7.6.0.
|
7 |
|
8 |
The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.
|
9 |
|
@@ -175,6 +175,12 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
|
|
175 |
|
176 |
== Changelog ==
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
= 7.6.0.2 =
|
179 |
* New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
|
180 |
* Introducing [Promoted Content](http://support.shareaholic.com/hc/en-us/articles/202657036)
|
@@ -1164,6 +1170,10 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
|
|
1164 |
|
1165 |
== Upgrade Notice ==
|
1166 |
|
|
|
|
|
|
|
|
|
1167 |
= 7.6.0.2 =
|
1168 |
|
1169 |
New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
|
3 |
Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, houzz, yummly, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
+
Stable tag: 7.6.0.3
|
7 |
|
8 |
The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.
|
9 |
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
+
= 7.6.0.3 =
|
179 |
+
* Bugfix: fixed Share Buttons not grabbing correct content when placed in the sidebar
|
180 |
+
* Updated "welcome" splash screen
|
181 |
+
* Localization
|
182 |
+
* Romanian (ro_RO)
|
183 |
+
|
184 |
= 7.6.0.2 =
|
185 |
* New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
|
186 |
* Introducing [Promoted Content](http://support.shareaholic.com/hc/en-us/articles/202657036)
|
1170 |
|
1171 |
== Upgrade Notice ==
|
1172 |
|
1173 |
+
= 7.6.0.3 =
|
1174 |
+
|
1175 |
+
Bug fixes
|
1176 |
+
|
1177 |
= 7.6.0.2 =
|
1178 |
|
1179 |
New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
|
shareaholic.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
* The main file!
|
4 |
*
|
5 |
* @package shareaholic
|
6 |
-
* @version 7.6.0.
|
7 |
*/
|
8 |
|
9 |
/*
|
10 |
Plugin Name: Shareaholic | share buttons, analytics, related content
|
11 |
Plugin URI: https://shareaholic.com/publishers/
|
12 |
Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
|
13 |
-
Version: 7.6.0.
|
14 |
Author: Shareaholic
|
15 |
Author URI: https://shareaholic.com
|
16 |
Text Domain: shareaholic
|
@@ -63,7 +63,7 @@ if (!class_exists('Shareaholic')) {
|
|
63 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
64 |
const REC_API_URL = 'http://recommendations.shareaholic.com';
|
65 |
|
66 |
-
const VERSION = '7.6.0.
|
67 |
|
68 |
/**
|
69 |
* Starts off as false so that ::get_instance() returns
|
3 |
* The main file!
|
4 |
*
|
5 |
* @package shareaholic
|
6 |
+
* @version 7.6.0.3
|
7 |
*/
|
8 |
|
9 |
/*
|
10 |
Plugin Name: Shareaholic | share buttons, analytics, related content
|
11 |
Plugin URI: https://shareaholic.com/publishers/
|
12 |
Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
|
13 |
+
Version: 7.6.0.3
|
14 |
Author: Shareaholic
|
15 |
Author URI: https://shareaholic.com
|
16 |
Text Domain: shareaholic
|
63 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
64 |
const REC_API_URL = 'http://recommendations.shareaholic.com';
|
65 |
|
66 |
+
const VERSION = '7.6.0.3';
|
67 |
|
68 |
/**
|
69 |
* Starts off as false so that ::get_instance() returns
|
templates/terms_of_service_modal.php
CHANGED
@@ -1,27 +1,42 @@
|
|
1 |
<div class='reveal-modal blocking-modal' id='terms_of_service_modal'>
|
2 |
-
<h4><?php echo sprintf(__('
|
3 |
<div class="content pal">
|
4 |
-
<p><?php echo sprintf(__('%
|
5 |
-
|
6 |
-
<div class="
|
7 |
-
|
8 |
-
<
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</div>
|
|
|
19 |
<div class="pvl">
|
20 |
<a id='get_started' class="btn_main"><?php echo sprintf(__('Get Started »', 'shareaholic')); ?></a>
|
21 |
-
<p><small><?php echo sprintf(__('By clicking "Get Started" you agree to Shareholic\'s %sTerms of Service%s and %sPrivacy Policy%s.', 'shareaholic'), '<a href="https://shareaholic.com/terms/?src=wp_admin" target="_new">', '</a>', '<a href="https://shareaholic.com/privacy/?src=wp_admin" target="_new">', '</a>'); ?></small>
|
22 |
</p>
|
23 |
|
24 |
-
<p><small style="font-size:10px; line-height: 17px; display: block; font-weight:normal;"><?php echo sprintf(__('Note: Shareaholic incorporates trusted 3rd party services like Google Analytics to enhance
|
25 |
</div>
|
26 |
</div>
|
27 |
</div>
|
1 |
<div class='reveal-modal blocking-modal' id='terms_of_service_modal'>
|
2 |
+
<h4><?php echo sprintf(__('Welcome to Shareaholic!', 'shareaholic')); ?></h4>
|
3 |
<div class="content pal">
|
4 |
+
<p style="font-size: 15px; padding-bottom: 18px;"><?php echo sprintf(__('%sThe all-in-one content amplification platform%s that takes your content to the next level.', 'shareaholic'), '<strong>', '</strong>'); ?></p>
|
5 |
+
|
6 |
+
<div class="plugin-value-section-container">
|
7 |
+
<section class="plugin-value-section">
|
8 |
+
<span class="plugin-value-line"></span>
|
9 |
+
<ul class="plugin-value">
|
10 |
+
<li class="engage">
|
11 |
+
<span class="icon fa-fire"></span>
|
12 |
+
<span class="title"><?php _e('Engage', 'shareaholic'); ?></span>
|
13 |
+
<p><?php _e('Increase traffic, time on site and repeat visits with our award winning toolset.', 'shareaholic'); ?></p>
|
14 |
+
</li>
|
15 |
+
<li class="learn">
|
16 |
+
<span class="icon fa-bar-chart-o"></span>
|
17 |
+
<span class="title"><?php _e('Discover', 'shareaholic'); ?></span>
|
18 |
+
<p><?php _e('Understand your audience with our easy-to-use analytics dashboard.', 'shareaholic'); ?></p>
|
19 |
+
</li>
|
20 |
+
<li class="monetize">
|
21 |
+
<span class="icon fa-usd"></span>
|
22 |
+
<span class="title"><?php _e('Earn', 'shareaholic'); ?></span>
|
23 |
+
<p><?php _e('Generate revenue with personalized, unobtrusive native ads.', 'shareaholic'); ?></p>
|
24 |
+
</li>
|
25 |
+
<li class="acquire">
|
26 |
+
<span class="icon fa-bullhorn"></span>
|
27 |
+
<span class="title"><?php _e('Acquire', 'shareaholic'); ?></span>
|
28 |
+
<p><?php _e('Reach over 400 million people with native ads and promoted content.', 'shareaholic'); ?></p>
|
29 |
+
</li>
|
30 |
+
</ul>
|
31 |
+
</section>
|
32 |
</div>
|
33 |
+
|
34 |
<div class="pvl">
|
35 |
<a id='get_started' class="btn_main"><?php echo sprintf(__('Get Started »', 'shareaholic')); ?></a>
|
36 |
+
<p><small style="font-size:12px; color: rgb(136, 136, 136);"><?php echo sprintf(__('By clicking "Get Started" you agree to Shareholic\'s %sTerms of Service%s and %sPrivacy Policy%s.', 'shareaholic'), '<a href="https://shareaholic.com/terms/?src=wp_admin" target="_new">', '</a>', '<a href="https://shareaholic.com/privacy/?src=wp_admin" target="_new">', '</a>'); ?></small>
|
37 |
</p>
|
38 |
|
39 |
+
<p><small style="font-size:10px; line-height: 17px; display: block; font-weight:normal; color: rgb(136, 136, 136);"><?php echo sprintf(__('Note: Shareaholic incorporates trusted 3rd party services like Google Analytics to enhance social analytics and service reliability.', 'shareaholic')); ?> <?php echo sprintf(__('You can toggle this setting under "Advanced Settings" at any time.', 'shareaholic')); ?></small></p>
|
40 |
</div>
|
41 |
</div>
|
42 |
</div>
|