GoDaddy Email Marketing - Version 1.0.6

Version Description

  • Fixed shortcode display and localization bugs #12
  • Localization updates
Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.6

Files changed (57) hide show
  1. godaddy-email-marketing.php +3 -3
  2. includes/class-shortcode.php +7 -1
  3. languages/godaddy-email-marketing-da_DK.mo +0 -0
  4. languages/godaddy-email-marketing-da_DK.po +4 -4
  5. languages/godaddy-email-marketing-de_DE.mo +0 -0
  6. languages/godaddy-email-marketing-de_DE.po +5 -4
  7. languages/godaddy-email-marketing-el.mo +0 -0
  8. languages/godaddy-email-marketing-el.po +5 -4
  9. languages/godaddy-email-marketing-es_ES.mo +0 -0
  10. languages/godaddy-email-marketing-es_ES.po +4 -4
  11. languages/godaddy-email-marketing-es_MX.mo +0 -0
  12. languages/godaddy-email-marketing-es_MX.po +4 -4
  13. languages/godaddy-email-marketing-fi.mo +0 -0
  14. languages/godaddy-email-marketing-fi.po +4 -4
  15. languages/godaddy-email-marketing-fr_FR.mo +0 -0
  16. languages/godaddy-email-marketing-fr_FR.po +5 -4
  17. languages/godaddy-email-marketing-id_ID.mo +0 -0
  18. languages/godaddy-email-marketing-id_ID.po +21 -21
  19. languages/godaddy-email-marketing-it_IT.mo +0 -0
  20. languages/godaddy-email-marketing-it_IT.po +4 -4
  21. languages/godaddy-email-marketing-ja.mo +0 -0
  22. languages/godaddy-email-marketing-ja.po +3 -4
  23. languages/godaddy-email-marketing-ko_KR.mo +0 -0
  24. languages/godaddy-email-marketing-ko_KR.po +3 -4
  25. languages/godaddy-email-marketing-ms_MY.mo +0 -0
  26. languages/godaddy-email-marketing-ms_MY.po +20 -20
  27. languages/godaddy-email-marketing-nb_NO.mo +0 -0
  28. languages/godaddy-email-marketing-nb_NO.po +5 -4
  29. languages/godaddy-email-marketing-nl_NL.mo +0 -0
  30. languages/godaddy-email-marketing-nl_NL.po +4 -4
  31. languages/godaddy-email-marketing-pl_PL.mo +0 -0
  32. languages/godaddy-email-marketing-pl_PL.po +4 -4
  33. languages/godaddy-email-marketing-pt_BR.mo +0 -0
  34. languages/godaddy-email-marketing-pt_BR.po +4 -4
  35. languages/godaddy-email-marketing-pt_PT.mo +0 -0
  36. languages/godaddy-email-marketing-pt_PT.po +5 -4
  37. languages/godaddy-email-marketing-ru_RU.mo +0 -0
  38. languages/godaddy-email-marketing-ru_RU.po +4 -4
  39. languages/godaddy-email-marketing-sv_SE.mo +0 -0
  40. languages/godaddy-email-marketing-sv_SE.po +29 -30
  41. languages/godaddy-email-marketing-th.mo +0 -0
  42. languages/godaddy-email-marketing-th.po +4 -4
  43. languages/godaddy-email-marketing-tl.mo +0 -0
  44. languages/godaddy-email-marketing-tl.po +4 -4
  45. languages/godaddy-email-marketing-tr_TR.mo +0 -0
  46. languages/godaddy-email-marketing-tr_TR.po +4 -4
  47. languages/godaddy-email-marketing-uk.mo +0 -0
  48. languages/godaddy-email-marketing-uk.po +5 -4
  49. languages/godaddy-email-marketing-vi.mo +0 -0
  50. languages/godaddy-email-marketing-vi.po +4 -4
  51. languages/godaddy-email-marketing-zh_CN.mo +0 -0
  52. languages/godaddy-email-marketing-zh_CN.po +3 -4
  53. languages/godaddy-email-marketing-zh_HK.mo +0 -0
  54. languages/godaddy-email-marketing-zh_HK.po +3 -4
  55. languages/godaddy-email-marketing-zh_TW.mo +0 -0
  56. languages/godaddy-email-marketing-zh_TW.po +3 -4
  57. readme.txt +5 -1
godaddy-email-marketing.php CHANGED
@@ -3,7 +3,7 @@
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.5
7
  * Author: GoDaddy
8
  * Author URI: https://gem.godaddy.com/
9
  * Text Domain: godaddy-email-marketing
