GoDaddy Email Marketing - Version 1.0.4

Version Description

  • Localization
  • Code style improvements
  • Unit tests
Download this release

Release Info

Developer fjarrett
Plugin Icon 128x128 GoDaddy Email Marketing
Version 1.0.4
Comparing to
See all releases

Version 1.0.4

Files changed (76) hide show
  1. css/admin.css +7 -0
  2. css/admin.min.css +1 -0
  3. css/gem.css +58 -0
  4. css/gem.min.css +1 -0
  5. css/jquery-ui.css +1225 -0
  6. css/jquery-ui.min.css +5 -0
  7. godaddy-email-marketing.php +269 -0
  8. images/email-marketing.png +0 -0
  9. images/spinner-2x.gif +0 -0
  10. images/spinner.gif +0 -0
  11. includes/class-dispatcher.php +221 -0
  12. includes/class-shortcode.php +47 -0
  13. includes/render.php +375 -0
  14. includes/settings.php +540 -0
  15. includes/widget.php +138 -0
  16. js/function.js +7 -0
  17. js/function.min.js +1 -0
  18. js/gem.js +230 -0
  19. js/gem.min.js +1 -0
  20. languages/godaddy-email-marketing-da_DK.mo +0 -0
  21. languages/godaddy-email-marketing-da_DK.po +353 -0
  22. languages/godaddy-email-marketing-de_DE.mo +0 -0
  23. languages/godaddy-email-marketing-de_DE.po +356 -0
  24. languages/godaddy-email-marketing-el.mo +0 -0
  25. languages/godaddy-email-marketing-el.po +358 -0
  26. languages/godaddy-email-marketing-es_ES.mo +0 -0
  27. languages/godaddy-email-marketing-es_ES.po +355 -0
  28. languages/godaddy-email-marketing-es_MX.mo +0 -0
  29. languages/godaddy-email-marketing-es_MX.po +355 -0
  30. languages/godaddy-email-marketing-fi.mo +0 -0
  31. languages/godaddy-email-marketing-fi.po +354 -0
  32. languages/godaddy-email-marketing-fr_FR.mo +0 -0
  33. languages/godaddy-email-marketing-fr_FR.po +357 -0
  34. languages/godaddy-email-marketing-id_ID.mo +0 -0
  35. languages/godaddy-email-marketing-id_ID.po +354 -0
  36. languages/godaddy-email-marketing-it_IT.mo +0 -0
  37. languages/godaddy-email-marketing-it_IT.po +355 -0
  38. languages/godaddy-email-marketing-ja.mo +0 -0
  39. languages/godaddy-email-marketing-ja.po +341 -0
  40. languages/godaddy-email-marketing-ko_KR.mo +0 -0
  41. languages/godaddy-email-marketing-ko_KR.po +342 -0
  42. languages/godaddy-email-marketing-ms_MY.mo +0 -0
  43. languages/godaddy-email-marketing-ms_MY.po +355 -0
  44. languages/godaddy-email-marketing-nb_NO.mo +0 -0
  45. languages/godaddy-email-marketing-nb_NO.po +355 -0
  46. languages/godaddy-email-marketing-nl_NL.mo +0 -0
  47. languages/godaddy-email-marketing-nl_NL.po +355 -0
  48. languages/godaddy-email-marketing-pl_PL.mo +0 -0
  49. languages/godaddy-email-marketing-pl_PL.po +350 -0
  50. languages/godaddy-email-marketing-pt_BR.mo +0 -0
  51. languages/godaddy-email-marketing-pt_BR.po +353 -0
  52. languages/godaddy-email-marketing-pt_PT.mo +0 -0
  53. languages/godaddy-email-marketing-pt_PT.po +357 -0
  54. languages/godaddy-email-marketing-ru_RU.mo +0 -0
  55. languages/godaddy-email-marketing-ru_RU.po +355 -0
  56. languages/godaddy-email-marketing-sv_SE.mo +0 -0
  57. languages/godaddy-email-marketing-sv_SE.po +356 -0
  58. languages/godaddy-email-marketing-th.mo +0 -0
  59. languages/godaddy-email-marketing-th.po +348 -0
  60. languages/godaddy-email-marketing-tl.mo +0 -0
  61. languages/godaddy-email-marketing-tl.po +358 -0
  62. languages/godaddy-email-marketing-tr_TR.mo +0 -0
  63. languages/godaddy-email-marketing-tr_TR.po +355 -0
  64. languages/godaddy-email-marketing-uk.mo +0 -0
  65. languages/godaddy-email-marketing-uk.po +352 -0
  66. languages/godaddy-email-marketing-vi.mo +0 -0
  67. languages/godaddy-email-marketing-vi.po +355 -0
  68. languages/godaddy-email-marketing-zh_CN.mo +0 -0
  69. languages/godaddy-email-marketing-zh_CN.po +339 -0
  70. languages/godaddy-email-marketing-zh_HK.mo +0 -0
  71. languages/godaddy-email-marketing-zh_HK.po +339 -0
  72. languages/godaddy-email-marketing-zh_TW.mo +0 -0
  73. languages/godaddy-email-marketing-zh_TW.po +339 -0
  74. languages/godaddy-email-marketing.pot +331 -0
  75. readme.txt +110 -0
  76. uninstall.php +19 -0
css/admin.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ div.updated.gem-identity {
2
+ background-image: url( '../images/email-marketing.png' );
3
+ background-repeat: no-repeat;
4
+ background-position: 15px 20px;
5
+ background-size: 80px;
6
+ padding-left: 110px !important;
7
+ }
css/admin.min.css ADDED
@@ -0,0 +1 @@
 
1
+ div.updated.gem-identity{background-image:url(../images/email-marketing.png);background-repeat:no-repeat;background-position:15px 20px;background-size:80px;padding-left:110px!important}
css/gem.css ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* basic CSS styles */
2
+
3
+ /**
4
+ * Fields
5
+ */
6
+
7
+ form.gem-form p {
8
+ padding: 0;
9
+ }
10
+
11
+ input.gem-invalid {
12
+ border: 1px solid red;
13
+ }
14
+
15
+ .gem-field {
16
+ display: block;
17
+ }
18
+
19
+ form.gem-form label {
20
+ display: inline !important;
21
+ }
22
+
23
+ .gem-spinner {
24
+ display: none;
25
+ background: url( '../images/spinner.gif' ) no-repeat;
26
+ background-size: 20px 20px;
27
+ width: 20px;
28
+ height: 20px;
29
+ }
30
+
31
+ .gem-submit {
32
+ cursor: pointer;
33
+ }
34
+
35
+ /**
36
+ * Messages
37
+ */
38
+ .gem-error {
39
+ background-color: #ffebe8;
40
+ border: 1px solid #c00;
41
+ padding: 0.5em 1em;
42
+ margin: 0.6em 0;
43
+ border-radius: 3px;
44
+ }
45
+
46
+
47
+ /**
48
+ * HiDPI Displays
49
+ */
50
+ @media print,
51
+ (-o-min-device-pixel-ratio: 5/4),
52
+ (-webkit-min-device-pixel-ratio: 1.25),
53
+ (min-resolution: 120dpi) {
54
+
55
+ .gem-spinner {
56
+ background-image: url( '../images/spinner-2x.gif' );
57
+ }
58
+ }
css/gem.min.css ADDED
@@ -0,0 +1 @@
 
1
+ form.gem-form p{padding:0}input.gem-invalid{border:1px solid red}.gem-field{display:block}form.gem-form label{display:inline!important}.gem-spinner{display:none;background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;width:20px;height:20px}.gem-submit{cursor:pointer}.gem-error{background-color:#ffebe8;border:1px solid #c00;padding:.5em 1em;margin:.6em 0;border-radius:3px}@media print,(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.gem-spinner{background-image:url(../images/spinner-2x.gif)}}
css/jquery-ui.css ADDED
@@ -0,0 +1,1225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! jQuery UI - v1.11.4 - 2015-03-11
2
+ * http://jqueryui.com
3
+ * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
4
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden {
10
+ display: none;
11
+ }
12
+ .ui-helper-hidden-accessible {
13
+ border: 0;
14
+ clip: rect(0 0 0 0);
15
+ height: 1px;
16
+ margin: -1px;
17
+ overflow: hidden;
18
+ padding: 0;
19
+ position: absolute;
20
+ width: 1px;
21
+ }
22
+ .ui-helper-reset {
23
+ margin: 0;
24
+ padding: 0;
25
+ border: 0;
26
+ outline: 0;
27
+ line-height: 1.3;
28
+ text-decoration: none;
29
+ font-size: 100%;
30
+ list-style: none;
31
+ }
32
+ .ui-helper-clearfix:before,
33
+ .ui-helper-clearfix:after {
34
+ content: "";
35
+ display: table;
36
+ border-collapse: collapse;
37
+ }
38
+ .ui-helper-clearfix:after {
39
+ clear: both;
40
+ }
41
+ .ui-helper-clearfix {
42
+ min-height: 0; /* support: IE7 */
43
+ }
44
+ .ui-helper-zfix {
45
+ width: 100%;
46
+ height: 100%;
47
+ top: 0;
48
+ left: 0;
49
+ position: absolute;
50
+ opacity: 0;
51
+ filter:Alpha(Opacity=0); /* support: IE8 */
52
+ }
53
+
54
+ .ui-front {
55
+ z-index: 100;
56
+ }
57
+
58
+
59
+ /* Interaction Cues
60
+ ----------------------------------*/
61
+ .ui-state-disabled {
62
+ cursor: default !important;
63
+ }
64
+
65
+
66
+ /* Icons
67
+ ----------------------------------*/
68
+
69
+ /* states and images */
70
+ .ui-icon {
71
+ display: block;
72
+ text-indent: -99999px;
73
+ overflow: hidden;
74
+ background-repeat: no-repeat;
75
+ }
76
+
77
+
78
+ /* Misc visuals
79
+ ----------------------------------*/
80
+
81
+ /* Overlays */
82
+ .ui-widget-overlay {
83
+ position: fixed;
84
+ top: 0;
85
+ left: 0;
86
+ width: 100%;
87
+ height: 100%;
88
+ }
89
+ .ui-accordion .ui-accordion-header {
90
+ display: block;
91
+ cursor: pointer;
92
+ position: relative;
93
+ margin: 2px 0 0 0;
94
+ padding: .5em .5em .5em .7em;
95
+ min-height: 0; /* support: IE7 */
96
+ font-size: 100%;
97
+ }
98
+ .ui-accordion .ui-accordion-icons {
99
+ padding-left: 2.2em;
100
+ }
101
+ .ui-accordion .ui-accordion-icons .ui-accordion-icons {
102
+ padding-left: 2.2em;
103
+ }
104
+ .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
105
+ position: absolute;
106
+ left: .5em;
107
+ top: 50%;
108
+ margin-top: -8px;
109
+ }
110
+ .ui-accordion .ui-accordion-content {
111
+ padding: 1em 2.2em;
112
+ border-top: 0;
113
+ overflow: auto;
114
+ }
115
+ .ui-autocomplete {
116
+ position: absolute;
117
+ top: 0;
118
+ left: 0;
119
+ cursor: default;
120
+ }
121
+ .ui-button {
122
+ display: inline-block;
123
+ position: relative;
124
+ padding: 0;
125
+ line-height: normal;
126
+ margin-right: .1em;
127
+ cursor: pointer;
128
+ vertical-align: middle;
129
+ text-align: center;
130
+ overflow: visible; /* removes extra width in IE */
131
+ }
132
+ .ui-button,
133
+ .ui-button:link,
134
+ .ui-button:visited,
135
+ .ui-button:hover,
136
+ .ui-button:active {
137
+ text-decoration: none;
138
+ }
139
+ /* to make room for the icon, a width needs to be set here */
140
+ .ui-button-icon-only {
141
+ width: 2.2em;
142
+ }
143
+ /* button elements seem to need a little more width */
144
+ button.ui-button-icon-only {
145
+ width: 2.4em;
146
+ }
147
+ .ui-button-icons-only {
148
+ width: 3.4em;
149
+ }
150
+ button.ui-button-icons-only {
151
+ width: 3.7em;
152
+ }
153
+
154
+ /* button text element */
155
+ .ui-button .ui-button-text {
156
+ display: block;
157
+ line-height: normal;
158
+ }
159
+ .ui-button-text-only .ui-button-text {
160
+ padding: .4em 1em;
161
+ }
162
+ .ui-button-icon-only .ui-button-text,
163
+ .ui-button-icons-only .ui-button-text {
164
+ padding: .4em;
165
+ text-indent: -9999999px;
166
+ }
167
+ .ui-button-text-icon-primary .ui-button-text,
168
+ .ui-button-text-icons .ui-button-text {
169
+ padding: .4em 1em .4em 2.1em;
170
+ }
171
+ .ui-button-text-icon-secondary .ui-button-text,
172
+ .ui-button-text-icons .ui-button-text {
173
+ padding: .4em 2.1em .4em 1em;
174
+ }
175
+ .ui-button-text-icons .ui-button-text {
176
+ padding-left: 2.1em;
177
+ padding-right: 2.1em;
178
+ }
179
+ /* no icon support for input elements, provide padding by default */
180
+ input.ui-button {
181
+ padding: .4em 1em;
182
+ }
183
+
184
+ /* button icon element(s) */
185
+ .ui-button-icon-only .ui-icon,
186
+ .ui-button-text-icon-primary .ui-icon,
187
+ .ui-button-text-icon-secondary .ui-icon,
188
+ .ui-button-text-icons .ui-icon,
189
+ .ui-button-icons-only .ui-icon {
190
+ position: absolute;
191
+ top: 50%;
192
+ margin-top: -8px;
193
+ }
194
+ .ui-button-icon-only .ui-icon {
195
+ left: 50%;
196
+ margin-left: -8px;
197
+ }
198
+ .ui-button-text-icon-primary .ui-button-icon-primary,
199
+ .ui-button-text-icons .ui-button-icon-primary,
200
+ .ui-button-icons-only .ui-button-icon-primary {
201
+ left: .5em;
202
+ }
203
+ .ui-button-text-icon-secondary .ui-button-icon-secondary,
204
+ .ui-button-text-icons .ui-button-icon-secondary,
205
+ .ui-button-icons-only .ui-button-icon-secondary {
206
+ right: .5em;
207
+ }
208
+
209
+ /* button sets */
210
+ .ui-buttonset {
211
+ margin-right: 7px;
212
+ }
213
+ .ui-buttonset .ui-button {
214
+ margin-left: 0;
215
+ margin-right: -.3em;
216
+ }
217
+
218
+ /* workarounds */
219
+ /* reset extra padding in Firefox, see h5bp.com/l */
220
+ input.ui-button::-moz-focus-inner,
221
+ button.ui-button::-moz-focus-inner {
222
+ border: 0;
223
+ padding: 0;
224
+ }
225
+ .ui-datepicker {
226
+ width: 17em;
227
+ padding: .2em .2em 0;
228
+ display: none;
229
+ }
230
+ .ui-datepicker .ui-datepicker-header {
231
+ position: relative;
232
+ padding: .2em 0;
233
+ }
234
+ .ui-datepicker .ui-datepicker-prev,
235
+ .ui-datepicker .ui-datepicker-next {
236
+ position: absolute;
237
+ top: 2px;
238
+ width: 1.8em;
239
+ height: 1.8em;
240
+ }
241
+ .ui-datepicker .ui-datepicker-prev-hover,
242
+ .ui-datepicker .ui-datepicker-next-hover {
243
+ top: 1px;
244
+ }
245
+ .ui-datepicker .ui-datepicker-prev {
246
+ left: 2px;
247
+ }
248
+ .ui-datepicker .ui-datepicker-next {
249
+ right: 2px;
250
+ }
251
+ .ui-datepicker .ui-datepicker-prev-hover {
252
+ left: 1px;
253
+ }
254
+ .ui-datepicker .ui-datepicker-next-hover {
255
+ right: 1px;
256
+ }
257
+ .ui-datepicker .ui-datepicker-prev span,
258
+ .ui-datepicker .ui-datepicker-next span {
259
+ display: block;
260
+ position: absolute;
261
+ left: 50%;
262
+ margin-left: -8px;
263
+ top: 50%;
264
+ margin-top: -8px;
265
+ }
266
+ .ui-datepicker .ui-datepicker-title {
267
+ margin: 0 2.3em;
268
+ line-height: 1.8em;
269
+ text-align: center;
270
+ }
271
+ .ui-datepicker .ui-datepicker-title select {
272
+ font-size: 1em;
273
+ margin: 1px 0;
274
+ }
275
+ .ui-datepicker select.ui-datepicker-month,
276
+ .ui-datepicker select.ui-datepicker-year {
277
+ width: 45%;
278
+ }
279
+ .ui-datepicker table {
280
+ width: 100%;
281
+ font-size: .9em;
282
+ border-collapse: collapse;
283
+ margin: 0 0 .4em;
284
+ }
285
+ .ui-datepicker th {
286
+ padding: .7em .3em;
287
+ text-align: center;
288
+ font-weight: bold;
289
+ border: 0;
290
+ }
291
+ .ui-datepicker td {
292
+ border: 0;
293
+ padding: 1px;
294
+ }
295
+ .ui-datepicker td span,
296
+ .ui-datepicker td a {
297
+ display: block;
298
+ padding: .2em;
299
+ text-align: right;
300
+ text-decoration: none;
301
+ }
302
+ .ui-datepicker .ui-datepicker-buttonpane {
303
+ background-image: none;
304
+ margin: .7em 0 0 0;
305
+ padding: 0 .2em;
306
+ border-left: 0;
307
+ border-right: 0;
308
+ border-bottom: 0;
309
+ }
310
+ .ui-datepicker .ui-datepicker-buttonpane button {
311
+ float: right;
312
+ margin: .5em .2em .4em;
313
+ cursor: pointer;
314
+ padding: .2em .6em .3em .6em;
315
+ width: auto;
316
+ overflow: visible;
317
+ }
318
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
319
+ float: left;
320
+ }
321
+
322
+ /* with multiple calendars */
323
+ .ui-datepicker.ui-datepicker-multi {
324
+ width: auto;
325
+ }
326
+ .ui-datepicker-multi .ui-datepicker-group {
327
+ float: left;
328
+ }
329
+ .ui-datepicker-multi .ui-datepicker-group table {
330
+ width: 95%;
331
+ margin: 0 auto .4em;
332
+ }
333
+ .ui-datepicker-multi-2 .ui-datepicker-group {
334
+ width: 50%;
335
+ }
336
+ .ui-datepicker-multi-3 .ui-datepicker-group {
337
+ width: 33.3%;
338
+ }
339
+ .ui-datepicker-multi-4 .ui-datepicker-group {
340
+ width: 25%;
341
+ }
342
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
343
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
344
+ border-left-width: 0;
345
+ }
346
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
347
+ clear: left;
348
+ }
349
+ .ui-datepicker-row-break {
350
+ clear: both;
351
+ width: 100%;
352
+ font-size: 0;
353
+ }
354
+
355
+ /* RTL support */
356
+ .ui-datepicker-rtl {
357
+ direction: rtl;
358
+ }
359
+ .ui-datepicker-rtl .ui-datepicker-prev {
360
+ right: 2px;
361
+ left: auto;
362
+ }
363
+ .ui-datepicker-rtl .ui-datepicker-next {
364
+ left: 2px;
365
+ right: auto;
366
+ }
367
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
368
+ right: 1px;
369
+ left: auto;
370
+ }
371
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
372
+ left: 1px;
373
+ right: auto;
374
+ }
375
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
376
+ clear: right;
377
+ }
378
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
379
+ float: left;
380
+ }
381
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
382
+ .ui-datepicker-rtl .ui-datepicker-group {
383
+ float: right;
384
+ }
385
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
386
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
387
+ border-right-width: 0;
388
+ border-left-width: 1px;
389
+ }
390
+ .ui-dialog {
391
+ overflow: hidden;
392
+ position: absolute;
393
+ top: 0;
394
+ left: 0;
395
+ padding: .2em;
396
+ outline: 0;
397
+ }
398
+ .ui-dialog .ui-dialog-titlebar {
399
+ padding: .4em 1em;
400
+ position: relative;
401
+ }
402
+ .ui-dialog .ui-dialog-title {
403
+ float: left;
404
+ margin: .1em 0;
405
+ white-space: nowrap;
406
+ width: 90%;
407
+ overflow: hidden;
408
+ text-overflow: ellipsis;
409
+ }
410
+ .ui-dialog .ui-dialog-titlebar-close {
411
+ position: absolute;
412
+ right: .3em;
413
+ top: 50%;
414
+ width: 20px;
415
+ margin: -10px 0 0 0;
416
+ padding: 1px;
417
+ height: 20px;
418
+ }
419
+ .ui-dialog .ui-dialog-content {
420
+ position: relative;
421
+ border: 0;
422
+ padding: .5em 1em;
423
+ background: none;
424
+ overflow: auto;
425
+ }
426
+ .ui-dialog .ui-dialog-buttonpane {
427
+ text-align: left;
428
+ border-width: 1px 0 0 0;
429
+ background-image: none;
430
+ margin-top: .5em;
431
+ padding: .3em 1em .5em .4em;
432
+ }
433
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
434
+ float: right;
435
+ }
436
+ .ui-dialog .ui-dialog-buttonpane button {
437
+ margin: .5em .4em .5em 0;
438
+ cursor: pointer;
439
+ }
440
+ .ui-dialog .ui-resizable-se {
441
+ width: 12px;
442
+ height: 12px;
443
+ right: -5px;
444
+ bottom: -5px;
445
+ background-position: 16px 16px;
446
+ }
447
+ .ui-draggable .ui-dialog-titlebar {
448
+ cursor: move;
449
+ }
450
+ .ui-draggable-handle {
451
+ -ms-touch-action: none;
452
+ touch-action: none;
453
+ }
454
+ .ui-menu {
455
+ list-style: none;
456
+ padding: 0;
457
+ margin: 0;
458
+ display: block;
459
+ outline: none;
460
+ }
461
+ .ui-menu .ui-menu {
462
+ position: absolute;
463
+ }
464
+ .ui-menu .ui-menu-item {
465
+ position: relative;
466
+ margin: 0;
467
+ padding: 3px 1em 3px .4em;
468
+ cursor: pointer;
469
+ min-height: 0; /* support: IE7 */
470
+ /* support: IE10, see #8844 */
471
+ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
472
+ }
473
+ .ui-menu .ui-menu-divider {
474
+ margin: 5px 0;
475
+ height: 0;
476
+ font-size: 0;
477
+ line-height: 0;
478
+ border-width: 1px 0 0 0;
479
+ }
480
+ .ui-menu .ui-state-focus,
481
+ .ui-menu .ui-state-active {
482
+ margin: -1px;
483
+ }
484
+
485
+ /* icon support */
486
+ .ui-menu-icons {
487
+ position: relative;
488
+ }
489
+ .ui-menu-icons .ui-menu-item {
490
+ padding-left: 2em;
491
+ }
492
+
493
+ /* left-aligned */
494
+ .ui-menu .ui-icon {
495
+ position: absolute;
496
+ top: 0;
497
+ bottom: 0;
498
+ left: .2em;
499
+ margin: auto 0;
500
+ }
501
+
502
+ /* right-aligned */
503
+ .ui-menu .ui-menu-icon {
504
+ left: auto;
505
+ right: 0;
506
+ }
507
+ .ui-progressbar {
508
+ height: 2em;
509
+ text-align: left;
510
+ overflow: hidden;
511
+ }
512
+ .ui-progressbar .ui-progressbar-value {
513
+ margin: -1px;
514
+ height: 100%;
515
+ }
516
+ .ui-progressbar .ui-progressbar-overlay {
517
+ background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
518
+ height: 100%;
519
+ filter: alpha(opacity=25); /* support: IE8 */
520
+ opacity: 0.25;
521
+ }
522
+ .ui-progressbar-indeterminate .ui-progressbar-value {
523
+ background-image: none;
524
+ }
525
+ .ui-resizable {
526
+ position: relative;
527
+ }
528
+ .ui-resizable-handle {
529
+ position: absolute;
530
+ font-size: 0.1px;
531
+ display: block;
532
+ -ms-touch-action: none;
533
+ touch-action: none;
534
+ }
535
+ .ui-resizable-disabled .ui-resizable-handle,
536
+ .ui-resizable-autohide .ui-resizable-handle {
537
+ display: none;
538
+ }
539
+ .ui-resizable-n {
540
+ cursor: n-resize;
541
+ height: 7px;
542
+ width: 100%;
543
+ top: -5px;
544
+ left: 0;
545
+ }
546
+ .ui-resizable-s {
547
+ cursor: s-resize;
548
+ height: 7px;
549
+ width: 100%;
550
+ bottom: -5px;
551
+ left: 0;
552
+ }
553
+ .ui-resizable-e {
554
+ cursor: e-resize;
555
+ width: 7px;
556
+ right: -5px;
557
+ top: 0;
558
+ height: 100%;
559
+ }
560
+ .ui-resizable-w {
561
+ cursor: w-resize;
562
+ width: 7px;
563
+ left: -5px;
564
+ top: 0;
565
+ height: 100%;
566
+ }
567
+ .ui-resizable-se {
568
+ cursor: se-resize;
569
+ width: 12px;
570
+ height: 12px;
571
+ right: 1px;
572
+ bottom: 1px;
573
+ }
574
+ .ui-resizable-sw {
575
+ cursor: sw-resize;
576
+ width: 9px;
577
+ height: 9px;
578
+ left: -5px;
579
+ bottom: -5px;
580
+ }
581
+ .ui-resizable-nw {
582
+ cursor: nw-resize;
583
+ width: 9px;
584
+ height: 9px;
585
+ left: -5px;
586
+ top: -5px;
587
+ }
588
+ .ui-resizable-ne {
589
+ cursor: ne-resize;
590
+ width: 9px;
591
+ height: 9px;
592
+ right: -5px;
593
+ top: -5px;
594
+ }
595
+ .ui-selectable {
596
+ -ms-touch-action: none;
597
+ touch-action: none;
598
+ }
599
+ .ui-selectable-helper {
600
+ position: absolute;
601
+ z-index: 100;
602
+ border: 1px dotted black;
603
+ }
604
+ .ui-selectmenu-menu {
605
+ padding: 0;
606
+ margin: 0;
607
+ position: absolute;
608
+ top: 0;
609
+ left: 0;
610
+ display: none;
611
+ }
612
+ .ui-selectmenu-menu .ui-menu {
613
+ overflow: auto;
614
+ /* Support: IE7 */
615
+ overflow-x: hidden;
616
+ padding-bottom: 1px;
617
+ }
618
+ .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
619
+ font-size: 1em;
620
+ font-weight: bold;
621
+ line-height: 1.5;
622
+ padding: 2px 0.4em;
623
+ margin: 0.5em 0 0 0;
624
+ height: auto;
625
+ border: 0;
626
+ }
627
+ .ui-selectmenu-open {
628
+ display: block;
629
+ }
630
+ .ui-selectmenu-button {
631
+ display: inline-block;
632
+ overflow: hidden;
633
+ position: relative;
634
+ text-decoration: none;
635
+ cursor: pointer;
636
+ }
637
+ .ui-selectmenu-button span.ui-icon {
638
+ right: 0.5em;
639
+ left: auto;
640
+ margin-top: -8px;
641
+ position: absolute;
642
+ top: 50%;
643
+ }
644
+ .ui-selectmenu-button span.ui-selectmenu-text {
645
+ text-align: left;
646
+ padding: 0.4em 2.1em 0.4em 1em;
647
+ display: block;
648
+ line-height: 1.4;
649
+ overflow: hidden;
650
+ text-overflow: ellipsis;
651
+ white-space: nowrap;
652
+ }
653
+ .ui-slider {
654
+ position: relative;
655
+ text-align: left;
656
+ }
657
+ .ui-slider .ui-slider-handle {
658
+ position: absolute;
659
+ z-index: 2;
660
+ width: 1.2em;
661
+ height: 1.2em;
662
+ cursor: default;
663
+ -ms-touch-action: none;
664
+ touch-action: none;
665
+ }
666
+ .ui-slider .ui-slider-range {
667
+ position: absolute;
668
+ z-index: 1;
669
+ font-size: .7em;
670
+ display: block;
671
+ border: 0;
672
+ background-position: 0 0;
673
+ }
674
+
675
+ /* support: IE8 - See #6727 */
676
+ .ui-slider.ui-state-disabled .ui-slider-handle,
677
+ .ui-slider.ui-state-disabled .ui-slider-range {
678
+ filter: inherit;
679
+ }
680
+
681
+ .ui-slider-horizontal {
682
+ height: .8em;
683
+ }
684
+ .ui-slider-horizontal .ui-slider-handle {
685
+ top: -.3em;
686
+ margin-left: -.6em;
687
+ }
688
+ .ui-slider-horizontal .ui-slider-range {
689
+ top: 0;
690
+ height: 100%;
691
+ }
692
+ .ui-slider-horizontal .ui-slider-range-min {
693
+ left: 0;
694
+ }
695
+ .ui-slider-horizontal .ui-slider-range-max {
696
+ right: 0;
697
+ }
698
+
699
+ .ui-slider-vertical {
700
+ width: .8em;
701
+ height: 100px;
702
+ }
703
+ .ui-slider-vertical .ui-slider-handle {
704
+ left: -.3em;
705
+ margin-left: 0;
706
+ margin-bottom: -.6em;
707
+ }
708
+ .ui-slider-vertical .ui-slider-range {
709
+ left: 0;
710
+ width: 100%;
711
+ }
712
+ .ui-slider-vertical .ui-slider-range-min {
713
+ bottom: 0;
714
+ }
715
+ .ui-slider-vertical .ui-slider-range-max {
716
+ top: 0;
717
+ }
718
+ .ui-sortable-handle {
719
+ -ms-touch-action: none;
720
+ touch-action: none;
721
+ }
722
+ .ui-spinner {
723
+ position: relative;
724
+ display: inline-block;
725
+ overflow: hidden;
726
+ padding: 0;
727
+ vertical-align: middle;
728
+ }
729
+ .ui-spinner-input {
730
+ border: none;
731
+ background: none;
732
+ color: inherit;
733
+ padding: 0;
734
+ margin: .2em 0;
735
+ vertical-align: middle;
736
+ margin-left: .4em;
737
+ margin-right: 22px;
738
+ }
739
+ .ui-spinner-button {
740
+ width: 16px;
741
+ height: 50%;
742
+ font-size: .5em;
743
+ padding: 0;
744
+ margin: 0;
745
+ text-align: center;
746
+ position: absolute;
747
+ cursor: default;
748
+ display: block;
749
+ overflow: hidden;
750
+ right: 0;
751
+ }
752
+ /* more specificity required here to override default borders */
753
+ .ui-spinner a.ui-spinner-button {
754
+ border-top: none;
755
+ border-bottom: none;
756
+ border-right: none;
757
+ }
758
+ /* vertically center icon */
759
+ .ui-spinner .ui-icon {
760
+ position: absolute;
761
+ margin-top: -8px;
762
+ top: 50%;
763
+ left: 0;
764
+ }
765
+ .ui-spinner-up {
766
+ top: 0;
767
+ }
768
+ .ui-spinner-down {
769
+ bottom: 0;
770
+ }
771
+
772
+ /* TR overrides */
773
+ .ui-spinner .ui-icon-triangle-1-s {
774
+ /* need to fix icons sprite */
775
+ background-position: -65px -16px;
776
+ }
777
+ .ui-tabs {
778
+ position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
779
+ padding: .2em;
780
+ }
781
+ .ui-tabs .ui-tabs-nav {
782
+ margin: 0;
783
+ padding: .2em .2em 0;
784
+ }
785
+ .ui-tabs .ui-tabs-nav li {
786
+ list-style: none;
787
+ float: left;
788
+ position: relative;
789
+ top: 0;
790
+ margin: 1px .2em 0 0;
791
+ border-bottom-width: 0;
792
+ padding: 0;
793
+ white-space: nowrap;
794
+ }
795
+ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
796
+ float: left;
797
+ padding: .5em 1em;
798
+ text-decoration: none;
799
+ }
800
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
801
+ margin-bottom: -1px;
802
+ padding-bottom: 1px;
803
+ }
804
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
805
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
806
+ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
807
+ cursor: text;
808
+ }
809
+ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
810
+ cursor: pointer;
811
+ }
812
+ .ui-tabs .ui-tabs-panel {
813
+ display: block;
814
+ border-width: 0;
815
+ padding: 1em 1.4em;
816
+ background: none;
817
+ }
818
+ .ui-tooltip {
819
+ padding: 8px;
820
+ position: absolute;
821
+ z-index: 9999;
822
+ max-width: 300px;
823
+ -webkit-box-shadow: 0 0 5px #aaa;
824
+ box-shadow: 0 0 5px #aaa;
825
+ }
826
+ body .ui-tooltip {
827
+ border-width: 2px;
828
+ }
829
+
830
+ /* Component containers
831
+ ----------------------------------*/
832
+ .ui-widget {
833
+ font-family: Verdana,Arial,sans-serif;
834
+ font-size: 1.1em;
835
+ }
836
+ .ui-widget .ui-widget {
837
+ font-size: 1em;
838
+ }
839
+ .ui-widget input,
840
+ .ui-widget select,
841
+ .ui-widget textarea,
842
+ .ui-widget button {
843
+ font-family: Verdana,Arial,sans-serif;
844
+ font-size: 1em;
845
+ }
846
+ .ui-widget-content {
847
+ border: 1px solid #aaaaaa;
848
+ background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
849
+ color: #222222;
850
+ }
851
+ .ui-widget-content a {
852
+ color: #222222;
853
+ }
854
+ .ui-widget-header {
855
+ border: 1px solid #aaaaaa;
856
+ background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
857
+ color: #222222;
858
+ font-weight: bold;
859
+ }
860
+ .ui-widget-header a {
861
+ color: #222222;
862
+ }
863
+
864
+ /* Interaction states
865
+ ----------------------------------*/
866
+ .ui-state-default,
867
+ .ui-widget-content .ui-state-default,
868
+ .ui-widget-header .ui-state-default {
869
+ border: 1px solid #d3d3d3;
870
+ background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
871
+ font-weight: normal;
872
+ color: #555555;
873
+ }
874
+ .ui-state-default a,
875
+ .ui-state-default a:link,
876
+ .ui-state-default a:visited {
877
+ color: #555555;
878
+ text-decoration: none;
879
+ }
880
+ .ui-state-hover,
881
+ .ui-widget-content .ui-state-hover,
882
+ .ui-widget-header .ui-state-hover,
883
+ .ui-state-focus,
884
+ .ui-widget-content .ui-state-focus,
885
+ .ui-widget-header .ui-state-focus {
886
+ border: 1px solid #999999;
887
+ background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
888
+ font-weight: normal;
889
+ color: #212121;
890
+ }
891
+ .ui-state-hover a,
892
+ .ui-state-hover a:hover,
893
+ .ui-state-hover a:link,
894
+ .ui-state-hover a:visited,
895
+ .ui-state-focus a,
896
+ .ui-state-focus a:hover,
897
+ .ui-state-focus a:link,
898
+ .ui-state-focus a:visited {
899
+ color: #212121;
900
+ text-decoration: none;
901
+ }
902
+ .ui-state-active,
903
+ .ui-widget-content .ui-state-active,
904
+ .ui-widget-header .ui-state-active {
905
+ border: 1px solid #aaaaaa;
906
+ background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
907
+ font-weight: normal;
908
+ color: #212121;
909
+ }
910
+ .ui-state-active a,
911
+ .ui-state-active a:link,
912
+ .ui-state-active a:visited {
913
+ color: #212121;
914
+ text-decoration: none;
915
+ }
916
+
917
+ /* Interaction Cues
918
+ ----------------------------------*/
919
+ .ui-state-highlight,
920
+ .ui-widget-content .ui-state-highlight,
921
+ .ui-widget-header .ui-state-highlight {
922
+ border: 1px solid #fcefa1;
923
+ background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
924
+ color: #363636;
925
+ }
926
+ .ui-state-highlight a,
927
+ .ui-widget-content .ui-state-highlight a,
928
+ .ui-widget-header .ui-state-highlight a {
929
+ color: #363636;
930
+ }
931
+ .ui-state-error,
932
+ .ui-widget-content .ui-state-error,
933
+ .ui-widget-header .ui-state-error {
934
+ border: 1px solid #cd0a0a;
935
+ background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
936
+ color: #cd0a0a;
937
+ }
938
+ .ui-state-error a,
939
+ .ui-widget-content .ui-state-error a,
940
+ .ui-widget-header .ui-state-error a {
941
+ color: #cd0a0a;
942
+ }
943
+ .ui-state-error-text,
944
+ .ui-widget-content .ui-state-error-text,
945
+ .ui-widget-header .ui-state-error-text {
946
+ color: #cd0a0a;
947
+ }
948
+ .ui-priority-primary,
949
+ .ui-widget-content .ui-priority-primary,
950
+ .ui-widget-header .ui-priority-primary {
951
+ font-weight: bold;
952
+ }
953
+ .ui-priority-secondary,
954
+ .ui-widget-content .ui-priority-secondary,
955
+ .ui-widget-header .ui-priority-secondary {
956
+ opacity: .7;
957
+ filter:Alpha(Opacity=70); /* support: IE8 */
958
+ font-weight: normal;
959
+ }
960
+ .ui-state-disabled,
961
+ .ui-widget-content .ui-state-disabled,
962
+ .ui-widget-header .ui-state-disabled {
963
+ opacity: .35;
964
+ filter:Alpha(Opacity=35); /* support: IE8 */
965
+ background-image: none;
966
+ }
967
+ .ui-state-disabled .ui-icon {
968
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
969
+ }
970
+
971
+ /* Icons
972
+ ----------------------------------*/
973
+
974
+ /* states and images */
975
+ .ui-icon {
976
+ width: 16px;
977
+ height: 16px;
978
+ }
979
+ .ui-icon,
980
+ .ui-widget-content .ui-icon {
981
+ background-image: url("images/ui-icons_222222_256x240.png");
982
+ }
983
+ .ui-widget-header .ui-icon {
984
+ background-image: url("images/ui-icons_222222_256x240.png");
985
+ }
986
+ .ui-state-default .ui-icon {
987
+ background-image: url("images/ui-icons_888888_256x240.png");
988
+ }
989
+ .ui-state-hover .ui-icon,
990
+ .ui-state-focus .ui-icon {
991
+ background-image: url("images/ui-icons_454545_256x240.png");
992
+ }
993
+ .ui-state-active .ui-icon {
994
+ background-image: url("images/ui-icons_454545_256x240.png");
995
+ }
996
+ .ui-state-highlight .ui-icon {
997
+ background-image: url("images/ui-icons_2e83ff_256x240.png");
998
+ }
999
+ .ui-state-error .ui-icon,
1000
+ .ui-state-error-text .ui-icon {
1001
+ background-image: url("images/ui-icons_cd0a0a_256x240.png");
1002
+ }
1003
+
1004
+ /* positioning */
1005
+ .ui-icon-blank { background-position: 16px 16px; }
1006
+ .ui-icon-carat-1-n { background-position: 0 0; }
1007
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
1008
+ .ui-icon-carat-1-e { background-position: -32px 0; }
1009
+ .ui-icon-carat-1-se { background-position: -48px 0; }
1010
+ .ui-icon-carat-1-s { background-position: -64px 0; }
1011
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
1012
+ .ui-icon-carat-1-w { background-position: -96px 0; }
1013
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
1014
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
1015
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
1016
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
1017
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
1018
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
1019
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
1020
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
1021
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
1022
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
1023
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
1024
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1025
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1026
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
1027
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
1028
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
1029
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
1030
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
1031
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
1032
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
1033
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
1034
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1035
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1036
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1037
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1038
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1039
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1040
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1041
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1042
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1043
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1044
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1045
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1046
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1047
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1048
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1049
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1050
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1051
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1052
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1053
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1054
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1055
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1056
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1057
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1058
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1059
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1060
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1061
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1062
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1063
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1064
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1065
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1066
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1067
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1068
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1069
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1070
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
1071
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1072
+ .ui-icon-extlink { background-position: -32px -80px; }
1073
+ .ui-icon-newwin { background-position: -48px -80px; }
1074
+ .ui-icon-refresh { background-position: -64px -80px; }
1075
+ .ui-icon-shuffle { background-position: -80px -80px; }
1076
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
1077
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1078
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
1079
+ .ui-icon-folder-open { background-position: -16px -96px; }
1080
+ .ui-icon-document { background-position: -32px -96px; }
1081
+ .ui-icon-document-b { background-position: -48px -96px; }
1082
+ .ui-icon-note { background-position: -64px -96px; }
1083
+ .ui-icon-mail-closed { background-position: -80px -96px; }
1084
+ .ui-icon-mail-open { background-position: -96px -96px; }
1085
+ .ui-icon-suitcase { background-position: -112px -96px; }
1086
+ .ui-icon-comment { background-position: -128px -96px; }
1087
+ .ui-icon-person { background-position: -144px -96px; }
1088
+ .ui-icon-print { background-position: -160px -96px; }
1089
+ .ui-icon-trash { background-position: -176px -96px; }
1090
+ .ui-icon-locked { background-position: -192px -96px; }
1091
+ .ui-icon-unlocked { background-position: -208px -96px; }
1092
+ .ui-icon-bookmark { background-position: -224px -96px; }
1093
+ .ui-icon-tag { background-position: -240px -96px; }
1094
+ .ui-icon-home { background-position: 0 -112px; }
1095
+ .ui-icon-flag { background-position: -16px -112px; }
1096
+ .ui-icon-calendar { background-position: -32px -112px; }
1097
+ .ui-icon-cart { background-position: -48px -112px; }
1098
+ .ui-icon-pencil { background-position: -64px -112px; }
1099
+ .ui-icon-clock { background-position: -80px -112px; }
1100
+ .ui-icon-disk { background-position: -96px -112px; }
1101
+ .ui-icon-calculator { background-position: -112px -112px; }
1102
+ .ui-icon-zoomin { background-position: -128px -112px; }
1103
+ .ui-icon-zoomout { background-position: -144px -112px; }
1104
+ .ui-icon-search { background-position: -160px -112px; }
1105
+ .ui-icon-wrench { background-position: -176px -112px; }
1106
+ .ui-icon-gear { background-position: -192px -112px; }
1107
+ .ui-icon-heart { background-position: -208px -112px; }
1108
+ .ui-icon-star { background-position: -224px -112px; }
1109
+ .ui-icon-link { background-position: -240px -112px; }
1110
+ .ui-icon-cancel { background-position: 0 -128px; }
1111
+ .ui-icon-plus { background-position: -16px -128px; }
1112
+ .ui-icon-plusthick { background-position: -32px -128px; }
1113
+ .ui-icon-minus { background-position: -48px -128px; }
1114
+ .ui-icon-minusthick { background-position: -64px -128px; }
1115
+ .ui-icon-close { background-position: -80px -128px; }
1116
+ .ui-icon-closethick { background-position: -96px -128px; }
1117
+ .ui-icon-key { background-position: -112px -128px; }
1118
+ .ui-icon-lightbulb { background-position: -128px -128px; }
1119
+ .ui-icon-scissors { background-position: -144px -128px; }
1120
+ .ui-icon-clipboard { background-position: -160px -128px; }
1121
+ .ui-icon-copy { background-position: -176px -128px; }
1122
+ .ui-icon-contact { background-position: -192px -128px; }
1123
+ .ui-icon-image { background-position: -208px -128px; }
1124
+ .ui-icon-video { background-position: -224px -128px; }
1125
+ .ui-icon-script { background-position: -240px -128px; }
1126
+ .ui-icon-alert { background-position: 0 -144px; }
1127
+ .ui-icon-info { background-position: -16px -144px; }
1128
+ .ui-icon-notice { background-position: -32px -144px; }
1129
+ .ui-icon-help { background-position: -48px -144px; }
1130
+ .ui-icon-check { background-position: -64px -144px; }
1131
+ .ui-icon-bullet { background-position: -80px -144px; }
1132
+ .ui-icon-radio-on { background-position: -96px -144px; }
1133
+ .ui-icon-radio-off { background-position: -112px -144px; }
1134
+ .ui-icon-pin-w { background-position: -128px -144px; }
1135
+ .ui-icon-pin-s { background-position: -144px -144px; }
1136
+ .ui-icon-play { background-position: 0 -160px; }
1137
+ .ui-icon-pause { background-position: -16px -160px; }
1138
+ .ui-icon-seek-next { background-position: -32px -160px; }
1139
+ .ui-icon-seek-prev { background-position: -48px -160px; }
1140
+ .ui-icon-seek-end { background-position: -64px -160px; }
1141
+ .ui-icon-seek-start { background-position: -80px -160px; }
1142
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1143
+ .ui-icon-seek-first { background-position: -80px -160px; }
1144
+ .ui-icon-stop { background-position: -96px -160px; }
1145
+ .ui-icon-eject { background-position: -112px -160px; }
1146
+ .ui-icon-volume-off { background-position: -128px -160px; }
1147
+ .ui-icon-volume-on { background-position: -144px -160px; }
1148
+ .ui-icon-power { background-position: 0 -176px; }
1149
+ .ui-icon-signal-diag { background-position: -16px -176px; }
1150
+ .ui-icon-signal { background-position: -32px -176px; }
1151
+ .ui-icon-battery-0 { background-position: -48px -176px; }
1152
+ .ui-icon-battery-1 { background-position: -64px -176px; }
1153
+ .ui-icon-battery-2 { background-position: -80px -176px; }
1154
+ .ui-icon-battery-3 { background-position: -96px -176px; }
1155
+ .ui-icon-circle-plus { background-position: 0 -192px; }
1156
+ .ui-icon-circle-minus { background-position: -16px -192px; }
1157
+ .ui-icon-circle-close { background-position: -32px -192px; }
1158
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1159
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1160
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1161
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1162
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1163
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1164
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1165
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1166
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
1167
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
1168
+ .ui-icon-circle-check { background-position: -208px -192px; }
1169
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1170
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1171
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
1172
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1173
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1174
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
1175
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1176
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1177
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1178
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1179
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1180
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1181
+
1182
+
1183
+ /* Misc visuals
1184
+ ----------------------------------*/
1185
+
1186
+ /* Corner radius */
1187
+ .ui-corner-all,
1188
+ .ui-corner-top,
1189
+ .ui-corner-left,
1190
+ .ui-corner-tl {
1191
+ border-top-left-radius: 4px;
1192
+ }
1193
+ .ui-corner-all,
1194
+ .ui-corner-top,
1195
+ .ui-corner-right,
1196
+ .ui-corner-tr {
1197
+ border-top-right-radius: 4px;
1198
+ }
1199
+ .ui-corner-all,
1200
+ .ui-corner-bottom,
1201
+ .ui-corner-left,
1202
+ .ui-corner-bl {
1203
+ border-bottom-left-radius: 4px;
1204
+ }
1205
+ .ui-corner-all,
1206
+ .ui-corner-bottom,
1207
+ .ui-corner-right,
1208
+ .ui-corner-br {
1209
+ border-bottom-right-radius: 4px;
1210
+ }
1211
+
1212
+ /* Overlays */
1213
+ .ui-widget-overlay {
1214
+ background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
1215
+ opacity: .3;
1216
+ filter: Alpha(Opacity=30); /* support: IE8 */
1217
+ }
1218
+ .ui-widget-shadow {
1219
+ margin: -8px 0 0 -8px;
1220
+ padding: 8px;
1221
+ background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
1222
+ opacity: .3;
1223
+ filter: Alpha(Opacity=30); /* support: IE8 */
1224
+ border-radius: 8px;
1225
+ }
css/jquery-ui.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*! jQuery UI - v1.11.4 - 2015-03-11
2
+ * http://jqueryui.com
3
+ * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
4
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-reset,.ui-menu{outline:0;list-style:none}.ui-button,.ui-spinner,.ui-spinner-input{vertical-align:middle}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-zfix,.ui-widget-overlay{top:0;left:0;width:100%;height:100%}.ui-helper-reset{margin:0;padding:0;border:0;line-height:1.3;text-decoration:none;font-size:100%}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{padding:0;margin:0;display:block}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-slider-vertical .ui-slider-range-min,.ui-spinner-down{bottom:0}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:.4em 2.1em .4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 0;margin-left:.4em;margin-right:22px}.ui-widget-content a,.ui-widget-header,.ui-widget-header a{color:#222}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;color:#222}.ui-widget-header{border:1px solid #aaa;background:url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;font-weight:700}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-widget-overlay,.ui-widget-shadow{background:url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;border-radius:8px}
godaddy-email-marketing.php ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Plugin Name: GoDaddy Email Marketing Signup Forms
4
+ * Plugin URI: https://gem.godaddy.com/
5
+ * Description: Add the GoDaddy Email Marketing signup form to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.
6
+ * Version: 1.0.4
7
+ * Author: GoDaddy
8
+ * Author URI: https://gem.godaddy.com/
9
+ * Text Domain: godaddy-email-marketing
10
+ * Domain Path: /languages
11
+ *
12
+ * Copyright © 2016 GoDaddy Operating Company, LLC. All Rights Reserved.
13
+ *
14
+ * @package GEM
15
+ */
16
+
17
+ /**
18
+ * GoDaddy Email Marketing.
19
+ *
20
+ * @since 1.0
21
+ */
22
+ class GEM_Official {
23
+
24
+ /**
25
+ * GEM_Official instance.
26
+ *
27
+ * @var GEM_Official
28
+ */
29
+ private static $instance;
30
+
31
+ /**
32
+ * Plugin basename.
33
+ *
34
+ * @var string
35
+ */
36
+ private static $basename;
37
+
38
+ /**
39
+ * GEM_Settings instance.
40
+ *
41
+ * @var GEM_Settings
42
+ */
43
+ public $settings;
44
+
45
+ /**
46
+ * Turns on debugging.
47
+ *
48
+ * @var bool
49
+ */
50
+ public $debug;
51
+
52
+ /**
53
+ * Class instance.
54
+ *
55
+ * @codeCoverageIgnore
56
+ */
57
+ public static function instance() {
58
+ if ( ! isset( self::$instance ) ) {
59
+ self::$instance = new self;
60
+ self::$instance->setup_constants();
61
+ self::$instance->requirements();
62
+ self::$instance->setup_actions();
63
+ }
64
+ return self::$instance;
65
+ }
66
+
67
+ /**
68
+ * Adds actions and filters.
69
+ *
70
+ * @codeCoverageIgnore
71
+ */
72
+ private function setup_actions() {
73
+ add_action( 'plugins_loaded', array( $this, 'i18n' ) );
74
+ add_action( 'init', array( $this, 'init' ) );
75
+ add_action( 'widgets_init', array( $this, 'register_widget' ) );
76
+ add_action( 'init', array( $this, 'register_shortcode' ), 20 );
77
+ add_action( 'admin_notices', array( $this, 'action_admin_notices' ) );
78
+
79
+ add_filter( 'plugin_action_links_' . self::$basename, array( $this, 'action_links' ), 10 );
80
+
81
+ register_activation_hook( __FILE__, array( $this, 'activate' ) );
82
+ register_deactivation_hook( __FILE__, array( $this, 'deactivate' ) );
83
+ }
84
+
85
+ /**
86
+ * Creates the constants.
87
+ *
88
+ * @codeCoverageIgnore
89
+ */
90
+ private function setup_constants() {
91
+
92
+ // Plugin's main directory.
93
+ defined( 'GEM_PLUGIN_DIR' )
94
+ or define( 'GEM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
95
+
96
+ // Absolute URL to plugin's dir.
97
+ defined( 'GEM_PLUGIN_URL' )
98
+ or define( 'GEM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
99
+
100
+ // Absolute URL to plugin's dir.
101
+ defined( 'GEM_PLUGIN_BASE' )
102
+ or define( 'GEM_PLUGIN_BASE', plugin_basename( __FILE__ ) );
103
+
104
+ // Plugin's main directory.
105
+ defined( 'GEM_VERSION' )
106
+ or define( 'GEM_VERSION', '1.0.4' );
107
+
108
+ // Set up the base name.
109
+ isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
110
+ }
111
+
112
+ /**
113
+ * Loads the PHP files.
114
+ *
115
+ * @todo include only some on is_admin()
116
+ * @codeCoverageIgnore
117
+ */
118
+ private function requirements() {
119
+
120
+ // The Dispatcher.
121
+ require_once GEM_PLUGIN_DIR . 'includes/class-dispatcher.php';
122
+
123
+ // The shortcode.
124
+ require_once GEM_PLUGIN_DIR . 'includes/class-shortcode.php';
125
+
126
+ // The file renders the form.
127
+ require_once GEM_PLUGIN_DIR . 'includes/render.php';
128
+
129
+ // The main widget.
130
+ require_once GEM_PLUGIN_DIR . 'includes/widget.php';
131
+
132
+ // Settings page, creds validation.
133
+ require_once GEM_PLUGIN_DIR . 'includes/settings.php';
134
+ }
135
+
136
+ /**
137
+ * Load translations.
138
+ */
139
+ public function i18n() {
140
+ load_plugin_textdomain( 'godaddy-email-marketing', false, dirname( self::$basename ) . '/languages' );
141
+ }
142
+
143
+ /**
144
+ * Initializes the plugin.
145
+ */
146
+ public function init() {
147
+
148
+ // Enable debug mode?
149
+ $this->debug = (bool) apply_filters( 'gem_debug', false );
150
+
151
+ // Initialize settings.
152
+ if ( is_admin() ) {
153
+ $this->settings = new GEM_Settings;
154
+ }
155
+
156
+ // Enqueue scripts and styles.
157
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue' ) );
158
+ }
159
+
160
+ /**
161
+ * Registers the shortcode.
162
+ */
163
+ public function register_shortcode() {
164
+
165
+ // Register shortcode.
166
+ add_shortcode( 'gem', array( 'GEM_Shortcode', 'render' ) );
167
+ add_shortcode( 'GEM', array( 'GEM_Shortcode', 'render' ) );
168
+ }
169
+
170
+ /**
171
+ * Registers the widget.
172
+ */
173
+ public function register_widget() {
174
+ register_widget( 'GEM_Form_Widget' );
175
+ }
176
+
177
+ /**
178
+ * Enqueues scripts and styles.
179
+ */
180
+ public function enqueue() {
181
+
182
+ $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
183
+
184
+ // Main JavaScript file.
185
+ wp_enqueue_script( 'gem-main', plugins_url( "js/gem{$suffix}.js", __FILE__ ), array( 'jquery' ), GEM_VERSION, true );
186
+
187
+ // Datepicker JavaScript file.
188
+ wp_enqueue_script( 'function', plugins_url( "js/function{$suffix}.js", __FILE__ ), array( 'jquery' ), GEM_VERSION, true );
189
+
190
+ // JQuery-ui.
191
+ wp_enqueue_script( 'jquery-ui', '//code.jquery.com/ui/1.11.4/jquery-ui.js', array( 'jquery' ), '1.11.4' );
192
+
193
+ // Assistance CSS.
194
+ wp_enqueue_style( 'gem-base', plugins_url( "css/gem{$suffix}.css", __FILE__ ), false, GEM_VERSION );
195
+
196
+ // Datepicker CSS.
197
+ wp_enqueue_style( 'jquery-ui', plugins_url( "css/jquery-ui{$suffix}.css", __FILE__ ), true, GEM_VERSION );
198
+
199
+ // Help strings.
200
+ wp_localize_script( 'gem-main', 'GEM', array(
201
+ 'thankyou' => _x( 'Thank you for signing up!', 'ajax response', 'godaddy-email-marketing' ),
202
+ 'thankyou_suppressed' => _x( 'Thank you for signing up! Please check your email to confirm your subscription.', 'ajax response', 'godaddy-email-marketing' ),
203
+ 'oops' => _x( 'Oops! There was a problem. Please try again.', 'ajax response', 'godaddy-email-marketing' ),
204
+ 'fix' => _x( 'There was a problem. Please fill all required fields.', 'ajax response', 'godaddy-email-marketing' ),
205
+ ) );
206
+ }
207
+
208
+ /**
209
+ * Adds the settings page to the action links.
210
+ *
211
+ * @param array $actions An array of plugin action links.
212
+ */
213
+ public function action_links( $actions ) {
214
+ return array_merge(
215
+ array(
216
+ 'settings' => sprintf( '<a href="%s">%s</a>', menu_page_url( 'gem-settings', false ), __( 'Settings', 'godaddy-email-marketing' ) ),
217
+ ),
218
+ $actions
219
+ );
220
+ }
221
+
222
+ /**
223
+ * Nothing to do here (for now).
224
+ */
225
+ public function activate() {}
226
+
227
+ /**
228
+ * Deletes the gem version.
229
+ */
230
+ public function deactivate() {
231
+ delete_option( 'gem-version' );
232
+ }
233
+
234
+ /**
235
+ * Displays the admin notice.
236
+ */
237
+ public function action_admin_notices() {
238
+ $screen = get_current_screen();
239
+
240
+ if ( 'plugins' != $screen->id ) {
241
+ return;
242
+ }
243
+
244
+ $version = get_option( 'gem-version' );
245
+
246
+ if ( ! $version ) {
247
+ update_option( 'gem-version', GEM_VERSION ); ?>
248
+
249
+ <div class="updated fade">
250
+ <p>
251
+ <strong><?php esc_html_e( 'GoDaddy Email Marketing is almost ready.', 'godaddy-email-marketing' ); ?></strong> <?php esc_html_e( 'You must enter your username &amp; API key for it to work.', 'godaddy-email-marketing' ); ?> &nbsp;
252
+ <a class="button" href="<?php menu_page_url( 'gem-settings' ); ?>"><?php esc_html_e( "Let's do it!", 'godaddy-email-marketing' ); ?></a>
253
+ </p>
254
+ </div>
255
+
256
+ <?php
257
+ }
258
+ }
259
+ }
260
+
261
+ /**
262
+ * GoDaddy Email Marketing instance.
263
+ *
264
+ * @since 1.0
265
+ */
266
+ function gem() {
267
+ return GEM_Official::instance();
268
+ }
269
+ add_action( 'plugins_loaded', 'gem' );
images/email-marketing.png ADDED
Binary file
images/spinner-2x.gif ADDED
Binary file
images/spinner.gif ADDED
Binary file
includes/class-dispatcher.php ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Dispatcher class
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ /**
9
+ * GoDaddy Email Marketing Dispatcher.
10
+ *
11
+ * @since 1.0
12
+ */
13
+ class GEM_Dispatcher {
14
+
15
+ /**
16
+ * API's base URL
17
+ *
18
+ * @var string
19
+ */
20
+ const BASE_API = 'http://api.madmimi.com/';
21
+
22
+ /**
23
+ * HTTP response codes
24
+ *
25
+ * @var array
26
+ */
27
+ private static $ok_codes = array( 200, 304 );
28
+
29
+ /**
30
+ * Gets and sets the forms.
31
+ *
32
+ * @param string $username The username.
33
+ * @return string $api_key The API key.
34
+ * @return false|array The form fields array or false.
35
+ */
36
+ public static function fetch_forms( $username, $api_key = false ) {
37
+ if ( ! ( $username && $api_key ) ) {
38
+ $username = GEM_Settings_Controls::get_option( 'username' );
39
+ $api_key = GEM_Settings_Controls::get_option( 'api-key' );
40
+ }
41
+
42
+ $auth = array(
43
+ 'username' => $username,
44
+ 'api_key' => $api_key,
45
+ );
46
+
47
+ // Prepare the URL that includes our credentials.
48
+ $response = wp_remote_get( self::get_method_url( 'forms', false, $auth ), array(
49
+ 'timeout' => 10,
50
+ ) );
51
+
52
+ // Delete all existing transients for this user.
53
+ delete_transient( 'gem-' . $username . '-lists' );
54
+
55
+ // Credentials are incorrect.
56
+ if ( ! in_array( wp_remote_retrieve_response_code( $response ), self::$ok_codes ) ) {
57
+ return false;
58
+ }
59
+
60
+ // @todo should we cache for *always* since we have a button to clear the cache?
61
+ // Maybe having an expiration on such a thing can bloat wp_options?
62
+ set_transient( 'gem-' . $username . '-lists', $data = json_decode( wp_remote_retrieve_body( $response ) ), defined( DAY_IN_SECONDS ) ? DAY_IN_SECONDS : 60 * 60 * 24 );
63
+
64
+ return $data;
65
+ }
66
+
67
+ /**
68
+ * Gets the forms.
69
+ *
70
+ * @param string $username The username.
71
+ * @return false|array The form fields array or false.
72
+ */
73
+ public static function get_forms( $username = false ) {
74
+ $username = $username ? $username : GEM_Settings_Controls::get_option( 'username' );
75
+ $api_key = GEM_Settings_Controls::get_option( 'api-key' );
76
+
77
+ if ( empty( $api_key ) ) {
78
+ return false;
79
+ }
80
+
81
+ if ( false === ( $data = get_transient( 'gem-' . $username . '-lists' ) ) ) {
82
+ $data = self::fetch_forms( $username );
83
+ }
84
+
85
+ return $data;
86
+ }
87
+
88
+ /**
89
+ * Gets and sets the form fields.
90
+ *
91
+ * @param string $form_id Form ID.
92
+ * @return false|object The form fields JSON object or false.
93
+ */
94
+ public static function get_fields( $form_id ) {
95
+ if ( false === ( $fields = get_transient( 'gem-form-' . $form_id ) ) ) {
96
+
97
+ // Fields are not cached. fetch and cache.
98
+ $fields = wp_remote_get( self::get_method_url( 'fields', array(
99
+ 'id' => $form_id,
100
+ ) ) );
101
+
102
+ // Was there an error, connection is down? bail and try again later.
103
+ if ( ! self::is_response_ok( $fields ) ) {
104
+ return false;
105
+ }
106
+
107
+ // @todo should we cache results for longer than a day? not expire at all?
108
+ set_transient( 'gem-form-' . $form_id, $fields = json_decode( wp_remote_retrieve_body( $fields ) ) );
109
+ }
110
+
111
+ return $fields;
112
+ }
113
+
114
+ /**
115
+ * Gets and sets the user data.
116
+ *
117
+ * @return false|array The user data or false.
118
+ */
119
+ public static function get_user_level() {
120
+ $username = GEM_Settings_Controls::get_option( 'username' );
121
+
122
+ // No username entered by user?
123
+ if ( ! $username ) {
124
+ return false;
125
+ }
126
+
127
+ if ( false === ( $data = get_transient( 'gem-' . $username . '-account' ) ) ) {
128
+ $data = wp_remote_get( self::get_method_url( 'account' ) );
129
+
130
+ // If the request has failed for whatever reason.
131
+ if ( ! self::is_response_ok( $data ) ) {
132
+ return false;
133
+ }
134
+
135
+ $data = json_decode( wp_remote_retrieve_body( $data ) );
136
+ $data = $data->result;
137
+
138
+ // No need to expire at all.
139
+ set_transient( 'gem-' . $username . '-account', $data );
140
+ }
141
+
142
+ return $data;
143
+ }
144
+
145
+ /**
146
+ * Gets the sign in redirect URL.
147
+ *
148
+ * @return false|string The URL if sign in is successful or false.
149
+ */
150
+ public static function user_sign_in() {
151
+
152
+ // Prepare the URL that includes our credentials.
153
+ $response = wp_remote_get( self::get_method_url( 'signin', false ), array(
154
+ 'timeout' => 10,
155
+ ) );
156
+
157
+ // Credentials are incorrect.
158
+ if ( ! in_array( wp_remote_retrieve_response_code( $response ), self::$ok_codes ) ) {
159
+ return false;
160
+ }
161
+
162
+ // Retrieve the token.
163
+ return self::get_method_url( 'signin_redirect', array(
164
+ 'token' => wp_remote_retrieve_body( $response ),
165
+ ) );
166
+ }
167
+
168
+ /**
169
+ * Utility function for getting a URL for various API methods
170
+ *
171
+ * @param string $method The short of the API method.
172
+ * @param array $params Extra parameters to pass on with the request.
173
+ * @param bool $auth Autentication array including API key and username.
174
+ *
175
+ * @return string The final URL to use for the request
176
+ */
177
+ public static function get_method_url( $method, $params = array(), $auth = false ) {
178
+ $auth = $auth ? $auth : array(
179
+ 'username' => GEM_Settings_Controls::get_option( 'username' ),
180
+ 'api_key' => GEM_Settings_Controls::get_option( 'api-key' ),
181
+ );
182
+
183
+ $path = '';
184
+
185
+ switch ( $method ) {
186
+
187
+ case 'forms' :
188
+ $path = add_query_arg( $auth, 'signups.json' );
189
+ break;
190
+ case 'fields' :
191
+ $path = add_query_arg( $auth, 'signups/' . $params['id'] . '.json' );
192
+ break;
193
+ case 'account' :
194
+ $path = add_query_arg( $auth, 'user/account_status' );
195
+ break;
196
+ case 'signin' :
197
+ $path = add_query_arg( $auth, 'sessions/single_signon_token' );
198
+ break;
199
+ case 'signin_redirect' :
200
+ $path = add_query_arg( array(
201
+ 'token' => $params['token'],
202
+ 'username' => $auth['username'],
203
+ ), 'sessions/single_signon' );
204
+ break;
205
+ }
206
+
207
+ return self::BASE_API . $path;
208
+ }
209
+
210
+ /**
211
+ * Check for an OK response.
212
+ *
213
+ * @todo Does this really need to be by reference?
214
+ *
215
+ * @param array $request HTTP response by reference.
216
+ * @return bool
217
+ */
218
+ public static function is_response_ok( &$request ) {
219
+ return ( ! is_wp_error( $request ) && in_array( wp_remote_retrieve_response_code( $request ), self::$ok_codes ) );
220
+ }
221
+ }
includes/class-shortcode.php ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Shortcode class & template tag
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ /**
9
+ * GoDaddy Email Marketing shortcode.
10
+ *
11
+ * @since 1.0
12
+ */
13
+ class GEM_Shortcode {
14
+
15
+ /**
16
+ * Renders the shortcode.
17
+ *
18
+ * @param array $atts An array of shortcode attributes.
19
+ */
20
+ public function render( $atts ) {
21
+ extract( shortcode_atts( array(
22
+ 'id' => false,
23
+ ), $atts ) );
24
+
25
+ if ( ! $id ) {
26
+ return;
27
+ }
28
+
29
+ return gem_form( $id, false );
30
+ }
31
+ }
32
+
33
+ /**
34
+ * The main template tag. Pass on the ID and watch the magic happen.
35
+ *
36
+ * @since 1.0
37
+ * @see GEM_Form_Renderer
38
+ *
39
+ * @param int $id The ID of the form you wish to output.
40
+ * @param bool $echo Wether to echo the form field. Default true.
41
+ */
42
+ function gem_form( $id, $echo = true ) {
43
+ if ( class_exists( 'GEM_Form_Renderer', false ) ) {
44
+ $renderer = new GEM_Form_Renderer();
45
+ $renderer->process( $id, $echo );
46
+ }
47
+ }
includes/render.php ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Render classes
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ /**
9
+ * GoDaddy Email Marketing form.
10
+ *
11
+ * @since 1.0
12
+ */
13
+ class GEM_Form_Renderer {
14
+
15
+ /**
16
+ * Form instance number.
17
+ *
18
+ * @var int
19
+ */
20
+ private static $loops = 0;
21
+
22
+ /**
23
+ * Generates the form.
24
+ *
25
+ * @param string $form_id Form ID.
26
+ * @param bool $echo Wether to echo the form field. Default false.
27
+ */
28
+ public function process( $form_id, $echo = false ) {
29
+ $form = GEM_Dispatcher::get_fields( (int) $form_id );
30
+
31
+ if ( ! empty( $form->fields ) ) :
32
+
33
+ self::$loops++; ob_start(); ?>
34
+
35
+ <div class="gem-form-wrapper" id="form-<?php echo absint( $form_id ); ?>">
36
+ <form action="<?php echo esc_url( $form->submit ); ?>" method="post" class="gem-form">
37
+
38
+ <?php do_action( 'gem_before_fields', $form_id, $form->fields ); ?>
39
+
40
+ <?php foreach ( $form->fields as $count => $field ) : ?>
41
+
42
+ <p><?php GEM_Form_Fields::dispatch_field( $field, self::$loops ); ?></p>
43
+
44
+ <?php endforeach; ?>
45
+
46
+ <?php do_action( 'gem_after_fields', $form_id, $form->fields ); ?>
47
+
48
+ <p>
49
+ <input type="hidden" name="form_id" value="<?php echo absint( $form->id ); ?>" />
50
+ <input type="submit" value="<?php echo esc_attr( $form->button_text ); ?>" class="button gem-submit" />
51
+ <span class="gem-spinner"></span>
52
+ </p>
53
+
54
+ <?php $show_powered_by = GEM_Settings_Controls::get_option( 'display_powered_by' ) ? true : false;
55
+
56
+ if ( $show_powered_by ) : ?>
57
+
58
+ <p>
59
+ <a href="https://www.godaddy.com/business/email-marketing/" target="_blank"><?php esc_html_e( 'Powered by GoDaddy', 'godaddy-email-marketing' ); ?></a>
60
+ </p>
61
+
62
+ <?php endif; ?>
63
+
64
+ </form>
65
+ </div>
66
+
67
+ <?php $output = ob_get_clean();
68
+
69
+ if ( $echo ) {
70
+ echo $output; // xss ok
71
+ }
72
+
73
+ return $output;
74
+
75
+ endif;
76
+ }
77
+ }
78
+
79
+ /**
80
+ * GoDaddy Email Marketing form fields.
81
+ *
82
+ * @since 1.0
83
+ */
84
+ class GEM_Form_Fields {
85
+
86
+ /**
87
+ * Form instance number.
88
+ *
89
+ * @var int
90
+ */
91
+ private static $cycle = 0;
92
+
93
+ /**
94
+ * Dispatches the method used to display fields.
95
+ *
96
+ * @param object $field Form field.
97
+ * @param int $cycle Form instance number.
98
+ */
99
+ public static function dispatch_field( $field, $cycle = 1 ) {
100
+ if ( ! is_object( $field ) || ! method_exists( __CLASS__, $field->type ) ) {
101
+ return;
102
+ }
103
+
104
+ self::$cycle = absint( $cycle );
105
+
106
+ if ( ! is_null( $field->field_type ) ) {
107
+ call_user_func( array( __CLASS__, $field->field_type ), $field );
108
+ } else {
109
+ call_user_func( array( __CLASS__, $field->type ), $field );
110
+ }
111
+ }
112
+
113
+ /**
114
+ * Generates the ID form the form name.
115
+ *
116
+ * @param string $field_name Form name.
117
+ * @return string The form ID.
118
+ */
119
+ public static function get_form_id( $field_name ) {
120
+
121
+ // Since HTML ID's can't exist in the same exact spelling more than once... make it special.
122
+ return sprintf( 'form_%s_%s', self::$cycle, $field_name );
123
+ }
124
+
125
+ /**
126
+ * Displays the string field.
127
+ *
128
+ * @todo How is this differnt from the GEM_Form_Fields::text_field method?
129
+ *
130
+ * @param array $args Settings field arguments.
131
+ */
132
+ public static function string( $args ) {
133
+ $field_classes = array( 'gem-field' );
134
+
135
+ // Is this field required?
136
+ if ( $args->required ) {
137
+ $field_classes[] = 'gem-required';
138
+ }
139
+
140
+ $field_classes = (array) apply_filters( 'gem_required_field_class', $field_classes, $args );
141
+ ?>
142
+
143
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
144
+
145
+ <?php echo esc_html( $args->display ); ?>
146
+
147
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
148
+ <span class="required">*</span>
149
+ <?php endif; ?>
150
+
151
+ </label>
152
+ <br/>
153
+
154
+ <input type="text" name="<?php echo esc_attr( $args->name ); ?>" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" class="<?php echo esc_attr( join( ' ', $field_classes ) ); ?>" />
155
+
156
+ <?php
157
+ }
158
+
159
+ /**
160
+ * Displays the checkbox field.
161
+ *
162
+ * @param array $args Settings field arguments.
163
+ */
164
+ public static function checkbox( $args ) {
165
+ $field_classes = array( 'gem-checkbox' );
166
+
167
+ // Is this field required?
168
+ if ( $args->required ) {
169
+ $field_classes[] = 'gem-required';
170
+ }
171
+
172
+ $field_classes = (array) apply_filters( 'gem_required_field_class', $field_classes, $args );
173
+ ?>
174
+
175
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) . $args->value ); ?>">
176
+
177
+ <input type="checkbox" value="<?php echo esc_attr( $args->value ); ?>" name="<?php echo esc_attr( $args->name ); ?>" id="<?php echo esc_attr( self::get_form_id( $args->name ) . $args->value ); ?>" class="<?php echo esc_attr( join( ' ', $field_classes ) ); ?>" />
178
+
179
+ <?php echo esc_html( $args->display ); ?>
180
+
181
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
182
+ <span class="required">*</span>
183
+ <?php endif; ?>
184
+
185
+ </label>
186
+ <br/>
187
+
188
+ <?php
189
+ }
190
+
191
+ /**
192
+ * Displays the checkboxes field.
193
+ *
194
+ * @param array $args Settings field arguments.
195
+ */
196
+ public static function checkboxes( $args ) {
197
+ ?>
198
+
199
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
200
+ <?php echo esc_html( $args->display ); ?>
201
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
202
+ <span class="required">*</span>
203
+ <?php endif; ?>
204
+ </label>
205
+ </br>
206
+
207
+ <?php
208
+ $trim_values = array( '[', ']' );
209
+ $options = $args->options;
210
+ foreach ( $trim_values as $trim ) {
211
+ $options = trim( $options, $trim );
212
+ }
213
+
214
+ $trimmed_options = array();
215
+ $options = str_replace( '"', '', $options );
216
+ $trimmed_options = explode( ',', $options );
217
+
218
+ foreach ( $trimmed_options as $key => $value ) : ?>
219
+ <input type="checkbox" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>" value="<?php echo esc_attr( $value ); ?>"> <?php echo esc_attr( $value ); ?><br>
220
+ <?php endforeach;
221
+ }
222
+
223
+ /**
224
+ * Displays the select dropdown field.
225
+ *
226
+ * @param array $args Settings field arguments.
227
+ */
228
+ public static function dropdown( $args ) {
229
+ ?>
230
+
231
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
232
+ <?php echo esc_html( $args->display ); ?>
233
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
234
+ <span class="required">*</span>
235
+ <?php endif; ?>
236
+ </label>
237
+ </br>
238
+ <select id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>">
239
+
240
+ <?php $trim_values = array( '[', ']' );
241
+ $options = $args->options;
242
+ foreach ( $trim_values as $trim ) {
243
+ $options = trim( $options, $trim );
244
+ }
245
+ $trimmed_options = array();
246
+ $options = str_replace( '"', '', $options );
247
+ $trimmed_options = explode( ',', $options );
248
+
249
+ foreach ( $trimmed_options as $dropdown_options ) : ?>
250
+ <option value="<?php echo esc_attr( $dropdown_options ); ?>"> <?php echo esc_html( $dropdown_options ); ?><br>
251
+ <?php endforeach; ?>
252
+ </select>
253
+
254
+ <?php
255
+ }
256
+
257
+ /**
258
+ * Displays the radio buttons field.
259
+ *
260
+ * @param array $args Settings field arguments.
261
+ */
262
+ public static function radio_buttons( $args ) {
263
+ ?>
264
+
265
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
266
+ <?php echo esc_html( $args->display ); ?>
267
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
268
+ <span class="required">*</span>
269
+ <?php endif; ?>
270
+ </label>
271
+ </br>
272
+
273
+ <?php $trim_values = array( '[', ']' );
274
+ $options = $args->options;
275
+ foreach ( $trim_values as $trim ) {
276
+ $options = trim( $options, $trim );
277
+ }
278
+
279
+ $trimmed_options = array();
280
+ $options = str_replace( '"', '', $options );
281
+ $trimmed_options = explode( ',', $options );
282
+
283
+ foreach ( $trimmed_options as $key => $value ) : ?>
284
+ <input type="radio" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>" value="<?php echo esc_attr( $value ); ?>"> <?php echo esc_html( $value ); ?><br>
285
+ <?php endforeach;
286
+ }
287
+
288
+ /**
289
+ * Displays the date field.
290
+ *
291
+ * @param array $args Settings field arguments.
292
+ */
293
+ public static function date( $args ) {
294
+ ?>
295
+
296
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
297
+ <?php echo esc_html( $args->display ); ?>
298
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
299
+ <span class="required">*</span>
300
+ <?php endif; ?>
301
+ </label>
302
+ </br>
303
+
304
+ <?php $current_year = date( 'Y' ); ?>
305
+
306
+ <span class="third">
307
+ <select fingerprint="date" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>">
308
+ <option value="00"> <?php esc_html_e( 'Month', 'godaddy-email-marketing' ) ?> </option>
309
+ <option value="<?php esc_attr_e( 'January', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'January', 'godaddy-email-marketing' ) ?> </option>
310
+ <option value="<?php esc_attr_e( 'Febuary', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'Febuary', 'godaddy-email-marketing' ) ?> </option>
311
+ <option value="<?php esc_attr_e( 'March', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'March', 'godaddy-email-marketing' ) ?> </option>
312
+ <option value="<?php esc_attr_e( 'April', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'April', 'godaddy-email-marketing' ) ?> </option>
313
+ <option value="<?php esc_attr_e( 'May', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'May', 'godaddy-email-marketing' ) ?> </option>
314
+ <option value="<?php esc_attr_e( 'June', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'June', 'godaddy-email-marketing' ) ?> </option>
315
+ <option value="<?php esc_attr_e( 'July', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'July', 'godaddy-email-marketing' ) ?> </option>
316
+ <option value="<?php esc_attr_e( 'August', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'August', 'godaddy-email-marketing' ) ?> </option>
317
+ <option value="<?php esc_attr_e( 'September', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'September', 'godaddy-email-marketing' ) ?> </option>
318
+ <option value="<?php esc_attr_e( 'October', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'October', 'godaddy-email-marketing' ) ?> </option>
319
+ <option value="<?php esc_attr_e( 'November', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'November', 'godaddy-email-marketing' ) ?> </option>
320
+ <option value="<?php esc_attr_e( 'December', 'godaddy-email-marketing' ) ?>"> <?php esc_html_e( 'December', 'godaddy-email-marketing' ) ?> </option>
321
+ </select>
322
+ </span>
323
+ <span class="third">
324
+ <select fingerprint="date" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>">
325
+ <option value="00"> <?php esc_html_e( 'Day', 'godaddy-email-marketing' ) ?> </option>
326
+ <?php for ( $i = 1; $i < 32; $i++ ) : ?>
327
+ <option value="<?php echo strlen( $i ) < 2 ? '0'.$i : $i; ?>"> <?php echo esc_attr( $i ); ?> </option>
328
+ <?php endfor; ?>
329
+ </select>
330
+ </span>
331
+ <span class="third">
332
+ <select fingerprint="date" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>">
333
+ <option value="00"> <?php esc_html_e( 'Year', 'godaddy-email-marketing' ) ?> </option>
334
+ <?php for ( $x = $current_year + 5 ; $x > $current_year - 81 ; $x-- ) : ?>
335
+ <option value="<?php echo absint( $x ); ?>"> <?php echo absint( $x ); ?> </option>
336
+ <?php endfor; ?>
337
+ </select>
338
+ </span>
339
+
340
+ <input type="hidden" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" name="<?php echo esc_attr( $args->name ); ?>" value="">
341
+
342
+ <?php
343
+ }
344
+
345
+ /**
346
+ * Displays the text field.
347
+ *
348
+ * @param array $args Settings field arguments.
349
+ */
350
+ public static function text_field( $args ) {
351
+ $field_classes = array( 'gem-field' );
352
+
353
+ // Is this field required?
354
+ if ( $args->required ) {
355
+ $field_classes[] = 'gem-required';
356
+ }
357
+
358
+ $field_classes = (array) apply_filters( 'gem_required_field_class', $field_classes, $args );
359
+ ?>
360
+
361
+ <label for="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>">
362
+
363
+ <?php echo esc_html( $args->display ); ?>
364
+
365
+ <?php if ( $args->required && apply_filters( 'gem_required_field_indicator', true, $args ) ) : ?>
366
+ <span class="required">*</span>
367
+ <?php endif; ?>
368
+
369
+ </label>
370
+
371
+ <input type="text" name="<?php echo esc_attr( $args->name ); ?>" id="<?php echo esc_attr( self::get_form_id( $args->name ) ); ?>" class="<?php echo esc_attr( join( ' ', $field_classes ) ); ?>" />
372
+
373
+ <?php
374
+ }
375
+ }
includes/settings.php ADDED
@@ -0,0 +1,540 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Settings classes
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ /**
9
+ * GoDaddy Email Marketing settings.
10
+ *
11
+ * @since 1.0
12
+ */
13
+ class GEM_Settings {
14
+
15
+ /**
16
+ * The page slug.
17
+ *
18
+ * @var string
19
+ */
20
+ public $slug;
21
+
22
+ /**
23
+ * The settings page's hook_suffix.
24
+ *
25
+ * @var string
26
+ */
27
+ public $hook;
28
+
29
+ /**
30
+ * GEM_Official instance.
31
+ *
32
+ * @var GEM_Official
33
+ */
34
+ private $gem;
35
+
36
+ /**
37
+ * Class constructor.
38
+ */
39
+ public function __construct() {
40
+ $this->gem = gem();
41
+
42
+ add_action( 'admin_menu', array( $this, 'action_admin_menu' ) );
43
+ add_action( 'admin_init', array( $this, 'register_settings' ) );
44
+ }
45
+
46
+ /**
47
+ * Register the settings page.
48
+ *
49
+ * @action admin_menu
50
+ */
51
+ public function action_admin_menu() {
52
+ $this->hook = add_options_page(
53
+ __( 'GoDaddy Email Marketing Settings', 'godaddy-email-marketing' ),
54
+ __( 'GoDaddy Signup Forms', 'godaddy-email-marketing' ),
55
+ 'manage_options',
56
+ $this->slug = 'gem-settings',
57
+ array( $this, 'display_settings_page' )
58
+ );
59
+
60
+ add_action( 'load-' . $this->hook, array( $this, 'page_load' ) );
61
+ }
62
+
63
+ /**
64
+ * Executes during page load.
65
+ *
66
+ * Listens for several user initiated actions, adds a help tab, and enqueues resources.
67
+ */
68
+ public function page_load() {
69
+
70
+ // Main switch for various maintenance processes.
71
+ if ( isset( $_GET['action'] ) ) {
72
+ $settings = get_option( $this->slug );
73
+
74
+ switch ( $_GET['action'] ) {
75
+ case 'debug-reset' :
76
+ if ( ! $this->gem->debug ) {
77
+ return;
78
+ }
79
+
80
+ if ( isset( $settings['username'] ) ) {
81
+ delete_transient( 'gem-' . $settings['username'] . '-lists' );
82
+ }
83
+
84
+ delete_option( $this->slug );
85
+
86
+ break;
87
+ case 'debug-reset-transients' :
88
+ if ( ! $this->gem->debug ) {
89
+ return;
90
+ }
91
+
92
+ if ( isset( $settings['username'] ) ) {
93
+
94
+ // Remove all lists.
95
+ delete_transient( 'gem-' . $settings['username'] . '-lists' );
96
+
97
+ // Mass-removal of all forms.
98
+ foreach ( GEM_Dispatcher::get_forms()->signups as $form ) {
99
+ delete_transient( 'gem-form-' . $form->id );
100
+ }
101
+
102
+ add_settings_error( $this->slug, 'gem-reset', __( 'All transients were removed.', 'godaddy-email-marketing' ), 'updated' );
103
+ }
104
+
105
+ break;
106
+ case 'refresh' :
107
+
108
+ // Remove only the lists for the current user.
109
+ if ( isset( $settings['username'] ) ) {
110
+
111
+ if ( delete_transient( 'gem-' . $settings['username'] . '-lists' ) ) {
112
+ add_settings_error( $this->slug, 'gem-reset', __( 'Forms list was successfully updated.', 'godaddy-email-marketing' ), 'updated' );
113
+ }
114
+ }
115
+
116
+ $forms = GEM_Dispatcher::get_forms();
117
+
118
+ if ( isset( $forms->signups ) ) {
119
+ foreach ( (array) $forms->signups as $form ) {
120
+ delete_transient( 'gem-form-' . $form->id );
121
+ }
122
+ }
123
+
124
+ break;
125
+ case 'edit_form' :
126
+ if ( ! isset( $_GET['form_id'] ) ) {
127
+ return;
128
+ }
129
+
130
+ // @codeCoverageIgnoreStart
131
+ $tokenized_url = add_query_arg( 'redirect', sprintf( '/signups/%d/edit', absint( $_GET['form_id'] ) ), GEM_Dispatcher::user_sign_in() );
132
+
133
+ // Not wp_safe_redirect as it's an external site.
134
+ wp_redirect( $tokenized_url );
135
+ exit;
136
+ // @codeCoverageIgnoreEnd
137
+
138
+ break;
139
+ case 'dismiss' :
140
+ $user_id = get_current_user_id();
141
+
142
+ if ( ! $user_id ) {
143
+ return;
144
+ }
145
+
146
+ update_user_meta( $user_id, 'gem-dismiss', 'show' );
147
+
148
+ break;
149
+ }
150
+ }
151
+
152
+ // Set up the help tabs.
153
+ add_action( 'in_admin_header', array( $this, 'setup_help_tabs' ) );
154
+
155
+ $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
156
+
157
+ // Enqueue the CSS for the admin.
158
+ wp_enqueue_style( 'gem-admin', plugins_url( "css/admin{$suffix}.css", GEM_PLUGIN_BASE ) );
159
+ }
160
+
161
+ /**
162
+ * Registers the help tab.
163
+ *
164
+ * @action in_admin_header
165
+ */
166
+ public function setup_help_tabs() {
167
+ $screen = get_current_screen();
168
+
169
+ // @todo Remove HTML from the translation strings.
170
+ $screen->add_help_tab( array(
171
+ 'title' => __( 'Overview', 'godaddy-email-marketing' ),
172
+ 'id' => 'gem-overview',
173
+ 'content' => sprintf(
174
+ '<h3>%s</h3><p>%s</p><ul><li>%s</li><li>%s</li><li>%s</li></ul>',
175
+ esc_html__( 'Instructions', 'godaddy-email-marketing' ),
176
+ sprintf(
177
+ esc_html__( 'Once the plugin is activated, you will be able to select and insert any of your GoDaddy Email Marketing webforms right into your site. Setup is easy. Below, simply enter your account email address and API key (found in your GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can display a webform on your site:', 'godaddy-email-marketing' ),
178
+ '<a href="https://gem.godaddy.com/user/edit" target="_blank">https://gem.godaddy.com/user/edit</a>'
179
+ ),
180
+ __( '<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget called “GoDaddy Email Marketing Form” and drag it into the widget area of your choice. You can then add a title and select a form!', 'godaddy-email-marketing' ),
181
+ __( '<strong>Shortcode:</strong> You can add a form to any post or page by adding the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor.', 'godaddy-email-marketing' ),
182
+ sprintf(
183
+ __( '<strong>Template Tag:</strong> You can add the following template tag into any WordPress file: <code>%s</code>. Ex. <code>%s</code>', 'godaddy-email-marketing' ),
184
+ '&lt;?php gem_form( $form_id ); ?&gt;',
185
+ '&lt;?php gem_form( 91 ); ?&gt;'
186
+ )
187
+ ),
188
+ ) );
189
+
190
+ $screen->set_help_sidebar(
191
+ sprintf(
192
+ '<p><strong>%s</strong></p><p><a href="https://godaddy.com" target="_blank">%s</a></p><p><a href="https://support.godaddy.com/" target="_blank">%s</a></p><p><a href="https://support.godaddy.com/" target="_blank" class="button">%s</a></p>',
193
+ esc_html__( 'For more information:', 'godaddy-email-marketing' ),
194
+ esc_html__( 'GoDaddy', 'godaddy-email-marketing' ),
195
+ esc_html__( 'GoDaddy Help', 'godaddy-email-marketing' ),
196
+ esc_html__( 'Contact GoDaddy', 'godaddy-email-marketing' )
197
+ )
198
+ );
199
+ }
200
+
201
+ /**
202
+ * Registers the settings.
203
+ *
204
+ * @action admin_init
205
+ */
206
+ public function register_settings() {
207
+ global $pagenow;
208
+
209
+ // If no options exist, create them.
210
+ if ( ! get_option( $this->slug ) ) {
211
+ update_option( $this->slug, apply_filters( 'gem_default_options', array(
212
+ 'username' => '',
213
+ 'api-key' => '',
214
+ ) ) );
215
+ }
216
+
217
+ register_setting( 'gem-options', $this->slug, array( $this, 'validate' ) );
218
+
219
+ // First, we register a section. This is necessary since all future options must belong to one.
220
+ add_settings_section(
221
+ 'general_settings_section',
222
+ __( 'Account Details', 'godaddy-email-marketing' ),
223
+ array( 'GEM_Settings_Controls', 'description' ),
224
+ $this->slug
225
+ );
226
+
227
+ add_settings_field(
228
+ 'username',
229
+ __( 'GoDaddy Email Marketing Username', 'godaddy-email-marketing' ),
230
+ array( 'GEM_Settings_Controls', 'text' ),
231
+ $this->slug,
232
+ 'general_settings_section',
233
+ array(
234
+ 'id' => 'username',
235
+ 'page' => $this->slug,
236
+ 'description' => __( 'Your GoDaddy Email Marketing username (email address)', 'godaddy-email-marketing' ),
237
+ 'label_for' => $this->slug . '-username',
238
+ )
239
+ );
240
+
241
+ add_settings_field(
242
+ 'api-key',
243
+ __( 'GoDaddy Email Marketing API Key', 'godaddy-email-marketing' ),
244
+ array( 'GEM_Settings_Controls', 'text' ),
245
+ $this->slug,
246
+ 'general_settings_section',
247
+ array(
248
+ 'id' => 'api-key',
249
+ 'page' => $this->slug,
250
+ 'description' => sprintf( '<a target="_blank" href="%s">%s</a>', 'https://www.godaddy.com/help/find-api-key-15909', _x( 'Where can I find my API key?', 'settings page', 'godaddy-email-marketing' ) ),
251
+ 'label_for' => $this->slug . '-api-key',
252
+ )
253
+ );
254
+
255
+ $user_info = GEM_Dispatcher::get_user_level();
256
+
257
+ add_settings_field(
258
+ 'display_powered_by',
259
+ '',
260
+ array( 'GEM_Settings_Controls', 'checkbox' ),
261
+ $this->slug,
262
+ 'general_settings_section',
263
+ array(
264
+ 'id' => 'display_powered_by',
265
+ 'page' => $this->slug,
266
+ 'label' => __( 'Display "Powered by GoDaddy"?', 'godaddy-email-marketing' ),
267
+ )
268
+ );
269
+
270
+ do_action( 'gem_setup_settings_fields' );
271
+ }
272
+
273
+ /**
274
+ * Displays the settings page.
275
+ *
276
+ * @todo Move this into a view file and include.
277
+ */
278
+ public function display_settings_page() {
279
+ ?>
280
+ <div class="wrap">
281
+
282
+ <?php screen_icon(); ?>
283
+
284
+ <h2><?php esc_html_e( 'GoDaddy Email Marketing Settings', 'godaddy-email-marketing' ); ?></h2>
285
+
286
+ <?php if ( ! GEM_Settings_Controls::get_option( 'username' ) ) : ?>
287
+
288
+ <div class="gem-identity updated notice">
289
+
290
+ <h3><?php echo esc_html_x( 'Enjoy the GoDaddy Email Marketing Experience, first hand.', 'gem header note', 'godaddy-email-marketing' ); ?></h3>
291
+
292
+ <p><?php echo esc_html_x( 'Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set up, the GoDaddy Email Marketing plugin allows your site visitors to subscribe to your email list.', 'header note', 'godaddy-email-marketing' ); ?></p>
293
+ <p class="description"><?php echo sprintf( esc_html_x( 'Don\'t have a GoDaddy Email Marketing account? Get one in less than 2 minutes! %s', 'header note', 'godaddy-email-marketing' ), sprintf( '<a target="_blank" href="https://godaddy.com/business/email-marketing" class="button">%s</a>', esc_html_x( 'Sign Up Now', 'header note', 'godaddy-email-marketing' ) ) ); ?></p>
294
+
295
+ </div>
296
+
297
+ <?php endif; ?>
298
+
299
+ <form method="post" action="options.php">
300
+
301
+ <?php settings_fields( 'gem-options' );
302
+
303
+ do_settings_sections( $this->slug );
304
+
305
+ submit_button( _x( 'Save Settings', 'save settings button', 'godaddy-email-marketing' ) ); ?>
306
+
307
+ <h3><?php esc_html_e( 'Available Forms', 'godaddy-email-marketing' ); ?></h3>
308
+
309
+ <table class="wp-list-table widefat">
310
+
311
+ <thead>
312
+ <tr>
313
+ <th><?php esc_html_e( 'Form Name', 'godaddy-email-marketing' ); ?></th>
314
+ <th><?php esc_html_e( 'Form ID', 'godaddy-email-marketing' ); ?></th>
315
+ <th><?php esc_html_e( 'Shortcode', 'godaddy-email-marketing' ); ?></th>
316
+ </tr>
317
+ </thead>
318
+
319
+ <tfoot>
320
+ <tr>
321
+ <th><?php esc_html_e( 'Form Name', 'godaddy-email-marketing' ); ?></th>
322
+ <th><?php esc_html_e( 'Form ID', 'godaddy-email-marketing' ); ?></th>
323
+ <th><?php esc_html_e( 'Shortcode', 'godaddy-email-marketing' ); ?></th>
324
+ </tr>
325
+ </tfoot>
326
+
327
+ <tbody>
328
+
329
+ <?php
330
+
331
+ $forms = GEM_Dispatcher::get_forms();
332
+
333
+ if ( $forms && ! empty( $forms->signups ) ) :
334
+
335
+ foreach ( $forms->signups as $form ) :
336
+
337
+ $edit_link = add_query_arg( array(
338
+ 'action' => 'edit_form',
339
+ 'form_id' => $form->id,
340
+ ) ); ?>
341
+
342
+ <tr>
343
+ <td>
344
+
345
+ <?php echo esc_html( $form->name ); ?>
346
+
347
+ <div class="row-actions">
348
+ <span class="edit">
349
+ <a target="_blank" href="<?php echo esc_url( $edit_link ); ?>" title="<?php esc_attr_e( 'Opens in a new window', 'godaddy-email-marketing' ); ?>"><?php esc_html_e( 'Edit form in GoDaddy Email Marketing', 'godaddy-email-marketing' ); ?></a> |
350
+ </span>
351
+ <span class="view">
352
+ <a target="_blank" href="<?php echo esc_url( $form->url ); ?>"><?php esc_html_e( 'Preview', 'godaddy-email-marketing' ); ?></a>
353
+ </span>
354
+ </div>
355
+ </td>
356
+
357
+ <td><code><?php echo absint( $form->id ); ?></code></td>
358
+ <td><input type="text" class="code" value="[gem id=<?php echo absint( $form->id ); ?>]" onclick="this.select()" readonly /></td>
359
+
360
+ </tr>
361
+
362
+ <?php endforeach;
363
+ else : ?>
364
+
365
+ <tr>
366
+ <td colspan="3"><?php esc_html_e( 'No forms found', 'godaddy-email-marketing' ); ?></td>
367
+ </tr>
368
+
369
+ <?php endif; ?>
370
+
371
+ </tbody>
372
+ </table>
373
+
374
+ <br />
375
+
376
+ <p class="description">
377
+ <?php esc_html_e( 'Not seeing your form?', 'godaddy-email-marketing' ); ?> <a href="<?php echo esc_url( add_query_arg( 'action', 'refresh' ) ); ?>" class="button"><?php esc_html_e( 'Refresh Forms', 'godaddy-email-marketing' ); ?></a>
378
+ </p>
379
+
380
+ <?php if ( $this->gem->debug ) : ?>
381
+
382
+ <h3><?php esc_html_e( 'Debug', 'godaddy-email-marketing' ); ?></h3>
383
+ <p>
384
+ <a href="<?php echo esc_url( add_query_arg( 'action', 'debug-reset' ) ); ?>" class="button-secondary"><?php esc_html_e( 'Erase All Data', 'godaddy-email-marketing' ); ?></a>
385
+ <a href="<?php echo esc_url( add_query_arg( 'action', 'debug-reset-transients' ) ); ?>" class="button-secondary"><?php esc_html_e( 'Erase Transients', 'godaddy-email-marketing' ); ?></a>
386
+ </p>
387
+
388
+ <?php endif; ?>
389
+
390
+ </form>
391
+
392
+ </div>
393
+ <?php
394
+ }
395
+
396
+ /**
397
+ * Validate the API credentials by fetching the form.
398
+ *
399
+ * @todo This method is not being used.
400
+ *
401
+ * @param array $input An array of user input values.
402
+ */
403
+ public function validate( $input ) {
404
+
405
+ // Validate creds against the API.
406
+ if ( ! ( empty( $input['username'] ) || empty( $input['api-key'] ) ) ) {
407
+
408
+ $data = GEM_Dispatcher::fetch_forms( $input['username'], $input['api-key'] );
409
+
410
+ if ( ! $data ) {
411
+
412
+ // Credentials are incorrect.
413
+ add_settings_error( $this->slug, 'invalid-creds', __( 'The credentials are incorrect! Please verify that you have entered them correctly.', 'godaddy-email-marketing' ) );
414
+
415
+ return $input; // Bail!
416
+
417
+ } elseif ( ! empty( $data->total ) ) {
418
+
419
+ // Test the returned data, and let the user know she's alright!
420
+ add_settings_error( $this->slug, 'valid-creds', __( "Connection with GoDaddy Email Marketing has been established! You're all set!", 'godaddy-email-marketing' ), 'updated' );
421
+
422
+ }
423
+ } else {
424
+
425
+ // Credentials are empty.
426
+ add_settings_error( $this->slug, 'invalid-creds', __( 'Please fill in the username and the API key first.', 'godaddy-email-marketing' ) );
427
+
428
+ }
429
+
430
+ return $input;
431
+ }
432
+ }
433
+
434
+ /**
435
+ * GoDaddy Email Marketing settings controls.
436
+ *
437
+ * @since 1.0
438
+ */
439
+ final class GEM_Settings_Controls {
440
+
441
+ /**
442
+ * Displays the unauthenticated description.
443
+ */
444
+ public static function description() {
445
+ printf(
446
+ '<p>%s</p>',
447
+ esc_html__( 'Please enter your GoDaddy Email Marketing username and API Key in order to be able to create forms.', 'godaddy-email-marketing' )
448
+ );
449
+ }
450
+
451
+ /**
452
+ * Displays the select option.
453
+ *
454
+ * @param array $args Settings field arguments.
455
+ */
456
+ public static function select( $args ) {
457
+ if ( empty( $args['options'] ) || empty( $args['id'] ) || empty( $args['page'] ) ) {
458
+ return;
459
+ } ?>
460
+
461
+ <select id="<?php echo esc_attr( $args['id'] ); ?>" name="<?php echo esc_attr( sprintf( '%s[%s]', $args['page'], $args['id'] ) ); ?>">
462
+
463
+ <?php foreach ( $args['options'] as $name => $label ) : ?>
464
+
465
+ <option value="<?php echo esc_attr( $name ); ?>" <?php selected( $name, (string) self::get_option( $args['id'] ) ); ?>>
466
+ <?php echo esc_html( $label ); ?>
467
+ </option>
468
+
469
+ <?php endforeach; ?>
470
+
471
+ </select>
472
+ <?php
473
+ }
474
+
475
+ /**
476
+ * Displays the text input & description.
477
+ *
478
+ * @param array $args Settings field arguments.
479
+ */
480
+ public static function text( $args ) {
481
+ if ( empty( $args['id'] ) || empty( $args['page'] ) ) {
482
+ return;
483
+ }
484
+
485
+ $name = sprintf( '%s[%s]', $args['page'], $args['id'] );
486
+ $id = sprintf( '%s-%s', $args['page'], $args['id'] );
487
+ $value = self::get_option( $args['id'] );
488
+ ?>
489
+
490
+ <input type="text" name="<?php echo esc_attr( $name ); ?>" id="<?php echo esc_attr( $id ) ?>" value="<?php echo esc_attr( $value ); ?>" class="regular-text code" />
491
+
492
+ <?php self::show_description( $args );
493
+ }
494
+
495
+ /**
496
+ * Displays the checkbox input & description.
497
+ *
498
+ * @param array $args Settings field arguments.
499
+ */
500
+ public static function checkbox( $args ) {
501
+ if ( empty( $args['id'] ) || empty( $args['page'] ) ) {
502
+ return;
503
+ }
504
+
505
+ $name = sprintf( '%s[%s]', $args['page'], $args['id'] );
506
+ $label = isset( $args['label'] ) ? $args['label'] : ''; ?>
507
+
508
+ <label for="<?php echo esc_attr( $name ); ?>">
509
+ <input type="checkbox" name="<?php echo esc_attr( $name ); ?>" id="<?php echo esc_attr( $name ); ?>" value="1" <?php checked( self::get_option( $args['id'] ) ); ?> />
510
+ <?php echo esc_html( $label ); ?>
511
+ </label>
512
+
513
+ <?php self::show_description( $args );
514
+ }
515
+
516
+ /**
517
+ * Displays the description.
518
+ *
519
+ * @param array $args Settings field arguments.
520
+ */
521
+ public static function show_description( $args ) {
522
+ if ( isset( $args['description'] ) ) : ?>
523
+
524
+ <p class="description"><?php echo wp_kses_post( $args['description'] ); ?></p>
525
+
526
+ <?php endif;
527
+ }
528
+
529
+ /**
530
+ * Get the settings value.
531
+ *
532
+ * @param string $key Settings key.
533
+ * @return false|mixed Returns the settings value or false.
534
+ */
535
+ public static function get_option( $key = '' ) {
536
+ $settings = get_option( 'gem-settings' );
537
+
538
+ return ( ! empty( $settings[ $key ] ) ) ? $settings[ $key ] : false;
539
+ }
540
+ }
includes/widget.php ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Widget class
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ /**
9
+ * GoDaddy Email Marketing widget.
10
+ *
11
+ * @since 1.0
12
+ */
13
+ class GEM_Form_Widget extends WP_Widget {
14
+
15
+ /**
16
+ * Sets up a new GoDaddy Email Marketing widget instance.
17
+ */
18
+ function __construct() {
19
+ parent::__construct(
20
+ 'gem-form',
21
+ __( 'GoDaddy Email Marketing Form', 'godaddy-email-marketing' ),
22
+ array(
23
+ 'classname' => 'gem-form',
24
+ 'description' => _x( 'Embed any GoDaddy Email Marketing webform in your sidebar.', 'widget description', 'godaddy-email-marketing' ),
25
+ )
26
+ );
27
+
28
+ foreach ( array( 'wpautop', 'wptexturize', 'convert_chars' ) as $filter ) {
29
+ add_filter( 'gem_widget_text', $filter );
30
+ }
31
+ }
32
+
33
+ /**
34
+ * Outputs the content for the current widget instance.
35
+ *
36
+ * @param array $args Display arguments including 'before_title', 'after_title',
37
+ * 'before_widget', and 'after_widget'.
38
+ * @param array $instance Settings for the current Custom Menu widget instance.
39
+ */
40
+ function widget( $args, $instance ) {
41
+ $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'GoDaddy Email Marketing Form', 'godaddy-email-marketing' ) : $instance['title'], $instance, $this->id_base );
42
+ $text = empty( $instance['text'] ) ? '' : $instance['text'];
43
+ $form_id = empty( $instance['form'] ) ? false : $instance['form'];
44
+
45
+ echo $args['before_widget']; // xss ok
46
+
47
+ if ( $title ) {
48
+ echo $args['before_title'] . esc_html( $title ) . $args['after_title']; // xss ok
49
+ }
50
+
51
+ if ( $text ) {
52
+ echo wp_kses_post( apply_filters( 'gem_widget_text', $text ) );
53
+ }
54
+
55
+ $renderer = new GEM_Form_Renderer();
56
+ $renderer->process( $form_id, true );
57
+
58
+ echo $args['after_widget']; // xss ok
59
+ }
60
+
61
+ /**
62
+ * Handles updating settings for the current widget instance.
63
+ *
64
+ * @param array $new_instance New settings for this instance as input by the user via
65
+ * WP_Widget::form().
66
+ * @param array $old_instance Old settings for this instance.
67
+ * @return array Updated settings to save.
68
+ */
69
+ function update( $new_instance, $old_instance ) {
70
+ $instance = $old_instance;
71
+
72
+ $instance['title'] = strip_tags( $new_instance['title'] );
73
+ $instance['text'] = $new_instance['text'];
74
+ $instance['form'] = absint( $new_instance['form'] );
75
+
76
+ return $instance;
77
+ }
78
+
79
+ /**
80
+ * Outputs the widget settings form.
81
+ *
82
+ * @param array $instance Current settings.
83
+ */
84
+ function form( $instance ) {
85
+
86
+ // Set defaults.
87
+ $instance = wp_parse_args( (array) $instance, array(
88
+ 'title' => '',
89
+ 'text' => '',
90
+ 'form' => 0,
91
+ ) );
92
+
93
+ $forms = GEM_Dispatcher::get_forms();
94
+ ?>
95
+
96
+ <p>
97
+ <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_html_e( 'Title:', 'godaddy-email-marketing' ); ?></label>
98
+ <br/>
99
+ <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $instance['title'] ) ?>" />
100
+ </p>
101
+
102
+ <p>
103
+ <label for="<?php echo esc_attr( $this->get_field_id( 'text' ) ); ?>"><?php esc_html_e( 'Additional Text:', 'godaddy-email-marketing' ); ?></label>
104
+ <br/>
105
+ <textarea class="widefat" rows="3" id="<?php echo esc_attr( $this->get_field_id( 'text' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'text' ) ); ?>"><?php echo esc_textarea( $instance['text'] ); ?></textarea>
106
+ </p>
107
+
108
+ <p>
109
+
110
+ <?php if ( ! empty( $forms->signups ) ) : ?>
111
+
112
+ <label for="<?php echo esc_attr( $this->get_field_id( 'form' ) ); ?>"><?php esc_html_e( 'Form:', 'godaddy-email-marketing' ); ?></label>
113
+ <br/>
114
+ <select name="<?php echo esc_attr( $this->get_field_name( 'form' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'form' ) ); ?>" class="widefat">
115
+
116
+ <?php foreach ( $forms->signups as $f ) : ?>
117
+ <option value="<?php echo esc_attr( $f->id ); ?>" <?php selected( $instance['form'], $f->id ); ?>><?php echo esc_html( $f->name ); ?></option>
118
+ <?php endforeach; ?>
119
+
120
+ </select>
121
+
122
+ <?php else : ?>
123
+
124
+ <span><?php printf(
125
+ _x( 'Please set up your GoDaddy Email Marketing account in the %s.', 'link to settings page', 'godaddy-email-marketing' ),
126
+ sprintf(
127
+ '<a href="%s">%s</a>',
128
+ esc_url( admin_url( 'options-general.php?page=gem-settings' ) ),
129
+ esc_html__( 'settings page', 'godaddy-email-marketing' )
130
+ )
131
+ ); ?></span>
132
+
133
+ <?php endif; ?>
134
+
135
+ </p>
136
+ <?php
137
+ }
138
+ }
js/function.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ (function($){
2
+
3
+
4
+
5
+
6
+
7
+ })(jQuery);
js/function.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a){}(jQuery);
js/gem.js ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ;( function( $, undefined ) {
2
+
3
+ "use strict";
4
+
5
+ var GEM = window.GEM || {};
6
+
7
+ /**
8
+ * Constants
9
+ */
10
+ GEM.DEBUG_FLAG = true;
11
+
12
+ GEM.init = function() {
13
+
14
+ // Handles form submissions
15
+ $( 'form.gem-form' ).submit( function( e ) {
16
+
17
+ e.preventDefault();
18
+
19
+ //code that handles multiple selected checkboxes and saves them as comma separated (value1, value2)
20
+ //which needed to happen before the payload gets serialized
21
+ var combined_checkbox_string = '',
22
+ check_box_test = 0,
23
+ current_name_of_input = '';
24
+ $( this ).find( ':input' ).each( function( i ) {
25
+ var name_of_input = '',
26
+ name_of_input = $(this).attr('name');
27
+
28
+ if($(this).attr('type') == 'checkbox' && $(this).is(':checked')){
29
+
30
+ if(current_name_of_input != name_of_input)
31
+ {
32
+ current_name_of_input = name_of_input;
33
+ check_box_test = 0;
34
+ }
35
+
36
+ if(check_box_test == 0)
37
+ {
38
+ combined_checkbox_string = $("input:checkbox[name='"+name_of_input+"']:checked").map(function() {return this.value;}).get().join(', ');
39
+ check_box_test = 1;
40
+ }
41
+
42
+ $("input[name='"+name_of_input+"']").val(combined_checkbox_string);
43
+
44
+ }
45
+ });
46
+ //end of multiple checkbox select code
47
+
48
+ //code that handles multiple selected dropdowns for the date and saves them as MM dd, yy (Oct 29, 15)
49
+ //which needed to happen before the payload gets serialized
50
+ var combined_date_string = '',
51
+ date_test = 0,
52
+ current_name_of_date = '';
53
+
54
+ var values = [];
55
+
56
+ $( this ).find("[fingerprint='date']" ).each( function( i ) {
57
+ var name_of_input = '',
58
+ name_of_input = $(this).attr('name');
59
+
60
+
61
+ if($(this).attr('fingerprint') == 'date'){
62
+
63
+ if(current_name_of_date != name_of_input)
64
+ {
65
+ current_name_of_date = name_of_input;
66
+ values=[];
67
+ combined_date_string='';
68
+ }
69
+
70
+ values.push($(this).val());
71
+
72
+ if(values.length == 3)
73
+ {
74
+ //building the value with correct formatting... MM dd, yy (Oct 29, 15)
75
+ combined_date_string = values[0] + ' ' + values[1] + ', ' + values[2];
76
+ }
77
+
78
+ $("input[name='"+name_of_input+"']").val(combined_date_string);
79
+ }
80
+ });
81
+ //end of multiple date dropdown select code
82
+
83
+ var $wrapper = $( this ),
84
+ $spinner = $( '.gem-spinner', $wrapper ),
85
+
86
+ /* needed only when using WP as a proxy.
87
+ payload = $.extend( {}, $( this ).gemSerializeObject(), {
88
+ action: 'gem-submit-form'
89
+ } ),
90
+ */
91
+
92
+ payload = $( this ).serialize(),
93
+ invalidElements = [],
94
+ m = GEM;
95
+
96
+ // make sure to clear all "invalid" elements before re-validating
97
+ $wrapper.find( 'input.gem-invalid' ).removeClass( 'gem-invalid' );
98
+
99
+ $( this ).find( ':input' ).each( function( i ) {
100
+
101
+ if ( 'signup[email]' == $( this ).attr( 'name' ) && ! GEM.isEmail( $( this ).val() ) ) {
102
+
103
+ // email not valid
104
+ invalidElements.push( $( this ) );
105
+ m.log( 'Email is NOT valid' );
106
+
107
+ } else if ( $( this ).is( '.gem-required' ) && '' == $( this ).val() ) {
108
+ invalidElements.push( $( this ) );
109
+ m.log( 'A required filled was not filled' );
110
+ }
111
+
112
+ } );
113
+
114
+ // if there are no empty or invalid fields left...
115
+ if ( 0 == invalidElements.length ) {
116
+
117
+ // we're good to go! start spinnin'
118
+ $spinner.css( 'display', 'inline-block' );
119
+
120
+ $.post( $wrapper.attr( 'action' ) + '.json', payload, function( response ) {
121
+
122
+ $wrapper.fadeOut( 'fast', function() {
123
+
124
+ // was the user successfully added?
125
+ if ( response.success ) {
126
+
127
+ var d = response.result,
128
+ is_suppressed = d.audience_member.suppressed;
129
+
130
+ if ( d.has_redirect ) {
131
+ window.location.href = d.redirect;
132
+ }
133
+
134
+ $wrapper.html( GEM.addMessage(
135
+ is_suppressed ? [ 'suppressed', 'success' ] : [ 'info', 'success' ],
136
+ is_suppressed ? GEM.thankyou_suppressed : GEM.thankyou )
137
+ ).fadeIn( 'fast' );
138
+
139
+ } else {
140
+ $wrapper.html( GEM.addMessage( 'info', GEM.oops ) ).fadeIn( 'fast' );
141
+ }
142
+
143
+ } );
144
+
145
+ }, 'jsonp' );
146
+
147
+ } else {
148
+
149
+ // there are invalid elements
150
+ $( invalidElements ).each( function( i, el ) {
151
+ $( this ).addClass( 'gem-invalid' );
152
+ } );
153
+
154
+ var previousNotifications = $wrapper.find( '.gem-error, .gem-info' );
155
+
156
+ if ( 0 != previousNotifications.length ) {
157
+ previousNotifications.remove();
158
+ }
159
+
160
+ $wrapper.prepend( GEM.addMessage( 'error', GEM.fix ) );
161
+
162
+ }
163
+
164
+ } );
165
+ };
166
+
167
+ GEM.addMessage = function( type, message ) {
168
+
169
+ var _class = [];
170
+
171
+ if ( $.isArray( type ) ) {
172
+
173
+ $.each( type, function( index, value ) {
174
+ _class.push( 'gem-' + value );
175
+ } );
176
+
177
+ } else {
178
+ _class.push( 'gem-' + type.toString() );
179
+ }
180
+
181
+ return $( '<p/>', { class: _class.join( ' ' ) } ).text( message );
182
+
183
+ }
184
+
185
+ GEM.isEmail = function ( email ) {
186
+ var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
187
+ return regex.test( email );
188
+ }
189
+
190
+ GEM.log = function( message ) {
191
+
192
+ if ( GEM.DEBUG_FLAG && window.console ) {
193
+ console.log( message );
194
+ }
195
+
196
+ }
197
+
198
+ /**
199
+ * ==== Helpers + Utilities ====
200
+ */
201
+ $.fn.gemSerializeObject = function() {
202
+
203
+ var o = {};
204
+ var a = this.serializeArray();
205
+
206
+ $.each( a, function() {
207
+
208
+ if ( o[ this.name ] ) {
209
+
210
+ if ( ! o[ this.name ].push ) {
211
+ o[ this.name ] = [ o[ this.name ] ];
212
+ }
213
+
214
+ o[ this.name ].push( this.value || '' );
215
+
216
+ } else {
217
+ o[ this.name ] = this.value || '';
218
+ }
219
+ } );
220
+
221
+ return o;
222
+
223
+ };
224
+
225
+ /**
226
+ * Constructor
227
+ */
228
+ $( document ).ready( GEM.init );
229
+
230
+ } )( jQuery );
js/gem.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a,b){"use strict";var c=window.GEM||{};c.DEBUG_FLAG=!0,c.init=function(){a("form.gem-form").submit(function(b){b.preventDefault();var d="",e=0,f="";a(this).find(":input").each(function(b){var c="",c=a(this).attr("name");"checkbox"==a(this).attr("type")&&a(this).is(":checked")&&(f!=c&&(f=c,e=0),0==e&&(d=a("input:checkbox[name='"+c+"']:checked").map(function(){return this.value}).get().join(", "),e=1),a("input[name='"+c+"']").val(d))});var g="",h="",i=[];a(this).find("[fingerprint='date']").each(function(b){var c="",c=a(this).attr("name");"date"==a(this).attr("fingerprint")&&(h!=c&&(h=c,i=[],g=""),i.push(a(this).val()),3==i.length&&(g=i[0]+" "+i[1]+", "+i[2]),a("input[name='"+c+"']").val(g))});var j=a(this),k=a(".gem-spinner",j),l=a(this).serialize(),m=[],n=c;if(j.find("input.gem-invalid").removeClass("gem-invalid"),a(this).find(":input").each(function(b){"signup[email]"!=a(this).attr("name")||c.isEmail(a(this).val())?a(this).is(".gem-required")&&""==a(this).val()&&(m.push(a(this)),n.log("A required filled was not filled")):(m.push(a(this)),n.log("Email is NOT valid"))}),0==m.length)k.css("display","inline-block"),a.post(j.attr("action")+".json",l,function(a){j.fadeOut("fast",function(){if(a.success){var b=a.result,d=b.audience_member.suppressed;b.has_redirect&&(window.location.href=b.redirect),j.html(c.addMessage(d?["suppressed","success"]:["info","success"],d?c.thankyou_suppressed:c.thankyou)).fadeIn("fast")}else j.html(c.addMessage("info",c.oops)).fadeIn("fast")})},"jsonp");else{a(m).each(function(b,c){a(this).addClass("gem-invalid")});var o=j.find(".gem-error, .gem-info");0!=o.length&&o.remove(),j.prepend(c.addMessage("error",c.fix))}})},c.addMessage=function(b,c){var d=[];return a.isArray(b)?a.each(b,function(a,b){d.push("gem-"+b)}):d.push("gem-"+b.toString()),a("<p/>",{"class":d.join(" ")}).text(c)},c.isEmail=function(a){var b=/^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;return b.test(a)},c.log=function(a){c.DEBUG_FLAG&&window.console&&console.log(a)},a.fn.gemSerializeObject=function(){var b={},c=this.serializeArray();return a.each(c,function(){b[this.name]?(b[this.name].push||(b[this.name]=[b[this.name]]),b[this.name].push(this.value||"")):b[this.name]=this.value||""}),b},a(document).ready(c.init)}(jQuery);
languages/godaddy-email-marketing-da_DK.mo ADDED
Binary file
languages/godaddy-email-marketing-da_DK.po ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Tak for din tilmelding!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Tak for din tilmelding! Kontrollér din e-mail for at bekræfte dit abonnement."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Hov! Det opstod et problem. Prøv igen."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Det opstod et problem. Udfyld de obligatoriske felter."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Indstillinger"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "GoDaddy e-mailmarkedsføring er næsten parat."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Du skal angive dit brugernavn og din API-nøgle for at få det til at virke."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Lad os komme i gang!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Leveret af GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Indstillinger for GoDaddy e-mailmarkedsføring"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "GoDaddy tilmeldingsformularer"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Alle midlertidige data blev fjernet."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "Listen med formularer blev opdateret."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Oversigt"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instruktioner"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Når plug-in er aktiveret, kan du vælge og indsætte enhver af dine "
138
+ "webformularer fra GoDaddy e-mailmarkedsføring direkte på din website. "
139
+ "Konfiguration er nemt. Du skal blot angive din kontos e-mailadresse og "
140
+ "API-nøgle (kan findes i kontoområdet for GoDaddy e-mailmarkedsføring [%s]) "
141
+ "nedenfor. Her er de tre måder, som du kan vise en webformular på din site på:"
142
+
143
+ #: includes/settings.php:180
144
+ msgid ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+ msgstr ""
149
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
150
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
151
+ "choice. You can then add a title and select a form!"
152
+
153
+ #: includes/settings.php:181
154
+ msgid ""
155
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
156
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
157
+ msgstr ""
158
+ "<strong>Genvejskode:</strong> Du kan tilføje en formular til enhver mail "
159
+ "eller side ved at tilføje genvejskoden (f.eks. <code>[gem id=80326]</code>) i "
160
+ "din side-/mail-editor."
161
+
162
+ #: includes/settings.php:183
163
+ #, php-format
164
+ msgid ""
165
+ "<strong>Template Tag:</strong> You can add the following template tag into "
166
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
167
+ msgstr ""
168
+ "<strong>Template-tag:</strong> Du kan føje følgende template-tag til enhver "
169
+ "WordPress-fil: <code>%s</code>. Eks. <code>%s</code>"
170
+
171
+ #: includes/settings.php:193
172
+ msgid "For more information:"
173
+ msgstr "Find flere oplysninger:"
174
+
175
+ #: includes/settings.php:194
176
+ msgid "GoDaddy"
177
+ msgstr "GoDaddy"
178
+
179
+ #: includes/settings.php:195
180
+ msgid "GoDaddy Help"
181
+ msgstr "GoDaddy-hjælp"
182
+
183
+ #: includes/settings.php:196
184
+ msgid "Contact GoDaddy"
185
+ msgstr "Kontakt GoDaddy"
186
+
187
+ #: includes/settings.php:222
188
+ msgid "Account Details"
189
+ msgstr "Kontooplysninger"
190
+
191
+ #: includes/settings.php:229
192
+ msgid "GoDaddy Email Marketing Username"
193
+ msgstr "Brugernavn til GoDaddy e-mailmarkedsføring"
194
+
195
+ #: includes/settings.php:236
196
+ msgid "Your GoDaddy Email Marketing username (email address)"
197
+ msgstr "Dit brugernavn til GoDaddy e-mailmarkedsføring (e-mailadresse)"
198
+
199
+ #: includes/settings.php:243
200
+ msgid "GoDaddy Email Marketing API Key"
201
+ msgstr "API-nøgle til GoDaddy e-mailmarkedsføring"
202
+
203
+ #: includes/settings.php:250
204
+ msgctxt "settings page"
205
+ msgid "Where can I find my API key?"
206
+ msgstr "Hvor kan jeg finde min API-nøgle?"
207
+
208
+ #: includes/settings.php:266
209
+ msgid "Display \"Powered by GoDaddy\"?"
210
+ msgstr "Vil du vise Leveret af GoDaddy?"
211
+
212
+ #: includes/settings.php:290
213
+ msgctxt "gem header note"
214
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
215
+ msgstr "Oplev GoDaddy e-mailmarkedsføring på første hånd."
216
+
217
+ #: includes/settings.php:292
218
+ msgctxt "header note"
219
+ msgid ""
220
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
221
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
222
+ "subscribe to your email list."
223
+ msgstr ""
224
+ "Føj din webformular fra GoDaddy e-mailmarkedsføring til din WordPress "
225
+ "website! En plug-in til GoDaddy e-mailmarkedsføring, som er nem at "
226
+ "konfigurere, lader besøgende til din website tilmelde sig din e-mailliste."
227
+
228
+ #: includes/settings.php:293
229
+ #, php-format
230
+ msgctxt "header note"
231
+ msgid ""
232
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
233
+ "minutes! %s"
234
+ msgstr ""
235
+ "Har du ikke en konto til GoDaddy e-mailmarkedsføring? Få en på få minutter! %s"
236
+
237
+ #: includes/settings.php:293
238
+ msgctxt "header note"
239
+ msgid "Sign Up Now"
240
+ msgstr "Tilmeldig dig nu"
241
+
242
+ #: includes/settings.php:305
243
+ msgctxt "save settings button"
244
+ msgid "Save Settings"
245
+ msgstr "Gem indstillinger"
246
+
247
+ #: includes/settings.php:307
248
+ msgid "Available Forms"
249
+ msgstr "Tilgængelige formularer"
250
+
251
+ #: includes/settings.php:313 includes/settings.php:321
252
+ msgid "Form Name"
253
+ msgstr "Navn på formular"
254
+
255
+ #: includes/settings.php:314 includes/settings.php:322
256
+ msgid "Form ID"
257
+ msgstr "Formular-id"
258
+
259
+ #: includes/settings.php:315 includes/settings.php:323
260
+ msgid "Shortcode"
261
+ msgstr "Genvejskode"
262
+
263
+ #: includes/settings.php:349
264
+ msgid "Opens in a new window"
265
+ msgstr "Åbner i et nyt vindue"
266
+
267
+ #: includes/settings.php:349
268
+ msgid "Edit form in GoDaddy Email Marketing"
269
+ msgstr "Rediger formular i GoDaddy e-mailmarkedsføring"
270
+
271
+ #: includes/settings.php:352
272
+ msgid "Preview"
273
+ msgstr "Forhåndsvisning"
274
+
275
+ #: includes/settings.php:366
276
+ msgid "No forms found"
277
+ msgstr "Ingen formularer blev fundet"
278
+
279
+ #: includes/settings.php:377
280
+ msgid "Not seeing your form?"
281
+ msgstr "Kan du ikke finde din formular?"
282
+
283
+ #: includes/settings.php:377
284
+ msgid "Refresh Forms"
285
+ msgstr "Forny formularer"
286
+
287
+ #: includes/settings.php:382
288
+ msgid "Debug"
289
+ msgstr "Fejlfinding"
290
+
291
+ #: includes/settings.php:384
292
+ msgid "Erase All Data"
293
+ msgstr "Slet alle data"
294
+
295
+ #: includes/settings.php:385
296
+ msgid "Erase Transients"
297
+ msgstr "Slet midlertidige data"
298
+
299
+ #: includes/settings.php:413
300
+ msgid ""
301
+ "The credentials are incorrect! Please verify that you have entered them "
302
+ "correctly."
303
+ msgstr ""
304
+ "Legitimationsoplysningerne er forkerte! Bekræft, at du indtastede dem rigtigt."
305
+
306
+ #: includes/settings.php:420
307
+ msgid ""
308
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
309
+ msgstr ""
310
+ "Der er oprettet forbindelse til GoDaddy e-mailmarkedsføring! Så er du parat!"
311
+
312
+ #: includes/settings.php:426
313
+ msgid "Please fill in the username and the API key first."
314
+ msgstr "Angiv først brugernavnet og API-nøglen."
315
+
316
+ #: includes/settings.php:447
317
+ msgid ""
318
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
319
+ "be able to create forms."
320
+ msgstr ""
321
+ "Angiv brugernavnet og API-nøglen til GoDaddy e-mailmarkedsføring i den "
322
+ "rækkefølge for at oprette formularer."
323
+
324
+ #: includes/widget.php:21 includes/widget.php:41
325
+ msgid "GoDaddy Email Marketing Form"
326
+ msgstr "Formular til GoDaddy e-mailmarkedsføring"
327
+
328
+ #: includes/widget.php:24
329
+ msgctxt "widget description"
330
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
331
+ msgstr "Integrer enhver webformular fra GoDaddy e-mailmarkedsføring i dit sidepanel."
332
+
333
+ #: includes/widget.php:97
334
+ msgid "Title:"
335
+ msgstr "Titel:"
336
+
337
+ #: includes/widget.php:103
338
+ msgid "Additional Text:"
339
+ msgstr "Yderligere tekst:"
340
+
341
+ #: includes/widget.php:112
342
+ msgid "Form:"
343
+ msgstr "Formular:"
344
+
345
+ #: includes/widget.php:125
346
+ #, php-format
347
+ msgctxt "link to settings page"
348
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
349
+ msgstr "Konfigurer din konto til GoDaddy e-mailmarkedsføring på %s."
350
+
351
+ #: includes/widget.php:129
352
+ msgid "settings page"
353
+ msgstr "side med indstillinger"
languages/godaddy-email-marketing-de_DE.mo ADDED
Binary file
languages/godaddy-email-marketing-de_DE.po ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Vielen Dank für Ihre Anmeldung."
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Vielen Dank für Ihre Anmeldung. Bitte prüfen Sie Ihre E-Mail, um Ihr "
13
+ "Abonnement zu bestätigen."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Ups! Es ist ein Problem aufgetreten. Bitte versuchen Sie es erneut."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Es ist ein Problem aufgetreten. Bitte füllen Sie alle erforderlichen Felder aus."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Einstellungen"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "GoDaddy E-Mail-Marketing ist fast bereit."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Sie müssen Ihren Benutzernamen und Ihren API-Schlüssel eingeben."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Los geht's!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Powered by GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Einstellungen für GoDaddy E-Mail-Marketing"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "GoDaddy-Anmeldeformulare"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Alle temporären Daten wurden entfernt."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Formularliste wurde erfolgreich aktualisiert."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Übersicht"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Anleitung"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Sobald das Plugin aktiviert ist, können Sie jedes Ihrer Webformulare aus "
139
+ "Ihrem GoDaddy E-Mail-Marketing auswählen und direkt in Ihre Website einfügen. "
140
+ "Die Einrichtung ist ein Kinderspiel. Geben Sie unten einfach die "
141
+ "E-Mail-Adresse Ihres Kontos und den API-Schlüssel ein (zu finden in Ihrem "
142
+ "GoDaddy E-Mail-Marketing-Konto unter [%s]). Hier sind drei Möglichkeiten, wie "
143
+ "Sie ein Webformular auf Ihrer Website anzeigen können:"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Shortcode:</strong> Sie können ein Formular in jeden Beitrag oder auf "
161
+ "jede Seite einfügen, indem Sie den Shortcode (Beispiel: <code>[gem "
162
+ "id=80326]</code>) in den Seiten-/Beitragseditor einfügen."
163
+
164
+ #: includes/settings.php:183
165
+ #, php-format
166
+ msgid ""
167
+ "<strong>Template Tag:</strong> You can add the following template tag into "
168
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
169
+ msgstr ""
170
+ "<strong>Vorlagen-Tag:</strong> Das folgende Vorlagen-Tag können Sie in jede "
171
+ "WordPress-Seite einfügen: <code>%s</code>. Beispiel: <code>%s</code>"
172
+
173
+ #: includes/settings.php:193
174
+ msgid "For more information:"
175
+ msgstr "Weitere Informationen: "
176
+
177
+ #: includes/settings.php:194
178
+ msgid "GoDaddy"
179
+ msgstr "GoDaddy"
180
+
181
+ #: includes/settings.php:195
182
+ msgid "GoDaddy Help"
183
+ msgstr "GoDaddy-Hilfe"
184
+
185
+ #: includes/settings.php:196
186
+ msgid "Contact GoDaddy"
187
+ msgstr "GoDaddy kontaktieren"
188
+
189
+ #: includes/settings.php:222
190
+ msgid "Account Details"
191
+ msgstr "Kontodetails"
192
+
193
+ #: includes/settings.php:229
194
+ msgid "GoDaddy Email Marketing Username"
195
+ msgstr "Benutzername für GoDaddy E-Mail-Marketing"
196
+
197
+ #: includes/settings.php:236
198
+ msgid "Your GoDaddy Email Marketing username (email address)"
199
+ msgstr "Ihr Benutzername für GoDaddy E-Mail-Marketing (E-Mail-Adresse)"
200
+
201
+ #: includes/settings.php:243
202
+ msgid "GoDaddy Email Marketing API Key"
203
+ msgstr "API-Schlüssel für GoDaddy E-Mail-Marketing"
204
+
205
+ #: includes/settings.php:250
206
+ msgctxt "settings page"
207
+ msgid "Where can I find my API key?"
208
+ msgstr "Wo finde ich meinen API-Schlüssel?"
209
+
210
+ #: includes/settings.php:266
211
+ msgid "Display \"Powered by GoDaddy\"?"
212
+ msgstr "\"Powered by GoDaddy\" anzeigen?"
213
+
214
+ #: includes/settings.php:290
215
+ msgctxt "gem header note"
216
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
217
+ msgstr "Profitieren Sie von GoDaddy E-Mail-Marketing aus erster Hand."
218
+
219
+ #: includes/settings.php:292
220
+ msgctxt "header note"
221
+ msgid ""
222
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
223
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
224
+ "subscribe to your email list."
225
+ msgstr ""
226
+ "Fügen Sie Ihr GoDaddy E-Mail-Marketing-Webformular in Ihre WordPress-Website "
227
+ "ein! Das GoDaddy E-Mail-Marketing-Plugin lässt sich leicht einrichten und "
228
+ "gestattet Ihren Website-Besuchern, sich in Ihren E-Mail-Verteiler einzutragen."
229
+
230
+ #: includes/settings.php:293
231
+ #, php-format
232
+ msgctxt "header note"
233
+ msgid ""
234
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
235
+ "minutes! %s"
236
+ msgstr ""
237
+ "Sie haben noch kein Konto für GoDaddy E-Mail-Marketing? Erstellen Sie eines "
238
+ "in weniger als 2 Minuten! %s"
239
+
240
+ #: includes/settings.php:293
241
+ msgctxt "header note"
242
+ msgid "Sign Up Now"
243
+ msgstr "Jetzt registrieren"
244
+
245
+ #: includes/settings.php:305
246
+ msgctxt "save settings button"
247
+ msgid "Save Settings"
248
+ msgstr "Einstellungen speichern"
249
+
250
+ #: includes/settings.php:307
251
+ msgid "Available Forms"
252
+ msgstr "Verfügbare Formulare"
253
+
254
+ #: includes/settings.php:313 includes/settings.php:321
255
+ msgid "Form Name"
256
+ msgstr "Formularname"
257
+
258
+ #: includes/settings.php:314 includes/settings.php:322
259
+ msgid "Form ID"
260
+ msgstr "Formular-ID"
261
+
262
+ #: includes/settings.php:315 includes/settings.php:323
263
+ msgid "Shortcode"
264
+ msgstr "Shortcode"
265
+
266
+ #: includes/settings.php:349
267
+ msgid "Opens in a new window"
268
+ msgstr "Wird in einem neuen Fenster geöffnet"
269
+
270
+ #: includes/settings.php:349
271
+ msgid "Edit form in GoDaddy Email Marketing"
272
+ msgstr "Formular in GoDaddy E-Mail-Marketing bearbeiten"
273
+
274
+ #: includes/settings.php:352
275
+ msgid "Preview"
276
+ msgstr "Vorschau"
277
+
278
+ #: includes/settings.php:366
279
+ msgid "No forms found"
280
+ msgstr "Keine Formulare gefunden"
281
+
282
+ #: includes/settings.php:377
283
+ msgid "Not seeing your form?"
284
+ msgstr "Ihre Formulare werden nicht angezeigt?"
285
+
286
+ #: includes/settings.php:377
287
+ msgid "Refresh Forms"
288
+ msgstr "Formulare aktualisieren"
289
+
290
+ #: includes/settings.php:382
291
+ msgid "Debug"
292
+ msgstr "Debuggen"
293
+
294
+ #: includes/settings.php:384
295
+ msgid "Erase All Data"
296
+ msgstr "Alle Daten löschen"
297
+
298
+ #: includes/settings.php:385
299
+ msgid "Erase Transients"
300
+ msgstr "Temporäre Daten löschen"
301
+
302
+ #: includes/settings.php:413
303
+ msgid ""
304
+ "The credentials are incorrect! Please verify that you have entered them "
305
+ "correctly."
306
+ msgstr ""
307
+ "Die Benutzerdaten sind falsch. Prüfen Sie bitte, ob Sie sie korrekt "
308
+ "eingegeben haben."
309
+
310
+ #: includes/settings.php:420
311
+ msgid ""
312
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
313
+ msgstr "Die Verbindung mit GoDaddy E-Mail-Marketing wurde hergestellt! Fertig!"
314
+
315
+ #: includes/settings.php:426
316
+ msgid "Please fill in the username and the API key first."
317
+ msgstr "Bitte geben Sie zunächst den Benutzernamen und den API-Schlüssel ein."
318
+
319
+ #: includes/settings.php:447
320
+ msgid ""
321
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
322
+ "be able to create forms."
323
+ msgstr ""
324
+ "Bitte geben Sie Ihren Benutzernamen und den API-Schlüssel für GoDaddy "
325
+ "E-Mail-Marketing ein, damit Sie Formulare erstellen können."
326
+
327
+ #: includes/widget.php:21 includes/widget.php:41
328
+ msgid "GoDaddy Email Marketing Form"
329
+ msgstr "Formular für GoDaddy E-Mail-Marketing"
330
+
331
+ #: includes/widget.php:24
332
+ msgctxt "widget description"
333
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
334
+ msgstr "Betten Sie jedes GoDaddy E-Mail-Marketing-Webformular in Ihre Seitenleiste ein."
335
+
336
+ #: includes/widget.php:97
337
+ msgid "Title:"
338
+ msgstr "Titel:"
339
+
340
+ #: includes/widget.php:103
341
+ msgid "Additional Text:"
342
+ msgstr "Zusätzlicher Text:"
343
+
344
+ #: includes/widget.php:112
345
+ msgid "Form:"
346
+ msgstr "Formular:"
347
+
348
+ #: includes/widget.php:125
349
+ #, php-format
350
+ msgctxt "link to settings page"
351
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
352
+ msgstr "Bitte richten Sie Ihr Konto für GoDaddy E-Mail-Marketing unter %s ein."
353
+
354
+ #: includes/widget.php:129
355
+ msgid "settings page"
356
+ msgstr "Seite mit den Einstellungen"
languages/godaddy-email-marketing-el.mo ADDED
Binary file
languages/godaddy-email-marketing-el.po ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Σας ευχαριστούμε για την εγγραφή!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Σας ευχαριστούμε για την εγγραφή! Ελέγξτε το email σας για να επιβεβαιώσετε "
13
+ "τη συνδρομή σας."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Ωχ! Προέκυψε πρόβλημα. Προσπαθήστε ξανά."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Προέκυψε πρόβλημα. Συμπληρώστε όλα τα απαραίτητα πεδία."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Ρυθμίσεις"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Το GoDaddy Μάρκετινγκ μέσω email είναι σχεδόν έτοιμο."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Για να λειτουργήσει, πρέπει να καταχωρήσετε το όνομα χρήστη και το κλειδί σας API."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Πάμε λοιπόν!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Από την GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Ρυθμίσεις GoDaddy Μάρκετινγκ μέσω email"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Φόρμες εγγραφής GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Όλα τα προσωρινά δεδομένα καταργήθηκαν."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Η λίστα φορμών ενημερώθηκε με επιτυχία."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Σύνοψη"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Οδηγίες"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Αφού ενεργοποιηθεί η προσθήκη, θα μπορείτε να κάνετε επιλογή και εισαγωγή "
139
+ "οποιασδήποτε από τις φόρμες σας web από το GoDaddy Μάρκετινγκ μέσω email "
140
+ "απευθείας στον ιστότοπό σας. Η ρύθμιση είναι πανεύκολη. Παρακάτω, αρκεί να "
141
+ "καταχωρήσετε τη διεύθυνση email και το κλειδί API του λογαριασμού σας (το "
142
+ "οποίο θα βρείτε στην περιοχή του λογαριασμού σας [%s] GoDaddy Μάρκετινγκ μέσω "
143
+ "email). Ακολουθούν οι 3 τρόποι με τους οποίους μπορείτε να εμφανίσετε μια "
144
+ "φόρμα web στον ιστότοπό σας:"
145
+
146
+ #: includes/settings.php:180
147
+ msgid ""
148
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
149
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
150
+ "choice. You can then add a title and select a form!"
151
+ msgstr ""
152
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
153
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
154
+ "choice. You can then add a title and select a form!"
155
+
156
+ #: includes/settings.php:181
157
+ msgid ""
158
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
159
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
160
+ msgstr ""
161
+ "<strong>Σύντομος κωδικός:</strong> Μπορείτε να προσθέσετε μια φόρμα σε "
162
+ "οποιαδήποτε ανάρτηση ή σελίδα, προσθέτοντας τον σύντομο κωδικό (π.χ. "
163
+ "<code>[gem id=80326]</code>) στην επεξεργασία της σελίδας/της ανάρτησης."
164
+
165
+ #: includes/settings.php:183
166
+ #, php-format
167
+ msgid ""
168
+ "<strong>Template Tag:</strong> You can add the following template tag into "
169
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
170
+ msgstr ""
171
+ "<strong>Ετικέτα προτύπου:</strong> Μπορείτε να προσθέσετε την παρακάτω "
172
+ "ετικέτα προτύπου σε οποιοδήποτε αρχείο WordPress: <code>%s</code>. Π.χ. <code>%s</code>"
173
+
174
+ #: includes/settings.php:193
175
+ msgid "For more information:"
176
+ msgstr "Για περισσότερες πληροφορίες: "
177
+
178
+ #: includes/settings.php:194
179
+ msgid "GoDaddy"
180
+ msgstr "GoDaddy"
181
+
182
+ #: includes/settings.php:195
183
+ msgid "GoDaddy Help"
184
+ msgstr "Βοήθεια GoDaddy"
185
+
186
+ #: includes/settings.php:196
187
+ msgid "Contact GoDaddy"
188
+ msgstr "Επικοινωνία με GoDaddy"
189
+
190
+ #: includes/settings.php:222
191
+ msgid "Account Details"
192
+ msgstr "Λεπτομέρειες λογαριασμού"
193
+
194
+ #: includes/settings.php:229
195
+ msgid "GoDaddy Email Marketing Username"
196
+ msgstr "Όνομα χρήστη GoDaddy Μάρκετινγκ μέσω email"
197
+
198
+ #: includes/settings.php:236
199
+ msgid "Your GoDaddy Email Marketing username (email address)"
200
+ msgstr "Το όνομα χρήστη σας στο GoDaddy Μάρκετινγκ μέσω email (διεύθυνση email)"
201
+
202
+ #: includes/settings.php:243
203
+ msgid "GoDaddy Email Marketing API Key"
204
+ msgstr "Κλειδί API για το GoDaddy Μάρκετινγκ μέσω email"
205
+
206
+ #: includes/settings.php:250
207
+ msgctxt "settings page"
208
+ msgid "Where can I find my API key?"
209
+ msgstr "Πού μπορώ να βρω το κλειδί API μου;"
210
+
211
+ #: includes/settings.php:266
212
+ msgid "Display \"Powered by GoDaddy\"?"
213
+ msgstr "Να εμφανίζεται το \"Από την GoDaddy\";"
214
+
215
+ #: includes/settings.php:290
216
+ msgctxt "gem header note"
217
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
218
+ msgstr "Απολαύστε την εμπειρία του GoDaddy Μάρκετινγκ μέσω email, από πρώτο χέρι."
219
+
220
+ #: includes/settings.php:292
221
+ msgctxt "header note"
222
+ msgid ""
223
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
224
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
225
+ "subscribe to your email list."
226
+ msgstr ""
227
+ "Προσθέστε τη φόρμα σας web GoDaddy Μάρκετινγκ μέσω email στον ιστότοπό σας "
228
+ "WordPress. Εύκολη στη ρύθμιση, η προσθήκη GoDaddy Μάρκετινγκ μέσω email "
229
+ "επιτρέπει στους επισκέπτες του ιστότοπού σας να εγγράφονται ως συνδρομητές "
230
+ "στις λίστες email σας."
231
+
232
+ #: includes/settings.php:293
233
+ #, php-format
234
+ msgctxt "header note"
235
+ msgid ""
236
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
237
+ "minutes! %s"
238
+ msgstr ""
239
+ "Δεν έχετε λογαριασμό στο GoDaddy Μάρκετινγκ μέσω email; Αποκτήστε σε λιγότερα "
240
+ "από 2 λεπτά! %s"
241
+
242
+ #: includes/settings.php:293
243
+ msgctxt "header note"
244
+ msgid "Sign Up Now"
245
+ msgstr "Εγγραφείτε τώρα"
246
+
247
+ #: includes/settings.php:305
248
+ msgctxt "save settings button"
249
+ msgid "Save Settings"
250
+ msgstr "Αποθήκευση ρυθμίσεων"
251
+
252
+ #: includes/settings.php:307
253
+ msgid "Available Forms"
254
+ msgstr "Διαθέσιμες φόρμες"
255
+
256
+ #: includes/settings.php:313 includes/settings.php:321
257
+ msgid "Form Name"
258
+ msgstr "Όνομα φόρμας"
259
+
260
+ #: includes/settings.php:314 includes/settings.php:322
261
+ msgid "Form ID"
262
+ msgstr "Αναγνωριστικό φόρμας"
263
+
264
+ #: includes/settings.php:315 includes/settings.php:323
265
+ msgid "Shortcode"
266
+ msgstr "Σύντομος κωδικός"
267
+
268
+ #: includes/settings.php:349
269
+ msgid "Opens in a new window"
270
+ msgstr "Ανοίγει σε νέο παράθυρο"
271
+
272
+ #: includes/settings.php:349
273
+ msgid "Edit form in GoDaddy Email Marketing"
274
+ msgstr "Επεξεργασία φόρμας στο GoDaddy Μάρκετινγκ μέσω email"
275
+
276
+ #: includes/settings.php:352
277
+ msgid "Preview"
278
+ msgstr "Προεπισκόπηση"
279
+
280
+ #: includes/settings.php:366
281
+ msgid "No forms found"
282
+ msgstr "Δεν βρέθηκαν φόρμες"
283
+
284
+ #: includes/settings.php:377
285
+ msgid "Not seeing your form?"
286
+ msgstr "Δεν βλέπετε τη φόρμα σας;"
287
+
288
+ #: includes/settings.php:377
289
+ msgid "Refresh Forms"
290
+ msgstr "Ανανέωση φορμών"
291
+
292
+ #: includes/settings.php:382
293
+ msgid "Debug"
294
+ msgstr "Εντοπισμός σφαλμάτων"
295
+
296
+ #: includes/settings.php:384
297
+ msgid "Erase All Data"
298
+ msgstr "Διαγραφή όλων των δεδομένων"
299
+
300
+ #: includes/settings.php:385
301
+ msgid "Erase Transients"
302
+ msgstr "Διαγραφή προσωρινών δεδομένων"
303
+
304
+ #: includes/settings.php:413
305
+ msgid ""
306
+ "The credentials are incorrect! Please verify that you have entered them "
307
+ "correctly."
308
+ msgstr ""
309
+ "Τα διαπιστευτήρια είναι εσφαλμένα! Βεβαιωθείτε ότι τα έχετε καταχωρήσει σωστά."
310
+
311
+ #: includes/settings.php:420
312
+ msgid ""
313
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
314
+ msgstr ""
315
+ "Η σύνδεση με το GoDaddy Μάρκετινγκ μέσω email αποκαταστάθηκε! Είστε έτοιμοι!"
316
+
317
+ #: includes/settings.php:426
318
+ msgid "Please fill in the username and the API key first."
319
+ msgstr "Συμπληρώστε πρώτα το όνομα χρήστη και το κλειδί API."
320
+
321
+ #: includes/settings.php:447
322
+ msgid ""
323
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
324
+ "be able to create forms."
325
+ msgstr ""
326
+ "Καταχωρήστε το όνομα χρήστη και το κλειδί API για το GoDaddy Μάρκετινγκ μέσω "
327
+ "email, ώστε να μπορείτε να δημιουργείτε φόρμες."
328
+
329
+ #: includes/widget.php:21 includes/widget.php:41
330
+ msgid "GoDaddy Email Marketing Form"
331
+ msgstr "Φόρμα GoDaddy Μάρκετινγκ μέσω email"
332
+
333
+ #: includes/widget.php:24
334
+ msgctxt "widget description"
335
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
336
+ msgstr "Ενσωματώστε οποιαδήποτε φόρμα web του GoDaddy Μάρκετινγκ μέσω email στην πλευρική γραμμή σας."
337
+
338
+ #: includes/widget.php:97
339
+ msgid "Title:"
340
+ msgstr "Τίτλος:"
341
+
342
+ #: includes/widget.php:103
343
+ msgid "Additional Text:"
344
+ msgstr "Πρόσθετο κείμενο:"
345
+
346
+ #: includes/widget.php:112
347
+ msgid "Form:"
348
+ msgstr "Φόρμα:"
349
+
350
+ #: includes/widget.php:125
351
+ #, php-format
352
+ msgctxt "link to settings page"
353
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
354
+ msgstr "Ρυθμίστε τον λογαριασμό σας GoDaddy Μάρκετινγκ μέσω email στη %s."
355
+
356
+ #: includes/widget.php:129
357
+ msgid "settings page"
358
+ msgstr "σελίδα ρυθμίσεων"
languages/godaddy-email-marketing-es_ES.mo ADDED
Binary file
languages/godaddy-email-marketing-es_ES.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "¡Gracias por registrarte!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "¡Gracias por registrarte! Verifica tu correo electrónico para confirmar tu suscripción."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "¡Uy! Hubo un problema. Inténtalo de nuevo."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Hubo un problema. Llena todos los campos obligatorios."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Configuración"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "GoDaddy Email Marketing está casi listo."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Debes ingresar tu nombre de usuario y tu clave API para que funcione."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "¡Hagámoslo!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Con tecnología de GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Configuración de GoDaddy Email Marketing"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Formularios de registro de GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Se eliminaron todos los datos transitorios."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "La lista de formularios se actualizó correctamente."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Información general"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instrucciones"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Una vez activado el complemento, podrás seleccionar e insertar cualquiera de "
138
+ "tus formularios web de GoDaddy Email Marketing en tu sitio. La configuración "
139
+ "es sencilla. A continuación, simplemente ingresa la dirección de correo "
140
+ "electrónico de tu cuenta y la clave API (la encontrarás en el área de tu "
141
+ "cuenta de GoDaddy Email Marketing [%s]). Estas son las 3 maneras de mostrar "
142
+ "un formulario web en tu sitio:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Código abreviado:</strong> Para añadir un formulario a cualquier "
160
+ "publicación o página agrega el código abreviado (p. ej.: <code>[gem "
161
+ "id=80326]</code>) al editor de página/publicación."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Etiqueta de plantilla:</strong> Puedes agregar la siguiente etiqueta "
170
+ "de plantilla en cualquier archivo de WordPress: <code>%s</code>. Ej. <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Para obtener más información:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "Ayuda de GoDaddy"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Ponerse en contacto con GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Detalles de la cuenta"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nombre de usuario de GoDaddy Email Marketing"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Tu nombre de usuario de GoDaddy Email Marketing (dirección de correo electrónico)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Clave API de GoDaddy Email Marketing"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "¿Dónde puedo encontrar mi clave API?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "¿Mostrar \"Desarrollado por GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Disfruta de la experiencia GoDaddy Email Marketing, de primera mano."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "¡Agrega tu formulario web de GoDaddy Email Marketing a tu sitio de WordPress! "
226
+ "El complemento GoDaddy Email Marketing, que puede configurarse fácilmente, "
227
+ "permite a los visitantes de tu sitio suscribirse a tu lista de correos electrónicos."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "¿No tienes una cuenta de GoDaddy Email Marketing? ¡Obtén una en menos de 2 "
237
+ "minutos! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Inscríbase ahora"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Guardar configuración"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Formularios disponibles"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Nombre del formulario"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "Id. del formulario"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Código abreviado"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Se abre en una nueva ventana"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Editar formulario en GoDaddy Email Marketing"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Vista previa"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "No se encontraron formularios"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "¿No ves tu formulario?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Actualizar formularios"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Depurar"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Eliminar todos los datos"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Eliminar datos temporales"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "¡Las datos de inicio de sesión son incorrectos! Verifica si ingresaste los "
307
+ "datos correctamente."
308
+
309
+ #: includes/settings.php:420
310
+ msgid ""
311
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
312
+ msgstr "¡Se estableció la conexión con GoDaddy Email Marketing! ¡Estás listo!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Primero llena los campos de nombre de usuario y clave API."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Ingresa tu nombre de usuario de GoDaddy Email Marketing y la clave API para "
324
+ "que se puedan crear los formularios."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Formulario de GoDaddy Email Marketing"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Inserta cualquier formulario web de GoDaddy Email Marketing en tu barra lateral."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Título:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Texto adicional:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Formulario:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Configura tu cuenta de GoDaddy Email Marketing en %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "página de configuración"
languages/godaddy-email-marketing-es_MX.mo ADDED
Binary file
languages/godaddy-email-marketing-es_MX.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "¡Gracias por registrarte!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "¡Gracias por registrarte! Verifica tu correo electrónico para confirmar tu suscripción."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "¡Uy! Hubo un problema. Inténtalo de nuevo."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Hubo un problema. Llena todos los campos obligatorios."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Configuración"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "GoDaddy Email Marketing está casi listo."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Debes ingresar tu nombre de usuario y tu clave API para que funcione."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "¡Hagámoslo!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Con tecnología de GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Configuración de GoDaddy Email Marketing"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Formularios de registro de GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Se eliminaron todos los datos transitorios."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "La lista de formularios se actualizó correctamente."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Información general"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instrucciones"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Una vez activado el complemento, podrás seleccionar e insertar cualquiera de "
138
+ "tus formularios web de GoDaddy Email Marketing en tu sitio. La configuración "
139
+ "es sencilla. A continuación, simplemente ingresa la dirección de correo "
140
+ "electrónico de tu cuenta y la clave API (la encontrarás en el área de tu "
141
+ "cuenta de GoDaddy Email Marketing [%s]). Estas son las 3 maneras de mostrar "
142
+ "un formulario web en tu sitio:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Código abreviado:</strong> Para añadir un formulario a cualquier "
160
+ "publicación o página agrega el código abreviado (p. ej.: <code>[gem "
161
+ "id=80326]</code>) al editor de página/publicación."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Etiqueta de plantilla:</strong> Puedes agregar la siguiente etiqueta "
170
+ "de plantilla en cualquier archivo de WordPress: <code>%s</code>. Ej. <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Para obtener más información:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "Ayuda de GoDaddy"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Ponerse en contacto con GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Detalles de la cuenta"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nombre de usuario de GoDaddy Email Marketing"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Tu nombre de usuario de GoDaddy Email Marketing (dirección de correo electrónico)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Clave API de GoDaddy Email Marketing"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "¿Dónde puedo encontrar mi clave API?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "¿Mostrar \"Desarrollado por GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Disfruta de la experiencia GoDaddy Email Marketing, de primera mano."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "¡Agrega tu formulario web de GoDaddy Email Marketing a tu sitio de WordPress! "
226
+ "El complemento GoDaddy Email Marketing, que puede configurarse fácilmente, "
227
+ "permite a los visitantes de tu sitio suscribirse a tu lista de correos electrónicos."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "¿No tienes una cuenta de GoDaddy Email Marketing? ¡Obtén una en menos de 2 "
237
+ "minutos! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Inscríbase ahora"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Guardar configuración"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Formularios disponibles"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Nombre del formulario"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "Id. del formulario"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Código abreviado"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Se abre en una nueva ventana"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Editar formulario en GoDaddy Email Marketing"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Vista previa"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "No se encontraron formularios"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "¿No ves tu formulario?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Actualizar formularios"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Depurar"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Eliminar todos los datos"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Eliminar datos temporales"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "¡Las datos de inicio de sesión son incorrectos! Verifica si ingresaste los "
307
+ "datos correctamente."
308
+
309
+ #: includes/settings.php:420
310
+ msgid ""
311
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
312
+ msgstr "¡Se estableció la conexión con GoDaddy Email Marketing! ¡Estás listo!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Primero llena los campos de nombre de usuario y clave API."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Ingresa tu nombre de usuario de GoDaddy Email Marketing y la clave API para "
324
+ "que se puedan crear los formularios."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Formulario de GoDaddy Email Marketing"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Inserta cualquier formulario web de GoDaddy Email Marketing en tu barra lateral."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Título:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Texto adicional:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Formulario:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Configura tu cuenta de GoDaddy Email Marketing en %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "página de configuración"
languages/godaddy-email-marketing-fi.mo ADDED
Binary file
languages/godaddy-email-marketing-fi.po ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Kiitos rekisteröitymisestä!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "Kiitos rekisteröitymisestä! Tarkista sähköpostisi ja vahvista tilaus."
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "Hups! Tapahtui virhe. Yritä uudelleen."
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "Tapahtui virhe. Täytä kaikki pakolliset kentät."
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "Asetukset"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy-sähköpostimarkkinointi on melkein valmis."
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "Sen toimiminen edellyttää, että annat käyttäjätunnuksesi ja API-avaimen."
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "Hoidetaan homma!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "Palvelun tarjoaa GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddy-sähköpostimarkkinoinnin asetukset"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy-rekisteröitymislomakkeet"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "Kaikki tilapäiset tiedot poistettiin."
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "Lomakeluettelo on päivitetty."
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "Yleiskatsaus"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "Ohjeet"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "Kun laajennus on aktivoitu, voit valita haluamasi "
137
+ "GoDaddy-sähköpostimarkkinoinnin verkkolomakkeet ja lisätä ne suoraan "
138
+ "sivustoosi. Asennus on helppoa. Sinun tarvitsee vain antaa tiliisi liitetty "
139
+ "sähköpostiosoite ja API-avain (löydät ne GoDaddy-sähköpostimarkkinointitilisi "
140
+ "osiosta [%s]). Tässä on 3 tapaa, joita käyttäen voit esittää verkkolomakkeen sivustossasi:"
141
+
142
+ #: includes/settings.php:180
143
+ msgid ""
144
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
145
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
146
+ "choice. You can then add a title and select a form!"
147
+ msgstr ""
148
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
149
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
150
+ "choice. You can then add a title and select a form!"
151
+
152
+ #: includes/settings.php:181
153
+ msgid ""
154
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
155
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
156
+ msgstr ""
157
+ "<strong>Pikakoodi:</strong> Voit lisätä lomakkeen mihin tahansa viestiin tai "
158
+ "sivulle lisäämällä pikakoodin (esim. <code>[gem id=80326]</code>) sivun tai "
159
+ "viestin editoriin."
160
+
161
+ #: includes/settings.php:183
162
+ #, php-format
163
+ msgid ""
164
+ "<strong>Template Tag:</strong> You can add the following template tag into "
165
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
166
+ msgstr ""
167
+ "<strong>Mallipohjan tunniste:</strong> Voit lisätä seuraavan "
168
+ "mallipohjatunnisteen mihin tahansa WordPress-tiedostoon: <code>%s</code>. "
169
+ "Esimerkki: <code>%s</code>"
170
+
171
+ #: includes/settings.php:193
172
+ msgid "For more information:"
173
+ msgstr "Lisätietoja:"
174
+
175
+ #: includes/settings.php:194
176
+ msgid "GoDaddy"
177
+ msgstr "GoDaddy"
178
+
179
+ #: includes/settings.php:195
180
+ msgid "GoDaddy Help"
181
+ msgstr "GoDaddy-ohje"
182
+
183
+ #: includes/settings.php:196
184
+ msgid "Contact GoDaddy"
185
+ msgstr "Ota yhteyttä GoDaddyyn"
186
+
187
+ #: includes/settings.php:222
188
+ msgid "Account Details"
189
+ msgstr "Tilin tiedot"
190
+
191
+ #: includes/settings.php:229
192
+ msgid "GoDaddy Email Marketing Username"
193
+ msgstr "GoDaddy-sähköpostimarkkinoinnin käyttäjätunnus"
194
+
195
+ #: includes/settings.php:236
196
+ msgid "Your GoDaddy Email Marketing username (email address)"
197
+ msgstr "GoDaddy-sähköpostimarkkinoinnin käyttäjätunnuksesi (sähköpostiosoite)"
198
+
199
+ #: includes/settings.php:243
200
+ msgid "GoDaddy Email Marketing API Key"
201
+ msgstr "GoDaddy-sähköpostimarkkinoinnin API-avain"
202
+
203
+ #: includes/settings.php:250
204
+ msgctxt "settings page"
205
+ msgid "Where can I find my API key?"
206
+ msgstr "Miten löydän API-avaimeni?"
207
+
208
+ #: includes/settings.php:266
209
+ msgid "Display \"Powered by GoDaddy\"?"
210
+ msgstr "Näytetäänkö ”Palvelun tarjoaa GoDaddy” -merkintä?"
211
+
212
+ #: includes/settings.php:290
213
+ msgctxt "gem header note"
214
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
215
+ msgstr "Nauti GoDaddy-sähköpostimarkkinoinnin tarjoamasta käyttäjäkokemuksesta omakohtaisesti."
216
+
217
+ #: includes/settings.php:292
218
+ msgctxt "header note"
219
+ msgid ""
220
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
221
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
222
+ "subscribe to your email list."
223
+ msgstr ""
224
+ "Lisää GoDaddy-sähköpostimarkkinoinnin verkkolomake WordPress-sivustoosi! "
225
+ "Helposti asennettavan GoDaddy-sähköpostimarkkinointilaajennuksen avulla "
226
+ "sivustosi vierailijat voivat ryhtyä postituslistasi tilaajiksi."
227
+
228
+ #: includes/settings.php:293
229
+ #, php-format
230
+ msgctxt "header note"
231
+ msgid ""
232
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
233
+ "minutes! %s"
234
+ msgstr ""
235
+ "Eikö sinulla ole GoDaddy-sähköpostimarkkinoinnin tiliä? Hanki tili alle 2 "
236
+ "minuutissa! %s"
237
+
238
+ #: includes/settings.php:293
239
+ msgctxt "header note"
240
+ msgid "Sign Up Now"
241
+ msgstr "Rekisteröidy nyt"
242
+
243
+ #: includes/settings.php:305
244
+ msgctxt "save settings button"
245
+ msgid "Save Settings"
246
+ msgstr "Tallenna asetukset"
247
+
248
+ #: includes/settings.php:307
249
+ msgid "Available Forms"
250
+ msgstr "Käytettävissä olevat lomakkeet"
251
+
252
+ #: includes/settings.php:313 includes/settings.php:321
253
+ msgid "Form Name"
254
+ msgstr "Lomakkeen nimi"
255
+
256
+ #: includes/settings.php:314 includes/settings.php:322
257
+ msgid "Form ID"
258
+ msgstr "Lomaketunnus"
259
+
260
+ #: includes/settings.php:315 includes/settings.php:323
261
+ msgid "Shortcode"
262
+ msgstr "Pikakoodi"
263
+
264
+ #: includes/settings.php:349
265
+ msgid "Opens in a new window"
266
+ msgstr "Avautuu uuteen ikkunaan"
267
+
268
+ #: includes/settings.php:349
269
+ msgid "Edit form in GoDaddy Email Marketing"
270
+ msgstr "Muokkaa lomaketta GoDaddy-sähköpostimarkkinoinnissa"
271
+
272
+ #: includes/settings.php:352
273
+ msgid "Preview"
274
+ msgstr "Esikatselu"
275
+
276
+ #: includes/settings.php:366
277
+ msgid "No forms found"
278
+ msgstr "Lomakkeita ei löytynyt"
279
+
280
+ #: includes/settings.php:377
281
+ msgid "Not seeing your form?"
282
+ msgstr "Etkö näe omaa lomakettasi?"
283
+
284
+ #: includes/settings.php:377
285
+ msgid "Refresh Forms"
286
+ msgstr "Virkistä lomakkeet"
287
+
288
+ #: includes/settings.php:382
289
+ msgid "Debug"
290
+ msgstr "Virheenkorjaus"
291
+
292
+ #: includes/settings.php:384
293
+ msgid "Erase All Data"
294
+ msgstr "Poista kaikki tiedot"
295
+
296
+ #: includes/settings.php:385
297
+ msgid "Erase Transients"
298
+ msgstr "Poista tilapäiset tiedot"
299
+
300
+ #: includes/settings.php:413
301
+ msgid ""
302
+ "The credentials are incorrect! Please verify that you have entered them "
303
+ "correctly."
304
+ msgstr ""
305
+ "Tunnistetiedot ovat virheelliset! Varmista, että olet antanut ne oikein."
306
+
307
+ #: includes/settings.php:420
308
+ msgid ""
309
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
310
+ msgstr ""
311
+ "Yhteys GoDaddy-sähköpostimarkkinointiin on muodostettu. Kaikki on valmista!"
312
+
313
+ #: includes/settings.php:426
314
+ msgid "Please fill in the username and the API key first."
315
+ msgstr "Anna ensin käyttäjätunnuksesi ja API-avaimesi."
316
+
317
+ #: includes/settings.php:447
318
+ msgid ""
319
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
320
+ "be able to create forms."
321
+ msgstr ""
322
+ "Anna GoDaddy-sähköpostimarkkinoinnin käyttäjätunnuksesi sekä API-avain, jotta "
323
+ "voit luoda lomakkeita."
324
+
325
+ #: includes/widget.php:21 includes/widget.php:41
326
+ msgid "GoDaddy Email Marketing Form"
327
+ msgstr "GoDaddy-sähköpostimarkkinoinnin lomake"
328
+
329
+ #: includes/widget.php:24
330
+ msgctxt "widget description"
331
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
332
+ msgstr "Upota mikä tahansa GoDaddy-sähköpostimarkkinoinnin verkkolomake sivupalkkiisi."
333
+
334
+ #: includes/widget.php:97
335
+ msgid "Title:"
336
+ msgstr "Otsikko:"
337
+
338
+ #: includes/widget.php:103
339
+ msgid "Additional Text:"
340
+ msgstr "Lisäteksti:"
341
+
342
+ #: includes/widget.php:112
343
+ msgid "Form:"
344
+ msgstr "Lomake:"
345
+
346
+ #: includes/widget.php:125
347
+ #, php-format
348
+ msgctxt "link to settings page"
349
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
350
+ msgstr "Määritä GoDaddy-sähköpostimarkkinointitilisi %s."
351
+
352
+ #: includes/widget.php:129
353
+ msgid "settings page"
354
+ msgstr "asetukset-sivulla"
languages/godaddy-email-marketing-fr_FR.mo ADDED
Binary file
languages/godaddy-email-marketing-fr_FR.po ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Merci de votre inscription !"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Merci de votre inscription ! Veuillez vérifier votre mail pour confirmer "
13
+ "votre abonnement."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Erreur ! Un problème est survenu. Réessayez."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Un problème est survenu. Veuillez remplir tous les champs obligatoires."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Paramètres"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Le plug-in GoDaddy Marketing par email est presque prêt."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Vous devez entrer votre nom d'utilisateur et votre clé API pour en garantir le bon fonctionnement."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Allons-y !"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Optimisé par GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Paramètres du plug-in GoDaddy Marketing par email"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Formulaires d'inscription GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Toutes les données temporaires en cache ont été supprimées."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Les listes de formulaires ont été mises à jour."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Présentation"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Instructions"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Une fois le plug-in activé, vous pourrez sélectionner et insérer vos "
139
+ "formulaires Web GoDaddy Marketing par email directement dans votre site. La "
140
+ "configuration est simple. Entrez ci-dessous l'adresse email de votre compte "
141
+ "et votre clé API (indiquées dans la zone [%s] de votre compte GoDaddy "
142
+ "Marketing par email). Vous disposez de trois méthodes pour afficher un "
143
+ "formulaire Web sur votre site :"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Code abrégé :</strong> Vous pouvez ajouter un formulaire à toute "
161
+ "publication ou page en ajoutant le code abrégé (ex. <code>[gem "
162
+ "id=80326]</code>) dans l'éditeur de page/publication."
163
+
164
+ #: includes/settings.php:183
165
+ #, php-format
166
+ msgid ""
167
+ "<strong>Template Tag:</strong> You can add the following template tag into "
168
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
169
+ msgstr ""
170
+ "<strong>Balise de modèle :</strong> Vous pouvez ajouter la balise de modèle "
171
+ "suivante dans tout fichier WordPress : <code>%s</code>. Ex. <code>%s</code>"
172
+
173
+ #: includes/settings.php:193
174
+ msgid "For more information:"
175
+ msgstr "Pour plus d'informations :"
176
+
177
+ #: includes/settings.php:194
178
+ msgid "GoDaddy"
179
+ msgstr "GoDaddy"
180
+
181
+ #: includes/settings.php:195
182
+ msgid "GoDaddy Help"
183
+ msgstr "Aide GoDaddy"
184
+
185
+ #: includes/settings.php:196
186
+ msgid "Contact GoDaddy"
187
+ msgstr "Contactez GoDaddy"
188
+
189
+ #: includes/settings.php:222
190
+ msgid "Account Details"
191
+ msgstr "Détails du compte"
192
+
193
+ #: includes/settings.php:229
194
+ msgid "GoDaddy Email Marketing Username"
195
+ msgstr "Nom d'utilisateur pour le marketing par mail GoDaddy"
196
+
197
+ #: includes/settings.php:236
198
+ msgid "Your GoDaddy Email Marketing username (email address)"
199
+ msgstr "Votre nom d'utilisateur pour le marketing par mail GoDaddy (adresse email)"
200
+
201
+ #: includes/settings.php:243
202
+ msgid "GoDaddy Email Marketing API Key"
203
+ msgstr "Clé API pour le marketing par mail GoDaddy"
204
+
205
+ #: includes/settings.php:250
206
+ msgctxt "settings page"
207
+ msgid "Where can I find my API key?"
208
+ msgstr "Où puis-je trouver ma clé API ?"
209
+
210
+ #: includes/settings.php:266
211
+ msgid "Display \"Powered by GoDaddy\"?"
212
+ msgstr "Afficher « Optimisé par GoDaddy »"
213
+
214
+ #: includes/settings.php:290
215
+ msgctxt "gem header note"
216
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
217
+ msgstr "Faites directement l'expérience du plug-in Marketing par mail GoDaddy."
218
+
219
+ #: includes/settings.php:292
220
+ msgctxt "header note"
221
+ msgid ""
222
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
223
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
224
+ "subscribe to your email list."
225
+ msgstr ""
226
+ "Ajoutez votre formulaire Web Marketing par mail GoDaddy à votre site "
227
+ "WordPress ! Facile à configurer, le plug-in Marketing par mail GoDaddy permet "
228
+ "aux visiteurs de votre site de s'abonner à votre liste de courrier."
229
+
230
+ #: includes/settings.php:293
231
+ #, php-format
232
+ msgctxt "header note"
233
+ msgid ""
234
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
235
+ "minutes! %s"
236
+ msgstr ""
237
+ "Vous ne disposez pas encore d'un compte Marketing par mail GoDaddy ? Vous "
238
+ "pouvez en obtenir un en moins de 2 minutes ! %s"
239
+
240
+ #: includes/settings.php:293
241
+ msgctxt "header note"
242
+ msgid "Sign Up Now"
243
+ msgstr "S’inscrire maintenant"
244
+
245
+ #: includes/settings.php:305
246
+ msgctxt "save settings button"
247
+ msgid "Save Settings"
248
+ msgstr "Enregistrer les paramètres"
249
+
250
+ #: includes/settings.php:307
251
+ msgid "Available Forms"
252
+ msgstr "Formulaires disponibles"
253
+
254
+ #: includes/settings.php:313 includes/settings.php:321
255
+ msgid "Form Name"
256
+ msgstr "Nom du formulaire"
257
+
258
+ #: includes/settings.php:314 includes/settings.php:322
259
+ msgid "Form ID"
260
+ msgstr "ID de formulaire"
261
+
262
+ #: includes/settings.php:315 includes/settings.php:323
263
+ msgid "Shortcode"
264
+ msgstr "Code abrégé"
265
+
266
+ #: includes/settings.php:349
267
+ msgid "Opens in a new window"
268
+ msgstr "S'ouvre dans une nouvelle fenêtre"
269
+
270
+ #: includes/settings.php:349
271
+ msgid "Edit form in GoDaddy Email Marketing"
272
+ msgstr "Modifier le formulaire dans Marketing par mail GoDaddy"
273
+
274
+ #: includes/settings.php:352
275
+ msgid "Preview"
276
+ msgstr "Aperçu"
277
+
278
+ #: includes/settings.php:366
279
+ msgid "No forms found"
280
+ msgstr "Formulaires introuvables"
281
+
282
+ #: includes/settings.php:377
283
+ msgid "Not seeing your form?"
284
+ msgstr "Vous ne voyez pas votre formulaire ?"
285
+
286
+ #: includes/settings.php:377
287
+ msgid "Refresh Forms"
288
+ msgstr "Actualiser les formulaires"
289
+
290
+ #: includes/settings.php:382
291
+ msgid "Debug"
292
+ msgstr "Déboguer"
293
+
294
+ #: includes/settings.php:384
295
+ msgid "Erase All Data"
296
+ msgstr "Supprimer toutes les données"
297
+
298
+ #: includes/settings.php:385
299
+ msgid "Erase Transients"
300
+ msgstr "Supprimer toutes les données temporaires en cache"
301
+
302
+ #: includes/settings.php:413
303
+ msgid ""
304
+ "The credentials are incorrect! Please verify that you have entered them "
305
+ "correctly."
306
+ msgstr ""
307
+ "Les informations d'identification ne sont pas correctes ! Assurez-vous que "
308
+ "les informations entrées sont correctes."
309
+
310
+ #: includes/settings.php:420
311
+ msgid ""
312
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
313
+ msgstr ""
314
+ "La connexion a été établie à Marketing par mail GoDaddy ! Opération terminée !"
315
+
316
+ #: includes/settings.php:426
317
+ msgid "Please fill in the username and the API key first."
318
+ msgstr "Commencez par entrer le nom d'utilisateur et la clé API."
319
+
320
+ #: includes/settings.php:447
321
+ msgid ""
322
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
323
+ "be able to create forms."
324
+ msgstr ""
325
+ "Entrez votre nom d'utilisateur et la clé API Marketing par mail GoDaddy si "
326
+ "vous souhaitez pouvoir créer des formulaires."
327
+
328
+ #: includes/widget.php:21 includes/widget.php:41
329
+ msgid "GoDaddy Email Marketing Form"
330
+ msgstr "Formulaire Marketing par mail GoDaddy"
331
+
332
+ #: includes/widget.php:24
333
+ msgctxt "widget description"
334
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
335
+ msgstr "Intégrez un formulaire Marketing par mail GoDaddy dans votre encadré."
336
+
337
+ #: includes/widget.php:97
338
+ msgid "Title:"
339
+ msgstr "Titre :"
340
+
341
+ #: includes/widget.php:103
342
+ msgid "Additional Text:"
343
+ msgstr "Texte supplémentaire :"
344
+
345
+ #: includes/widget.php:112
346
+ msgid "Form:"
347
+ msgstr "Formulaire :"
348
+
349
+ #: includes/widget.php:125
350
+ #, php-format
351
+ msgctxt "link to settings page"
352
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
353
+ msgstr "Configurez votre compte Marketing par mail GoDaddy dans la %s."
354
+
355
+ #: includes/widget.php:129
356
+ msgid "settings page"
357
+ msgstr "page Paramètres"
languages/godaddy-email-marketing-id_ID.mo ADDED
Binary file
languages/godaddy-email-marketing-id_ID.po ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Terima kasih sudah mendaftar!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Terima kasih sudah mendaftar! Harap periksa email Anda untuk mengonfirmasi "
13
+ "langganan Anda."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Ups! Ada masalah. Harap coba lagi."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Ada masalah. Isi semua bidang yang wajib diisi."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Pengaturan"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "GoDaddy Email Marketing hampir siap."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Anda harus memasukkan nama pengguna &amp; kunci API agar akun dapat berfungsi."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Mari kerjakan!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Didukung oleh GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Pengaturan GoDaddy Email Marketing"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Formulir Pendaftaran GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Semua data transien dihapus."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Daftar formulir berhasil diperbarui."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Gambaran umum"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Instruksi"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Setelah plugin diaktifkan, Anda dapat memilih dan memasukkan formulir web "
139
+ "GoDaddy Email Marketing yang mana saja langsung ke situs Anda. Persiapannya "
140
+ "mudah. Di bawah ini, masukkan saja alamat email dan kunci API akun Anda "
141
+ "(ditemukan di area [%s] akun GoDaddy Email Marketing Anda). Berikut ini "
142
+ "terdapat 3 macam cara untuk menampilkan formulir web pada situs Anda:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Shortcode:</strong> Anda dapat menambahkan formulir ke posting atau "
160
+ "halaman mana saja dengan menambahkan shortcode (msl. <code>[gem "
161
+ "id=80326]</code>) di editor halaman/posting."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Tag Templat:</strong> Anda dapat menambahkan tag templat berikut ini "
170
+ "ke sembarang file Wordpress: <code>%s</code>. Msl. <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Untuk informasi lebih lengkap:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "Bantuan GoDaddy"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Hubungi GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Detail Akun"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nama Pengguna GoDaddy Email Marketing"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Nama pengguna (alamat email) GoDaddy Email Marketing"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Kunci API GoDaddy Email Marketing"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "Di mana saya dapat menemukan kunci API saya?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "Tampilkan \"Didukung oleh GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Nikmati Pengalaman GoDaddy Email Marketing, langsung."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "Tambahkan formulir web GoDaddy Email Marketing ke situs WordPress Anda! "
226
+ "Plugin GoDaddy Email Marketing mudah disiapkan dan memungkinkan pengunjung "
227
+ "situs Anda berlangganan dengan daftar email Anda."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "Tidak punya akun GoDaddy Email Marketing? Dapatkan satu akun kurang dari 2 "
237
+ "menit! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Daftar Sekarang"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Simpan Pengaturan"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Formulir yang Tersedia"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Nama Formulir"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "ID Formulir"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Shortcode"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Terbuka di jendela baru"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Edit formulir di GoDaddy Email Marketing"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Pratinjau"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Tidak ada formulir yang ditemukan"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Tidak bisa melihat formulir Anda?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Segarkan Formulir"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Debug"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Hapus Semua Data"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Hapus Data Transien"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "Kredensial salah! Harap verifikasi bahwa Anda telah memasukkannya dengan benar."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr "Koneksi dengan GoDaddy Email Marketing telah dibuat! Anda sudah siap!"
312
+
313
+ #: includes/settings.php:426
314
+ msgid "Please fill in the username and the API key first."
315
+ msgstr "Harap isi nama pengguna dan kunci API terlebih dahulu."
316
+
317
+ #: includes/settings.php:447
318
+ msgid ""
319
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
320
+ "be able to create forms."
321
+ msgstr ""
322
+ "Harap masukkan nama pengguna dan Kunci API GoDaddy Email Marketing Anda agar "
323
+ "dapat membuat formulir."
324
+
325
+ #: includes/widget.php:21 includes/widget.php:41
326
+ msgid "GoDaddy Email Marketing Form"
327
+ msgstr "Formulir GoDaddy Email Marketing"
328
+
329
+ #: includes/widget.php:24
330
+ msgctxt "widget description"
331
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
332
+ msgstr "Sematkan sembarang formulir web GoDaddy Email Marketing di bilah samping Anda."
333
+
334
+ #: includes/widget.php:97
335
+ msgid "Title:"
336
+ msgstr "Judul:"
337
+
338
+ #: includes/widget.php:103
339
+ msgid "Additional Text:"
340
+ msgstr "Teks Tambahan:"
341
+
342
+ #: includes/widget.php:112
343
+ msgid "Form:"
344
+ msgstr "Formulir:"
345
+
346
+ #: includes/widget.php:125
347
+ #, php-format
348
+ msgctxt "link to settings page"
349
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
350
+ msgstr "Harap buat akun GoDaddy Email Marketing Anda di %s."
351
+
352
+ #: includes/widget.php:129
353
+ msgid "settings page"
354
+ msgstr "halaman pengaturan"
languages/godaddy-email-marketing-it_IT.mo ADDED
Binary file
languages/godaddy-email-marketing-it_IT.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Grazie per l'iscrizione!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Grazie per l'iscrizione! Controlla la posta per confermare l'iscrizione."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Ops! Si è verificato un problema. Riprova."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Si è verificato un problema. Compila tutti i campi obbligatori."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Impostazioni"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "Marketing via email di GoDaddy è quasi pronto."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Per poter funzionare, devi inserire il tuo nome utente e la chiave API."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Procediamo."
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Gestito da GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Impostazioni di Marketing via email di GoDaddy"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Moduli di iscrizione GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Tutti i dati temporanei sono stati rimossi."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "L'elenco dei moduli è stato aggiornato."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Panoramica"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Istruzioni"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Quando il plug-in è attivato, sarai in grado di selezionare e inserire "
138
+ "qualsiasi modulo web di Marketing via email di GoDaddy direttamente nel tuo "
139
+ "sito. La procedura di configurazione è semplice. Di seguito, inserisci "
140
+ "l'indirizzo email del tuo account e la chiave API (che trovi nell'area [%s] "
141
+ "del tuo account Marketing vie email di GoDaddy). Ci sono 3 modi per "
142
+ "visualizzare un modulo web sul tuo sito:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Codice breve:</strong> Puoi aggiungere un modulo in qualsiasi post o "
160
+ "pagina aggiungendo il codice breve (ad esempio, <code>[gem id=80326]</code>) "
161
+ "nell'editor della pagina/del post."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Tag dei modelli:</strong> Puoi aggiungere il seguente tag dei modelli "
170
+ "in qualsiasi file WordPress: <code>%s</code>. Esempio: <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Per altre informazioni:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "Guida di GoDaddy"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Contatta GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Dettagli dell'account"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nome utente di Marketing via email di GoDaddy"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Il tuo nome utente di Marketing via email di GoDaddy (indirizzo email)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Chiave API di Marketing via email di GoDaddy"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "Dove posso trovare la mia chiave API?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "Mostrare \"Gestito da GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Tocca con mano i vantaggi di Marketing via email di GoDaddy."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "Aggiungi il modulo web di Marketing via email di GoDaddy nel tuo sito "
226
+ "WordPress. Facile da configurare, il plug-in Marketing via email di GoDaddy "
227
+ "consente ai visitatori del tuo sito di eseguire l'iscrizione alla tua mailing list."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "Non hai un account Marketing via email di GoDaddy? Ottienine uno in meno di 2 "
237
+ "minuti! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Iscriviti ora"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Salva impostazioni"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Moduli disponibili"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Nome form"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "ID modulo"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Codice breve"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Si aprirà in una nuova finestra"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Modifica il modulo in Marketing via email di GoDaddy"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Anteprima"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Nessun modulo trovato"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Non vedi il tuo modulo?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Aggiorna i moduli"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Debug"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Cancella tutti i dati"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Cancella tutti i dati temporanei"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "Le credenziali non sono corrette. Verifica di averle inserite correttamente."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "È stata stabilita la connessione con Marketing via email di GoDaddy. Ecco fatto."
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Inserisci prima il nome utente e la chiave API."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Per poter creare i moduli, inserisci il nome utente e la chiave API di "
324
+ "Marketing via email di GoDaddy."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Marketing via email di GoDaddy"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Incorpora qualsiasi modulo web di Marketing via email di GoDaddy nella barra laterale."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Titolo:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Testo aggiuntivo:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Modulo:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Configura il tuo account Marketing via email di GoDaddy nella %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "pagina delle impostazioni"
languages/godaddy-email-marketing-ja.mo ADDED
Binary file
languages/godaddy-email-marketing-ja.po ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "この度はご登録ありがとうございます!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "この度はご登録ありがとうございます! 登録確認のためメールをご確認ください。"
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "申し訳ありません。 問題があります。 もう一度お試しください。"
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "問題があります。 すべての必須フィールドに入力してください。"
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "設定"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddyメールマーケティングの準備が間もなく整います。"
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "完了するにはユーザー名 &amp; APIキーを入力する必要があります。"
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "入力してください!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "Powered by GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddyメールマーケティング設定"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy登録フォーム"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "すべてのトランジェントデータが削除されました。"
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "フォームリストが正常に更新されました。"
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "概要"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "説明"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "プラグインを有効にするとすぐに、GoDaddyメールマーケティングの Webフォームを選択し、サイトへ挿入することができるようになります。 "
137
+ "設定は簡単です。 下に、アカウントのメールアドレスと APIキー(GoDaddyメールマーケティングのアカウント [%s] "
138
+ "エリアで確認できます)を入力します。 Webフォームをサイトに表示する3つの方法:"
139
+
140
+ #: includes/settings.php:180
141
+ msgid ""
142
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
143
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
144
+ "choice. You can then add a title and select a form!"
145
+ msgstr ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+
150
+ #: includes/settings.php:181
151
+ msgid ""
152
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
153
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
154
+ msgstr ""
155
+ "<strong>ショートコード:</strong> ページ/投稿エディタでショートコード(例: <code>[gem id=80326]</code>)を追加することで、あらゆる投稿やページにフォームを追加することができます。"
156
+
157
+ #: includes/settings.php:183
158
+ #, php-format
159
+ msgid ""
160
+ "<strong>Template Tag:</strong> You can add the following template tag into "
161
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
162
+ msgstr ""
163
+ "<strong>テンプレートタグ:</strong> 次のテンプレートタグを任意の WordPressファイルに追加できます: "
164
+ "<code>%s</code>。 例: <code>%s</code>"
165
+
166
+ #: includes/settings.php:193
167
+ msgid "For more information:"
168
+ msgstr "さらに詳しい情報は:"
169
+
170
+ #: includes/settings.php:194
171
+ msgid "GoDaddy"
172
+ msgstr "GoDaddy"
173
+
174
+ #: includes/settings.php:195
175
+ msgid "GoDaddy Help"
176
+ msgstr "GoDaddyヘルプ"
177
+
178
+ #: includes/settings.php:196
179
+ msgid "Contact GoDaddy"
180
+ msgstr "GoDaddyに連絡"
181
+
182
+ #: includes/settings.php:222
183
+ msgid "Account Details"
184
+ msgstr "アカウント情報"
185
+
186
+ #: includes/settings.php:229
187
+ msgid "GoDaddy Email Marketing Username"
188
+ msgstr "GoDaddyメールマーケティング ユーザー名"
189
+
190
+ #: includes/settings.php:236
191
+ msgid "Your GoDaddy Email Marketing username (email address)"
192
+ msgstr "GoDaddyメールマーケティング ユーザー名(メールアドレス)"
193
+
194
+ #: includes/settings.php:243
195
+ msgid "GoDaddy Email Marketing API Key"
196
+ msgstr "GoDaddyメールマーケティング APIキー"
197
+
198
+ #: includes/settings.php:250
199
+ msgctxt "settings page"
200
+ msgid "Where can I find my API key?"
201
+ msgstr "APIキーはどこで確認できますか?"
202
+
203
+ #: includes/settings.php:266
204
+ msgid "Display \"Powered by GoDaddy\"?"
205
+ msgstr "「Powered by GoDaddy」を表示しますか?"
206
+
207
+ #: includes/settings.php:290
208
+ msgctxt "gem header note"
209
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
210
+ msgstr "GoDaddyメールマーケティング体験を直にお楽しみください。"
211
+
212
+ #: includes/settings.php:292
213
+ msgctxt "header note"
214
+ msgid ""
215
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
216
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
217
+ "subscribe to your email list."
218
+ msgstr ""
219
+ "GoDaddyメールマーケティングWebフォームを WordPressサイトへ追加しましょう! 簡単設定の GoDaddyメールマーケティング プラグインなら、サイト訪問者がメーリングリストに登録できるようになります。"
220
+
221
+ #: includes/settings.php:293
222
+ #, php-format
223
+ msgctxt "header note"
224
+ msgid ""
225
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
226
+ "minutes! %s"
227
+ msgstr "GoDaddyメールマーケティングのアカウントをまだお持ちではありませんか? 2分以内で取得できます! %s"
228
+
229
+ #: includes/settings.php:293
230
+ msgctxt "header note"
231
+ msgid "Sign Up Now"
232
+ msgstr "すぐにサイン アップする"
233
+
234
+ #: includes/settings.php:305
235
+ msgctxt "save settings button"
236
+ msgid "Save Settings"
237
+ msgstr "設定を保存"
238
+
239
+ #: includes/settings.php:307
240
+ msgid "Available Forms"
241
+ msgstr "使用できるフォーム"
242
+
243
+ #: includes/settings.php:313 includes/settings.php:321
244
+ msgid "Form Name"
245
+ msgstr "フォーム名"
246
+
247
+ #: includes/settings.php:314 includes/settings.php:322
248
+ msgid "Form ID"
249
+ msgstr "フォームID"
250
+
251
+ #: includes/settings.php:315 includes/settings.php:323
252
+ msgid "Shortcode"
253
+ msgstr "ショートコード"
254
+
255
+ #: includes/settings.php:349
256
+ msgid "Opens in a new window"
257
+ msgstr "新しいウィンドウで開く"
258
+
259
+ #: includes/settings.php:349
260
+ msgid "Edit form in GoDaddy Email Marketing"
261
+ msgstr "GoDaddyメールマーケティングでフォームを編集"
262
+
263
+ #: includes/settings.php:352
264
+ msgid "Preview"
265
+ msgstr "プレビュー"
266
+
267
+ #: includes/settings.php:366
268
+ msgid "No forms found"
269
+ msgstr "フォームが見つかりませんでした"
270
+
271
+ #: includes/settings.php:377
272
+ msgid "Not seeing your form?"
273
+ msgstr "フォームが表示されませんか?"
274
+
275
+ #: includes/settings.php:377
276
+ msgid "Refresh Forms"
277
+ msgstr "フォームを再読込み"
278
+
279
+ #: includes/settings.php:382
280
+ msgid "Debug"
281
+ msgstr "デバッグ"
282
+
283
+ #: includes/settings.php:384
284
+ msgid "Erase All Data"
285
+ msgstr "すべてのデータを消去"
286
+
287
+ #: includes/settings.php:385
288
+ msgid "Erase Transients"
289
+ msgstr "トランジェントデータを消去"
290
+
291
+ #: includes/settings.php:413
292
+ msgid ""
293
+ "The credentials are incorrect! Please verify that you have entered them "
294
+ "correctly."
295
+ msgstr "認証情報が正しくありません。 正確に入力したかどうかをご確認ください。"
296
+
297
+ #: includes/settings.php:420
298
+ msgid ""
299
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
300
+ msgstr "GoDaddyメールマーケティングに接続しました! 準備が整いました!"
301
+
302
+ #: includes/settings.php:426
303
+ msgid "Please fill in the username and the API key first."
304
+ msgstr "最初にユーザー名と APIキーを入力してください。"
305
+
306
+ #: includes/settings.php:447
307
+ msgid ""
308
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
309
+ "be able to create forms."
310
+ msgstr "フォームを作成するために、GoDaddyメールマーケティングのユーザー名と APIキーを入力してください。"
311
+
312
+ #: includes/widget.php:21 includes/widget.php:41
313
+ msgid "GoDaddy Email Marketing Form"
314
+ msgstr "GoDaddyメールマーケティング フォーム"
315
+
316
+ #: includes/widget.php:24
317
+ msgctxt "widget description"
318
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
319
+ msgstr "サイドバーに GoDaddyメールマーケティングの Webフォームを埋め込みます。"
320
+
321
+ #: includes/widget.php:97
322
+ msgid "Title:"
323
+ msgstr "タイトル:"
324
+
325
+ #: includes/widget.php:103
326
+ msgid "Additional Text:"
327
+ msgstr "追加テキスト:"
328
+
329
+ #: includes/widget.php:112
330
+ msgid "Form:"
331
+ msgstr "フォーム:"
332
+
333
+ #: includes/widget.php:125
334
+ #, php-format
335
+ msgctxt "link to settings page"
336
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
337
+ msgstr "%sで GoDaddyメールマーケティングのアカウントを設定してください。"
338
+
339
+ #: includes/widget.php:129
340
+ msgid "settings page"
341
+ msgstr "設定ページ"
languages/godaddy-email-marketing-ko_KR.mo ADDED
Binary file
languages/godaddy-email-marketing-ko_KR.po ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "등록해 주셔서 감사합니다!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "등록해 주셔서 감사합니다! 이메일을 확인하여 등록을 확정해 주십시오."
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "이런! 문제가 있습니다. 다시 시도하십시오."
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "문제가 있습니다. 필수 필드를 모두 기입하십시오."
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "설정"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy 이메일 마케팅이 거의 준비되었습니다."
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "이것을 사용하려면 사용자 이름과 API 키를 입력해야 합니다."
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "해 봅시다!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "GoDaddy 제공"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddy 이메일 마케팅 설정"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy 등록 폼"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "모든 임시 데이터가 제거되었습니다."
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "폼 목록을 성공적으로 업로드했습니다."
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "개요"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "안내문"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "일단 플러그인을 활성화하면, GoDaddy 이메일 마케팅 웹폼을 선택하여 귀하의 사이트에 직접 삽입할 수 있습니다. 쉽게 설정할 수 "
137
+ "있습니다. 아래에서, 귀하의 계정 이메일 주소와 API 키(귀하의 GoDaddy 이메일 마케팅 계정 [%s] 영역에 있음)를 입력하면 "
138
+ "됩니다. 귀하의 사이트에 웹폼을 3 가지 방식으로 표시할 수 있습니다:"
139
+
140
+ #: includes/settings.php:180
141
+ msgid ""
142
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
143
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
144
+ "choice. You can then add a title and select a form!"
145
+ msgstr ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+
150
+ #: includes/settings.php:181
151
+ msgid ""
152
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
153
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
154
+ msgstr ""
155
+ "<strong>단축 코드:</strong> 페이지/게시물 편집기에서 단축 코드(예: <code>[gem id=80326]</code>)를 "
156
+ "추가하여, 게시물 또는 페이지에 폼을 추가할 수 있습니다."
157
+
158
+ #: includes/settings.php:183
159
+ #, php-format
160
+ msgid ""
161
+ "<strong>Template Tag:</strong> You can add the following template tag into "
162
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
163
+ msgstr ""
164
+ "<strong>템플릿 태그:</strong> 워드프레스 파일에 다음 템플릿 태그를 추가할 수 있습니다: <code>%s</code>. 예: <code>%s</code>"
165
+
166
+ #: includes/settings.php:193
167
+ msgid "For more information:"
168
+ msgstr "추가 정보:"
169
+
170
+ #: includes/settings.php:194
171
+ msgid "GoDaddy"
172
+ msgstr "GoDaddy"
173
+
174
+ #: includes/settings.php:195
175
+ msgid "GoDaddy Help"
176
+ msgstr "GoDaddy 도움말"
177
+
178
+ #: includes/settings.php:196
179
+ msgid "Contact GoDaddy"
180
+ msgstr "GoDaddy 연락처"
181
+
182
+ #: includes/settings.php:222
183
+ msgid "Account Details"
184
+ msgstr "계정 정보"
185
+
186
+ #: includes/settings.php:229
187
+ msgid "GoDaddy Email Marketing Username"
188
+ msgstr "GoDaddy 이메일 마케팅 사용자 이름"
189
+
190
+ #: includes/settings.php:236
191
+ msgid "Your GoDaddy Email Marketing username (email address)"
192
+ msgstr "귀하의 GoDaddy 이메일 마케팅 사용자 이름(이메일 주소)"
193
+
194
+ #: includes/settings.php:243
195
+ msgid "GoDaddy Email Marketing API Key"
196
+ msgstr "GoDaddy 이메일 마케팅 API 키"
197
+
198
+ #: includes/settings.php:250
199
+ msgctxt "settings page"
200
+ msgid "Where can I find my API key?"
201
+ msgstr "내 API 키는 어디에 있습니까?"
202
+
203
+ #: includes/settings.php:266
204
+ msgid "Display \"Powered by GoDaddy\"?"
205
+ msgstr "\"GoDaddy 제공\" 표시?"
206
+
207
+ #: includes/settings.php:290
208
+ msgctxt "gem header note"
209
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
210
+ msgstr "GoDaddy 이메일 마케팅을 직접 체험해 보십시오."
211
+
212
+ #: includes/settings.php:292
213
+ msgctxt "header note"
214
+ msgid ""
215
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
216
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
217
+ "subscribe to your email list."
218
+ msgstr ""
219
+ "GoDaddy 이메일 마케팅 웹폼을 귀하의 워드프레스 사이트에 추가해 보십시오! 쉽게 설정할 수 있습니다. GoDaddy 이메일 마케팅 "
220
+ "플러그인을 사용하면, 사이트의 방문자들이 귀하의 이메일 목록에 등록할 수 있습니다."
221
+
222
+ #: includes/settings.php:293
223
+ #, php-format
224
+ msgctxt "header note"
225
+ msgid ""
226
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
227
+ "minutes! %s"
228
+ msgstr "GoDaddy 이메일 마케팅 계정이 아직 없습니까? 2 분 내에 하나 만들 수 있습니다! %s"
229
+
230
+ #: includes/settings.php:293
231
+ msgctxt "header note"
232
+ msgid "Sign Up Now"
233
+ msgstr "지금 등록"
234
+
235
+ #: includes/settings.php:305
236
+ msgctxt "save settings button"
237
+ msgid "Save Settings"
238
+ msgstr "설정 저장"
239
+
240
+ #: includes/settings.php:307
241
+ msgid "Available Forms"
242
+ msgstr "사용 가능한 폼"
243
+
244
+ #: includes/settings.php:313 includes/settings.php:321
245
+ msgid "Form Name"
246
+ msgstr "폼 이름"
247
+
248
+ #: includes/settings.php:314 includes/settings.php:322
249
+ msgid "Form ID"
250
+ msgstr "폼 ID"
251
+
252
+ #: includes/settings.php:315 includes/settings.php:323
253
+ msgid "Shortcode"
254
+ msgstr "단축 코드"
255
+
256
+ #: includes/settings.php:349
257
+ msgid "Opens in a new window"
258
+ msgstr "새 창으로 열립니다."
259
+
260
+ #: includes/settings.php:349
261
+ msgid "Edit form in GoDaddy Email Marketing"
262
+ msgstr "GoDaddy 이메일 마케팅에서 폼 편집하기"
263
+
264
+ #: includes/settings.php:352
265
+ msgid "Preview"
266
+ msgstr "미리 보기"
267
+
268
+ #: includes/settings.php:366
269
+ msgid "No forms found"
270
+ msgstr "폼이 없습니다"
271
+
272
+ #: includes/settings.php:377
273
+ msgid "Not seeing your form?"
274
+ msgstr "폼이 보이지 않습니까?"
275
+
276
+ #: includes/settings.php:377
277
+ msgid "Refresh Forms"
278
+ msgstr "폼 새로 고침"
279
+
280
+ #: includes/settings.php:382
281
+ msgid "Debug"
282
+ msgstr "디버그"
283
+
284
+ #: includes/settings.php:384
285
+ msgid "Erase All Data"
286
+ msgstr "모든 데이터 삭제"
287
+
288
+ #: includes/settings.php:385
289
+ msgid "Erase Transients"
290
+ msgstr "임시 데이터 삭제"
291
+
292
+ #: includes/settings.php:413
293
+ msgid ""
294
+ "The credentials are incorrect! Please verify that you have entered them "
295
+ "correctly."
296
+ msgstr "자격 증명이 정확하지 않습니다! 정확하게 입력했는지 확인하십시오."
297
+
298
+ #: includes/settings.php:420
299
+ msgid ""
300
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
301
+ msgstr "GoDaddy 이메일 마케팅에 연결되었습니다! 모두 완료되었습니다!"
302
+
303
+ #: includes/settings.php:426
304
+ msgid "Please fill in the username and the API key first."
305
+ msgstr "먼저, 사용자 이름과 API 키를 입력하십시오."
306
+
307
+ #: includes/settings.php:447
308
+ msgid ""
309
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
310
+ "be able to create forms."
311
+ msgstr "폼을 작성하려면 GoDaddy 이메일 마케팅 사용자 이름과 API 키를 입력해야 합니다."
312
+
313
+ #: includes/widget.php:21 includes/widget.php:41
314
+ msgid "GoDaddy Email Marketing Form"
315
+ msgstr "GoDaddy 이메일 마케팅 폼"
316
+
317
+ #: includes/widget.php:24
318
+ msgctxt "widget description"
319
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
320
+ msgstr "사이드바에 GoDaddy 이메일 마케팅 웹폼을 삽입하십시오."
321
+
322
+ #: includes/widget.php:97
323
+ msgid "Title:"
324
+ msgstr "제목:"
325
+
326
+ #: includes/widget.php:103
327
+ msgid "Additional Text:"
328
+ msgstr "추가 텍스트:"
329
+
330
+ #: includes/widget.php:112
331
+ msgid "Form:"
332
+ msgstr "폼:"
333
+
334
+ #: includes/widget.php:125
335
+ #, php-format
336
+ msgctxt "link to settings page"
337
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
338
+ msgstr "귀하의 GoDaddy 이메일 마케팅 계정을 %s에 설정하십시오."
339
+
340
+ #: includes/widget.php:129
341
+ msgid "settings page"
342
+ msgstr "설정 페이지"
languages/godaddy-email-marketing-ms_MY.mo ADDED
Binary file
languages/godaddy-email-marketing-ms_MY.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Terima kasih kerana mendaftar!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Terima kasih kerana mendaftar! Sila periksa e-mel anda untuk mengesahkan "
13
+ "langganan anda."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Oops! Terdapat masalah. Sila cuba lagi."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Terdapat masalah. Sila isikan semua bahagian yang diperlukan."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Tetapan"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "GoDaddy Email Marketing hampir siap."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Anda perlu masukkan nama pengguna &amp; kekunci API supaya ia berfungsi."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Mari lakukannya!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Dikuasai oleh GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Tetapan GoDaddy Email Marketing"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Borang Pendaftaran GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Semua data sementara telah dibuang."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Senarai borang berjaya dikemaskinikan."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Gambaran Keseluruhan"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Arahan"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Selepas pasang masuk diaktifkan, anda akan dapat pilih dan selitkan mana-mana "
139
+ "borang web GoDaddy Email Marketing anda pada laman anda. Pemasangan itu "
140
+ "mudah. Di bawah, cuma masukkan alamat e-mel akaun anda dan kekunci API (boleh "
141
+ "didapati di kawasan [%s] akaun GoDaddy Email Marketing anda). Berikut adalah "
142
+ "3 cara anda boleh memaparkan borang web pada laman anda:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Kod pendek:</strong> Anda boleh tambah borang pada mana-mana pos atau "
160
+ "laman dengan menambah kod pendek (ex. <code>[gem id=80326]</code>) pada "
161
+ "laman/pos editor."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Tag Templat:</strong> Anda boleh tambah tag templat berikut ke dalam "
170
+ "mana-mana fail WordPress: <code>%s</code>. Ex. <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Untuk maklumat lanjut:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "Bantuan GoDaddy"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Hubungi GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Butiran Akaun"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nama Pengguna GoDaddy Email Marketing"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Nama pengguna GoDaddy Email Marketing anda (alamat e-mel)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Kekunci API GoDaddy Email Marketing"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "Di manakah boleh saya temui kekunci API saya?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "Papar \"Dikuasai oleh GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Nikmati Pengalaman GoDaddy Email Marketing, secara terus."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "Tambah borang web GoDaddy Email Marketing anda pada laman WordPress anda! "
226
+ "Pasang masuk GoDaddy Email Marketing yang mudah dipasang membolehkan pelawat "
227
+ "laman melanggan senarai e-mel anda."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "Tiada akaun GoDaddy Email Marketing? Dapatkan akaun dalam masa kurang 2 "
237
+ "minit! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Daftar Sekarang"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Simpan Tetapan"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Borang yang Ada"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Nama Borang"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "ID Borang"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Kod pendek"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Buka tetingkap baru"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Edit borang dalam GoDaddy Email Marketing"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Pratonton"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Tiada borang ditemui"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Tidak dapat lihat borang anda?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Segar Semula Borang"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Nyahpepijat"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Padam Semua Data"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Padam Data Sementara"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "Kelayakan tidak betul! Sila sahkan bahawa anda telah masukkannya secara salah."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "Sambungan ke GoDaddy Email Marketing telah diwujudkan! Anda telah bersedia!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Sila isikan nama pengguna dan kekunci API terlebih dahulu."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Sila masukkan nama pengguna GoDaddy Email Marketing dan kekunci API abda bagi "
324
+ "membolehkan borang dicipta."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Borang GoDaddy Email Marketing"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Letakkan mana-mana borang web GoDaddy Email Marketing pada palang sisi anda."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Tajuk:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Teks Tambahan:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Borang:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Sila tetapkan akaun GoDaddy Email Marketing pada %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "halaman tetapan"
languages/godaddy-email-marketing-nb_NO.mo ADDED
Binary file
languages/godaddy-email-marketing-nb_NO.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Takk for at du registrerte deg!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Takk for at du registrerte deg! Sjekk e-posten din for å bekrefte abonnementet."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Ops! Det oppstod et problem Prøv på nytt."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Det oppstod et problem Fyll ut alle de påkrevde feltene."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Innstillinger"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "GoDaddy Markedsføring per e-post er nesten klart."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Du må angi brukernavnet ditt og API-nøkkelen din for at det skal fungere."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "La oss gjøre det!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Drevet av GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Innstillinger for GoDaddy Markedsføring per e-post "
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "GoDaddy registreringsskjemaer"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Alle bufrede data ble fjernet."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "Skjema-listen ble oppdatert."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Oversikt"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instruksjoner"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Når plugin-modulen er aktivert, vil du være i stand til å velge og sette inn "
138
+ "alle GoDaddy Markedsføring per e-post-nettskjema dine rett på nettstedet "
139
+ "ditt. Konfigureringen er enkel. Under angir du bare konto-e-postadressen og "
140
+ "API-nøkkelen din (finnes i din GoDaddy Markedsføring per e-post-konto [%s] "
141
+ "område). Her er de 3 måtene du kan vise et nettskjema på nettstedet ditt:"
142
+
143
+ #: includes/settings.php:180
144
+ msgid ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+ msgstr ""
149
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
150
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
151
+ "choice. You can then add a title and select a form!"
152
+
153
+ #: includes/settings.php:181
154
+ msgid ""
155
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
156
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
157
+ msgstr ""
158
+ "<strong>Kortkode:</strong> Du kan legge til et skjema til en hvilken som "
159
+ "helst oppføring eller side ved å legge til kortkoden (f.eks. <code>[gem "
160
+ "id=80326]</code>) i side/oppføring-redigeringsprogrammet."
161
+
162
+ #: includes/settings.php:183
163
+ #, php-format
164
+ msgid ""
165
+ "<strong>Template Tag:</strong> You can add the following template tag into "
166
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
167
+ msgstr ""
168
+ "<strong>Template-kode:</strong> Du kan legge til følgende template-kode til "
169
+ "en hvilken som helst WordPress-fil: <code>%s</code>. Eksempel: <code>%s</code>"
170
+
171
+ #: includes/settings.php:193
172
+ msgid "For more information:"
173
+ msgstr "For mer informasjon: "
174
+
175
+ #: includes/settings.php:194
176
+ msgid "GoDaddy"
177
+ msgstr "GoDaddy"
178
+
179
+ #: includes/settings.php:195
180
+ msgid "GoDaddy Help"
181
+ msgstr "GoDaddy-hjelp"
182
+
183
+ #: includes/settings.php:196
184
+ msgid "Contact GoDaddy"
185
+ msgstr "kontakt GoDaddy"
186
+
187
+ #: includes/settings.php:222
188
+ msgid "Account Details"
189
+ msgstr "Kontodetaljer"
190
+
191
+ #: includes/settings.php:229
192
+ msgid "GoDaddy Email Marketing Username"
193
+ msgstr "Brukernavn for GoDaddy Markedsføring per e-post"
194
+
195
+ #: includes/settings.php:236
196
+ msgid "Your GoDaddy Email Marketing username (email address)"
197
+ msgstr "Ditt GoDaddy Markedsføring per e-post-brukernavn (e-postadresse)"
198
+
199
+ #: includes/settings.php:243
200
+ msgid "GoDaddy Email Marketing API Key"
201
+ msgstr "API-nøkkel for GoDaddy Markedsføring per e-post"
202
+
203
+ #: includes/settings.php:250
204
+ msgctxt "settings page"
205
+ msgid "Where can I find my API key?"
206
+ msgstr "Hvor kan jeg finne API-nøkkelen min?"
207
+
208
+ #: includes/settings.php:266
209
+ msgid "Display \"Powered by GoDaddy\"?"
210
+ msgstr "Vis \"Drevet av GoDaddy\"?"
211
+
212
+ #: includes/settings.php:290
213
+ msgctxt "gem header note"
214
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
215
+ msgstr "Nyt GoDaddy Markedsføring per e-post-opplevelsen på egen hånd."
216
+
217
+ #: includes/settings.php:292
218
+ msgctxt "header note"
219
+ msgid ""
220
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
221
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
222
+ "subscribe to your email list."
223
+ msgstr ""
224
+ "Legg til GoDaddy Markedsføring per e-post-nettskjemaet ditt til "
225
+ "WordPress-nettstedet ditt! Den er enkel å installere, og GoDaddy "
226
+ "Markedsføring per e-postmodulen lar besøkende til nettstedet ditt abonnere på "
227
+ "e-postlisten din."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "Har du ikke en GoDaddy Markedsføring per e-post-konto? Få en på mindre enn 2 "
237
+ "minutter! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Registrer deg nå"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Lagre innstillinger"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Tilgjengelige skjemaer"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Skjemanavn"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "Skjema-ID"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Kortkode"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Åpnes i et nytt vindu"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Rediger skjema i GoDaddy Markedsføring per e-post"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Forhåndsvis"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Fant ingen skjemaer"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Ser du ikke skjemaet ditt?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Oppdater skjema"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Feilsøk"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Slett alle data"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Slett bufrede data"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr "Legitimasjonene er feil! Bekreft at du har angitt dem riktig."
306
+
307
+ #: includes/settings.php:420
308
+ msgid ""
309
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
310
+ msgstr ""
311
+ "Forbindelse med GoDaddy Markedsføring per e-post har blitt etablert! Da er "
312
+ "alt klart!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Skriv inn brukernavn og API-nøkkelen først."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Angi GoDaddy Markedsføring per e-post-brukernavnet og API-nøkkelen din for å "
324
+ "være i stand til å opprette skjema."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Skjema for GoDaddy Markedsføring per e-post"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Bygg inn eventuelle GoDaddy Markedsføring per e-post-nettskjema i sidestolpen din."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Tittel:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Ytterligere tekst:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Skjema:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Konfigurer GoDaddy Markedsføring per e-post-kontoen din i %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "innstillinger-siden"
languages/godaddy-email-marketing-nl_NL.mo ADDED
Binary file
languages/godaddy-email-marketing-nl_NL.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Bedankt voor je aanmelding!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Bedankt voor je aanmelding! Bekijk je e-mail om je abonnement te bevestigen."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Helaas! Er is een probleem. Probeer het opnieuw."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Er is een probleem. Vul alle verplichte velden in."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Instellingen"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "E-mailmarketing van GoDaddy is bijna klaar."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Je moet je gebruikersnaam en API-sleutel invoeren om het te gebruiken."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Aan de slag!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Gemaakt door GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Instellingen voor e-mailmarketing van GoDaddy"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Aanmeldingsformulieren GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Alle tijdelijke gegevens zijn verwijderd."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "De lijst met formulieren is bijgewerkt."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Overzicht"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instructies"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Nadat de plug-in is geactiveerd, kun je de webformulieren voor "
138
+ "e-mailmarketing van GoDaddy selecteren en invoegen in je site. De "
139
+ "configuratie is eenvoudig. Voer hieronder het e-mailadres en de API-sleutel "
140
+ "van je account in (te vinden in het gedeelte van je account voor "
141
+ "e-mailmarketing van GoDaddy [%s]). Er zijn drie manieren waarop je een "
142
+ "webformulier kunt weergeven op je site:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Shortcode:</strong> Je kunt een formulier toevoegen aan een bericht "
160
+ "of pagina door de shortcode te gebruiken (bijv. <code>[gem id=80326]</code>) "
161
+ "in de editor van de pagina/het bericht."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Sjabloontag:</strong> Je kunt de volgende sjabloontag toevoegen aan "
170
+ "een WordPress-bestand: <code>%s</code>. Bijvoorbeeld <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Voor meer informatie:"
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "GoDaddy Help"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Contact met GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Accountgegevens"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Gebruikersnaam voor e-mailmarketing van GoDaddy"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Jouw gebruikersnaam voor e-mailmarketing van GoDaddy (e-mailadres)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "API-sleutel voor e-mailmarketing van GoDaddy"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "Waar kan ik mijn API-sleutel vinden?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "'Gemaakt door GoDaddy' weergeven?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Ervaar de e-mailmarketing van GoDaddy nu zelf."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "Voeg je webformulier van e-mailmarketing van GoDaddy toe aan je "
226
+ "WordPress-site! Met de plug-in voor e-mailmarketing van GoDaddy, die "
227
+ "eenvoudig is in te stellen, kunnen je sitebezoekers zich abonneren op je e-maillijst."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "Heb je geen account voor e-mailmarketing van GoDaddy? Het duurt maar 2 "
237
+ "minuten om je in te schrijven! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Nu registreren"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Instellingen opslaan"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Beschikbare formulieren"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Naam formulier"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "Formuliernummer"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Shortcode"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Wordt in een nieuw venster geopend"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Formulier bewerken in e-mailmarketing van GoDaddy"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Voorbeeld"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Geen formulieren gevonden"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Kun je je formulier niet vinden?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Formulieren vernieuwen"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Foutopsporing"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Alle gegevens wissen"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Tijdelijke gegevens wissen"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "De aanmeldingsgegevens zijn onjuist. Controleer of je ze correct hebt ingevuld."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "Er is verbinding gemaakt met e-mailmarketing van GoDaddy! Je bent er klaar voor!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Vul eerst de gebruikersnaam en API-sleutel in."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Vul de gebruikersnaam en API-sleutel voor emailmarketing van GoDaddy in om "
324
+ "formulieren te maken."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Formulier voor e-mailmarketing van GoDaddy"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Voeg een webformulier voor e-mailmarketing van GoDaddy toe aan je zijbalk."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Titel:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Aanvullende tekst:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Formulier:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Stel je account voor e-mailmarketing van GoDaddy in op de %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "pagina Instellingen"
languages/godaddy-email-marketing-pl_PL.mo ADDED
Binary file
languages/godaddy-email-marketing-pl_PL.po ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Dziękujemy za rejestrację!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "Dziękujemy za rejestrację! Sprawdź pocztę, by potwierdzić subskrypcję."
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "Ups! Wystąpił problem. Spróbuj ponownie."
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "Wystąpił problem. Wypełnij wszystkie wymagane pola."
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "Ustawienia"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "Marketing e-mail GoDaddy jest już prawie gotowy."
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "Aby mógł działać, musisz podać nazwę użytkownika i klucz API."
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "Zróbmy to!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "Działa na silniku GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "Ustawienia Marketingu e-mail GoDaddy"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "Formularze rejestracji GoDaddy"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "Wszystkie dane przejściowe zostały usunięte."
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "Lista formularzy została zaktualizowana."
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "Przegląd"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "Instrukcje"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "Po aktywowaniu wtyczki możesz wybierać formularze internetowe Marketingu "
137
+ "e-mail GoDaddy i wstawiać je wprost do witryny. Konfiguracja jest łatwa. "
138
+ "Wprowadź poniżej po prostu adres e-mail konta i klucz API (znajdziesz go na "
139
+ "koncie Marketingu e-mail GoDaddy w obszarze [%s]). Formularz internetowy "
140
+ "można wyświetlić w witrynie na 3 sposoby:"
141
+
142
+ #: includes/settings.php:180
143
+ msgid ""
144
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
145
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
146
+ "choice. You can then add a title and select a form!"
147
+ msgstr ""
148
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
149
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
150
+ "choice. You can then add a title and select a form!"
151
+
152
+ #: includes/settings.php:181
153
+ msgid ""
154
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
155
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
156
+ msgstr ""
157
+ "<strong>Kod:</strong> Do każdego postu lub strony można dodać formularz, "
158
+ "dodając kod (np. <code>[gem id=80326]</code>) w edytorze stron/postów."
159
+
160
+ #: includes/settings.php:183
161
+ #, php-format
162
+ msgid ""
163
+ "<strong>Template Tag:</strong> You can add the following template tag into "
164
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
165
+ msgstr ""
166
+ "<strong>Tag szablonu:</strong> Do pliku WordPressa można dodać następujący "
167
+ "tag szablonu: <code>%s</code>. Przykład: <code>%s</code>"
168
+
169
+ #: includes/settings.php:193
170
+ msgid "For more information:"
171
+ msgstr "Więcej informacji:"
172
+
173
+ #: includes/settings.php:194
174
+ msgid "GoDaddy"
175
+ msgstr "GoDaddy"
176
+
177
+ #: includes/settings.php:195
178
+ msgid "GoDaddy Help"
179
+ msgstr "Pomoc GoDaddy"
180
+
181
+ #: includes/settings.php:196
182
+ msgid "Contact GoDaddy"
183
+ msgstr "Skontaktuj się z GoDaddy"
184
+
185
+ #: includes/settings.php:222
186
+ msgid "Account Details"
187
+ msgstr "Dane konta"
188
+
189
+ #: includes/settings.php:229
190
+ msgid "GoDaddy Email Marketing Username"
191
+ msgstr "Nazwa użytkownika Marketingu e-mail GoDaddy"
192
+
193
+ #: includes/settings.php:236
194
+ msgid "Your GoDaddy Email Marketing username (email address)"
195
+ msgstr "Twoja nazwa użytkownika Marketingu e-mail GoDaddy (adres e-mail)"
196
+
197
+ #: includes/settings.php:243
198
+ msgid "GoDaddy Email Marketing API Key"
199
+ msgstr "Klucz API Marketingu e-mail GoDaddy"
200
+
201
+ #: includes/settings.php:250
202
+ msgctxt "settings page"
203
+ msgid "Where can I find my API key?"
204
+ msgstr "Gdzie znajdę swój klucz API?"
205
+
206
+ #: includes/settings.php:266
207
+ msgid "Display \"Powered by GoDaddy\"?"
208
+ msgstr "Wyświetlać „Działa na silniku GoDaddy”?"
209
+
210
+ #: includes/settings.php:290
211
+ msgctxt "gem header note"
212
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
213
+ msgstr "Zapoznaj się z Marketingiem e-mail GoDaddy."
214
+
215
+ #: includes/settings.php:292
216
+ msgctxt "header note"
217
+ msgid ""
218
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
219
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
220
+ "subscribe to your email list."
221
+ msgstr ""
222
+ "Dodaj formularz internetowy Marketingu e-mail GoDaddy do swojej witryny "
223
+ "WordPressa! Łatwa do skonfigurowania wtyczka Marketingu e-mail GoDaddy "
224
+ "pozwala odwiedzającym witrynę zasubskrybować Twoją listę mailingową."
225
+
226
+ #: includes/settings.php:293
227
+ #, php-format
228
+ msgctxt "header note"
229
+ msgid ""
230
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
231
+ "minutes! %s"
232
+ msgstr ""
233
+ "Nie masz konta Marketingu e-mail GoDaddy? Załóż je w mniej niż 2 minuty! %s"
234
+
235
+ #: includes/settings.php:293
236
+ msgctxt "header note"
237
+ msgid "Sign Up Now"
238
+ msgstr "Utwórz konto"
239
+
240
+ #: includes/settings.php:305
241
+ msgctxt "save settings button"
242
+ msgid "Save Settings"
243
+ msgstr "Zapisz ustawienia"
244
+
245
+ #: includes/settings.php:307
246
+ msgid "Available Forms"
247
+ msgstr "Dostępne formularze"
248
+
249
+ #: includes/settings.php:313 includes/settings.php:321
250
+ msgid "Form Name"
251
+ msgstr "Nazwa formularza"
252
+
253
+ #: includes/settings.php:314 includes/settings.php:322
254
+ msgid "Form ID"
255
+ msgstr "Identyfikator formularza"
256
+
257
+ #: includes/settings.php:315 includes/settings.php:323
258
+ msgid "Shortcode"
259
+ msgstr "Kod"
260
+
261
+ #: includes/settings.php:349
262
+ msgid "Opens in a new window"
263
+ msgstr "Otwiera się w nowym oknie"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Edit form in GoDaddy Email Marketing"
267
+ msgstr "Edytuj formularz Marketingu e-mail GoDaddy"
268
+
269
+ #: includes/settings.php:352
270
+ msgid "Preview"
271
+ msgstr "Podgląd"
272
+
273
+ #: includes/settings.php:366
274
+ msgid "No forms found"
275
+ msgstr "Nie znaleziono żadnych formularzy"
276
+
277
+ #: includes/settings.php:377
278
+ msgid "Not seeing your form?"
279
+ msgstr "Nie widzisz swojego formularza?"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Refresh Forms"
283
+ msgstr "Odśwież formularze"
284
+
285
+ #: includes/settings.php:382
286
+ msgid "Debug"
287
+ msgstr "Debugowanie"
288
+
289
+ #: includes/settings.php:384
290
+ msgid "Erase All Data"
291
+ msgstr "Usuń wszystkie dane"
292
+
293
+ #: includes/settings.php:385
294
+ msgid "Erase Transients"
295
+ msgstr "Usuń dane przejściowe"
296
+
297
+ #: includes/settings.php:413
298
+ msgid ""
299
+ "The credentials are incorrect! Please verify that you have entered them "
300
+ "correctly."
301
+ msgstr ""
302
+ "Dane logowania są nieprawidłowe! Sprawdź, czy zostały prawidłowo wprowadzone."
303
+
304
+ #: includes/settings.php:420
305
+ msgid ""
306
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
307
+ msgstr "Nawiązano połączenie z Marketingiem e-mail GoDaddy! Wszystko gotowe!"
308
+
309
+ #: includes/settings.php:426
310
+ msgid "Please fill in the username and the API key first."
311
+ msgstr "Podaj najpierw nazwę użytkownika i klucz API."
312
+
313
+ #: includes/settings.php:447
314
+ msgid ""
315
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
316
+ "be able to create forms."
317
+ msgstr ""
318
+ "Aby utworzyć formularze, podaj klucz API i nazwę użytkownika Marketingu "
319
+ "e-mail GoDaddy."
320
+
321
+ #: includes/widget.php:21 includes/widget.php:41
322
+ msgid "GoDaddy Email Marketing Form"
323
+ msgstr "Formularz Marketingu e-mail GoDaddy"
324
+
325
+ #: includes/widget.php:24
326
+ msgctxt "widget description"
327
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
328
+ msgstr "Osadź formularz internetowy Marketingu e-mail GoDaddy na pasku bocznym."
329
+
330
+ #: includes/widget.php:97
331
+ msgid "Title:"
332
+ msgstr "Tytuł:"
333
+
334
+ #: includes/widget.php:103
335
+ msgid "Additional Text:"
336
+ msgstr "Dodatkowy tekst:"
337
+
338
+ #: includes/widget.php:112
339
+ msgid "Form:"
340
+ msgstr "Formularz:"
341
+
342
+ #: includes/widget.php:125
343
+ #, php-format
344
+ msgctxt "link to settings page"
345
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
346
+ msgstr "Skonfiguruj konto Marketingu e-mail GoDaddy w %s."
347
+
348
+ #: includes/widget.php:129
349
+ msgid "settings page"
350
+ msgstr "strona ustawień"
languages/godaddy-email-marketing-pt_BR.mo ADDED
Binary file
languages/godaddy-email-marketing-pt_BR.po ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Agradecemos sua inscrição!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Agradecemos sua inscrição! Verifique seu email para confirmar sua inscrição."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Opa! Ocorreu um problema. Tente novamente."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Ocorreu um problema. Preencha todos os campos obrigatórios."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Configurações"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "O GoDaddy Email Marketing está quase pronto."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "É necessário digitar seu nome de usuário e chave de API para funcionar."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Vamos lá!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Desenvolvido pela GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Configuração do GoDaddy Email Marketing"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Formulários de inscrição da GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Todos os transitórios foram removidos."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "A lista de formulários foi atualizada."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Resumo"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Instruções"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Quando o plug-in for ativado, será possível selecionar e inserir qualquer "
138
+ "formulário da web do GoDaddy Email Marketing no seu site. A configuração é "
139
+ "simples. Digite abaixo o endereço de email da sua conta e a chave de API "
140
+ "(encontrada na sua conta do GoDaddy Email Marketing [%s]). Estas são as três "
141
+ "formas de exibir um formulário da web no seu site:"
142
+
143
+ #: includes/settings.php:180
144
+ msgid ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+ msgstr ""
149
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
150
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
151
+ "choice. You can then add a title and select a form!"
152
+
153
+ #: includes/settings.php:181
154
+ msgid ""
155
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
156
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
157
+ msgstr ""
158
+ "<strong>Código abreviado:</strong> É possível adicionar um formulário em "
159
+ "qualquer publicação ou página adicionando o código abreviado (por exemplo, "
160
+ "<code>[gem id=80326]</code>) no editor da página/publicação."
161
+
162
+ #: includes/settings.php:183
163
+ #, php-format
164
+ msgid ""
165
+ "<strong>Template Tag:</strong> You can add the following template tag into "
166
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
167
+ msgstr ""
168
+ "<strong>Modelo de tag:</strong> É possível adicionar o seguinte modelo de tag "
169
+ "em qualquer arquivo do WordPress: <code>%s</code>. Ex.: <code>%s</code>"
170
+
171
+ #: includes/settings.php:193
172
+ msgid "For more information:"
173
+ msgstr "Para obter mais informações:"
174
+
175
+ #: includes/settings.php:194
176
+ msgid "GoDaddy"
177
+ msgstr "GoDaddy"
178
+
179
+ #: includes/settings.php:195
180
+ msgid "GoDaddy Help"
181
+ msgstr "Ajuda do GoDaddy"
182
+
183
+ #: includes/settings.php:196
184
+ msgid "Contact GoDaddy"
185
+ msgstr "Entrar em contato com a GoDaddy"
186
+
187
+ #: includes/settings.php:222
188
+ msgid "Account Details"
189
+ msgstr "Detalhes da conta"
190
+
191
+ #: includes/settings.php:229
192
+ msgid "GoDaddy Email Marketing Username"
193
+ msgstr "Nome de usuário do GoDaddy Email Marketing"
194
+
195
+ #: includes/settings.php:236
196
+ msgid "Your GoDaddy Email Marketing username (email address)"
197
+ msgstr "Seu nome de usuário do GoDaddy Email Marketing (endereço de email)"
198
+
199
+ #: includes/settings.php:243
200
+ msgid "GoDaddy Email Marketing API Key"
201
+ msgstr "Chave de API do GoDaddy Email Marketing"
202
+
203
+ #: includes/settings.php:250
204
+ msgctxt "settings page"
205
+ msgid "Where can I find my API key?"
206
+ msgstr "Onde posso encontrar minha chave de API?"
207
+
208
+ #: includes/settings.php:266
209
+ msgid "Display \"Powered by GoDaddy\"?"
210
+ msgstr "Exibir \"Desenvolvido pela GoDaddy\"?"
211
+
212
+ #: includes/settings.php:290
213
+ msgctxt "gem header note"
214
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
215
+ msgstr "Aproveite a experiência do GoDaddy Email Marketing em primeira mão."
216
+
217
+ #: includes/settings.php:292
218
+ msgctxt "header note"
219
+ msgid ""
220
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
221
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
222
+ "subscribe to your email list."
223
+ msgstr ""
224
+ "Adicione seu formulário da web do GoDaddy Email Marketing ao seu site do "
225
+ "WordPress. Fácil de configurar, o plug-in do GoDaddy Email Marketing permite "
226
+ "que os visitantes do seu site se inscrevam à sua lista de email."
227
+
228
+ #: includes/settings.php:293
229
+ #, php-format
230
+ msgctxt "header note"
231
+ msgid ""
232
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
233
+ "minutes! %s"
234
+ msgstr ""
235
+ "Você não tem uma conta do GoDaddy Email Marketing? Tenha uma em menos de dois "
236
+ "minutos. %s"
237
+
238
+ #: includes/settings.php:293
239
+ msgctxt "header note"
240
+ msgid "Sign Up Now"
241
+ msgstr "Inscreva-se agora"
242
+
243
+ #: includes/settings.php:305
244
+ msgctxt "save settings button"
245
+ msgid "Save Settings"
246
+ msgstr "Salvar configurações"
247
+
248
+ #: includes/settings.php:307
249
+ msgid "Available Forms"
250
+ msgstr "Formulários disponíveis"
251
+
252
+ #: includes/settings.php:313 includes/settings.php:321
253
+ msgid "Form Name"
254
+ msgstr "Nome do Formulário"
255
+
256
+ #: includes/settings.php:314 includes/settings.php:322
257
+ msgid "Form ID"
258
+ msgstr "ID do formulário"
259
+
260
+ #: includes/settings.php:315 includes/settings.php:323
261
+ msgid "Shortcode"
262
+ msgstr "Código abreviado"
263
+
264
+ #: includes/settings.php:349
265
+ msgid "Opens in a new window"
266
+ msgstr "Abre em nova janela"
267
+
268
+ #: includes/settings.php:349
269
+ msgid "Edit form in GoDaddy Email Marketing"
270
+ msgstr "Editar formulário no GoDaddy Email Marketing"
271
+
272
+ #: includes/settings.php:352
273
+ msgid "Preview"
274
+ msgstr "Visualizar"
275
+
276
+ #: includes/settings.php:366
277
+ msgid "No forms found"
278
+ msgstr "Nenhum formulário foi encontrado"
279
+
280
+ #: includes/settings.php:377
281
+ msgid "Not seeing your form?"
282
+ msgstr "Você não está vendo seu formulário?"
283
+
284
+ #: includes/settings.php:377
285
+ msgid "Refresh Forms"
286
+ msgstr "Atualizar formulários"
287
+
288
+ #: includes/settings.php:382
289
+ msgid "Debug"
290
+ msgstr "Depurar"
291
+
292
+ #: includes/settings.php:384
293
+ msgid "Erase All Data"
294
+ msgstr "Apagar todos os dados"
295
+
296
+ #: includes/settings.php:385
297
+ msgid "Erase Transients"
298
+ msgstr "Apagar transitórios"
299
+
300
+ #: includes/settings.php:413
301
+ msgid ""
302
+ "The credentials are incorrect! Please verify that you have entered them "
303
+ "correctly."
304
+ msgstr ""
305
+ "As credenciais estão incorretas. Confirme se você as digitou corretamente."
306
+
307
+ #: includes/settings.php:420
308
+ msgid ""
309
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
310
+ msgstr "Conexão com o GoDaddy Email Marketing estabelecida. Pronto!"
311
+
312
+ #: includes/settings.php:426
313
+ msgid "Please fill in the username and the API key first."
314
+ msgstr "Primeiro, preencha o nome de usuário e a chave de API."
315
+
316
+ #: includes/settings.php:447
317
+ msgid ""
318
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
319
+ "be able to create forms."
320
+ msgstr ""
321
+ "Digite seu nome de usuário do GoDaddy Email Marketing e chave de API para "
322
+ "criar formulários."
323
+
324
+ #: includes/widget.php:21 includes/widget.php:41
325
+ msgid "GoDaddy Email Marketing Form"
326
+ msgstr "Formulário do GoDaddy Email Marketing"
327
+
328
+ #: includes/widget.php:24
329
+ msgctxt "widget description"
330
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
331
+ msgstr "Incorpore um formulário da web do GoDaddy Email Marketing na sua barra de ferramentas."
332
+
333
+ #: includes/widget.php:97
334
+ msgid "Title:"
335
+ msgstr "Título:"
336
+
337
+ #: includes/widget.php:103
338
+ msgid "Additional Text:"
339
+ msgstr "Texto adicional:"
340
+
341
+ #: includes/widget.php:112
342
+ msgid "Form:"
343
+ msgstr "Formulário:"
344
+
345
+ #: includes/widget.php:125
346
+ #, php-format
347
+ msgctxt "link to settings page"
348
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
349
+ msgstr "Configure sua conta do GoDaddy Email Marketing em %s."
350
+
351
+ #: includes/widget.php:129
352
+ msgid "settings page"
353
+ msgstr "página Configurações"
languages/godaddy-email-marketing-pt_PT.mo ADDED
Binary file
languages/godaddy-email-marketing-pt_PT.po ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Obrigado por se inscrever!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Obrigado por se inscrever! Consulte a sua conta de correio eletrónico para "
13
+ "confirmar a subscrição."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Ups! Ocorreu um problema. Tente novamente."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Ocorreu um problema. Preencha todos os campos necessários."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Definições"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "O Marketing por correio eletrónico da GoDaddy está quase pronto."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Deve introduzir o seu nome de utilizador e a chave da API para este produto funcionar."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Vamos lá!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Fornecido pela GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Definições do Marketing por correio eletrónico da GoDaddy"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Formulários de inscrição da GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Foram removidos todos os dados temporários."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "A lista de formulários foi atualizada com êxito."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Visão geral"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Instruções"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Após o suplemento ser ativado, poderá selecionar e inserir qualquer um dos "
139
+ "formulários da internet do Marketing por correio eletrónico da GoDaddy "
140
+ "diretamente no seu sítio. A configuração é muito fácil. Basta introduzir o "
141
+ "endereço de correio eletrónico e a chave da API da sua conta abaixo "
142
+ "(disponíveis na área [%s] da conta do Marketing por correio eletrónico da "
143
+ "GoDaddy). Seguem-se 3 formas de apresentar um formulário da internet no seu sítio:"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Código abreviado:</strong> Pode adicionar um formulário a qualquer "
161
+ "publicação ou página ao introduzir o respetivo código abreviado (por exemplo, "
162
+ "<code>[gem id=80326]</code>) no editor de páginas/publicações."
163
+
164
+ #: includes/settings.php:183
165
+ #, php-format
166
+ msgid ""
167
+ "<strong>Template Tag:</strong> You can add the following template tag into "
168
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
169
+ msgstr ""
170
+ "<strong>Etiqueta de modelo:</strong> Pode adicionar a seguinte etiqueta de "
171
+ "modelo a qualquer ficheiro do WordPress: <code>%s</code>. Por exemplo, <code>%s</code>"
172
+
173
+ #: includes/settings.php:193
174
+ msgid "For more information:"
175
+ msgstr "Para obter mais informações: "
176
+
177
+ #: includes/settings.php:194
178
+ msgid "GoDaddy"
179
+ msgstr "GoDaddy"
180
+
181
+ #: includes/settings.php:195
182
+ msgid "GoDaddy Help"
183
+ msgstr "Ajuda da GoDaddy"
184
+
185
+ #: includes/settings.php:196
186
+ msgid "Contact GoDaddy"
187
+ msgstr "Contactar a GoDaddy"
188
+
189
+ #: includes/settings.php:222
190
+ msgid "Account Details"
191
+ msgstr "Dados da conta"
192
+
193
+ #: includes/settings.php:229
194
+ msgid "GoDaddy Email Marketing Username"
195
+ msgstr "Nome de utilizador do Marketing por correio eletrónico da GoDaddy"
196
+
197
+ #: includes/settings.php:236
198
+ msgid "Your GoDaddy Email Marketing username (email address)"
199
+ msgstr "O seu nome de utilizador (endereço de correio eletrónico) do Marketing por correio eletrónico da GoDaddy"
200
+
201
+ #: includes/settings.php:243
202
+ msgid "GoDaddy Email Marketing API Key"
203
+ msgstr "Chave da API do Marketing por correio eletrónico da GoDaddy"
204
+
205
+ #: includes/settings.php:250
206
+ msgctxt "settings page"
207
+ msgid "Where can I find my API key?"
208
+ msgstr "Onde posso encontrar a minha chave da API?"
209
+
210
+ #: includes/settings.php:266
211
+ msgid "Display \"Powered by GoDaddy\"?"
212
+ msgstr "Apresentar a indicação \"Fornecido pela GoDaddy\"?"
213
+
214
+ #: includes/settings.php:290
215
+ msgctxt "gem header note"
216
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
217
+ msgstr "Desfrute da experiência de utilização do Marketing por correio eletrónico da GoDaddy em primeira mão."
218
+
219
+ #: includes/settings.php:292
220
+ msgctxt "header note"
221
+ msgid ""
222
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
223
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
224
+ "subscribe to your email list."
225
+ msgstr ""
226
+ "Adicione um formulário da internet do Marketing por correio eletrónico da "
227
+ "GoDaddy ao seu sítio do WordPress! Sendo fácil de configurar, o suplemento do "
228
+ "Marketing por correio eletrónico da GoDaddy permite que os visitantes do "
229
+ "sítio subscrevam a sua lista de correio eletrónico."
230
+
231
+ #: includes/settings.php:293
232
+ #, php-format
233
+ msgctxt "header note"
234
+ msgid ""
235
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
236
+ "minutes! %s"
237
+ msgstr ""
238
+ "Não tem uma conta do Marketing por correio eletrónico da GoDaddy? Obtenha uma "
239
+ "em menos de 2 minutos! %s"
240
+
241
+ #: includes/settings.php:293
242
+ msgctxt "header note"
243
+ msgid "Sign Up Now"
244
+ msgstr "Inscreva-se Agora"
245
+
246
+ #: includes/settings.php:305
247
+ msgctxt "save settings button"
248
+ msgid "Save Settings"
249
+ msgstr "Guardar definições"
250
+
251
+ #: includes/settings.php:307
252
+ msgid "Available Forms"
253
+ msgstr "Formulários disponíveis"
254
+
255
+ #: includes/settings.php:313 includes/settings.php:321
256
+ msgid "Form Name"
257
+ msgstr "Nome do formulário"
258
+
259
+ #: includes/settings.php:314 includes/settings.php:322
260
+ msgid "Form ID"
261
+ msgstr "ID do formulário"
262
+
263
+ #: includes/settings.php:315 includes/settings.php:323
264
+ msgid "Shortcode"
265
+ msgstr "Código abreviado"
266
+
267
+ #: includes/settings.php:349
268
+ msgid "Opens in a new window"
269
+ msgstr "Abre numa nova janela"
270
+
271
+ #: includes/settings.php:349
272
+ msgid "Edit form in GoDaddy Email Marketing"
273
+ msgstr "Editar formulário no Marketing por correio eletrónico da GoDaddy"
274
+
275
+ #: includes/settings.php:352
276
+ msgid "Preview"
277
+ msgstr "Pré-visualização"
278
+
279
+ #: includes/settings.php:366
280
+ msgid "No forms found"
281
+ msgstr "Nenhum formulário encontrado"
282
+
283
+ #: includes/settings.php:377
284
+ msgid "Not seeing your form?"
285
+ msgstr "Não está a ver o seu formulário?"
286
+
287
+ #: includes/settings.php:377
288
+ msgid "Refresh Forms"
289
+ msgstr "Atualizar formulários"
290
+
291
+ #: includes/settings.php:382
292
+ msgid "Debug"
293
+ msgstr "Depurar"
294
+
295
+ #: includes/settings.php:384
296
+ msgid "Erase All Data"
297
+ msgstr "Apagar todos os dados"
298
+
299
+ #: includes/settings.php:385
300
+ msgid "Erase Transients"
301
+ msgstr "Apagar dados temporários"
302
+
303
+ #: includes/settings.php:413
304
+ msgid ""
305
+ "The credentials are incorrect! Please verify that you have entered them "
306
+ "correctly."
307
+ msgstr ""
308
+ "As credenciais estão incorretas! Confirme se as introduziu corretamente."
309
+
310
+ #: includes/settings.php:420
311
+ msgid ""
312
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
313
+ msgstr ""
314
+ "Foi estabelecida uma ligação ao Marketing por correio eletrónico da GoDaddy! Pronto!"
315
+
316
+ #: includes/settings.php:426
317
+ msgid "Please fill in the username and the API key first."
318
+ msgstr "Preencha primeiro o nome de utilizador e a chave da API."
319
+
320
+ #: includes/settings.php:447
321
+ msgid ""
322
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
323
+ "be able to create forms."
324
+ msgstr ""
325
+ "Introduza o seu nome de utilizador e a chave da API do Marketing por correio "
326
+ "eletrónico da GoDaddy para poder criar formulários."
327
+
328
+ #: includes/widget.php:21 includes/widget.php:41
329
+ msgid "GoDaddy Email Marketing Form"
330
+ msgstr "Formulário do Marketing por correio eletrónico da GoDaddy"
331
+
332
+ #: includes/widget.php:24
333
+ msgctxt "widget description"
334
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
335
+ msgstr "Incorpore qualquer formulário da internet do Marketing por correio eletrónico da GoDaddy na sua barra lateral."
336
+
337
+ #: includes/widget.php:97
338
+ msgid "Title:"
339
+ msgstr "Título:"
340
+
341
+ #: includes/widget.php:103
342
+ msgid "Additional Text:"
343
+ msgstr "Texto adicional:"
344
+
345
+ #: includes/widget.php:112
346
+ msgid "Form:"
347
+ msgstr "Formulário:"
348
+
349
+ #: includes/widget.php:125
350
+ #, php-format
351
+ msgctxt "link to settings page"
352
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
353
+ msgstr "Configure a sua conta do Marketing por correio eletrónico da GoDaddy na %s."
354
+
355
+ #: includes/widget.php:129
356
+ msgid "settings page"
357
+ msgstr "página das definições"
languages/godaddy-email-marketing-ru_RU.mo ADDED
Binary file
languages/godaddy-email-marketing-ru_RU.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Благодарим за регистрацию!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Благодарим за регистрацию! Пожалуйста, проверьте вашу электронную почту, "
13
+ "чтобы подтвердить подписку."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Упс! Возникла проблема. Повторите попытку."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Возникла проблема. Заполните все обязательные поля."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Настройки"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Почтовый маркетинг GoDaddy почти готов."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Для его запуска вы должны ввести имя пользователя и ключ API."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Давайте сделаем это!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "При поддержке GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Настройки почтового маркетинга GoDaddy"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Формы регистрации GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Все временные данные удалены."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Список форм успешно обновлен."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Обзор"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Инструкции"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "После активации плагина вы сможете выбрать и добавить любую из веб-форм "
139
+ "почтового маркетинга GoDaddy прямо на ваш веб-сайт. Настройка проста. Просто "
140
+ "введите ниже адрес электронной почты своего аккаунта и ключ API (его можно "
141
+ "найти в разделе [%s] вашего аккаунта почтового маркетинга GoDaddy). "
142
+ "Существует 3 способа, с помощью которых вы можете отобразить веб-форму на "
143
+ "вашем сайте:"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Короткий код:</strong> Вы можете вставить форму в любой пост или "
161
+ "страницу, добавив короткий код (например: <code>[gem id=80326]</code>) в "
162
+ "редактор страницы/поста."
163
+
164
+ #: includes/settings.php:183
165
+ #, php-format
166
+ msgid ""
167
+ "<strong>Template Tag:</strong> You can add the following template tag into "
168
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
169
+ msgstr ""
170
+ "<strong>Тэг шаблона:</strong> Вы можете добавить следующий тег шаблона в "
171
+ "любой файл WordPress: <code>%s</code>. Например: <code>%s</code>"
172
+
173
+ #: includes/settings.php:193
174
+ msgid "For more information:"
175
+ msgstr "Для получения дополнительной информации"
176
+
177
+ #: includes/settings.php:194
178
+ msgid "GoDaddy"
179
+ msgstr "GoDaddy"
180
+
181
+ #: includes/settings.php:195
182
+ msgid "GoDaddy Help"
183
+ msgstr "Справка GoDaddy"
184
+
185
+ #: includes/settings.php:196
186
+ msgid "Contact GoDaddy"
187
+ msgstr "свяжитесь с GoDaddy"
188
+
189
+ #: includes/settings.php:222
190
+ msgid "Account Details"
191
+ msgstr "Данные аккаунта"
192
+
193
+ #: includes/settings.php:229
194
+ msgid "GoDaddy Email Marketing Username"
195
+ msgstr "Имя пользователя почтового маркетинга GoDaddy"
196
+
197
+ #: includes/settings.php:236
198
+ msgid "Your GoDaddy Email Marketing username (email address)"
199
+ msgstr "Ваше имя пользователя для почтового маркетинга GoDaddy (адрес электронной почты)"
200
+
201
+ #: includes/settings.php:243
202
+ msgid "GoDaddy Email Marketing API Key"
203
+ msgstr "Ключ API почтового маркетинга GoDaddy"
204
+
205
+ #: includes/settings.php:250
206
+ msgctxt "settings page"
207
+ msgid "Where can I find my API key?"
208
+ msgstr "Где можно найти ключ API?"
209
+
210
+ #: includes/settings.php:266
211
+ msgid "Display \"Powered by GoDaddy\"?"
212
+ msgstr "Отобразить «При поддержке GoDaddy»?"
213
+
214
+ #: includes/settings.php:290
215
+ msgctxt "gem header note"
216
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
217
+ msgstr "Наслаждайтесь возможностями почтового маркетинга GoDaddy, полученного из первых рук."
218
+
219
+ #: includes/settings.php:292
220
+ msgctxt "header note"
221
+ msgid ""
222
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
223
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
224
+ "subscribe to your email list."
225
+ msgstr ""
226
+ "Добавьте веб-форму почтового маркетинга GoDaddy на ваш сайт WordPress! "
227
+ "Настройка не составит труда. Плагин почтового маркетинга GoDaddy позволит "
228
+ "посетителям вашего сайта подписаться на ваши рассылки сообщений по "
229
+ "электронной почте."
230
+
231
+ #: includes/settings.php:293
232
+ #, php-format
233
+ msgctxt "header note"
234
+ msgid ""
235
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
236
+ "minutes! %s"
237
+ msgstr ""
238
+ "У вас еще нет аккаунта почтового маркетинга GoDaddy? Получите его менее чем "
239
+ "за 2 минуты! %s"
240
+
241
+ #: includes/settings.php:293
242
+ msgctxt "header note"
243
+ msgid "Sign Up Now"
244
+ msgstr "Зарегистрируйтесь сейчас"
245
+
246
+ #: includes/settings.php:305
247
+ msgctxt "save settings button"
248
+ msgid "Save Settings"
249
+ msgstr "Сохранить настройки"
250
+
251
+ #: includes/settings.php:307
252
+ msgid "Available Forms"
253
+ msgstr "Доступные формы"
254
+
255
+ #: includes/settings.php:313 includes/settings.php:321
256
+ msgid "Form Name"
257
+ msgstr "Имя формы"
258
+
259
+ #: includes/settings.php:314 includes/settings.php:322
260
+ msgid "Form ID"
261
+ msgstr "Идентификатор формы"
262
+
263
+ #: includes/settings.php:315 includes/settings.php:323
264
+ msgid "Shortcode"
265
+ msgstr "Короткий код"
266
+
267
+ #: includes/settings.php:349
268
+ msgid "Opens in a new window"
269
+ msgstr "Открывается в новом окне"
270
+
271
+ #: includes/settings.php:349
272
+ msgid "Edit form in GoDaddy Email Marketing"
273
+ msgstr "Изменить форму в почтовом маркетинге GoDaddy"
274
+
275
+ #: includes/settings.php:352
276
+ msgid "Preview"
277
+ msgstr "Предварительный просмотр"
278
+
279
+ #: includes/settings.php:366
280
+ msgid "No forms found"
281
+ msgstr "Формы не найдены"
282
+
283
+ #: includes/settings.php:377
284
+ msgid "Not seeing your form?"
285
+ msgstr "Не видите вашу форму?"
286
+
287
+ #: includes/settings.php:377
288
+ msgid "Refresh Forms"
289
+ msgstr "Обновить формы"
290
+
291
+ #: includes/settings.php:382
292
+ msgid "Debug"
293
+ msgstr "Отладка"
294
+
295
+ #: includes/settings.php:384
296
+ msgid "Erase All Data"
297
+ msgstr "Удалить все данные"
298
+
299
+ #: includes/settings.php:385
300
+ msgid "Erase Transients"
301
+ msgstr "Удалить временные данные"
302
+
303
+ #: includes/settings.php:413
304
+ msgid ""
305
+ "The credentials are incorrect! Please verify that you have entered them "
306
+ "correctly."
307
+ msgstr "Учетные данные неверны! Убедитесь, что вы ввели их правильно."
308
+
309
+ #: includes/settings.php:420
310
+ msgid ""
311
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
312
+ msgstr "Установлена связь с почтовым маркетингом GoDaddy! Все готово!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Введите сначала имя пользователя и ключ API."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Чтобы создавать формы, введите имя пользователя и ключ API почтового "
324
+ "маркетинга GoDaddy."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Форма почтового маркетинга GoDaddy"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Встройте любую веб-форму почтового маркетинга GoDaddy в боковую панель."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Заголовок:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Дополнительный текст:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Форма:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Настройте ваш аккаунт почтового маркетинга GoDaddy в %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "страница настройки"
languages/godaddy-email-marketing-sv_SE.mo ADDED
Binary file
languages/godaddy-email-marketing-sv_SE.po ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Tack för registreringen!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Tack för registreringen! Kontrollera din e-post för att bekräfta ditt abonnemang."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Hoppsan! Ett problem har inträffat. Försök igen."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Ett problem har inträffat. Fyll i alla obligatoriska fält."
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Inställningar"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "E-postbaserad marknadsföring från GoDaddy är nästan redo."
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Du måste ange ditt användarnamn &amp; din API-nyckel för att det ska fungera."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Vi gör det!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Drivs av GoDaddy"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Inställningar för e-postbaserad marknadsföring från GoDaddy"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "GoDaddy-anmälningsformulär"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "All data i tillfällig cache togs bort."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "Listan över formulär har uppdaterats."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Översikt"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Anvisningar"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "När insticksprogrammet aktiveras kommer du att kunna välja och infoga vilket "
138
+ "webbformulär som helst i din e-postbaserade marknadsföring från GoDaddy "
139
+ "direkt in i webbplatsen. Konfigurationen är enkel. Ange e-postadressen och "
140
+ "API-nyckeln för ditt konto (finns i området för ditt konto för e-postbaserad "
141
+ "marknadsföring från GoDaddy [%s]). Det finns tre sätt att visa ett "
142
+ "webbformulär på din webbplats:"
143
+
144
+ #: includes/settings.php:180
145
+ msgid ""
146
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
147
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
148
+ "choice. You can then add a title and select a form!"
149
+ msgstr ""
150
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
151
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
152
+ "choice. You can then add a title and select a form!"
153
+
154
+ #: includes/settings.php:181
155
+ msgid ""
156
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
157
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
158
+ msgstr ""
159
+ "<strong>Kortkod:</strong> Du kan lägga till ett formulär i vilken post eller "
160
+ "på vilken sida som helst genom att lägga till kortkoden (t.ex. <code>[gem "
161
+ "id=80326]</code>) i sido-/postredigeraren."
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Malltagg:</strong> Du kan lägga till följande malltagg i valfri "
170
+ "WordPress-fil: <code>%s</code>. T.ex. <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "För mer information: "
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "GoDaddy Hjälp"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "Kontakta GoDaddy"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Kontouppgifter"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Användarnamn för e-postbaserad marknadsföring från GoDaddy"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Ditt användarnamn för e-postbaserad marknadsföring från GoDaddy (e-postadress)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "API-nyckel för e-postbaserad marknadsföring från GoDaddy"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "Var hittar jag min API-nyckel?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "Visa \"Drivs av GoDaddy\"?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Dra nytta av e-postbaserad marknadsföring från GoDaddy."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "Lägg till ditt webbformulär för e-postbaserad marknadsföring från GoDaddy på "
226
+ "din WordPress-webbplats! Insticksprogrammet för e-postbaserad marknadsföring "
227
+ "från GoDaddy är enkelt att konfigurera och gör det möjligt för dina besökare "
228
+ "att prenumerera på din e-postlista."
229
+
230
+ #: includes/settings.php:293
231
+ #, php-format
232
+ msgctxt "header note"
233
+ msgid ""
234
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
235
+ "minutes! %s"
236
+ msgstr ""
237
+ "Saknar du ett konto för e-postbaserad marknadsföring från GoDaddy? Skaffa ett "
238
+ "konto på mindre än 2 minuter! %s"
239
+
240
+ #: includes/settings.php:293
241
+ msgctxt "header note"
242
+ msgid "Sign Up Now"
243
+ msgstr "Anmäl dig nu"
244
+
245
+ #: includes/settings.php:305
246
+ msgctxt "save settings button"
247
+ msgid "Save Settings"
248
+ msgstr "Spara inställningar"
249
+
250
+ #: includes/settings.php:307
251
+ msgid "Available Forms"
252
+ msgstr "Tillgängliga formulär"
253
+
254
+ #: includes/settings.php:313 includes/settings.php:321
255
+ msgid "Form Name"
256
+ msgstr "Formulärnamn"
257
+
258
+ #: includes/settings.php:314 includes/settings.php:322
259
+ msgid "Form ID"
260
+ msgstr "Formulär-ID"
261
+
262
+ #: includes/settings.php:315 includes/settings.php:323
263
+ msgid "Shortcode"
264
+ msgstr "Kortkod"
265
+
266
+ #: includes/settings.php:349
267
+ msgid "Opens in a new window"
268
+ msgstr "Öppnas i ett nytt fönster"
269
+
270
+ #: includes/settings.php:349
271
+ msgid "Edit form in GoDaddy Email Marketing"
272
+ msgstr "Redigera formuläret i e-postbaserad marknadsföring från GoDaddy"
273
+
274
+ #: includes/settings.php:352
275
+ msgid "Preview"
276
+ msgstr "Förhandsgranska"
277
+
278
+ #: includes/settings.php:366
279
+ msgid "No forms found"
280
+ msgstr "Inga formulär hittades"
281
+
282
+ #: includes/settings.php:377
283
+ msgid "Not seeing your form?"
284
+ msgstr "Saknas ditt formulär?"
285
+
286
+ #: includes/settings.php:377
287
+ msgid "Refresh Forms"
288
+ msgstr "Uppdatera formulär"
289
+
290
+ #: includes/settings.php:382
291
+ msgid "Debug"
292
+ msgstr "Felsök"
293
+
294
+ #: includes/settings.php:384
295
+ msgid "Erase All Data"
296
+ msgstr "Radera alla data"
297
+
298
+ #: includes/settings.php:385
299
+ msgid "Erase Transients"
300
+ msgstr "Radera tillfällig cache"
301
+
302
+ #: includes/settings.php:413
303
+ msgid ""
304
+ "The credentials are incorrect! Please verify that you have entered them "
305
+ "correctly."
306
+ msgstr "Uppgifterna är fel! Kontrollera att du har angivit rätt uppgifter."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "Förbindelsen med e-postbaserad marknadsföring från GoDaddy har upprättats! Du "
313
+ "är klar!"
314
+
315
+ #: includes/settings.php:426
316
+ msgid "Please fill in the username and the API key first."
317
+ msgstr "Fyll i användarnamnet och API-nyckeln först."
318
+
319
+ #: includes/settings.php:447
320
+ msgid ""
321
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
322
+ "be able to create forms."
323
+ msgstr ""
324
+ "Ange användarnamnet och API-nyckeln för ditt konto med e-postbaserad "
325
+ "marknadsföring från GoDaddy så att du kan skapa formulär."
326
+
327
+ #: includes/widget.php:21 includes/widget.php:41
328
+ msgid "GoDaddy Email Marketing Form"
329
+ msgstr "Formulär för e-postbaserad marknadsföring från GoDaddy"
330
+
331
+ #: includes/widget.php:24
332
+ msgctxt "widget description"
333
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
334
+ msgstr "Bädda in ett webbformulär för e-postbaserad marknadsföring från GoDaddy i sidopanelen."
335
+
336
+ #: includes/widget.php:97
337
+ msgid "Title:"
338
+ msgstr "Titel:"
339
+
340
+ #: includes/widget.php:103
341
+ msgid "Additional Text:"
342
+ msgstr "Ytterligare text:"
343
+
344
+ #: includes/widget.php:112
345
+ msgid "Form:"
346
+ msgstr "Formulär:"
347
+
348
+ #: includes/widget.php:125
349
+ #, php-format
350
+ msgctxt "link to settings page"
351
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
352
+ msgstr "Konfigurera ditt konto för e-postbaserad marknadsföring från GoDaddy i %s."
353
+
354
+ #: includes/widget.php:129
355
+ msgid "settings page"
356
+ msgstr "sidan Inställningar"
languages/godaddy-email-marketing-th.mo ADDED
Binary file
languages/godaddy-email-marketing-th.po ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "ขอบคุณที่ลงทะเบียน!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "ขอบคุณที่ลงทะเบียน! โปรดดูอีเมลของคุณเพื่อยืนยันการสมัครสมาชิกของคุณ"
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "ขออภัย! มีปัญหาเกิดขึ้น โปรดลองอีกครั้ง"
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "มีปัญหาเกิดขึ้น โปรดกรอกข้อมูลในฟิลด์ที่ต้องกรอกทั้งหมด"
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "การตั้งค่า"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "การตลาดด้วยอีเมลของ GoDaddy เกือบพร้อมแล้ว"
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "คุณต้องใส่ชื่อผู้ใช้และคีย์ API เพื่อให้สามารถทำงานได้"
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "มาทำกันเลย!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "ขับเคลื่อนโดย GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "การตั้งค่าการตลาดด้วยอีเมลของ GoDaddy"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "แบบฟอร์มลงทะเบียน GoDaddy"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "ได้ลบส่วนชั่วคราวทั้งหมดแล้ว"
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "อัพเดทรายการแบบฟอร์มเสร็จแล้่ว"
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "ภาพรวม"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "ขั้นตอน"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "เมื่อเปิดใช้งานปลั๊กอินแล้ว "
137
+ "คุณจะสามารถเลือกและแทรกเว็บฟอร์มการตลาดด้วยอีเมลของ GoDaddy ใดๆ "
138
+ "บนเว็บไซต์ของคุณได้ การตั้งค่านั้นง่าย ด้านล่าง "
139
+ "เพียงแค่ใส่ที่อยู่อีเมลบัญชีและคีย์ API ของคุณ (หาได้ในส่วน [%s] "
140
+ "บัญชีการตลาดด้วยอีเมลของ GoDaddy ของคุณ) ต่อไปนี้คือวิธี 3 วิธีที่คุณสามารถแสดงเว็บฟอร์มบนเว็บไซต์ของคุณ:"
141
+
142
+ #: includes/settings.php:180
143
+ msgid ""
144
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
145
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
146
+ "choice. You can then add a title and select a form!"
147
+ msgstr ""
148
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
149
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
150
+ "choice. You can then add a title and select a form!"
151
+
152
+ #: includes/settings.php:181
153
+ msgid ""
154
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
155
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
156
+ msgstr ""
157
+ "<strong>รหัสแบบสั้น:</strong> คุณสามารถเพิ่มแบบฟอร์มกับโพสต์หรือหน้าเพจใดๆ "
158
+ "ได้ด้วยการเพิ่มรหัสแบบสั้น (เช่น <code>[gem id=80326]</code>) ในโปรแแกรมแก้ไขหน้าเพจ/โพสต์"
159
+
160
+ #: includes/settings.php:183
161
+ #, php-format
162
+ msgid ""
163
+ "<strong>Template Tag:</strong> You can add the following template tag into "
164
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
165
+ msgstr ""
166
+ "<strong>แท็กแม่แบบ:</strong> คุณสามารถเพิ่มแท็กแม่แบบต่อไปนี้ในไฟล์ WordPress "
167
+ "ใดๆ ได้: <code>%s</code>. เช่น <code>%s</code>"
168
+
169
+ #: includes/settings.php:193
170
+ msgid "For more information:"
171
+ msgstr "สำหรับข้อมูลเพิ่มเติม:"
172
+
173
+ #: includes/settings.php:194
174
+ msgid "GoDaddy"
175
+ msgstr "GoDaddy"
176
+
177
+ #: includes/settings.php:195
178
+ msgid "GoDaddy Help"
179
+ msgstr "ความช่วยเหลือของ GoDaddy"
180
+
181
+ #: includes/settings.php:196
182
+ msgid "Contact GoDaddy"
183
+ msgstr "ติดต่อ GoDaddy"
184
+
185
+ #: includes/settings.php:222
186
+ msgid "Account Details"
187
+ msgstr "รายละเอียดบัญชี"
188
+
189
+ #: includes/settings.php:229
190
+ msgid "GoDaddy Email Marketing Username"
191
+ msgstr "ชื่อผู้ใช้การตลาดด้วยอีเมลของ GoDaddy"
192
+
193
+ #: includes/settings.php:236
194
+ msgid "Your GoDaddy Email Marketing username (email address)"
195
+ msgstr "ชื่อผู้ใช้การตลาดด้วยอีเมลของ GoDaddy ของคุณ (ที่อยู่อีเมล)"
196
+
197
+ #: includes/settings.php:243
198
+ msgid "GoDaddy Email Marketing API Key"
199
+ msgstr "คีย์ API การตลาดด้วยอีเมลของ GoDaddy"
200
+
201
+ #: includes/settings.php:250
202
+ msgctxt "settings page"
203
+ msgid "Where can I find my API key?"
204
+ msgstr "ฉันจะหาคีย์ API ได้ที่ไหน"
205
+
206
+ #: includes/settings.php:266
207
+ msgid "Display \"Powered by GoDaddy\"?"
208
+ msgstr "แสดง “ขับเคลื่อนโดย GoDaddy” หรือไม่"
209
+
210
+ #: includes/settings.php:290
211
+ msgctxt "gem header note"
212
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
213
+ msgstr "เพลิดเพลินไปกับประสบการณ์การตลาดด้วยอีเมลของ GoDaddy ด้วยตัวเอง"
214
+
215
+ #: includes/settings.php:292
216
+ msgctxt "header note"
217
+ msgid ""
218
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
219
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
220
+ "subscribe to your email list."
221
+ msgstr ""
222
+ "เพิ่มเว็บฟอร์มการตลาดด้วยอีเมลของ GoDaddy กับเว็บไซต์ WordPress ของคุณ! "
223
+ "กำหนดค่าได้ง่าย การตลาดด้วยอีเมลของ GoDaddy จะทำให้ผู้เข้าชมเว็บไซต์ของคุณสามารถสมัครสมาชิกในรายชื่ออีเมลของคุณได้"
224
+
225
+ #: includes/settings.php:293
226
+ #, php-format
227
+ msgctxt "header note"
228
+ msgid ""
229
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
230
+ "minutes! %s"
231
+ msgstr ""
232
+ "คุณไม่มีบัญชีการตลาดด้วยอีเมลของ GoDaddy หรือ รับบัญชีได้ในเวลาน้อยกว่า 2 "
233
+ "นาที! %s"
234
+
235
+ #: includes/settings.php:293
236
+ msgctxt "header note"
237
+ msgid "Sign Up Now"
238
+ msgstr "ลงทะเบียนเดี็ยวนี้เลย"
239
+
240
+ #: includes/settings.php:305
241
+ msgctxt "save settings button"
242
+ msgid "Save Settings"
243
+ msgstr "บันทึกการตั้งค่า"
244
+
245
+ #: includes/settings.php:307
246
+ msgid "Available Forms"
247
+ msgstr "แบบฟอร์มที่มี"
248
+
249
+ #: includes/settings.php:313 includes/settings.php:321
250
+ msgid "Form Name"
251
+ msgstr "ชื่อแบบฟอร์ม"
252
+
253
+ #: includes/settings.php:314 includes/settings.php:322
254
+ msgid "Form ID"
255
+ msgstr "หมายเลขแบบฟอร์ม"
256
+
257
+ #: includes/settings.php:315 includes/settings.php:323
258
+ msgid "Shortcode"
259
+ msgstr "รหัสแบบสั้น"
260
+
261
+ #: includes/settings.php:349
262
+ msgid "Opens in a new window"
263
+ msgstr "เปิดในหน้าต่างใหม่"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Edit form in GoDaddy Email Marketing"
267
+ msgstr "แก้ไขแบบฟอร์มในการตลาดด้วยอีเมลของ GoDaddy"
268
+
269
+ #: includes/settings.php:352
270
+ msgid "Preview"
271
+ msgstr "ดูตัวอย่าง"
272
+
273
+ #: includes/settings.php:366
274
+ msgid "No forms found"
275
+ msgstr "ไม่พบแบบฟอร์ม"
276
+
277
+ #: includes/settings.php:377
278
+ msgid "Not seeing your form?"
279
+ msgstr "ไม่เห็นแบบฟอร์มของคุณหรือไม่"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Refresh Forms"
283
+ msgstr "รีเฟรชแบบฟอร์ม"
284
+
285
+ #: includes/settings.php:382
286
+ msgid "Debug"
287
+ msgstr "ตรวจข้อผิดพลาด"
288
+
289
+ #: includes/settings.php:384
290
+ msgid "Erase All Data"
291
+ msgstr "ลบข้อมูลทั้งหมด"
292
+
293
+ #: includes/settings.php:385
294
+ msgid "Erase Transients"
295
+ msgstr "ลบส่วนชั่วคราว"
296
+
297
+ #: includes/settings.php:413
298
+ msgid ""
299
+ "The credentials are incorrect! Please verify that you have entered them "
300
+ "correctly."
301
+ msgstr "ข้อมูลส่วนตัวไม่ถูกต้อง! โปรดยืนยันว่าคุณได้ใส่ข้อมูลถูกต้อง"
302
+
303
+ #: includes/settings.php:420
304
+ msgid ""
305
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
306
+ msgstr "ได้มีการเชื่อมต่อกับการตลาดด้วยอีเมลของ GoDaddy แล้ว! เรียบร้อยแล้ว!"
307
+
308
+ #: includes/settings.php:426
309
+ msgid "Please fill in the username and the API key first."
310
+ msgstr "โปรดใส่ชื่อผู้ใช้และคีย์ API เป็นอันดับแรก"
311
+
312
+ #: includes/settings.php:447
313
+ msgid ""
314
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
315
+ "be able to create forms."
316
+ msgstr ""
317
+ "โปรดใส่ชื่อผู้ใช้และคีย์ API ของการตลาดด้วยอีเมลของ GoDaddy เพื่อที่จะสร้างแบบฟอร์ม"
318
+
319
+ #: includes/widget.php:21 includes/widget.php:41
320
+ msgid "GoDaddy Email Marketing Form"
321
+ msgstr "แบบฟอร์มการตลาดด้วยอีเมลของ GoDaddy"
322
+
323
+ #: includes/widget.php:24
324
+ msgctxt "widget description"
325
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
326
+ msgstr "ฝังเว็บฟอร์มการตลาดด้วยอีเมลของ GoDaddy ใดๆ ในแถบด้านข้างของคุณ"
327
+
328
+ #: includes/widget.php:97
329
+ msgid "Title:"
330
+ msgstr "ชื่อเรื่อง:"
331
+
332
+ #: includes/widget.php:103
333
+ msgid "Additional Text:"
334
+ msgstr "ข้อความเพิ่มเติม:"
335
+
336
+ #: includes/widget.php:112
337
+ msgid "Form:"
338
+ msgstr "แบบฟอร์ม:"
339
+
340
+ #: includes/widget.php:125
341
+ #, php-format
342
+ msgctxt "link to settings page"
343
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
344
+ msgstr "โปรดตั้งค่าบัญชีการตลาดด้วยอีเมลของ GoDaddy ใน %s"
345
+
346
+ #: includes/widget.php:129
347
+ msgid "settings page"
348
+ msgstr "หน้าการตั้งค่า"
languages/godaddy-email-marketing-tl.mo ADDED
Binary file
languages/godaddy-email-marketing-tl.po ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Salamat sa iyong pagsa-sign up!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Salamat sa iyong pagsa-sign up! Pakitingnan ang iyong email para kumpirmahin "
13
+ "ang inyong subscription."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Hala! Nagkaroon ng problema. Pakisubukan uli."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Nagkaroon ng problema. Mangyaring punan ang lahat ng mga kailangang field."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Mga Setting"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Halos handa na ang Email sa Marketing ng GoDaddy."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Kailangan mong ilagay ang iyong username &amp; API key para gumana ito."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Gawin na natin!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "Pinapagana ng GoDaddy"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Mga Setting ng Email sa Marketing ng GoDaddy "
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "Mga Signup Form para sa GoDaddy"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Naalis ang lahat ng transients."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Matagumpay na na-update ang listahan ng mga form."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Pangkalahatang-ideya"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Mga tagubilin"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Sa sandaling napagana na ang plugin, maaari mo nang piliin at ilagay ang "
139
+ "alinman sa mga webform para sa Email sa Marketing ng GoDaddy nang diretso sa "
140
+ "iyong site. Madali ang pagse-setup. Sa ibaba, basta't ilagay mo lang ang "
141
+ "email address ng iyong account at API key (makikita sa iyong Email sa "
142
+ "Marketing ng GoDaddy na account [%s] area). Heto ang 3 paraan kung paano mo "
143
+ "mapapakita ang isang webform sa iyong site:\n"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Shortcode:</strong> Maaari kang magdagdag ng form sa anumang post o "
161
+ "pahina sa pamamagitan ng pagdadagdag ng shortcode (hal. <code>[gem "
162
+ "id=80326]</code>) sa editor ng pahina/post."
163
+
164
+ #: includes/settings.php:183
165
+ #, php-format
166
+ msgid ""
167
+ "<strong>Template Tag:</strong> You can add the following template tag into "
168
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
169
+ msgstr ""
170
+ "<strong>Template Tag:</strong> Maaari kang magdagdag ng sumusunod na template "
171
+ "tag sa anumang file ng WordPress: <code>%s</code>. Hal. <code>%s</code>"
172
+
173
+ #: includes/settings.php:193
174
+ msgid "For more information:"
175
+ msgstr "Para sa iba pang impormasyon:"
176
+
177
+ #: includes/settings.php:194
178
+ msgid "GoDaddy"
179
+ msgstr "GoDaddy"
180
+
181
+ #: includes/settings.php:195
182
+ msgid "GoDaddy Help"
183
+ msgstr "Tulong sa GoDaddy"
184
+
185
+ #: includes/settings.php:196
186
+ msgid "Contact GoDaddy"
187
+ msgstr "Makipag-ugnayan sa GoDaddy"
188
+
189
+ #: includes/settings.php:222
190
+ msgid "Account Details"
191
+ msgstr "Mga Detalye ng Account"
192
+
193
+ #: includes/settings.php:229
194
+ msgid "GoDaddy Email Marketing Username"
195
+ msgstr "User ng Email sa Marketing ng GoDaddy"
196
+
197
+ #: includes/settings.php:236
198
+ msgid "Your GoDaddy Email Marketing username (email address)"
199
+ msgstr "Ang iyong username sa Email sa Marketing ng GoDaddy (email address)"
200
+
201
+ #: includes/settings.php:243
202
+ msgid "GoDaddy Email Marketing API Key"
203
+ msgstr "API Key ng Email sa Marketing ng GoDaddy"
204
+
205
+ #: includes/settings.php:250
206
+ msgctxt "settings page"
207
+ msgid "Where can I find my API key?"
208
+ msgstr "Saan ko matatagpuan ang aking API key?"
209
+
210
+ #: includes/settings.php:266
211
+ msgid "Display \"Powered by GoDaddy\"?"
212
+ msgstr "Ipakita ang \"Pinapagana ng GoDaddy\"?"
213
+
214
+ #: includes/settings.php:290
215
+ msgctxt "gem header note"
216
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
217
+ msgstr "Ikaw mismo ang makaka-enjoy ng Karanasan ng Email sa Marketing ng GoDaddy."
218
+
219
+ #: includes/settings.php:292
220
+ msgctxt "header note"
221
+ msgid ""
222
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
223
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
224
+ "subscribe to your email list."
225
+ msgstr ""
226
+ "Idagdag ang iyong webform para sa Email sa Marketing ng GoDaddy sa iyong "
227
+ "WordPress site! Madaling i-set up, pinapahintulutan ng plugin ng Email sa "
228
+ "Marketing ng GoDaddy ang iyong mga bisita na makapag-subscribe sa iyong "
229
+ "listahan ng email."
230
+
231
+ #: includes/settings.php:293
232
+ #, php-format
233
+ msgctxt "header note"
234
+ msgid ""
235
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
236
+ "minutes! %s"
237
+ msgstr ""
238
+ "Walang account para sa Email sa Marketing ng GoDaddy? Kumuha nito sa loob "
239
+ "lang ng 2 minuto! %s"
240
+
241
+ #: includes/settings.php:293
242
+ msgctxt "header note"
243
+ msgid "Sign Up Now"
244
+ msgstr "Mag-sign Up Na"
245
+
246
+ #: includes/settings.php:305
247
+ msgctxt "save settings button"
248
+ msgid "Save Settings"
249
+ msgstr "I-save ang Mga Setting"
250
+
251
+ #: includes/settings.php:307
252
+ msgid "Available Forms"
253
+ msgstr "Mga Available na Form"
254
+
255
+ #: includes/settings.php:313 includes/settings.php:321
256
+ msgid "Form Name"
257
+ msgstr "Pangalan ng Form"
258
+
259
+ #: includes/settings.php:314 includes/settings.php:322
260
+ msgid "Form ID"
261
+ msgstr "Form ID"
262
+
263
+ #: includes/settings.php:315 includes/settings.php:323
264
+ msgid "Shortcode"
265
+ msgstr "Shortcode"
266
+
267
+ #: includes/settings.php:349
268
+ msgid "Opens in a new window"
269
+ msgstr "Magbubukas ito ng bagong window"
270
+
271
+ #: includes/settings.php:349
272
+ msgid "Edit form in GoDaddy Email Marketing"
273
+ msgstr "I-edit ang form sa Email sa Marketing ng GoDaddy"
274
+
275
+ #: includes/settings.php:352
276
+ msgid "Preview"
277
+ msgstr "I-preview"
278
+
279
+ #: includes/settings.php:366
280
+ msgid "No forms found"
281
+ msgstr "Walang nakitang mga form"
282
+
283
+ #: includes/settings.php:377
284
+ msgid "Not seeing your form?"
285
+ msgstr "Hindi nakikita ang iyong form?"
286
+
287
+ #: includes/settings.php:377
288
+ msgid "Refresh Forms"
289
+ msgstr "I-refresh ang mga Form"
290
+
291
+ #: includes/settings.php:382
292
+ msgid "Debug"
293
+ msgstr "I-debug"
294
+
295
+ #: includes/settings.php:384
296
+ msgid "Erase All Data"
297
+ msgstr "Burahin ang Lahat ng Data"
298
+
299
+ #: includes/settings.php:385
300
+ msgid "Erase Transients"
301
+ msgstr "Burahin ang Transients"
302
+
303
+ #: includes/settings.php:413
304
+ msgid ""
305
+ "The credentials are incorrect! Please verify that you have entered them "
306
+ "correctly."
307
+ msgstr ""
308
+ "Hindi tama ang mga kredensiyal! Mangyaring patotohanan na nailagay mo ang mga "
309
+ "ito nang wasto."
310
+
311
+ #: includes/settings.php:420
312
+ msgid ""
313
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
314
+ msgstr ""
315
+ "Natatag na ang koneksyon sa Email sa Marketing ng GoDaddy! Handa ka na!"
316
+
317
+ #: includes/settings.php:426
318
+ msgid "Please fill in the username and the API key first."
319
+ msgstr "Mangyari lang isulat ang username at API key muna."
320
+
321
+ #: includes/settings.php:447
322
+ msgid ""
323
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
324
+ "be able to create forms."
325
+ msgstr ""
326
+ "Mangyari lang ilagay ang iyong username para sa Email sa Marketing ng GoDaddy "
327
+ "at API Key para makagawa ng mga form."
328
+
329
+ #: includes/widget.php:21 includes/widget.php:41
330
+ msgid "GoDaddy Email Marketing Form"
331
+ msgstr "Form para sa Email sa Marketing ng GoDaddy"
332
+
333
+ #: includes/widget.php:24
334
+ msgctxt "widget description"
335
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
336
+ msgstr "I-embed ang anumang webform ng Email sa Marketing ng GoDaddy sa iyong sidebar."
337
+
338
+ #: includes/widget.php:97
339
+ msgid "Title:"
340
+ msgstr "Title:"
341
+
342
+ #: includes/widget.php:103
343
+ msgid "Additional Text:"
344
+ msgstr "Karagdagang Teksto:"
345
+
346
+ #: includes/widget.php:112
347
+ msgid "Form:"
348
+ msgstr "Form:"
349
+
350
+ #: includes/widget.php:125
351
+ #, php-format
352
+ msgctxt "link to settings page"
353
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
354
+ msgstr "Mangyari lang i-setup ang iyong account sa Email sa Marketing ng GoDaddy sa %s."
355
+
356
+ #: includes/widget.php:129
357
+ msgid "settings page"
358
+ msgstr "pahina ng mga setting"
languages/godaddy-email-marketing-tr_TR.mo ADDED
Binary file
languages/godaddy-email-marketing-tr_TR.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Kaydolduğunuz için teşekkürler!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Kaydolduğunuz için teşekkürler! Aboneliğinizi doğrulamak için lütfen "
13
+ "e-postanızı kontrol edin."
14
+
15
+ #: godaddy-email-marketing.php:203
16
+ msgctxt "ajax response"
17
+ msgid "Oops! There was a problem. Please try again."
18
+ msgstr "Üzgünüz! Bir sorun oluştu. Lütfen tekrar deneyin."
19
+
20
+ #: godaddy-email-marketing.php:204
21
+ msgctxt "ajax response"
22
+ msgid "There was a problem. Please fill all required fields."
23
+ msgstr "Bir sorun oluştu. Lütfen zorunlu alanları doldurun."
24
+
25
+ #: godaddy-email-marketing.php:216
26
+ msgid "Settings"
27
+ msgstr "Ayarlar"
28
+
29
+ #: godaddy-email-marketing.php:251
30
+ msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "GoDaddy E-posta Pazarlama'ya kavuşmanıza az kaldı."
32
+
33
+ #: godaddy-email-marketing.php:251
34
+ msgid "You must enter your username &amp; API key for it to work."
35
+ msgstr "Ürünün çalışması için kullanıcı adınızı ve API anahtarını girmeniz gerekir."
36
+
37
+ #: godaddy-email-marketing.php:252
38
+ msgid "Let's do it!"
39
+ msgstr "Hadi, işe koyulalım!"
40
+
41
+ #: includes/render.php:59
42
+ msgid "Powered by GoDaddy"
43
+ msgstr "GoDaddy Destekli"
44
+
45
+ #: includes/render.php:308
46
+ msgid "Month"
47
+ msgstr "Month"
48
+
49
+ #: includes/render.php:309
50
+ msgid "January"
51
+ msgstr "January"
52
+
53
+ #: includes/render.php:310
54
+ msgid "Febuary"
55
+ msgstr "Febuary"
56
+
57
+ #: includes/render.php:311
58
+ msgid "March"
59
+ msgstr "March"
60
+
61
+ #: includes/render.php:312
62
+ msgid "April"
63
+ msgstr "April"
64
+
65
+ #: includes/render.php:313
66
+ msgid "May"
67
+ msgstr "May"
68
+
69
+ #: includes/render.php:314
70
+ msgid "June"
71
+ msgstr "June"
72
+
73
+ #: includes/render.php:315
74
+ msgid "July"
75
+ msgstr "July"
76
+
77
+ #: includes/render.php:316
78
+ msgid "August"
79
+ msgstr "August"
80
+
81
+ #: includes/render.php:317
82
+ msgid "September"
83
+ msgstr "September"
84
+
85
+ #: includes/render.php:318
86
+ msgid "October"
87
+ msgstr "October"
88
+
89
+ #: includes/render.php:319
90
+ msgid "November"
91
+ msgstr "November"
92
+
93
+ #: includes/render.php:320
94
+ msgid "December"
95
+ msgstr "December"
96
+
97
+ #: includes/render.php:325
98
+ msgid "Day"
99
+ msgstr "Day"
100
+
101
+ #: includes/render.php:333
102
+ msgid "Year"
103
+ msgstr "Year"
104
+
105
+ #: includes/settings.php:53 includes/settings.php:284
106
+ msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "GoDaddy E-Posta Pazarlama Ayarları"
108
+
109
+ #: includes/settings.php:54
110
+ msgid "GoDaddy Signup Forms"
111
+ msgstr "GoDaddy Kayıt Formları"
112
+
113
+ #: includes/settings.php:102
114
+ msgid "All transients were removed."
115
+ msgstr "Geçici tüm veriler kaldırıldı."
116
+
117
+ #: includes/settings.php:112
118
+ msgid "Forms list was successfully updated."
119
+ msgstr "Form listesi başarıyla güncellendi."
120
+
121
+ #: includes/settings.php:171
122
+ msgid "Overview"
123
+ msgstr "Genel bakış"
124
+
125
+ #: includes/settings.php:175
126
+ msgid "Instructions"
127
+ msgstr "Talimatlar"
128
+
129
+ #: includes/settings.php:177
130
+ #, php-format
131
+ msgid ""
132
+ "Once the plugin is activated, you will be able to select and insert any of "
133
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
134
+ "Below, simply enter your account email address and API key (found in your "
135
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
136
+ "display a webform on your site:"
137
+ msgstr ""
138
+ "Eklenti etkinleştirildiğinde GoDaddy E-posta Pazarlama web formlarınızdan "
139
+ "istediğiniz herhangi birini seçerek doğrudan sitenize ekleyebileceksiniz. "
140
+ "Kurulumu son derece kolaydır. GoDaddy E-posta Pazarlama hesabınızda [%s] "
141
+ "alanında bulunan API anahtarını ve hesabınızın e-posta adresini aşağıya "
142
+ "girmeniz yeterlidir. Sitenizde web formu görüntülemek için aşağıdaki 3 "
143
+ "yöntemden yararlanabilirsiniz:"
144
+
145
+ #: includes/settings.php:180
146
+ msgid ""
147
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
148
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
149
+ "choice. You can then add a title and select a form!"
150
+ msgstr ""
151
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
152
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
153
+ "choice. You can then add a title and select a form!"
154
+
155
+ #: includes/settings.php:181
156
+ msgid ""
157
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
158
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
159
+ msgstr ""
160
+ "<strong>Kısa kod:</strong> Kısa kod ekleyerek sayfa/gönderi düzenleyicide "
161
+ "istediğiniz gönderiye ya da sayfaya form ekleyebilirsiniz (ör: <code>[gem id=80326]</code>). "
162
+
163
+ #: includes/settings.php:183
164
+ #, php-format
165
+ msgid ""
166
+ "<strong>Template Tag:</strong> You can add the following template tag into "
167
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
168
+ msgstr ""
169
+ "<strong>Şablon Etiket:</strong> Aşağıdaki şablon etiketi istediğiniz "
170
+ "WordPress dosyasına ekleyebilirsiniz: <code>%s</code>. Örn: <code>%s</code>"
171
+
172
+ #: includes/settings.php:193
173
+ msgid "For more information:"
174
+ msgstr "Ayrıntılı bilgi için: "
175
+
176
+ #: includes/settings.php:194
177
+ msgid "GoDaddy"
178
+ msgstr "GoDaddy"
179
+
180
+ #: includes/settings.php:195
181
+ msgid "GoDaddy Help"
182
+ msgstr "GoDaddy Yardım"
183
+
184
+ #: includes/settings.php:196
185
+ msgid "Contact GoDaddy"
186
+ msgstr "GoDaddy ile iletişime geçin"
187
+
188
+ #: includes/settings.php:222
189
+ msgid "Account Details"
190
+ msgstr "Hesap Bilgileri"
191
+
192
+ #: includes/settings.php:229
193
+ msgid "GoDaddy Email Marketing Username"
194
+ msgstr "GoDaddy E-Posta Pazarlama Kullanıcı Adı"
195
+
196
+ #: includes/settings.php:236
197
+ msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "GoDaddy E-posta Pazarlama kullanıcı adınız (e-posta adresi)"
199
+
200
+ #: includes/settings.php:243
201
+ msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "GoDaddy E-posta Pazarlama API Anahtarı"
203
+
204
+ #: includes/settings.php:250
205
+ msgctxt "settings page"
206
+ msgid "Where can I find my API key?"
207
+ msgstr "API anahtarımı nereden bulabilirim?"
208
+
209
+ #: includes/settings.php:266
210
+ msgid "Display \"Powered by GoDaddy\"?"
211
+ msgstr "\"GoDaddy Destekli\" mesajı gösterilsin mi?"
212
+
213
+ #: includes/settings.php:290
214
+ msgctxt "gem header note"
215
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "GoDaddy E-posta Pazarlama Deneyimini birebir yaşayın, bu deneyimin keyfine varın."
217
+
218
+ #: includes/settings.php:292
219
+ msgctxt "header note"
220
+ msgid ""
221
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
222
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
+ "subscribe to your email list."
224
+ msgstr ""
225
+ "GoDaddy E-posta Pazarlama web formunuzu WordPress sitenize ekleyin! Kurulumu "
226
+ "kolay GoDaddy E-posta Pazarlama eklentisi, sitenizin ziyaretçilerinin e-posta "
227
+ "listenize abone olmasını sağlar."
228
+
229
+ #: includes/settings.php:293
230
+ #, php-format
231
+ msgctxt "header note"
232
+ msgid ""
233
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
+ "minutes! %s"
235
+ msgstr ""
236
+ "GoDaddy E-posta Pazarlama hesabınız yok mu? Hesap oluşturmanız iki dakika "
237
+ "bile sürmeyecek! %s"
238
+
239
+ #: includes/settings.php:293
240
+ msgctxt "header note"
241
+ msgid "Sign Up Now"
242
+ msgstr "Şimdi Kaydolun"
243
+
244
+ #: includes/settings.php:305
245
+ msgctxt "save settings button"
246
+ msgid "Save Settings"
247
+ msgstr "Ayarları Kaydet"
248
+
249
+ #: includes/settings.php:307
250
+ msgid "Available Forms"
251
+ msgstr "Kullanılabilir Formlar"
252
+
253
+ #: includes/settings.php:313 includes/settings.php:321
254
+ msgid "Form Name"
255
+ msgstr "Form Adı"
256
+
257
+ #: includes/settings.php:314 includes/settings.php:322
258
+ msgid "Form ID"
259
+ msgstr "Form Kimliği"
260
+
261
+ #: includes/settings.php:315 includes/settings.php:323
262
+ msgid "Shortcode"
263
+ msgstr "Kısa kod"
264
+
265
+ #: includes/settings.php:349
266
+ msgid "Opens in a new window"
267
+ msgstr "Yeni bir pencerede açılır"
268
+
269
+ #: includes/settings.php:349
270
+ msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Formu GoDaddy E-posta Pazarlamada düzenle"
272
+
273
+ #: includes/settings.php:352
274
+ msgid "Preview"
275
+ msgstr "Önizleme"
276
+
277
+ #: includes/settings.php:366
278
+ msgid "No forms found"
279
+ msgstr "Form bulunamadı"
280
+
281
+ #: includes/settings.php:377
282
+ msgid "Not seeing your form?"
283
+ msgstr "Formunuzu görüntüleyemiyor musunuz?"
284
+
285
+ #: includes/settings.php:377
286
+ msgid "Refresh Forms"
287
+ msgstr "Formları Yenile"
288
+
289
+ #: includes/settings.php:382
290
+ msgid "Debug"
291
+ msgstr "Hata Ayıklama"
292
+
293
+ #: includes/settings.php:384
294
+ msgid "Erase All Data"
295
+ msgstr "Tüm Verileri Sil"
296
+
297
+ #: includes/settings.php:385
298
+ msgid "Erase Transients"
299
+ msgstr "Geçici Verileri Sil"
300
+
301
+ #: includes/settings.php:413
302
+ msgid ""
303
+ "The credentials are incorrect! Please verify that you have entered them "
304
+ "correctly."
305
+ msgstr ""
306
+ "Kullanıcı bilgileri hatalı! Lütfen bilgileri doğru girdiğinizden emin olun."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "GoDaddy E-posta Pazarlama ile bağlantı kuruldu! Ayarlarınız tamamlandı!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Lütfen öncelikle kullanıcı adını ve API anahtarını doldurun."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Form oluşturabilmek için lütfen GoDaddy E-posta Pazarlama kullanıcı adınızı "
324
+ "ve API anahtarınızı girin. "
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "GoDaddy E-Posta Pazarlama Formu"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "İstediğiniz herhangi bir GoDaddy E-posta Pazarlama web formunu kenar çubuğunuza ekleyin."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Başlık:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Ek Metin:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Form:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "GoDaddy E-posta Pazarlama hesabınızı lütfen %s konumunda kurun."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "ayarlar sayfası"
languages/godaddy-email-marketing-uk.mo ADDED
Binary file
languages/godaddy-email-marketing-uk.po ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Дякуємо за реєстрацію!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "Дякуємо за реєстрацію! Перевірте свою пошту та підтвердьте підписку."
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "Проблема! Щось негаразд. Повторіть спробу."
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "Щось негаразд. Заповніть усі обов'язкові поля."
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "Налаштування"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy Маркетинг електронною поштою майже готовий."
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "Щоб він запрацював, ви маєте ввести своє ім’я користувача та ключ API."
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "Давайте зробимо це!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "На платформі GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "Настройки GoDaddy Маркетингу електронною поштою"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "Реєстраційні форми GoDaddy"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "Усі тимчасові дані видалено."
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "Список форм успішно оновлено."
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "Огляд"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "Інструкції"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "Після активації плагіну ви зможете вибирати й вставляти просто на сайт "
137
+ "будь-які ваші веб-форми GoDaddy Маркетингу електронною поштою. Налаштувати це "
138
+ "дуже просто. Лише введіть нижче адрес електронної пошти вашого акаунта та "
139
+ "ключ API (зазначений в області [%s] вашого акаунта GoDaddy Маркетингу "
140
+ "електронною поштою). Є три способи відображення веб-форми на вашому сайті:"
141
+
142
+ #: includes/settings.php:180
143
+ msgid ""
144
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
145
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
146
+ "choice. You can then add a title and select a form!"
147
+ msgstr ""
148
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
149
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
150
+ "choice. You can then add a title and select a form!"
151
+
152
+ #: includes/settings.php:181
153
+ msgid ""
154
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
155
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
156
+ msgstr ""
157
+ "<strong>Короткий код.</strong> Форму можна вставити в будь-яку публікацію або "
158
+ "сторінку, додавши короткий код (наприклад, <code>[gem id=80326]</code>) у "
159
+ "редакторі сторінок/публікацій."
160
+
161
+ #: includes/settings.php:183
162
+ #, php-format
163
+ msgid ""
164
+ "<strong>Template Tag:</strong> You can add the following template tag into "
165
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
166
+ msgstr ""
167
+ "<strong>Код шаблону.</strong> До будь-якого файлу WordPress можна додати "
168
+ "такий код шаблону: <code>%s</code>. Наприклад: <code>%s</code>"
169
+
170
+ #: includes/settings.php:193
171
+ msgid "For more information:"
172
+ msgstr "Додаткова інформація:"
173
+
174
+ #: includes/settings.php:194
175
+ msgid "GoDaddy"
176
+ msgstr "GoDaddy"
177
+
178
+ #: includes/settings.php:195
179
+ msgid "GoDaddy Help"
180
+ msgstr "Довідка GoDaddy"
181
+
182
+ #: includes/settings.php:196
183
+ msgid "Contact GoDaddy"
184
+ msgstr "Зверніться до GoDaddy"
185
+
186
+ #: includes/settings.php:222
187
+ msgid "Account Details"
188
+ msgstr "Відомості акаунта"
189
+
190
+ #: includes/settings.php:229
191
+ msgid "GoDaddy Email Marketing Username"
192
+ msgstr "Ім’я користувача GoDaddy Маркетингу електронною поштою"
193
+
194
+ #: includes/settings.php:236
195
+ msgid "Your GoDaddy Email Marketing username (email address)"
196
+ msgstr "Ваше ім’я користувача GoDaddy Маркетингу електронною поштою (адреса електронної пошти)"
197
+
198
+ #: includes/settings.php:243
199
+ msgid "GoDaddy Email Marketing API Key"
200
+ msgstr "Ключ API для GoDaddy Маркетингу електронною поштою"
201
+
202
+ #: includes/settings.php:250
203
+ msgctxt "settings page"
204
+ msgid "Where can I find my API key?"
205
+ msgstr "Де знайти ключ API?"
206
+
207
+ #: includes/settings.php:266
208
+ msgid "Display \"Powered by GoDaddy\"?"
209
+ msgstr "Показувати «На платформі GoDaddy»?"
210
+
211
+ #: includes/settings.php:290
212
+ msgctxt "gem header note"
213
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
214
+ msgstr "Відчуйте переваги GoDaddy Маркетингу електронною поштою на власному досвіді."
215
+
216
+ #: includes/settings.php:292
217
+ msgctxt "header note"
218
+ msgid ""
219
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
220
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
221
+ "subscribe to your email list."
222
+ msgstr ""
223
+ "Установіть веб-форму GoDaddy Маркетингу електронною поштою на свій сайт "
224
+ "WordPress! Зручний у настроюванні плагін GoDaddy Маркетингу електронною "
225
+ "поштою Mimi дає змогу відвідувачам вашого сайту підписуватися на вашу поштову розсилку."
226
+
227
+ #: includes/settings.php:293
228
+ #, php-format
229
+ msgctxt "header note"
230
+ msgid ""
231
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
232
+ "minutes! %s"
233
+ msgstr ""
234
+ "Ви ще не маєте акаунта GoDaddy Маркетингу електронною поштою? Отримайте його "
235
+ "менше ніж за 2 хвилини! %s"
236
+
237
+ #: includes/settings.php:293
238
+ msgctxt "header note"
239
+ msgid "Sign Up Now"
240
+ msgstr "Зареєструватися зараз"
241
+
242
+ #: includes/settings.php:305
243
+ msgctxt "save settings button"
244
+ msgid "Save Settings"
245
+ msgstr "Зберегти настройки"
246
+
247
+ #: includes/settings.php:307
248
+ msgid "Available Forms"
249
+ msgstr "Доступні форми"
250
+
251
+ #: includes/settings.php:313 includes/settings.php:321
252
+ msgid "Form Name"
253
+ msgstr "Ім'я форми"
254
+
255
+ #: includes/settings.php:314 includes/settings.php:322
256
+ msgid "Form ID"
257
+ msgstr "ID форми"
258
+
259
+ #: includes/settings.php:315 includes/settings.php:323
260
+ msgid "Shortcode"
261
+ msgstr "Короткий код"
262
+
263
+ #: includes/settings.php:349
264
+ msgid "Opens in a new window"
265
+ msgstr "Відкривається в новому вікні"
266
+
267
+ #: includes/settings.php:349
268
+ msgid "Edit form in GoDaddy Email Marketing"
269
+ msgstr "Редагувати форму в GoDaddy Маркетингу електронною поштою"
270
+
271
+ #: includes/settings.php:352
272
+ msgid "Preview"
273
+ msgstr "Попередній перегляд"
274
+
275
+ #: includes/settings.php:366
276
+ msgid "No forms found"
277
+ msgstr "Форми не знайдено"
278
+
279
+ #: includes/settings.php:377
280
+ msgid "Not seeing your form?"
281
+ msgstr "Не бачите свою форму?"
282
+
283
+ #: includes/settings.php:377
284
+ msgid "Refresh Forms"
285
+ msgstr "Оновити форми"
286
+
287
+ #: includes/settings.php:382
288
+ msgid "Debug"
289
+ msgstr "Налагодження"
290
+
291
+ #: includes/settings.php:384
292
+ msgid "Erase All Data"
293
+ msgstr "Стерти всі дані"
294
+
295
+ #: includes/settings.php:385
296
+ msgid "Erase Transients"
297
+ msgstr "Стерти тимчасові дані"
298
+
299
+ #: includes/settings.php:413
300
+ msgid ""
301
+ "The credentials are incorrect! Please verify that you have entered them "
302
+ "correctly."
303
+ msgstr "Облікові дані неправильні! Перевірте, чи правильно ви ввели їх."
304
+
305
+ #: includes/settings.php:420
306
+ msgid ""
307
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
308
+ msgstr ""
309
+ "З’єднання з GoDaddy Маркетингом електронною поштою установлено! Усе налаштовано!"
310
+
311
+ #: includes/settings.php:426
312
+ msgid "Please fill in the username and the API key first."
313
+ msgstr "Спочатку вкажіть ім’я користувача та ключ API."
314
+
315
+ #: includes/settings.php:447
316
+ msgid ""
317
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
318
+ "be able to create forms."
319
+ msgstr ""
320
+ "Введіть своє ім’я користувача GoDaddy Маркетингу електронною поштою та ключ "
321
+ "API, щоб отримати можливість створювати форми."
322
+
323
+ #: includes/widget.php:21 includes/widget.php:41
324
+ msgid "GoDaddy Email Marketing Form"
325
+ msgstr "Форма GoDaddy Маркетингу електронною поштою"
326
+
327
+ #: includes/widget.php:24
328
+ msgctxt "widget description"
329
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
330
+ msgstr "Вбудуйте веб-форму GoDaddy Маркетингу електронною поштою на вашу бічну панель."
331
+
332
+ #: includes/widget.php:97
333
+ msgid "Title:"
334
+ msgstr "Заголовок:"
335
+
336
+ #: includes/widget.php:103
337
+ msgid "Additional Text:"
338
+ msgstr "Додатковий текст:"
339
+
340
+ #: includes/widget.php:112
341
+ msgid "Form:"
342
+ msgstr "Форма:"
343
+
344
+ #: includes/widget.php:125
345
+ #, php-format
346
+ msgctxt "link to settings page"
347
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
348
+ msgstr "Налаштуйте свій акаунт GoDaddy Маркетингу електронною поштою на %s."
349
+
350
+ #: includes/widget.php:129
351
+ msgid "settings page"
352
+ msgstr "сторінці настройок"
languages/godaddy-email-marketing-vi.mo ADDED
Binary file
languages/godaddy-email-marketing-vi.po ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "Cảm ơn bạn đã đăng ký!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+ "Cảm ơn bạn đã đăng ký! Vui lòng kiểm tra email để xác nhận việc đăng ký của bạn."
13
+
14
+ #: godaddy-email-marketing.php:203
15
+ msgctxt "ajax response"
16
+ msgid "Oops! There was a problem. Please try again."
17
+ msgstr "Rất tiếc! Đã xảy ra vấn đề. Vui lòng thử lại."
18
+
19
+ #: godaddy-email-marketing.php:204
20
+ msgctxt "ajax response"
21
+ msgid "There was a problem. Please fill all required fields."
22
+ msgstr "Đã xảy ra vấn đề. Hãy điền vào tất cả các trường bắt buộc:"
23
+
24
+ #: godaddy-email-marketing.php:216
25
+ msgid "Settings"
26
+ msgstr "Cài đặt"
27
+
28
+ #: godaddy-email-marketing.php:251
29
+ msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "Tiếp thị qua email của GoDaddy gần như đã sẵn sàng"
31
+
32
+ #: godaddy-email-marketing.php:251
33
+ msgid "You must enter your username &amp; API key for it to work."
34
+ msgstr "Bạn phải nhập tên người dùng &amp; khóa API để ứng dụng này hoạt động."
35
+
36
+ #: godaddy-email-marketing.php:252
37
+ msgid "Let's do it!"
38
+ msgstr "Chúng ta hãy cùng thực hiện!"
39
+
40
+ #: includes/render.php:59
41
+ msgid "Powered by GoDaddy"
42
+ msgstr "Được GoDaddy cung cấp"
43
+
44
+ #: includes/render.php:308
45
+ msgid "Month"
46
+ msgstr "Month"
47
+
48
+ #: includes/render.php:309
49
+ msgid "January"
50
+ msgstr "January"
51
+
52
+ #: includes/render.php:310
53
+ msgid "Febuary"
54
+ msgstr "Febuary"
55
+
56
+ #: includes/render.php:311
57
+ msgid "March"
58
+ msgstr "March"
59
+
60
+ #: includes/render.php:312
61
+ msgid "April"
62
+ msgstr "April"
63
+
64
+ #: includes/render.php:313
65
+ msgid "May"
66
+ msgstr "May"
67
+
68
+ #: includes/render.php:314
69
+ msgid "June"
70
+ msgstr "June"
71
+
72
+ #: includes/render.php:315
73
+ msgid "July"
74
+ msgstr "July"
75
+
76
+ #: includes/render.php:316
77
+ msgid "August"
78
+ msgstr "August"
79
+
80
+ #: includes/render.php:317
81
+ msgid "September"
82
+ msgstr "September"
83
+
84
+ #: includes/render.php:318
85
+ msgid "October"
86
+ msgstr "October"
87
+
88
+ #: includes/render.php:319
89
+ msgid "November"
90
+ msgstr "November"
91
+
92
+ #: includes/render.php:320
93
+ msgid "December"
94
+ msgstr "December"
95
+
96
+ #: includes/render.php:325
97
+ msgid "Day"
98
+ msgstr "Day"
99
+
100
+ #: includes/render.php:333
101
+ msgid "Year"
102
+ msgstr "Year"
103
+
104
+ #: includes/settings.php:53 includes/settings.php:284
105
+ msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Cài đặt Tiếp thị qua email của GoDaddy"
107
+
108
+ #: includes/settings.php:54
109
+ msgid "GoDaddy Signup Forms"
110
+ msgstr "Mẫu đăng ký của GoDaddy"
111
+
112
+ #: includes/settings.php:102
113
+ msgid "All transients were removed."
114
+ msgstr "Tất cả các dữ liệu được lưu tạm thời đã bị xóa."
115
+
116
+ #: includes/settings.php:112
117
+ msgid "Forms list was successfully updated."
118
+ msgstr "Danh sách mẫu đã được cập nhật thành công."
119
+
120
+ #: includes/settings.php:171
121
+ msgid "Overview"
122
+ msgstr "Tổng quan"
123
+
124
+ #: includes/settings.php:175
125
+ msgid "Instructions"
126
+ msgstr "Hướng dẫn"
127
+
128
+ #: includes/settings.php:177
129
+ #, php-format
130
+ msgid ""
131
+ "Once the plugin is activated, you will be able to select and insert any of "
132
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
133
+ "Below, simply enter your account email address and API key (found in your "
134
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
135
+ "display a webform on your site:"
136
+ msgstr ""
137
+ "Sau khi kích hoạt trình cắm, bạn sẽ có thể lựa chọn và chèn bất kỳ webform "
138
+ "Tiếp thị qua email của GoDaddy nào vào trang của bạn. Cài đặt thật dễ dàng. "
139
+ "Bên dưới, chỉ cần nhập địa chỉ email của tài khoản và khóa API (tìm thấy "
140
+ "trong khu vực [%s] của tài khoản Tiếp thị qua email của GoDaddy). Sau đây là "
141
+ "3 cách mà bạn có thể áp dụng để hiển thị webform trên trang của mình:"
142
+
143
+ #: includes/settings.php:180
144
+ msgid ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+ msgstr ""
149
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
150
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
151
+ "choice. You can then add a title and select a form!"
152
+
153
+ #: includes/settings.php:181
154
+ msgid ""
155
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
156
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
157
+ msgstr ""
158
+ "<strong>Mã ngắn:</strong> Bạn có thể thêm mẫu vào bất kỳ bài đăng hoặc trang "
159
+ "nào bằng cách thêm mã ngắn (ví dụ: <code>[gem id=80326]</code>) trong trình "
160
+ "sửa trang/bài đăng."
161
+
162
+ #: includes/settings.php:183
163
+ #, php-format
164
+ msgid ""
165
+ "<strong>Template Tag:</strong> You can add the following template tag into "
166
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
167
+ msgstr ""
168
+ "<strong>Thẻ mẫu:</strong> Bạn có thể thêm thẻ mẫu sau vào bất kỳ trang "
169
+ "WordPress nào: <code>%s</code>. Ví dụ: <code>%s</code>"
170
+
171
+ #: includes/settings.php:193
172
+ msgid "For more information:"
173
+ msgstr "Để biết thêm thông tin:"
174
+
175
+ #: includes/settings.php:194
176
+ msgid "GoDaddy"
177
+ msgstr "GoDaddy"
178
+
179
+ #: includes/settings.php:195
180
+ msgid "GoDaddy Help"
181
+ msgstr "Trợ giúp GoDaddy"
182
+
183
+ #: includes/settings.php:196
184
+ msgid "Contact GoDaddy"
185
+ msgstr "Liên hệ GoDaddy"
186
+
187
+ #: includes/settings.php:222
188
+ msgid "Account Details"
189
+ msgstr "Chi tiết tài khoản"
190
+
191
+ #: includes/settings.php:229
192
+ msgid "GoDaddy Email Marketing Username"
193
+ msgstr "Tên người dùng Tiếp thị qua email của GoDaddy"
194
+
195
+ #: includes/settings.php:236
196
+ msgid "Your GoDaddy Email Marketing username (email address)"
197
+ msgstr "Tên người dùng Tiếp thị qua email của GoDaddy của bạn (địa chỉ email)"
198
+
199
+ #: includes/settings.php:243
200
+ msgid "GoDaddy Email Marketing API Key"
201
+ msgstr "Khóa API Tiếp thị qua email của GoDaddy"
202
+
203
+ #: includes/settings.php:250
204
+ msgctxt "settings page"
205
+ msgid "Where can I find my API key?"
206
+ msgstr "Tôi có thể tìm khóa API ở đâu?"
207
+
208
+ #: includes/settings.php:266
209
+ msgid "Display \"Powered by GoDaddy\"?"
210
+ msgstr "Hiển thị \"Được GoDaddy cung cấp\"?"
211
+
212
+ #: includes/settings.php:290
213
+ msgctxt "gem header note"
214
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
215
+ msgstr "Tận hưởng trải nghiệm Tiếp thị qua email của GoDaddy một cách trực tiếp."
216
+
217
+ #: includes/settings.php:292
218
+ msgctxt "header note"
219
+ msgid ""
220
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
221
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
222
+ "subscribe to your email list."
223
+ msgstr ""
224
+ "Thêm webform Tiếp thị qua email của GoDaddy vào trang WordPress! Với ưu điểm "
225
+ "dễ cài đặt, trình cắm Tiếp thị qua email của GoDaddy cho phép khách truy cập "
226
+ "trang đăng ký danh sách email của bạn."
227
+
228
+ #: includes/settings.php:293
229
+ #, php-format
230
+ msgctxt "header note"
231
+ msgid ""
232
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
233
+ "minutes! %s"
234
+ msgstr ""
235
+ "Bạn không có tài khoản Tiếp thị qua email của GoDaddy? Hãy tạo một tài khoản "
236
+ "trong vòng chưa đến 2 phút! %s"
237
+
238
+ #: includes/settings.php:293
239
+ msgctxt "header note"
240
+ msgid "Sign Up Now"
241
+ msgstr "Đăng ký ngay"
242
+
243
+ #: includes/settings.php:305
244
+ msgctxt "save settings button"
245
+ msgid "Save Settings"
246
+ msgstr "Lưu cài đặt"
247
+
248
+ #: includes/settings.php:307
249
+ msgid "Available Forms"
250
+ msgstr "Mẫu sẵn có"
251
+
252
+ #: includes/settings.php:313 includes/settings.php:321
253
+ msgid "Form Name"
254
+ msgstr "Tên mẫu"
255
+
256
+ #: includes/settings.php:314 includes/settings.php:322
257
+ msgid "Form ID"
258
+ msgstr "ID mẫu"
259
+
260
+ #: includes/settings.php:315 includes/settings.php:323
261
+ msgid "Shortcode"
262
+ msgstr "Mã ngắn:"
263
+
264
+ #: includes/settings.php:349
265
+ msgid "Opens in a new window"
266
+ msgstr "Mở trong một cửa sổ mới"
267
+
268
+ #: includes/settings.php:349
269
+ msgid "Edit form in GoDaddy Email Marketing"
270
+ msgstr "Sửa mẫu trong Tiếp thị qua email của GoDaddy"
271
+
272
+ #: includes/settings.php:352
273
+ msgid "Preview"
274
+ msgstr "Xem trước"
275
+
276
+ #: includes/settings.php:366
277
+ msgid "No forms found"
278
+ msgstr "Không tìm thấy mẫu nào"
279
+
280
+ #: includes/settings.php:377
281
+ msgid "Not seeing your form?"
282
+ msgstr "Không nhìn thấy mẫu của bạn?"
283
+
284
+ #: includes/settings.php:377
285
+ msgid "Refresh Forms"
286
+ msgstr "Làm mới mẫu"
287
+
288
+ #: includes/settings.php:382
289
+ msgid "Debug"
290
+ msgstr "Sửa lỗi"
291
+
292
+ #: includes/settings.php:384
293
+ msgid "Erase All Data"
294
+ msgstr "Xóa tất cả dữ liệu"
295
+
296
+ #: includes/settings.php:385
297
+ msgid "Erase Transients"
298
+ msgstr "Xóa dữ liệu tạm thời"
299
+
300
+ #: includes/settings.php:413
301
+ msgid ""
302
+ "The credentials are incorrect! Please verify that you have entered them "
303
+ "correctly."
304
+ msgstr ""
305
+ "Thông tin xác thực không chính xác! Hãy xác minh rằng bạn đã nhập thông tin "
306
+ "này chính xác."
307
+
308
+ #: includes/settings.php:420
309
+ msgid ""
310
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr ""
312
+ "Đã thiết lập kết nối với Tiếp thị qua email của GoDaddy! Bạn đã thiết lập xong!"
313
+
314
+ #: includes/settings.php:426
315
+ msgid "Please fill in the username and the API key first."
316
+ msgstr "Hãy điền tên người dùng và khóa API trước tiên."
317
+
318
+ #: includes/settings.php:447
319
+ msgid ""
320
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
+ "be able to create forms."
322
+ msgstr ""
323
+ "Hãy nhập tên người dùng Tiếp thị qua email của GoDaddy và khóa API để có thể "
324
+ "tạo mẫu."
325
+
326
+ #: includes/widget.php:21 includes/widget.php:41
327
+ msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Mẫu Tiếp thị qua email của GoDaddy"
329
+
330
+ #: includes/widget.php:24
331
+ msgctxt "widget description"
332
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Nhúng bất kỳ webform Tiếp thị qua email của GoDaddy vào thanh bên."
334
+
335
+ #: includes/widget.php:97
336
+ msgid "Title:"
337
+ msgstr "Tiêu đề:"
338
+
339
+ #: includes/widget.php:103
340
+ msgid "Additional Text:"
341
+ msgstr "Văn bản bổ sung:"
342
+
343
+ #: includes/widget.php:112
344
+ msgid "Form:"
345
+ msgstr "Mẫu:"
346
+
347
+ #: includes/widget.php:125
348
+ #, php-format
349
+ msgctxt "link to settings page"
350
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Hãy cài đặt tài khoản Tiếp thị qua email của GoDaddy trong %s."
352
+
353
+ #: includes/widget.php:129
354
+ msgid "settings page"
355
+ msgstr "trang cài đặt"
languages/godaddy-email-marketing-zh_CN.mo ADDED
Binary file
languages/godaddy-email-marketing-zh_CN.po ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "感谢您的注册!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "感谢您的注册! 请查看电子邮件确认您的订阅。"
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "糟糕! 出现了一个问题。 请重试。"
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "出现了一个问题。 请填写所有必填字段。"
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "设置"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy 电邮营销快要准备好了。"
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "您必须输入您的用户名和 API 密钥才能让它生效。"
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "开始吧!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "技术支持:GoDaddy"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddy 电邮营销设置"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy 注册表单"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "所有瞬态数据已被移除。"
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "表单列表已成功更新。"
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "概要"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "说明"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "一旦激活了插件,您将能选择您的任何 GoDaddy 电邮营销 Web 表单并直接插入您的网站中。 设置很容易。 只要在下面输入您账户的电子邮件地址和 "
137
+ "API 密钥(在您的 GoDaddy 电邮营销账户 [%s] 区域找到)。 您有 3 种在网站中显示 Web 表单的方法:"
138
+
139
+ #: includes/settings.php:180
140
+ msgid ""
141
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
142
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
143
+ "choice. You can then add a title and select a form!"
144
+ msgstr ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+
149
+ #: includes/settings.php:181
150
+ msgid ""
151
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
152
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
153
+ msgstr ""
154
+ "<strong>短代码:</strong> 您可以通过在页面/帖子编辑器中添加短代码(如 <code>[gem id=80326]</code>)来将表单添加到任何帖子或页面中。"
155
+
156
+ #: includes/settings.php:183
157
+ #, php-format
158
+ msgid ""
159
+ "<strong>Template Tag:</strong> You can add the following template tag into "
160
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
161
+ msgstr ""
162
+ "<strong>模板标签:</strong> 您可以在任何 WordPress 文档中添加以下模板标签: <code>%s</code>。 例如 <code>%s</code>"
163
+
164
+ #: includes/settings.php:193
165
+ msgid "For more information:"
166
+ msgstr "有关详细信息,请参阅:"
167
+
168
+ #: includes/settings.php:194
169
+ msgid "GoDaddy"
170
+ msgstr "GoDaddy"
171
+
172
+ #: includes/settings.php:195
173
+ msgid "GoDaddy Help"
174
+ msgstr "GoDaddy 帮助"
175
+
176
+ #: includes/settings.php:196
177
+ msgid "Contact GoDaddy"
178
+ msgstr "联系 GoDaddy"
179
+
180
+ #: includes/settings.php:222
181
+ msgid "Account Details"
182
+ msgstr "账户详情"
183
+
184
+ #: includes/settings.php:229
185
+ msgid "GoDaddy Email Marketing Username"
186
+ msgstr "GoDaddy 电邮营销用户名"
187
+
188
+ #: includes/settings.php:236
189
+ msgid "Your GoDaddy Email Marketing username (email address)"
190
+ msgstr "您的 GoDaddy 电邮营销用户名(电子邮件地址)"
191
+
192
+ #: includes/settings.php:243
193
+ msgid "GoDaddy Email Marketing API Key"
194
+ msgstr "GoDaddy 电邮营销 API 密钥"
195
+
196
+ #: includes/settings.php:250
197
+ msgctxt "settings page"
198
+ msgid "Where can I find my API key?"
199
+ msgstr "我能在哪里找到 API 密钥?"
200
+
201
+ #: includes/settings.php:266
202
+ msgid "Display \"Powered by GoDaddy\"?"
203
+ msgstr "显示“技术支持:GoDaddy”?"
204
+
205
+ #: includes/settings.php:290
206
+ msgctxt "gem header note"
207
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
208
+ msgstr "第一时间享受“GoDaddy 电邮营销”体验。"
209
+
210
+ #: includes/settings.php:292
211
+ msgctxt "header note"
212
+ msgid ""
213
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
214
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
215
+ "subscribe to your email list."
216
+ msgstr ""
217
+ "将您的 GoDaddy 电邮营销 Web 表单添加到您的 WordPress 网站中! 易于设置的 GoDaddy 电邮营销插件让您的网站访客能够订阅您的电子邮件列表。"
218
+
219
+ #: includes/settings.php:293
220
+ #, php-format
221
+ msgctxt "header note"
222
+ msgid ""
223
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
224
+ "minutes! %s"
225
+ msgstr "没有 GoDaddy 电邮营销账户? 不到 2 分钟就能获取一个! %s"
226
+
227
+ #: includes/settings.php:293
228
+ msgctxt "header note"
229
+ msgid "Sign Up Now"
230
+ msgstr "立即注册"
231
+
232
+ #: includes/settings.php:305
233
+ msgctxt "save settings button"
234
+ msgid "Save Settings"
235
+ msgstr "保存设置"
236
+
237
+ #: includes/settings.php:307
238
+ msgid "Available Forms"
239
+ msgstr "可用的表单"
240
+
241
+ #: includes/settings.php:313 includes/settings.php:321
242
+ msgid "Form Name"
243
+ msgstr "表单名称"
244
+
245
+ #: includes/settings.php:314 includes/settings.php:322
246
+ msgid "Form ID"
247
+ msgstr "表单 ID"
248
+
249
+ #: includes/settings.php:315 includes/settings.php:323
250
+ msgid "Shortcode"
251
+ msgstr "短代码"
252
+
253
+ #: includes/settings.php:349
254
+ msgid "Opens in a new window"
255
+ msgstr "在新窗口中打开"
256
+
257
+ #: includes/settings.php:349
258
+ msgid "Edit form in GoDaddy Email Marketing"
259
+ msgstr "在 GoDaddy 电邮营销中编辑表单"
260
+
261
+ #: includes/settings.php:352
262
+ msgid "Preview"
263
+ msgstr "预览"
264
+
265
+ #: includes/settings.php:366
266
+ msgid "No forms found"
267
+ msgstr "没有找到表单"
268
+
269
+ #: includes/settings.php:377
270
+ msgid "Not seeing your form?"
271
+ msgstr "没有看到您的表单?"
272
+
273
+ #: includes/settings.php:377
274
+ msgid "Refresh Forms"
275
+ msgstr "刷新表单"
276
+
277
+ #: includes/settings.php:382
278
+ msgid "Debug"
279
+ msgstr "调试"
280
+
281
+ #: includes/settings.php:384
282
+ msgid "Erase All Data"
283
+ msgstr "删除所有数据"
284
+
285
+ #: includes/settings.php:385
286
+ msgid "Erase Transients"
287
+ msgstr "删除瞬态数据"
288
+
289
+ #: includes/settings.php:413
290
+ msgid ""
291
+ "The credentials are incorrect! Please verify that you have entered them "
292
+ "correctly."
293
+ msgstr "登录凭据不正确! 请验证您的输入无误。"
294
+
295
+ #: includes/settings.php:420
296
+ msgid ""
297
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
298
+ msgstr "已经与 GoDaddy 电邮营销建立了连接! 您一切就绪!"
299
+
300
+ #: includes/settings.php:426
301
+ msgid "Please fill in the username and the API key first."
302
+ msgstr "请首先填写用户名和 API 密钥。"
303
+
304
+ #: includes/settings.php:447
305
+ msgid ""
306
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
307
+ "be able to create forms."
308
+ msgstr "请输入您的 GoDaddy 电邮营销用户名和 API 密钥以创建表单。"
309
+
310
+ #: includes/widget.php:21 includes/widget.php:41
311
+ msgid "GoDaddy Email Marketing Form"
312
+ msgstr "GoDaddy 电邮营销表单"
313
+
314
+ #: includes/widget.php:24
315
+ msgctxt "widget description"
316
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
317
+ msgstr "在您的侧边栏中嵌入任何 GoDaddy 电邮营销 Web 表单。"
318
+
319
+ #: includes/widget.php:97
320
+ msgid "Title:"
321
+ msgstr "标题:"
322
+
323
+ #: includes/widget.php:103
324
+ msgid "Additional Text:"
325
+ msgstr "更多文本:"
326
+
327
+ #: includes/widget.php:112
328
+ msgid "Form:"
329
+ msgstr "表单:"
330
+
331
+ #: includes/widget.php:125
332
+ #, php-format
333
+ msgctxt "link to settings page"
334
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
335
+ msgstr "请在 %s 中设置您的 GoDaddy 电邮营销账户。"
336
+
337
+ #: includes/widget.php:129
338
+ msgid "settings page"
339
+ msgstr "设置页面"
languages/godaddy-email-marketing-zh_HK.mo ADDED
Binary file
languages/godaddy-email-marketing-zh_HK.po ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "感謝您的註冊!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "感謝您的註冊! 請收取電子郵件,確認您的訂閱。"
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "糟糕了! 發生問題。 請再試一次。"
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "發生問題。 請填寫所有必填欄位:"
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "設定"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy 電子郵件行銷即將可開始使用。"
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "您必須輸入用戶名及 API 金鑰才能使用。"
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "立即開始!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "由 GoDaddy 提供者"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddy 電子郵件行銷設定"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy 註冊論壇"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "已移除所有快取資料。"
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "表格清單已成功更新。"
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "概覽"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "指示"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "一旦啟用了外掛程式,您就可以選取任何 GoDaddy 電子郵件行銷網頁表格並直接插入網站。 設定過程很簡單。 只需在下方輸入您的帳戶電子郵件地址及 API "
137
+ "金鑰(可在 GoDaddy 電子郵件行銷帳戶 [%s] 區域中找到)。 您有三種方法可以在網站上顯示網頁表格:"
138
+
139
+ #: includes/settings.php:180
140
+ msgid ""
141
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
142
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
143
+ "choice. You can then add a title and select a form!"
144
+ msgstr ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+
149
+ #: includes/settings.php:181
150
+ msgid ""
151
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
152
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
153
+ msgstr ""
154
+ "<strong>短代碼:</strong> 您可在任何貼文或頁面上新增短代碼,以便在頁面/貼文編輯器中新增表格(例如: <code>[gem id=80326]</code>)。"
155
+
156
+ #: includes/settings.php:183
157
+ #, php-format
158
+ msgid ""
159
+ "<strong>Template Tag:</strong> You can add the following template tag into "
160
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
161
+ msgstr ""
162
+ "<strong>範本標記:</strong> 您可以在所有 WordPress 檔案中新增下列範本標記: <code>%s</code>。 例如: <code>%s</code>"
163
+
164
+ #: includes/settings.php:193
165
+ msgid "For more information:"
166
+ msgstr "如需更多資訊:"
167
+
168
+ #: includes/settings.php:194
169
+ msgid "GoDaddy"
170
+ msgstr "GoDaddy"
171
+
172
+ #: includes/settings.php:195
173
+ msgid "GoDaddy Help"
174
+ msgstr "GoDaddy 說明"
175
+
176
+ #: includes/settings.php:196
177
+ msgid "Contact GoDaddy"
178
+ msgstr "聯絡 GoDaddy"
179
+
180
+ #: includes/settings.php:222
181
+ msgid "Account Details"
182
+ msgstr "帳戶詳細資料"
183
+
184
+ #: includes/settings.php:229
185
+ msgid "GoDaddy Email Marketing Username"
186
+ msgstr "GoDaddy 電子郵件行銷用戶名"
187
+
188
+ #: includes/settings.php:236
189
+ msgid "Your GoDaddy Email Marketing username (email address)"
190
+ msgstr "您的 GoDaddy 電子郵件行銷用戶名(電子郵件地址)"
191
+
192
+ #: includes/settings.php:243
193
+ msgid "GoDaddy Email Marketing API Key"
194
+ msgstr "GoDaddy 電子郵件行銷 API 金鑰"
195
+
196
+ #: includes/settings.php:250
197
+ msgctxt "settings page"
198
+ msgid "Where can I find my API key?"
199
+ msgstr "我可以在何處找到我的 API 金鑰?"
200
+
201
+ #: includes/settings.php:266
202
+ msgid "Display \"Powered by GoDaddy\"?"
203
+ msgstr "是否顯示「由 GoDaddy 提供」?"
204
+
205
+ #: includes/settings.php:290
206
+ msgctxt "gem header note"
207
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
208
+ msgstr "搶先體驗 GoDaddy 電子郵件行銷。"
209
+
210
+ #: includes/settings.php:292
211
+ msgctxt "header note"
212
+ msgid ""
213
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
214
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
215
+ "subscribe to your email list."
216
+ msgstr ""
217
+ "在 WordPress 網站中新增 GoDaddy 電子郵件行銷網頁表格! GoDaddy 電子郵件行銷外掛程式設定十分簡單,可讓您的網站訪客訂閱電子郵件清單。"
218
+
219
+ #: includes/settings.php:293
220
+ #, php-format
221
+ msgctxt "header note"
222
+ msgid ""
223
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
224
+ "minutes! %s"
225
+ msgstr "沒有 GoDaddy 電子郵件行銷帳戶嗎? 立即建立,只需幾分鐘的時間! %s"
226
+
227
+ #: includes/settings.php:293
228
+ msgctxt "header note"
229
+ msgid "Sign Up Now"
230
+ msgstr "立即註冊"
231
+
232
+ #: includes/settings.php:305
233
+ msgctxt "save settings button"
234
+ msgid "Save Settings"
235
+ msgstr "儲存設定"
236
+
237
+ #: includes/settings.php:307
238
+ msgid "Available Forms"
239
+ msgstr "可用的表格"
240
+
241
+ #: includes/settings.php:313 includes/settings.php:321
242
+ msgid "Form Name"
243
+ msgstr "表單名稱"
244
+
245
+ #: includes/settings.php:314 includes/settings.php:322
246
+ msgid "Form ID"
247
+ msgstr "表格 ID"
248
+
249
+ #: includes/settings.php:315 includes/settings.php:323
250
+ msgid "Shortcode"
251
+ msgstr "短代碼"
252
+
253
+ #: includes/settings.php:349
254
+ msgid "Opens in a new window"
255
+ msgstr "在新視窗開啟"
256
+
257
+ #: includes/settings.php:349
258
+ msgid "Edit form in GoDaddy Email Marketing"
259
+ msgstr "在 GoDaddy 電子郵件行銷中編輯表格"
260
+
261
+ #: includes/settings.php:352
262
+ msgid "Preview"
263
+ msgstr "預覽"
264
+
265
+ #: includes/settings.php:366
266
+ msgid "No forms found"
267
+ msgstr "找不到表格"
268
+
269
+ #: includes/settings.php:377
270
+ msgid "Not seeing your form?"
271
+ msgstr "沒看到您的表格嗎?"
272
+
273
+ #: includes/settings.php:377
274
+ msgid "Refresh Forms"
275
+ msgstr "重新整理表格"
276
+
277
+ #: includes/settings.php:382
278
+ msgid "Debug"
279
+ msgstr "偵錯"
280
+
281
+ #: includes/settings.php:384
282
+ msgid "Erase All Data"
283
+ msgstr "清除所有資料"
284
+
285
+ #: includes/settings.php:385
286
+ msgid "Erase Transients"
287
+ msgstr "清除所有快取資料"
288
+
289
+ #: includes/settings.php:413
290
+ msgid ""
291
+ "The credentials are incorrect! Please verify that you have entered them "
292
+ "correctly."
293
+ msgstr "認證不正確! 請確定您輸入正確。"
294
+
295
+ #: includes/settings.php:420
296
+ msgid ""
297
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
298
+ msgstr "已建立與 GoDaddy 電子郵件行銷的連線!  您已設定完成!"
299
+
300
+ #: includes/settings.php:426
301
+ msgid "Please fill in the username and the API key first."
302
+ msgstr "請先輸入用戶名和 API 金鑰。"
303
+
304
+ #: includes/settings.php:447
305
+ msgid ""
306
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
307
+ "be able to create forms."
308
+ msgstr "請先輸入您的 GoDaddy 電子郵件行銷用戶名和 API 金鑰,以便建立表格。"
309
+
310
+ #: includes/widget.php:21 includes/widget.php:41
311
+ msgid "GoDaddy Email Marketing Form"
312
+ msgstr "GoDaddy 電子郵件行銷表格"
313
+
314
+ #: includes/widget.php:24
315
+ msgctxt "widget description"
316
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
317
+ msgstr "在側邊欄嵌入任何 GoDaddy 電子郵件行銷網頁表格。"
318
+
319
+ #: includes/widget.php:97
320
+ msgid "Title:"
321
+ msgstr "標題:"
322
+
323
+ #: includes/widget.php:103
324
+ msgid "Additional Text:"
325
+ msgstr "其他文字:"
326
+
327
+ #: includes/widget.php:112
328
+ msgid "Form:"
329
+ msgstr "表格:"
330
+
331
+ #: includes/widget.php:125
332
+ #, php-format
333
+ msgctxt "link to settings page"
334
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
335
+ msgstr "請在 %s 設定您的 GoDaddy 電子郵件行銷帳戶。"
336
+
337
+ #: includes/widget.php:129
338
+ msgid "settings page"
339
+ msgstr "設定頁面"
languages/godaddy-email-marketing-zh_TW.mo ADDED
Binary file
languages/godaddy-email-marketing-zh_TW.po ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr "感謝您的註冊!"
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr "感謝您的註冊! 請收取電子郵件,確認您的訂閱。"
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr "糟糕了! 發生問題。 請再試一次。"
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr "發生問題。 請填寫所有必填欄位:"
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr "設定"
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr "GoDaddy 電子郵件行銷即將可開始使用。"
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr "您必須輸入用戶名及 API 金鑰才能使用。"
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr "立即開始!"
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr "由 GoDaddy 提供者"
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr "Month"
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr "January"
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr "Febuary"
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr "March"
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr "April"
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr "May"
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr "June"
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr "July"
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr "August"
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr "September"
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr "October"
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr "November"
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr "December"
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr "Day"
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr "Year"
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr "GoDaddy 電子郵件行銷設定"
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr "GoDaddy 註冊論壇"
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr "已移除所有快取資料。"
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr "表格清單已成功更新。"
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr "概覽"
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr "指示"
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+ "一旦啟用了外掛程式,您就可以選取任何 GoDaddy 電子郵件行銷網頁表格並直接插入網站。 設定過程很簡單。 只需在下方輸入您的帳戶電子郵件地址及 API "
137
+ "金鑰(可在 GoDaddy 電子郵件行銷帳戶 [%s] 區域中找到)。 您有三種方法可以在網站上顯示網頁表格:"
138
+
139
+ #: includes/settings.php:180
140
+ msgid ""
141
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
142
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
143
+ "choice. You can then add a title and select a form!"
144
+ msgstr ""
145
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
146
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
147
+ "choice. You can then add a title and select a form!"
148
+
149
+ #: includes/settings.php:181
150
+ msgid ""
151
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
152
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
153
+ msgstr ""
154
+ "<strong>短代碼:</strong> 您可在任何貼文或頁面上新增短代碼,以便在頁面/貼文編輯器中新增表格(例如: <code>[gem id=80326]</code>)。"
155
+
156
+ #: includes/settings.php:183
157
+ #, php-format
158
+ msgid ""
159
+ "<strong>Template Tag:</strong> You can add the following template tag into "
160
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
161
+ msgstr ""
162
+ "<strong>範本標記:</strong> 您可以在所有 WordPress 檔案中新增下列範本標記: <code>%s</code>。 例如: <code>%s</code>"
163
+
164
+ #: includes/settings.php:193
165
+ msgid "For more information:"
166
+ msgstr "如需更多資訊:"
167
+
168
+ #: includes/settings.php:194
169
+ msgid "GoDaddy"
170
+ msgstr "GoDaddy"
171
+
172
+ #: includes/settings.php:195
173
+ msgid "GoDaddy Help"
174
+ msgstr "GoDaddy 說明"
175
+
176
+ #: includes/settings.php:196
177
+ msgid "Contact GoDaddy"
178
+ msgstr "聯絡 GoDaddy"
179
+
180
+ #: includes/settings.php:222
181
+ msgid "Account Details"
182
+ msgstr "帳戶詳細資料"
183
+
184
+ #: includes/settings.php:229
185
+ msgid "GoDaddy Email Marketing Username"
186
+ msgstr "GoDaddy 電子郵件行銷用戶名"
187
+
188
+ #: includes/settings.php:236
189
+ msgid "Your GoDaddy Email Marketing username (email address)"
190
+ msgstr "您的 GoDaddy 電子郵件行銷用戶名(電子郵件地址)"
191
+
192
+ #: includes/settings.php:243
193
+ msgid "GoDaddy Email Marketing API Key"
194
+ msgstr "GoDaddy 電子郵件行銷 API 金鑰"
195
+
196
+ #: includes/settings.php:250
197
+ msgctxt "settings page"
198
+ msgid "Where can I find my API key?"
199
+ msgstr "我可以在何處找到我的 API 金鑰?"
200
+
201
+ #: includes/settings.php:266
202
+ msgid "Display \"Powered by GoDaddy\"?"
203
+ msgstr "是否顯示「由 GoDaddy 提供」?"
204
+
205
+ #: includes/settings.php:290
206
+ msgctxt "gem header note"
207
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
208
+ msgstr "搶先體驗 GoDaddy 電子郵件行銷。"
209
+
210
+ #: includes/settings.php:292
211
+ msgctxt "header note"
212
+ msgid ""
213
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
214
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
215
+ "subscribe to your email list."
216
+ msgstr ""
217
+ "在 WordPress 網站中新增 GoDaddy 電子郵件行銷網頁表格! GoDaddy 電子郵件行銷外掛程式設定十分簡單,可讓您的網站訪客訂閱電子郵件清單。"
218
+
219
+ #: includes/settings.php:293
220
+ #, php-format
221
+ msgctxt "header note"
222
+ msgid ""
223
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
224
+ "minutes! %s"
225
+ msgstr "沒有 GoDaddy 電子郵件行銷帳戶嗎? 立即建立,只需幾分鐘的時間! %s"
226
+
227
+ #: includes/settings.php:293
228
+ msgctxt "header note"
229
+ msgid "Sign Up Now"
230
+ msgstr "立即註冊"
231
+
232
+ #: includes/settings.php:305
233
+ msgctxt "save settings button"
234
+ msgid "Save Settings"
235
+ msgstr "儲存設定"
236
+
237
+ #: includes/settings.php:307
238
+ msgid "Available Forms"
239
+ msgstr "可用的表格"
240
+
241
+ #: includes/settings.php:313 includes/settings.php:321
242
+ msgid "Form Name"
243
+ msgstr "表單名稱"
244
+
245
+ #: includes/settings.php:314 includes/settings.php:322
246
+ msgid "Form ID"
247
+ msgstr "表格 ID"
248
+
249
+ #: includes/settings.php:315 includes/settings.php:323
250
+ msgid "Shortcode"
251
+ msgstr "短代碼"
252
+
253
+ #: includes/settings.php:349
254
+ msgid "Opens in a new window"
255
+ msgstr "在新視窗開啟"
256
+
257
+ #: includes/settings.php:349
258
+ msgid "Edit form in GoDaddy Email Marketing"
259
+ msgstr "在 GoDaddy 電子郵件行銷中編輯表格"
260
+
261
+ #: includes/settings.php:352
262
+ msgid "Preview"
263
+ msgstr "預覽"
264
+
265
+ #: includes/settings.php:366
266
+ msgid "No forms found"
267
+ msgstr "找不到表格"
268
+
269
+ #: includes/settings.php:377
270
+ msgid "Not seeing your form?"
271
+ msgstr "沒看到您的表格嗎?"
272
+
273
+ #: includes/settings.php:377
274
+ msgid "Refresh Forms"
275
+ msgstr "重新整理表格"
276
+
277
+ #: includes/settings.php:382
278
+ msgid "Debug"
279
+ msgstr "偵錯"
280
+
281
+ #: includes/settings.php:384
282
+ msgid "Erase All Data"
283
+ msgstr "清除所有資料"
284
+
285
+ #: includes/settings.php:385
286
+ msgid "Erase Transients"
287
+ msgstr "清除所有快取資料"
288
+
289
+ #: includes/settings.php:413
290
+ msgid ""
291
+ "The credentials are incorrect! Please verify that you have entered them "
292
+ "correctly."
293
+ msgstr "認證不正確! 請確定您輸入正確。"
294
+
295
+ #: includes/settings.php:420
296
+ msgid ""
297
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
298
+ msgstr "已建立與 GoDaddy 電子郵件行銷的連線!  您已設定完成!"
299
+
300
+ #: includes/settings.php:426
301
+ msgid "Please fill in the username and the API key first."
302
+ msgstr "請先輸入用戶名和 API 金鑰。"
303
+
304
+ #: includes/settings.php:447
305
+ msgid ""
306
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
307
+ "be able to create forms."
308
+ msgstr "請先輸入您的 GoDaddy 電子郵件行銷用戶名和 API 金鑰,以便建立表格。"
309
+
310
+ #: includes/widget.php:21 includes/widget.php:41
311
+ msgid "GoDaddy Email Marketing Form"
312
+ msgstr "GoDaddy 電子郵件行銷表格"
313
+
314
+ #: includes/widget.php:24
315
+ msgctxt "widget description"
316
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
317
+ msgstr "在側邊欄嵌入任何 GoDaddy 電子郵件行銷網頁表格。"
318
+
319
+ #: includes/widget.php:97
320
+ msgid "Title:"
321
+ msgstr "標題:"
322
+
323
+ #: includes/widget.php:103
324
+ msgid "Additional Text:"
325
+ msgstr "其他文字:"
326
+
327
+ #: includes/widget.php:112
328
+ msgid "Form:"
329
+ msgstr "表格:"
330
+
331
+ #: includes/widget.php:125
332
+ #, php-format
333
+ msgctxt "link to settings page"
334
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
335
+ msgstr "請在 %s 設定您的 GoDaddy 電子郵件行銷帳戶。"
336
+
337
+ #: includes/widget.php:129
338
+ msgid "settings page"
339
+ msgstr "設定頁面"
languages/godaddy-email-marketing.pot ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #: godaddy-email-marketing.php:201
2
+ msgctxt "ajax response"
3
+ msgid "Thank you for signing up!"
4
+ msgstr ""
5
+
6
+ #: godaddy-email-marketing.php:202
7
+ msgctxt "ajax response"
8
+ msgid ""
9
+ "Thank you for signing up! Please check your email to confirm your "
10
+ "subscription."
11
+ msgstr ""
12
+
13
+ #: godaddy-email-marketing.php:203
14
+ msgctxt "ajax response"
15
+ msgid "Oops! There was a problem. Please try again."
16
+ msgstr ""
17
+
18
+ #: godaddy-email-marketing.php:204
19
+ msgctxt "ajax response"
20
+ msgid "There was a problem. Please fill all required fields."
21
+ msgstr ""
22
+
23
+ #: godaddy-email-marketing.php:216
24
+ msgid "Settings"
25
+ msgstr ""
26
+
27
+ #: godaddy-email-marketing.php:251
28
+ msgid "GoDaddy Email Marketing is almost ready."
29
+ msgstr ""
30
+
31
+ #: godaddy-email-marketing.php:251
32
+ msgid "You must enter your username &amp; API key for it to work."
33
+ msgstr ""
34
+
35
+ #: godaddy-email-marketing.php:252
36
+ msgid "Let's do it!"
37
+ msgstr ""
38
+
39
+ #: includes/render.php:59
40
+ msgid "Powered by GoDaddy"
41
+ msgstr ""
42
+
43
+ #: includes/render.php:308
44
+ msgid "Month"
45
+ msgstr ""
46
+
47
+ #: includes/render.php:309
48
+ msgid "January"
49
+ msgstr ""
50
+
51
+ #: includes/render.php:310
52
+ msgid "Febuary"
53
+ msgstr ""
54
+
55
+ #: includes/render.php:311
56
+ msgid "March"
57
+ msgstr ""
58
+
59
+ #: includes/render.php:312
60
+ msgid "April"
61
+ msgstr ""
62
+
63
+ #: includes/render.php:313
64
+ msgid "May"
65
+ msgstr ""
66
+
67
+ #: includes/render.php:314
68
+ msgid "June"
69
+ msgstr ""
70
+
71
+ #: includes/render.php:315
72
+ msgid "July"
73
+ msgstr ""
74
+
75
+ #: includes/render.php:316
76
+ msgid "August"
77
+ msgstr ""
78
+
79
+ #: includes/render.php:317
80
+ msgid "September"
81
+ msgstr ""
82
+
83
+ #: includes/render.php:318
84
+ msgid "October"
85
+ msgstr ""
86
+
87
+ #: includes/render.php:319
88
+ msgid "November"
89
+ msgstr ""
90
+
91
+ #: includes/render.php:320
92
+ msgid "December"
93
+ msgstr ""
94
+
95
+ #: includes/render.php:325
96
+ msgid "Day"
97
+ msgstr ""
98
+
99
+ #: includes/render.php:333
100
+ msgid "Year"
101
+ msgstr ""
102
+
103
+ #: includes/settings.php:53 includes/settings.php:284
104
+ msgid "GoDaddy Email Marketing Settings"
105
+ msgstr ""
106
+
107
+ #: includes/settings.php:54
108
+ msgid "GoDaddy Signup Forms"
109
+ msgstr ""
110
+
111
+ #: includes/settings.php:102
112
+ msgid "All transients were removed."
113
+ msgstr ""
114
+
115
+ #: includes/settings.php:112
116
+ msgid "Forms list was successfully updated."
117
+ msgstr ""
118
+
119
+ #: includes/settings.php:171
120
+ msgid "Overview"
121
+ msgstr ""
122
+
123
+ #: includes/settings.php:175
124
+ msgid "Instructions"
125
+ msgstr ""
126
+
127
+ #: includes/settings.php:177
128
+ #, php-format
129
+ msgid ""
130
+ "Once the plugin is activated, you will be able to select and insert any of "
131
+ "your GoDaddy Email Marketing webforms right into your site. Setup is easy. "
132
+ "Below, simply enter your account email address and API key (found in your "
133
+ "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can "
134
+ "display a webform on your site:"
135
+ msgstr ""
136
+
137
+ #: includes/settings.php:180
138
+ msgid ""
139
+ "<strong>Widget:</strong> Go to Appearance &rarr; widgets and find the widget "
140
+ "called GoDaddy Email Marketing Form and drag it into the widget area of your "
141
+ "choice. You can then add a title and select a form!"
142
+ msgstr ""
143
+
144
+ #: includes/settings.php:181
145
+ msgid ""
146
+ "<strong>Shortcode:</strong> You can add a form to any post or page by adding "
147
+ "the shortcode (ex. <code>[gem id=80326]</code>) in the page/post editor."
148
+ msgstr ""
149
+
150
+ #: includes/settings.php:183
151
+ #, php-format
152
+ msgid ""
153
+ "<strong>Template Tag:</strong> You can add the following template tag into "
154
+ "any WordPress file: <code>%s</code>. Ex. <code>%s</code>"
155
+ msgstr ""
156
+
157
+ #: includes/settings.php:193
158
+ msgid "For more information:"
159
+ msgstr ""
160
+
161
+ #: includes/settings.php:194
162
+ msgid "GoDaddy"
163
+ msgstr ""
164
+
165
+ #: includes/settings.php:195
166
+ msgid "GoDaddy Help"
167
+ msgstr ""
168
+
169
+ #: includes/settings.php:196
170
+ msgid "Contact GoDaddy"
171
+ msgstr ""
172
+
173
+ #: includes/settings.php:222
174
+ msgid "Account Details"
175
+ msgstr ""
176
+
177
+ #: includes/settings.php:229
178
+ msgid "GoDaddy Email Marketing Username"
179
+ msgstr ""
180
+
181
+ #: includes/settings.php:236
182
+ msgid "Your GoDaddy Email Marketing username (email address)"
183
+ msgstr ""
184
+
185
+ #: includes/settings.php:243
186
+ msgid "GoDaddy Email Marketing API Key"
187
+ msgstr ""
188
+
189
+ #: includes/settings.php:250
190
+ msgctxt "settings page"
191
+ msgid "Where can I find my API key?"
192
+ msgstr ""
193
+
194
+ #: includes/settings.php:266
195
+ msgid "Display \"Powered by GoDaddy\"?"
196
+ msgstr ""
197
+
198
+ #: includes/settings.php:290
199
+ msgctxt "gem header note"
200
+ msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
201
+ msgstr ""
202
+
203
+ #: includes/settings.php:292
204
+ msgctxt "header note"
205
+ msgid ""
206
+ "Add your GoDaddy Email Marketing webform to your WordPress site! Easy to set "
207
+ "up, the GoDaddy Email Marketing plugin allows your site visitors to "
208
+ "subscribe to your email list."
209
+ msgstr ""
210
+
211
+ #: includes/settings.php:293
212
+ #, php-format
213
+ msgctxt "header note"
214
+ msgid ""
215
+ "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
216
+ "minutes! %s"
217
+ msgstr ""
218
+
219
+ #: includes/settings.php:293
220
+ msgctxt "header note"
221
+ msgid "Sign Up Now"
222
+ msgstr ""
223
+
224
+ #: includes/settings.php:305
225
+ msgctxt "save settings button"
226
+ msgid "Save Settings"
227
+ msgstr ""
228
+
229
+ #: includes/settings.php:307
230
+ msgid "Available Forms"
231
+ msgstr ""
232
+
233
+ #: includes/settings.php:313 includes/settings.php:321
234
+ msgid "Form Name"
235
+ msgstr ""
236
+
237
+ #: includes/settings.php:314 includes/settings.php:322
238
+ msgid "Form ID"
239
+ msgstr ""
240
+
241
+ #: includes/settings.php:315 includes/settings.php:323
242
+ msgid "Shortcode"
243
+ msgstr ""
244
+
245
+ #: includes/settings.php:349
246
+ msgid "Opens in a new window"
247
+ msgstr ""
248
+
249
+ #: includes/settings.php:349
250
+ msgid "Edit form in GoDaddy Email Marketing"
251
+ msgstr ""
252
+
253
+ #: includes/settings.php:352
254
+ msgid "Preview"
255
+ msgstr ""
256
+
257
+ #: includes/settings.php:366
258
+ msgid "No forms found"
259
+ msgstr ""
260
+
261
+ #: includes/settings.php:377
262
+ msgid "Not seeing your form?"
263
+ msgstr ""
264
+
265
+ #: includes/settings.php:377
266
+ msgid "Refresh Forms"
267
+ msgstr ""
268
+
269
+ #: includes/settings.php:382
270
+ msgid "Debug"
271
+ msgstr ""
272
+
273
+ #: includes/settings.php:384
274
+ msgid "Erase All Data"
275
+ msgstr ""
276
+
277
+ #: includes/settings.php:385
278
+ msgid "Erase Transients"
279
+ msgstr ""
280
+
281
+ #: includes/settings.php:413
282
+ msgid ""
283
+ "The credentials are incorrect! Please verify that you have entered them "
284
+ "correctly."
285
+ msgstr ""
286
+
287
+ #: includes/settings.php:420
288
+ msgid ""
289
+ "Connection with GoDaddy Email Marketing has been established! You're all set!"
290
+ msgstr ""
291
+
292
+ #: includes/settings.php:426
293
+ msgid "Please fill in the username and the API key first."
294
+ msgstr ""
295
+
296
+ #: includes/settings.php:447
297
+ msgid ""
298
+ "Please enter your GoDaddy Email Marketing username and API Key in order to "
299
+ "be able to create forms."
300
+ msgstr ""
301
+
302
+ #: includes/widget.php:21 includes/widget.php:41
303
+ msgid "GoDaddy Email Marketing Form"
304
+ msgstr ""
305
+
306
+ #: includes/widget.php:24
307
+ msgctxt "widget description"
308
+ msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
309
+ msgstr ""
310
+
311
+ #: includes/widget.php:97
312
+ msgid "Title:"
313
+ msgstr ""
314
+
315
+ #: includes/widget.php:103
316
+ msgid "Additional Text:"
317
+ msgstr ""
318
+
319
+ #: includes/widget.php:112
320
+ msgid "Form:"
321
+ msgstr ""
322
+
323
+ #: includes/widget.php:125
324
+ #, php-format
325
+ msgctxt "link to settings page"
326
+ msgid "Please set up your GoDaddy Email Marketing account in the %s."
327
+ msgstr ""
328
+
329
+ #: includes/widget.php:129
330
+ msgid "settings page"
331
+ msgstr ""
readme.txt ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === GoDaddy Email Marketing ===
2
+ Contributors: godaddy, humanmade, xwp, fjarrett, jonathanbardo
3
+ Tags: godaddy, forms, newsletter, opt-in, email, marketing, mailing list, signup, subscribe, widget
4
+ Requires at least: 3.8
5
+ Tested up to: 4.5
6
+ Stable tag: 1.0.4
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ Add the GoDaddy Email Marketing plugin to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.
11
+
12
+ == Description ==
13
+
14
+ The GoDaddy Email Marketing signup form plugin makes it easy to grow your subscribers! Use this plugin to integrate your signup forms into your WordPress site. To learn more, [pick up a GoDaddy Email Marketing account](https://www.godaddy.com/business/email-marketing) and explore.
15
+
16
+ [youtube https://www.youtube.com/watch?v=jAIK3Hv5yIA]
17
+
18
+ Once the plugin is activated, you can select and insert any of your GoDaddy Email Marketing signup forms right into your site by using a widget, shortcode, or template tag.
19
+
20
+ Setup is easy; in the plugin Settings, simply enter your account email address and API key (found in the Settings section of your GoDaddy Email Marketing account), and you're all set.
21
+
22
+ **Official GoDaddy Email Marketing Signup Forms plugin features:**
23
+
24
+ * Automatically add new forms for users to sign up to an email list of your choice.
25
+ * Insert unlimited signup forms using the widget, shortcode, or template tag.
26
+ * Use quick links to edit and preview your form in GoDaddy Email Marketing.
27
+
28
+ **Languages Supported:**
29
+
30
+ * English
31
+ * Deutsch
32
+ * Español
33
+ * Español de México
34
+ * Français
35
+ * Português do Brasil
36
+ * Português
37
+
38
+ **Find a bug?**
39
+
40
+ Please fill out an issue [here](https://github.com/godaddy/wp-godaddy-email-marketing/issues).
41
+
42
+ == Installation ==
43
+
44
+ * Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer.
45
+ * Activate the plugin.
46
+ * Go to the plugin Settings page (under Settings > GoDaddy Email Marketing Settings).
47
+ * Enter your account email address and API key (found in the Settings section of your GoDaddy Email Marketing account).
48
+ * Click **Save Changes**.
49
+
50
+ After your account is verified, you can insert a form into your site by using a widget, shortcode, or template tag:
51
+
52
+ * **Widget** Go to Appearance > Widgets, find the GoDaddy Email Marketing widget, and drag it into the widget area of your choice. You can then add a title and select a form!
53
+ * **Shortcode** Add a form to any post or page by adding the shortcode (e.g., `[gem id=80326 ]`) in the page/post editor. You can find a form's ID on the GoDaddy Email Marketing Settings page.
54
+ * **Template** tag Add the following template tag into any WordPress file: `<?php gem_form; ?>`. For example: `<?php gem_form( 91 ); ?>` You can find a form's ID on the GoDaddy Email Marketing Settings page.
55
+
56
+ That's it. You're ready to go!
57
+
58
+ == Frequently Asked Questions ==
59
+
60
+ = What is GoDaddy Email Marketing? =
61
+
62
+ GoDaddy Email Marketing is the easiest way to create, send, share, and track email newsletters online. It's for people who want email marketing to be simple.
63
+
64
+ = Do I need a GoDaddy Email Marketing account to use this plugin? =
65
+
66
+ Yes, this plugin requires a [GoDaddy Email Marketing](https://www.godaddy.com/business/email-marketing) account.
67
+
68
+ = Is there a widget? =
69
+
70
+ Absolutely. Use it by finding the GoDaddy Email Marketing widget under Appearance >Widgets in the WordPress Dashboard and dragging it into the widget area of your choice. You can then add a title and select a form!
71
+
72
+ = Is there a shortcode? =
73
+
74
+ Yes! You can add a form to any post or page by adding the shortcode with the form ID (e.g., `[gem id=80326 ]`) in the page/post editor. Form IDs are listed on the GoDaddy Signup Forms Settings page.
75
+
76
+ = Is there a template tag? =
77
+
78
+ Yup! Add the following template tag into any WordPress file: `<?php gem_form( $form_id ); ?>`. For example: `<?php gem_form( 91 ); ?>`. Form IDs are listed on the GoDaddy Signup Forms Settings page.
79
+
80
+ = Where can I find the API Key? =
81
+
82
+ You can find your API key in the Settings section of your GoDaddy Email Marketing account.
83
+
84
+ == Screenshots ==
85
+
86
+ 1. Settings screen.
87
+ 2. A full list of your GoDaddy Email Marketing Webforms, with ready shortcodes.
88
+ 3. The widget, on the widgets page.
89
+ 4. The widget, on the front-end.
90
+
91
+ == Changelog ==
92
+
93
+ = 1.0.4 =
94
+ * Localization
95
+ * Code style improvements
96
+ * Unit tests
97
+
98
+ = 1.0.3 =
99
+ * Added support for web form fancy fields
100
+ * Made some styling changes to mobile view
101
+
102
+ = 1.0.2 =
103
+ * Fixed incorrectly loaded stylesheet
104
+ * Minor style improvements to front-end form output
105
+
106
+ = 1.0.1 =
107
+ * Move the "Powered by GoDaddy Link" below the submit button and link it up to the correct place
108
+
109
+ = 1.0 =
110
+ * Initial version. forked from the Mad Mimi Sign Up Forms WordPress Plugin: https://wordpress.org/plugins/mad-mimi-sign-up-forms/
uninstall.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Uninstall routine
4
+ *
5
+ * @package GEM
6
+ */
7
+
8
+ // @codeCoverageIgnoreStart
9
+
10
+ // If uninstall not called from WordPress exit.
11
+ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
12
+ die;
13
+ }
14
+
15
+ // Delete all options and transients that contain gem.
16
+ delete_option( 'gem-version' );
17
+ delete_option( 'gem-settings' );
18
+
19
+ // @codeCoverageIgnoreEnd