@@ -103,7 +103,7 @@ class GEM_Official {
103
 
104
  // Plugin's main directory.
105
  defined( 'GEM_VERSION' )
106
- or define( 'GEM_VERSION', '1.0.5' );
107
 
108
  // Set up the base name.
109
  isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
@@ -266,4 +266,4 @@ class GEM_Official {
266
  function gem() {
267
  return GEM_Official::instance();
268
  }
269
- add_action( 'plugins_loaded', 'gem' );
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.6
7
  * Author: GoDaddy
8
  * Author URI: https://gem.godaddy.com/
9
  * Text Domain: godaddy-email-marketing
103
 
104
  // Plugin's main directory.
105
  defined( 'GEM_VERSION' )
106
+ or define( 'GEM_VERSION', '1.0.6' );
107
 
108
  // Set up the base name.
109
  isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
266
  function gem() {
267
  return GEM_Official::instance();
268
  }
269
+ add_action( 'plugins_loaded', 'gem', 1 );
includes/class-shortcode.php CHANGED
@@ -42,6 +42,12 @@ class GEM_Shortcode {
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
  }
42
  function gem_form( $id, $echo = true ) {
43
  if ( class_exists( 'GEM_Form_Renderer', false ) ) {
44
  $renderer = new GEM_Form_Renderer();
45
+ $form = $renderer->process( $id, false );
46
+
47
+ if ( ! $echo ) {
48
+ return $form;
49
+ }
50
+
51
+ echo $form;
52
  }
53
  }
languages/godaddy-email-marketing-da_DK.mo CHANGED
Binary file
languages/godaddy-email-marketing-da_DK.po CHANGED
@@ -51,7 +51,7 @@ msgstr "Januar"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -146,9 +146,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Februar"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> til Udseende &rarr; widgets og find den widget, "
150
+ "som hedder Formular fra GoDaddy e-mailmarkedsføring og træk den over i det "
151
+ "valgte widgetområde. Du kan derefter tilføje en titel og vælge en formular!"
152
 
153
  #: includes/settings.php:181
154
  msgid ""
languages/godaddy-email-marketing-de_DE.mo CHANGED
Binary file
languages/godaddy-email-marketing-de_DE.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Januar"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,10 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Februar"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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> Gehen Sie zu \"Darstellung &rarr; Widgets\" und "
152
+ "suchen Sie das Widget mit dem Namen GoDaddy E-Mail-Marketing-Formular und "
153
+ "ziehen Sie es in den Widget-Bereich Ihrer Wahl. Dann können Sie einen Titel "
154
+ "einfügen und ein Formular auswählen."
155
 
156
  #: includes/settings.php:181
157
  msgid ""
languages/godaddy-email-marketing-el.mo CHANGED
Binary file
languages/godaddy-email-marketing-el.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Ιανουάριος"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -149,9 +149,10 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Φεβρουάριος"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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> Μεταβείτε στην Εμφάνιση &rarr; Widgets και βρείτε το "
153
+ "widget που ονομάζεται Φόρμα GoDaddy Μάρκετινγκ μέσω email και σύρετέ το στην "
154
+ "περιοχή widget της επιλογής σας. Στη συνέχεια μπορείτε να προσθέσετε έναν "
155
+ "τίτλο και να επιλέξετε μια φόρμα!"
156
 
157
  #: includes/settings.php:181
158
  msgid ""
languages/godaddy-email-marketing-es_ES.mo CHANGED
Binary file
languages/godaddy-email-marketing-es_ES.po CHANGED
@@ -51,7 +51,7 @@ msgstr "enero"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -147,9 +147,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Febrero"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Ve a Apariencia &rarr; Widgets, y busca el widget "
151
+ "que se llama “Formulario de GoDaddy Email Marketing. Luego arrástralo al área "
152
+ "de widgets que prefieras. ¡Ahora puedes agregar un título y seleccionar un formulario!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
languages/godaddy-email-marketing-es_MX.mo CHANGED
Binary file
languages/godaddy-email-marketing-es_MX.po CHANGED
@@ -51,7 +51,7 @@ msgstr "enero"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -147,9 +147,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Febrero"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Ve a Apariencia &rarr; Widgets, y busca el widget "
151
+ "que se llama “Formulario de GoDaddy Email Marketing. Luego arrástralo al área "
152
+ "de widgets que prefieras. ¡Ahora puedes agregar un título y seleccionar un formulario!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
languages/godaddy-email-marketing-fi.mo CHANGED
Binary file
languages/godaddy-email-marketing-fi.po CHANGED
@@ -50,7 +50,7 @@ msgstr "Tammikuu"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -145,9 +145,9 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "Helmikuu"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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 (pienoissovellus):</strong> Siirry kohtaan Ulkoasu &rarr; "
149
+ "Widgetit, etsi widget nimeltä “GoDaddy-sähköpostimarkkinointilomake” ja vedä "
150
+ "se haluamaasi widget-osioon. Tämän jälkeen voit lisätä nimen ja valita lomakkeen!"
151
 
152
  #: includes/settings.php:181
153
  msgid ""
languages/godaddy-email-marketing-fr_FR.mo CHANGED
Binary file
languages/godaddy-email-marketing-fr_FR.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Janvier"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,10 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Février"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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> Allez aux widgets Apparence &rarr;, recherchez le "
152
+ "widget « GoDaddy Marketing par email » et faites-le glisser dans la zone "
153
+ "widget de votre choix. Vous pouvez ensuite ajouter un titre et sélectionner "
154
+ "un formulaire !"
155
 
156
  #: includes/settings.php:181
157
  msgid ""
languages/godaddy-email-marketing-id_ID.mo CHANGED
Binary file
languages/godaddy-email-marketing-id_ID.po CHANGED
@@ -28,7 +28,7 @@ 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."
@@ -52,7 +52,7 @@ msgstr "Januari"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -104,7 +104,7 @@ msgstr "Tahun"
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"
@@ -136,9 +136,9 @@ msgid ""
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
@@ -147,9 +147,9 @@ msgid ""
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 ""
@@ -191,15 +191,15 @@ 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"
@@ -213,7 +213,7 @@ msgstr "Tampilkan \"Didukung oleh GoDaddy\"?"
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"
@@ -222,8 +222,8 @@ msgid ""
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
@@ -233,7 +233,7 @@ 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
@@ -268,7 +268,7 @@ 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"
@@ -308,7 +308,7 @@ msgstr ""
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."
@@ -319,17 +319,17 @@ 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:"
@@ -347,7 +347,7 @@ msgstr "Formulir:"
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"
28
 
29
  #: godaddy-email-marketing.php:251
30
  msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Pemasaran Email GoDaddy hampir siap."
32
 
33
  #: godaddy-email-marketing.php:251
34
  msgid "You must enter your username &amp; API key for it to work."
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Februari"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
104
 
105
  #: includes/settings.php:53 includes/settings.php:284
106
  msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Pengaturan Pemasaran Email GoDaddy"
108
 
109
  #: includes/settings.php:54
110
  msgid "GoDaddy Signup Forms"
136
  "display a webform on your site:"
137
  msgstr ""
138
  "Setelah plugin diaktifkan, Anda dapat memilih dan memasukkan formulir web "
139
+ "Pemasaran Email GoDaddy 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 Pemasaran Email GoDaddy Anda). Berikut ini "
142
  "terdapat 3 macam cara untuk menampilkan formulir web pada situs Anda:"
143
 
144
  #: includes/settings.php:180
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> Masuklah ke widget Tampilan &rarr; dan temukan "
151
+ "widget bernama Formulir Pemasaran Email GoDaddy lalu seret ke dalam area "
152
+ "widget pilihan Anda. Kemudian, Anda dapat menambahkan judul dan memilih formulir!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
191
 
192
  #: includes/settings.php:229
193
  msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nama Pengguna Pemasaran Email GoDaddy"
195
 
196
  #: includes/settings.php:236
197
  msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Nama pengguna (alamat email) Pemasaran Email GoDaddy"
199
 
200
  #: includes/settings.php:243
201
  msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Kunci API Pemasaran Email GoDaddy"
203
 
204
  #: includes/settings.php:250
205
  msgctxt "settings page"
213
  #: includes/settings.php:290
214
  msgctxt "gem header note"
215
  msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Nikmati Pengalaman Pemasaran Email GoDaddy, langsung."
217
 
218
  #: includes/settings.php:292
219
  msgctxt "header note"
222
  "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
  "subscribe to your email list."
224
  msgstr ""
225
+ "Tambahkan formulir web Pemasaran Email GoDaddy ke situs WordPress Anda! "
226
+ "Plugin Pemasaran Email GoDaddy mudah disiapkan dan memungkinkan pengunjung "
227
  "situs Anda berlangganan dengan daftar email Anda."
228
 
229
  #: includes/settings.php:293
233
  "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
  "minutes! %s"
235
  msgstr ""
236
+ "Tidak punya akun Pemasaran Email GoDaddy? Dapatkan satu akun kurang dari 2 "
237
  "menit! %s"
238
 
239
  #: includes/settings.php:293
268
 
269
  #: includes/settings.php:349
270
  msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Edit formulir di Pemasaran Email GoDaddy"
272
 
273
  #: includes/settings.php:352
274
  msgid "Preview"
308
  #: includes/settings.php:420
309
  msgid ""
310
  "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
+ msgstr "Koneksi dengan Pemasaran Email GoDaddy telah dibuat! Anda sudah siap!"
312
 
313
  #: includes/settings.php:426
314
  msgid "Please fill in the username and the API key first."
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 Pemasaran Email GoDaddy 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 Pemasaran Email GoDaddy"
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 Pemasaran Email GoDaddy di bilah samping Anda."
333
 
334
  #: includes/widget.php:97
335
  msgid "Title:"
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 Pemasaran Email GoDaddy Anda di %s."
351
 
352
  #: includes/widget.php:129
353
  msgid "settings page"
languages/godaddy-email-marketing-it_IT.mo CHANGED
Binary file
languages/godaddy-email-marketing-it_IT.po CHANGED
@@ -51,7 +51,7 @@ msgstr "Gennaio"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -147,9 +147,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Febbraio"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Vai in Aspetto &rarr; widget, individua il widget "
151
+ "\"Modulo Marketing via email di GoDaddy\" e trascinalo nell'area widget di "
152
+ "tua scelta. Puoi quindi aggiungere un titolo e selezionare un modulo."
153
 
154
  #: includes/settings.php:181
155
  msgid ""
languages/godaddy-email-marketing-ja.mo CHANGED
Binary file
languages/godaddy-email-marketing-ja.po CHANGED
@@ -50,7 +50,7 @@ msgstr "1月"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -143,9 +143,8 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "2月"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>ウィジェット:</strong> 外観 &rarr; "
147
+ "ウィジェットへ進んで「GoDaddyメールマーケティングフォーム」というウィジェットを見つけ、任意のウィジェットエリアへドラッグしてください。 次にタイトルを追加してフォームを選択します。"
 
148
 
149
  #: includes/settings.php:181
150
  msgid ""
languages/godaddy-email-marketing-ko_KR.mo CHANGED
Binary file
languages/godaddy-email-marketing-ko_KR.po CHANGED
@@ -50,7 +50,7 @@ msgstr "1월"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -143,9 +143,8 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "2월"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>위젯:</strong> 모양 &rarr; 위젯으로 이동하여 “GoDaddy 이메일 마케팅 폼\" 위젯을 찾아, 원하는 위젯 "
147
+ "영역으로 끌어 넣습니다. 제목을 추가하고 폼을 선택합니다!"
 
148
 
149
  #: includes/settings.php:181
150
  msgid ""
languages/godaddy-email-marketing-ms_MY.mo CHANGED
Binary file
languages/godaddy-email-marketing-ms_MY.po CHANGED
@@ -28,7 +28,7 @@ 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."
@@ -52,7 +52,7 @@ msgstr "Januari"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -104,7 +104,7 @@ msgstr "Tahun"
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"
@@ -136,9 +136,9 @@ msgid ""
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
@@ -147,9 +147,9 @@ msgid ""
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 ""
@@ -191,15 +191,15 @@ 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"
@@ -213,7 +213,7 @@ msgstr "Papar \"Dikuasai oleh GoDaddy\"?"
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"
@@ -222,8 +222,8 @@ msgid ""
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
@@ -233,7 +233,7 @@ 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
@@ -268,7 +268,7 @@ 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"
@@ -309,7 +309,7 @@ msgstr ""
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."
@@ -320,7 +320,7 @@ 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
@@ -330,7 +330,7 @@ msgstr "Borang GoDaddy Email Marketing"
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:"
@@ -348,7 +348,7 @@ msgstr "Borang:"
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"
28
 
29
  #: godaddy-email-marketing.php:251
30
  msgid "GoDaddy Email Marketing is almost ready."
31
+ msgstr "Pemasaran E-mel GoDaddy hampir siap."
32
 
33
  #: godaddy-email-marketing.php:251
34
  msgid "You must enter your username &amp; API key for it to work."
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Februari"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
104
 
105
  #: includes/settings.php:53 includes/settings.php:284
106
  msgid "GoDaddy Email Marketing Settings"
107
+ msgstr "Tetapan Pemasaran E-mel GoDaddy"
108
 
109
  #: includes/settings.php:54
110
  msgid "GoDaddy Signup Forms"
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 Pemasaran E-mel GoDaddy 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 Pemasaran E-mel GoDaddy anda). Berikut adalah "
142
  "3 cara anda boleh memaparkan borang web pada laman anda:"
143
 
144
  #: includes/settings.php:180
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> Pergi ke widget Penampilan &rarr; dan cari widget "
151
+ "yang dipanggil Borang Pemasaran E-mel GoDaddy dan seretkan ke kawasan widget "
152
+ "pilihan anda. Anda kemudian boleh tambah tajuk dan pilih borang!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
191
 
192
  #: includes/settings.php:229
193
  msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Nama Pengguna Pemasaran E-mel GoDaddy"
195
 
196
  #: includes/settings.php:236
197
  msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Nama pengguna Pemasaran E-mel GoDaddy anda (alamat e-mel)"
199
 
200
  #: includes/settings.php:243
201
  msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "Kekunci API Pemasaran E-mel GoDaddy"
203
 
204
  #: includes/settings.php:250
205
  msgctxt "settings page"
213
  #: includes/settings.php:290
214
  msgctxt "gem header note"
215
  msgid "Enjoy the GoDaddy Email Marketing Experience, first hand."
216
+ msgstr "Nikmati Pengalaman Pemasaran E-mel GoDaddy, secara terus."
217
 
218
  #: includes/settings.php:292
219
  msgctxt "header note"
222
  "up, the GoDaddy Email Marketing plugin allows your site visitors to "
223
  "subscribe to your email list."
224
  msgstr ""
225
+ "Tambah borang web Pemasaran E-mel GoDaddy anda pada laman WordPress anda! "
226
+ "Pasang masuk Pemasaran E-mel GoDaddy yang mudah dipasang membolehkan pelawat "
227
  "laman melanggan senarai e-mel anda."
228
 
229
  #: includes/settings.php:293
233
  "Don't have a GoDaddy Email Marketing account? Get one in less than 2 "
234
  "minutes! %s"
235
  msgstr ""
236
+ "Tiada akaun Pemasaran E-mel GoDaddy? Dapatkan akaun dalam masa kurang 2 "
237
  "minit! %s"
238
 
239
  #: includes/settings.php:293
268
 
269
  #: includes/settings.php:349
270
  msgid "Edit form in GoDaddy Email Marketing"
271
+ msgstr "Edit borang dalam Pemasaran E-mel GoDaddy"
272
 
273
  #: includes/settings.php:352
274
  msgid "Preview"
309
  msgid ""
310
  "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
  msgstr ""
312
+ "Sambungan ke Pemasaran E-mel GoDaddy telah diwujudkan! Anda telah bersedia!"
313
 
314
  #: includes/settings.php:426
315
  msgid "Please fill in the username and the API key first."
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 Pemasaran E-mel GoDaddy dan kekunci API anda bagi "
324
  "membolehkan borang dicipta."
325
 
326
  #: includes/widget.php:21 includes/widget.php:41
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 Pemasaran E-mel GoDaddy pada palang sisi anda."
334
 
335
  #: includes/widget.php:97
336
  msgid "Title:"
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 Pemasaran E-mel GoDaddy pada %s."
352
 
353
  #: includes/widget.php:129
354
  msgid "settings page"
languages/godaddy-email-marketing-nb_NO.mo CHANGED
Binary file
languages/godaddy-email-marketing-nb_NO.po CHANGED
@@ -51,7 +51,7 @@ msgstr "Januar"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -146,9 +146,10 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Februar"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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>Kontrollprogram:</strong> til Utseende &rarr; kontrollprogrammer "
150
+ "og finn kontrollprogrammet kalt GoDaddy Markedsføring per e-post-skjema og "
151
+ "dra det inn i kontrollprogramområdet du ønsker. Du kan deretter legge til en "
152
+ "tittel og velge et skjema!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
languages/godaddy-email-marketing-nl_NL.mo CHANGED
Binary file
languages/godaddy-email-marketing-nl_NL.po CHANGED
@@ -51,7 +51,7 @@ msgstr "januari"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -147,9 +147,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Februari"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Ga naar Vormgeving &rarr; widgets en zoek het widget "
151
+ "met de naam 'Formulier voor e-mailmarketing van GoDaddy'. Sleep het naar de "
152
+ "gewenste locatie voor widgets. Voeg dan een titel toe en selecteer een formulier."
153
 
154
  #: includes/settings.php:181
155
  msgid ""
languages/godaddy-email-marketing-pl_PL.mo CHANGED
Binary file
languages/godaddy-email-marketing-pl_PL.po CHANGED
@@ -50,7 +50,7 @@ msgstr "styczeń"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -145,9 +145,9 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "Luty"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>Widżet:</strong> Wybierz Wygląd &rarr; widżety. Odszukaj widżet "
149
+ "„Formularz Marketingu e-mail GoDaddy” i przeciągnij go na wybrany obszar "
150
+ "widżetów. Następnie możesz dodać tytuł i wybrać formularz!"
151
 
152
  #: includes/settings.php:181
153
  msgid ""
languages/godaddy-email-marketing-pt_BR.mo CHANGED
Binary file
languages/godaddy-email-marketing-pt_BR.po CHANGED
@@ -51,7 +51,7 @@ msgstr "Janeiro"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -146,9 +146,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Fevereiro"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Acesse Aparência &rarr; Widgets e encontre o widget "
150
+ "denominado \"Formulário do GoDaddy Email Marketing\". Arraste-o para a área "
151
+ "de widgets de sua preferência. Em seguida, adicione um título e selecione um formulário."
152
 
153
  #: includes/settings.php:181
154
  msgid ""
languages/godaddy-email-marketing-pt_PT.mo CHANGED
Binary file
languages/godaddy-email-marketing-pt_PT.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Janeiro"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,10 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Fevereiro"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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> Aceda a Aspeto &rarr; Widgets, encontre o widget "
152
+ "denominado Formulário do Marketing por correio eletrónico da GoDaddy e "
153
+ "arraste-o para a área de widgets da sua preferência. Pode então adicionar um "
154
+ "título e selecionar um formulário!"
155
 
156
  #: includes/settings.php:181
157
  msgid ""
languages/godaddy-email-marketing-ru_RU.mo CHANGED
Binary file
languages/godaddy-email-marketing-ru_RU.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Январь"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,9 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Февраль"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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>Виджет:</strong> Выберите команды Внешний вид &rarr; Виджеты, найдите "
152
+ "виджет под названием «Форма почтового маркетинга GoDaddy» и перетащите его в "
153
+ "область виджетов по вашему выбору. Затем можно добавить название и выбрать форму!"
154
 
155
  #: includes/settings.php:181
156
  msgid ""
languages/godaddy-email-marketing-sv_SE.mo CHANGED
Binary file
languages/godaddy-email-marketing-sv_SE.po CHANGED
@@ -27,7 +27,7 @@ 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."
@@ -51,7 +51,7 @@ msgstr "Januari"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -103,7 +103,7 @@ msgstr "År"
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"
@@ -135,11 +135,11 @@ msgid ""
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 ""
@@ -147,9 +147,9 @@ msgid ""
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 ""
@@ -171,7 +171,7 @@ msgstr ""
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"
@@ -191,15 +191,15 @@ 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"
@@ -213,7 +213,7 @@ msgstr "Visa \"Drivs av GoDaddy\"?"
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"
@@ -222,10 +222,10 @@ msgid ""
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
@@ -234,8 +234,8 @@ 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"
@@ -269,7 +269,7 @@ 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"
@@ -309,8 +309,7 @@ msgstr "Uppgifterna är fel! Kontrollera att du har angivit rätt uppgifter."
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."
@@ -321,17 +320,17 @@ 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:"
@@ -349,7 +348,7 @@ msgstr "Formulär:"
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"
27
 
28
  #: godaddy-email-marketing.php:251
29
  msgid "GoDaddy Email Marketing is almost ready."
30
+ msgstr "GoDaddy e-postmarknadsföring ä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."
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Febuari"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
103
 
104
  #: includes/settings.php:53 includes/settings.php:284
105
  msgid "GoDaddy Email Marketing Settings"
106
+ msgstr "Inställningar för GoDaddy e-postmarknadsföring"
107
 
108
  #: includes/settings.php:54
109
  msgid "GoDaddy Signup Forms"
135
  "display a webform on your site:"
136
  msgstr ""
137
  "När insticksprogrammet aktiveras kommer du att kunna välja och infoga vilket "
138
+ "som helst av dina webbformulär för GoDaddy e-postmarknadsföring direkt i "
139
+ "webbplatsen. Konfigurationen är enkel. Ange e-postadressen och API-nyckeln "
140
+ "för ditt konto (finns i området för ditt konto för GoDaddy "
141
+ "e-postmarknadsföring [%s]). Det finns tre sätt att visa ett webbformulär på "
142
+ "din webbplats:"
143
 
144
  #: includes/settings.php:180
145
  msgid ""
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> till Utseende &rarr; widgetar och hitta widgeten "
151
+ "som heter Formulär för GoDaddy e-postmarknadsföring och dra det in i valfritt "
152
+ "widgetområde. Sedan kan du lägga till en titel och välja ett formulär!"
153
 
154
  #: includes/settings.php:181
155
  msgid ""
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"
191
 
192
  #: includes/settings.php:229
193
  msgid "GoDaddy Email Marketing Username"
194
+ msgstr "Användarnamn för GoDaddy Email Marketing"
195
 
196
  #: includes/settings.php:236
197
  msgid "Your GoDaddy Email Marketing username (email address)"
198
+ msgstr "Ditt användarnamn (e-postadress) för GoDaddy e-postmarknadsföring"
199
 
200
  #: includes/settings.php:243
201
  msgid "GoDaddy Email Marketing API Key"
202
+ msgstr "API-nyckel för GoDaddy e-postmarknadsföring"
203
 
204
  #: includes/settings.php:250
205
  msgctxt "settings page"
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 GoDaddy e-postmarknadsföring."
217
 
218
  #: includes/settings.php:292
219
  msgctxt "header note"
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 GoDaddy e-postmarknadsföring din "
226
+ "WordPress-webbplats! Insticksprogrammet för GoDaddy e-postmarknadsföring är "
227
+ "enkelt att konfigurera och gör det möjligt för dina besökare att prenumerera "
228
+ "på din e-postlista."
229
 
230
  #: includes/settings.php:293
231
  #, php-format
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 GoDaddy e-postmarknadsföring? Skaffa ett konto på "
238
+ "mindre än 2 minuter! %s"
239
 
240
  #: includes/settings.php:293
241
  msgctxt "header note"
269
 
270
  #: includes/settings.php:349
271
  msgid "Edit form in GoDaddy Email Marketing"
272
+ msgstr "Redigera formuläret i GoDaddy e-postmarknadsföring"
273
 
274
  #: includes/settings.php:352
275
  msgid "Preview"
309
  msgid ""
310
  "Connection with GoDaddy Email Marketing has been established! You're all set!"
311
  msgstr ""
312
+ "Förbindelsen med GoDaddy e-postmarknadsföring har upprättats! Du är klar!"
 
313
 
314
  #: includes/settings.php:426
315
  msgid "Please fill in the username and the API key first."
320
  "Please enter your GoDaddy Email Marketing username and API Key in order to "
321
  "be able to create forms."
322
  msgstr ""
323
+ "Ange användarnamnet och API-nyckeln för ditt konto för GoDaddy "
324
+ "e-postmarknadsföring så att du kan skapa formulär."
325
 
326
  #: includes/widget.php:21 includes/widget.php:41
327
  msgid "GoDaddy Email Marketing Form"
328
+ msgstr "Formulär för GoDaddy e-postmarknadsföring"
329
 
330
  #: includes/widget.php:24
331
  msgctxt "widget description"
332
  msgid "Embed any GoDaddy Email Marketing webform in your sidebar."
333
+ msgstr "Bädda in ett webbformulär för GoDaddy e-postmarknadsföring i sidopanelen."
334
 
335
  #: includes/widget.php:97
336
  msgid "Title:"
348
  #, php-format
349
  msgctxt "link to settings page"
350
  msgid "Please set up your GoDaddy Email Marketing account in the %s."
351
+ msgstr "Konfigurera ditt konto för GoDaddy e-postmarknadsföring i %s."
352
 
353
  #: includes/widget.php:129
354
  msgid "settings page"
languages/godaddy-email-marketing-th.mo CHANGED
Binary file
languages/godaddy-email-marketing-th.po CHANGED
@@ -50,7 +50,7 @@ msgstr "มกราคม"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -145,9 +145,9 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "กุมภาพันธ์"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>วิดเจ็ท:</strong> ไปที่ Appearance &rarr; widgets แล้วหาวิดเจ็ทชื่อ "
149
+ "“แบบฟอร์มการตลาดทางอีเมลของ GoDaddy แล้วลากลงในส่วนวิดเจ็ทที่คุณต้องการ "
150
+ "จากนั้น คุณสามารถเพิ่มชื่อและเลือกแบบฟอร์ม!"
151
 
152
  #: includes/settings.php:181
153
  msgid ""
languages/godaddy-email-marketing-tl.mo CHANGED
Binary file
languages/godaddy-email-marketing-tl.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Enero"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,9 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Pebrero"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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> Pumunta sa Appearance &rarr; widgets at hanapin ang "
152
+ "widget na tinatawag na Form ng Email sa Marketing ng GoDaddy at i-drag ito sa "
153
+ "lugar ng widget na gusto mo. Maaari ka nang magdagdag ng pamagat at pumili ng form!"
154
 
155
  #: includes/settings.php:181
156
  msgid ""
languages/godaddy-email-marketing-tr_TR.mo CHANGED
Binary file
languages/godaddy-email-marketing-tr_TR.po CHANGED
@@ -52,7 +52,7 @@ msgstr "Ocak"
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
- msgstr "Febuary"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
@@ -148,9 +148,9 @@ msgid ""
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 ""
52
 
53
  #: includes/render.php:310
54
  msgid "Febuary"
55
+ msgstr "Şubat"
56
 
57
  #: includes/render.php:311
58
  msgid "March"
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>Modül:</strong> Görünüm &rarr; modüllerine gidin ve GoDaddy E-posta "
152
+ "Pazarlama Formu isimli modülü bulun; modülü istediğiniz modül alanına "
153
+ "sürükleyin. Ardından da bir başlık ekleyebilir ve form seçebilirsiniz!"
154
 
155
  #: includes/settings.php:181
156
  msgid ""
languages/godaddy-email-marketing-uk.mo CHANGED
Binary file
languages/godaddy-email-marketing-uk.po CHANGED
@@ -50,7 +50,7 @@ msgstr "Січень"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -145,9 +145,10 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "лютий"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>Віджет:</strong> Відкрийте меню «Зовнішній вигляд &rarr; Віджети», "
149
+ "знайдіть віджет під назвою «Форма GoDaddy Маркетингу електронною поштою» та "
150
+ "перетягніть його до бажаної області віджетів. Після цього можна додати "
151
+ "заголовок і вибрати форму."
152
 
153
  #: includes/settings.php:181
154
  msgid ""
languages/godaddy-email-marketing-vi.mo CHANGED
Binary file
languages/godaddy-email-marketing-vi.po CHANGED
@@ -51,7 +51,7 @@ msgstr "Tháng 1"
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
- msgstr "Febuary"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
@@ -146,9 +146,9 @@ msgid ""
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 ""
51
 
52
  #: includes/render.php:310
53
  msgid "Febuary"
54
+ msgstr "Tháng 2"
55
 
56
  #: includes/render.php:311
57
  msgid "March"
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> Chuyển đến widget Diện mạo tìm widget có tên là "
150
+ "Mẫu Tiếp thị qua email của GoDaddy kéo vào khu vực widget bạn muốn. "
151
+ "Sau đó bạn thể thêm tiêu đề chọn mẫu!"
152
 
153
  #: includes/settings.php:181
154
  msgid ""
languages/godaddy-email-marketing-zh_CN.mo CHANGED
Binary file
languages/godaddy-email-marketing-zh_CN.po CHANGED
@@ -50,7 +50,7 @@ msgstr "1 月"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -142,9 +142,8 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "二月"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>小组件:</strong> 转到“外观” &rarr; 小组件,找到名为“GoDaddy "
146
+ "电邮营销表单”的小组件,然后拖动到您选择的小组件区域中。 然后您就能添加标题和选择表单了!"
 
147
 
148
  #: includes/settings.php:181
149
  msgid ""
languages/godaddy-email-marketing-zh_HK.mo CHANGED
Binary file
languages/godaddy-email-marketing-zh_HK.po CHANGED
@@ -50,7 +50,7 @@ msgstr "一月"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -142,9 +142,8 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "二月"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>小工具:</strong> 前往 [外觀] &rarr; [小工具] 找到 [GoDaddy 電子郵件行銷表格] "
146
+ "的小工具,並將其拖曳到您選擇的小工具區域。 接著,您就可以新增標題並選取表格!"
 
147
 
148
  #: includes/settings.php:181
149
  msgid ""
languages/godaddy-email-marketing-zh_TW.mo CHANGED
Binary file
languages/godaddy-email-marketing-zh_TW.po CHANGED
@@ -50,7 +50,7 @@ msgstr "一月"
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
- msgstr "Febuary"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
@@ -142,9 +142,8 @@ msgid ""
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 ""
50
 
51
  #: includes/render.php:310
52
  msgid "Febuary"
53
+ msgstr "二月"
54
 
55
  #: includes/render.php:311
56
  msgid "March"
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>小工具:</strong> 前往 [外觀] &rarr; [小工具] 找到 [GoDaddy 電子郵件行銷表格] "
146
+ "的小工具,並將其拖曳到您選擇的小工具區域。 接著,您就可以新增標題並選取表格!"
 
147
 
148
  #: includes/settings.php:181
149
  msgid ""
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -90,6 +90,10 @@ You can find your API key in the Settings section of your GoDaddy Email Marketin
90
 
91
  == Changelog ==
92
 
 
 
 
 
93
  = 1.0.5 =
94
  * Refresh branding
95
 
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.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
90
 
91
  == Changelog ==
92
 
93
+ = 1.0.6 =
94
+ * Fixed shortcode display and localization bugs [#12](https://github.com/godaddy/wp-godaddy-email-marketing/pull/12)
95
+ * Localization updates
96
+
97
  = 1.0.5 =
98
  * Refresh branding
99