From a34df299cf6efd0c96daa7f477874637bdf9b098 Mon Sep 17 00:00:00 2001 From: Frankie Jarrett Date: Wed, 8 Jun 2016 16:09:04 -0500 Subject: [PATCH 1/2] Improve context in some strings --- godaddy-email-marketing.php | 10 +++++----- includes/settings.php | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index a230081..d7cdfcc 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -193,11 +193,11 @@ public function enqueue() { // Help strings. wp_localize_script( 'gem-main', 'GEM', array( - 'thankyou' => _x( 'Thank you for signing up!', 'ajax response', 'godaddy-email-marketing' ), - 'thankyou_suppressed' => _x( 'Thank you for signing up! Please check your email to confirm your subscription.', 'ajax response', 'godaddy-email-marketing' ), - 'oops' => _x( 'Oops! There was a problem. Please try again.', 'ajax response', 'godaddy-email-marketing' ), - 'email' => _x( 'Please enter a valid email address.', 'ajax response', 'godaddy-email-marketing' ), - 'required' => _x( '%s is a required field.', 'ajax response', 'godaddy-email-marketing' ), + 'thankyou' => __( 'Thank you for signing up!', 'godaddy-email-marketing' ), + 'thankyou_suppressed' => __( 'Thank you for signing up! Please check your email to confirm your subscription.', 'godaddy-email-marketing' ), + 'oops' => __( 'Oops! There was a problem. Please try again.', 'godaddy-email-marketing' ), + 'email' => __( 'Please enter a valid email address.', 'godaddy-email-marketing' ), + 'required' => _x( '%s is a required field.', 'Name of required field', 'godaddy-email-marketing' ), ) ); } diff --git a/includes/settings.php b/includes/settings.php index 9791e54..25c6a69 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -506,7 +506,7 @@ public function display_settings_page() { signups ) ) : ?> - +

@@ -517,7 +517,7 @@ public function display_settings_page() { signups_button(); ?> - %s', 'https://sso.godaddy.com/account/create?path=/wordpress_plugin&app=gem&realm=idp&ssoreturnpath=/%3Fpath%3D%2Fwordpress_plugin%26app%3Dgem%26realm%3Didp', esc_html_x( 'Sign Up Now', 'header button', 'godaddy-email-marketing' ) ) ); ?> + %s', 'https://sso.godaddy.com/account/create?path=/wordpress_plugin&app=gem&realm=idp&ssoreturnpath=/%3Fpath%3D%2Fwordpress_plugin%26app%3Dgem%26realm%3Didp', esc_html_x( 'Sign Up Now', 'header button', 'godaddy-email-marketing' ) ) ); ?>

@@ -531,7 +531,7 @@ public function display_settings_page() { - +
signups ) ) : ?> @@ -744,7 +744,7 @@ public static function debugging() { public static function description() { printf( '

%s

', - sprintf( esc_html_x( 'For this plugin to work, it needs to access your GoDaddy Email Marketing account. %1$s to get your username and API key. Copy and paste them below; then click "Save Settings." If you don\'t have a GoDaddy Email Marketing account, %2$s.', 'account details', 'godaddy-email-marketing' ), sprintf( '%s', 'https://sso.godaddy.com/?realm=idp&app=gem&path=/wordpress_plugin', esc_html_x( 'Sign in here', 'account details link', 'godaddy-email-marketing' ) ), sprintf( '%s', 'https://sso.godaddy.com/account/create?path=/wordpress_plugin&app=gem&realm=idp&ssoreturnpath=/%3Fpath%3D%2Fwordpress_plugin%26app%3Dgem%26realm%3Didp', esc_html_x( 'sign up here', 'account details link', 'godaddy-email-marketing' ) ) ) + sprintf( esc_html_x( 'For this plugin to work, it needs to access your GoDaddy Email Marketing account. %1$s to get your username and API key. Copy and paste them below; then click "Save Settings." If you don\'t have a GoDaddy Email Marketing account, %2$s.', '1. Sign-in link, 2. Sign-up link', 'godaddy-email-marketing' ), sprintf( '%s', 'https://sso.godaddy.com/?realm=idp&app=gem&path=/wordpress_plugin', esc_html_x( 'Sign in here', 'account details link', 'godaddy-email-marketing' ) ), sprintf( '%s', 'https://sso.godaddy.com/account/create?path=/wordpress_plugin&app=gem&realm=idp&ssoreturnpath=/%3Fpath%3D%2Fwordpress_plugin%26app%3Dgem%26realm%3Didp', esc_html_x( 'sign up here', 'account details link', 'godaddy-email-marketing' ) ) ) ); } From 6cf2b41c066339b25dc81a0abe0990f8af3fae08 Mon Sep 17 00:00:00 2001 From: Frankie Jarrett Date: Wed, 8 Jun 2016 16:10:15 -0500 Subject: [PATCH 2/2] Update PO files --- languages/godaddy-email-marketing-da_DK.po | 17 +- languages/godaddy-email-marketing-de_DE.po | 17 +- languages/godaddy-email-marketing-el.po | 17 +- languages/godaddy-email-marketing-es_ES.po | 17 +- languages/godaddy-email-marketing-es_MX.po | 17 +- languages/godaddy-email-marketing-fi.po | 17 +- languages/godaddy-email-marketing-fr_FR.po | 17 +- languages/godaddy-email-marketing-hi_IN.po | 185 +++++++++++++-------- languages/godaddy-email-marketing-id_ID.po | 17 +- languages/godaddy-email-marketing-it_IT.po | 17 +- languages/godaddy-email-marketing-ja.po | 16 +- languages/godaddy-email-marketing-ko_KR.po | 17 +- languages/godaddy-email-marketing-mr.po | 17 +- languages/godaddy-email-marketing-ms_MY.po | 17 +- languages/godaddy-email-marketing-nb_NO.po | 17 +- languages/godaddy-email-marketing-nl_NL.po | 17 +- languages/godaddy-email-marketing-pl_PL.po | 17 +- languages/godaddy-email-marketing-pt_BR.po | 17 +- languages/godaddy-email-marketing-pt_PT.po | 17 +- languages/godaddy-email-marketing-ru_RU.po | 17 +- languages/godaddy-email-marketing-sv_SE.po | 17 +- languages/godaddy-email-marketing-th.po | 17 +- languages/godaddy-email-marketing-tl.po | 17 +- languages/godaddy-email-marketing-tr_TR.po | 17 +- languages/godaddy-email-marketing-uk.po | 17 +- languages/godaddy-email-marketing-vi.po | 17 +- languages/godaddy-email-marketing-zh_CN.po | 16 +- languages/godaddy-email-marketing-zh_HK.po | 16 +- languages/godaddy-email-marketing-zh_TW.po | 16 +- languages/godaddy-email-marketing.pot | 14 +- 30 files changed, 339 insertions(+), 332 deletions(-) diff --git a/languages/godaddy-email-marketing-da_DK.po b/languages/godaddy-email-marketing-da_DK.po index 5000d08..f070d7e 100644 --- a/languages/godaddy-email-marketing-da_DK.po +++ b/languages/godaddy-email-marketing-da_DK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Tak for din tilmelding!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -31,18 +31,17 @@ msgstr "" "Tak for din tilmelding! Kontrollr din e-mail for at bekrfte dit abonnement." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Hov! Det opstod et problem. Prv igen." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -338,8 +337,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -414,7 +413,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-de_DE.po b/languages/godaddy-email-marketing-de_DE.po index 688c75d..0f1399f 100644 --- a/languages/godaddy-email-marketing-de_DE.po +++ b/languages/godaddy-email-marketing-de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Vielen Dank fr Ihre Anmeldung." #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "Abonnement zu besttigen." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ups! Es ist ein Problem aufgetreten. Bitte versuchen Sie es erneut." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -341,8 +340,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -417,7 +416,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-el.po b/languages/godaddy-email-marketing-el.po index 98064b2..d2b6d1e 100644 --- a/languages/godaddy-email-marketing-el.po +++ b/languages/godaddy-email-marketing-el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr " !" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " ! email ." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "! . ." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -326,8 +325,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -402,7 +401,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-es_ES.po b/languages/godaddy-email-marketing-es_ES.po index 0879ed5..7d47614 100644 --- a/languages/godaddy-email-marketing-es_ES.po +++ b/languages/godaddy-email-marketing-es_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Gracias por registrarte!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "suscripcin." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Uy! Hubo un problema. Intntalo de nuevo." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -342,8 +341,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -418,7 +417,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-es_MX.po b/languages/godaddy-email-marketing-es_MX.po index 0879ed5..7d47614 100644 --- a/languages/godaddy-email-marketing-es_MX.po +++ b/languages/godaddy-email-marketing-es_MX.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Gracias por registrarte!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "suscripcin." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Uy! Hubo un problema. Intntalo de nuevo." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -342,8 +341,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -418,7 +417,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-fi.po b/languages/godaddy-email-marketing-fi.po index 0b69f3a..11bf7ae 100644 --- a/languages/godaddy-email-marketing-fi.po +++ b/languages/godaddy-email-marketing-fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Kiitos rekisteritymisest!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "Kiitos rekisteritymisest! Tarkista shkpostisi ja vahvista tilaus." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Hups! Tapahtui virhe. Yrit uudelleen." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -339,8 +338,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -415,7 +414,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-fr_FR.po b/languages/godaddy-email-marketing-fr_FR.po index 25be9db..48acd6a 100644 --- a/languages/godaddy-email-marketing-fr_FR.po +++ b/languages/godaddy-email-marketing-fr_FR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Merci de votre inscription!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "abonnement." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Erreur! Un problme est survenu. Ressayez." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -343,8 +342,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -419,7 +418,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-hi_IN.po b/languages/godaddy-email-marketing-hi_IN.po index 3062ea9..76fb805 100644 --- a/languages/godaddy-email-marketing-hi_IN.po +++ b/languages/godaddy-email-marketing-hi_IN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:53-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,32 +18,31 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "साइन अप करने के लिए आपका धन्यवाद!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "" -"साइन अप करने के लिए आपका धन्यवाद! अपनी सदस्यता की पुष्टि करने के लिए कृपया " -"अपने ईमेल की जांच करें." +"साइन अप करने के लिए आपका धन्यवाद! अपनी सदस्यता की पुष्टि करने के लिए कृपया अपने ईमेल की " +"जांच करें." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "ओह! कोई समस्या आई थी. कृपया पुनः प्रयास करें." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" -msgid "There was a problem. Please fill all required fields." -msgstr "कोई समस्या आई थी. कृपया सभी आवश्यक फ़ील्ड भरें." +msgid "Please enter a valid email address." +msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -57,7 +56,9 @@ msgstr "GoDaddy ईमेल मार्केटिंग लगभग तै #: godaddy-email-marketing.php:248 msgid "You must enter your username & API key for it to work." -msgstr "यह कार्य करे, इसके लिए आपको उपयोगकर्तानाम और & API कुंजी आवश्यक रूप से दर्ज करना चाहिए." +msgstr "" +"यह कार्य करे, इसके लिए आपको उपयोगकर्तानाम और & API कुंजी आवश्यक रूप से दर्ज करना " +"चाहिए." #: godaddy-email-marketing.php:249 msgid "Let's do it!" @@ -141,13 +142,20 @@ msgstr "" msgid "Year" msgstr "" -#: includes/settings.php:53 includes/settings.php:284 -msgid "GoDaddy Email Marketing Settings" -msgstr "GoDaddy ईमेल मार्केटिंग सेटिंग" +#: includes/settings.php:60 includes/settings.php:504 +#, fuzzy +msgid "GoDaddy Email Marketing Signup Forms" +msgstr "GoDaddy ईमेल मार्केटिंग फ़ॉर्म" + +#: includes/settings.php:96 +msgctxt "failed copy response" +msgid "Please press Ctrl/Cmd+C to copy." +msgstr "" -#: includes/settings.php:54 -msgid "GoDaddy Signup Forms" -msgstr "GoDaddy साइनअप फ़ॉर्म" +#: includes/settings.php:220 +#, fuzzy +msgid "All data has been removed." +msgstr "सभी अस्थायी चीज़ें निकाल दी गई थीं." #: includes/settings.php:224 msgid "All transients were removed." @@ -196,29 +204,29 @@ msgid "" "GoDaddy Email Marketing account [%s] area). Here are the 3 ways you can " "display a webform on your site:" msgstr "" -"जब प्लगइन सक्रिय किया जाता है, तो आप सीधे अपनी साइट से ही GoDaddy ईमेल " -"मार्केटिंग वेबफ़ॉर्म का चयन कर सकते हैं और उसे सम्मिलित कर सकते हैं. सेटअप " -"आसान है. नीचे बस अपना खाता ईमेल पता और API कुंजी (आपके GoDaddy ईमेल " -"मार्केटिंग खाते के [%s] क्षेत्र में मिलती है) दर्ज करें. यहां वे 3 तरीके दिए " -"गए हैं, जिनसे आप अपनी साइट पर कोई वेबफ़ॉर्म प्रदर्शित कर सकते हैं:" +"जब प्लगइन सक्रिय किया जाता है, तो आप सीधे अपनी साइट से ही GoDaddy ईमेल मार्केटिंग " +"वेबफ़ॉर्म का चयन कर सकते हैं और उसे सम्मिलित कर सकते हैं. सेटअप आसान है. नीचे बस अपना खाता " +"ईमेल पता और API कुंजी (आपके GoDaddy ईमेल मार्केटिंग खाते के [%s] क्षेत्र में मिलती है) दर्ज " +"करें. यहां वे 3 तरीके दिए गए हैं, जिनसे आप अपनी साइट पर कोई वेबफ़ॉर्म प्रदर्शित कर सकते हैं:" #: includes/settings.php:286 +#, fuzzy msgid "" "Widget: Go to Appearance → 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!" +"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!" msgstr "" "विजेट: प्रकटन और विजेट → विजेट पर जाएं और GoDaddy ईमेल " -"मार्केटिंग फ़ॉर्म नामक विजेट खोजें और उसे अपनी पसंद के विजेट क्षेत्र में " -"खींचें. इसके बाद आप कोई शीर्षक जोड़ सकते हैं और किसी फ़ॉर्म का चयन कर सकते हैं!" +"मार्केटिंग फ़ॉर्म नामक विजेट खोजें और उसे अपनी पसंद के विजेट क्षेत्र में खींचें. इसके बाद आप कोई " +"शीर्षक जोड़ सकते हैं और किसी फ़ॉर्म का चयन कर सकते हैं!" #: includes/settings.php:287 msgid "" "Shortcode: You can add a form to any post or page by adding " "the shortcode (ex. [gem id=80326]) in the page/post editor." msgstr "" -"लघुकोड: आप पृष्ठ/पोस्ट संपादक में लघुकोड जोड़कर किसी भी पोस्ट " -"या पृष्ठ पर कोई फ़ॉर्म जोड़ सकते हैं (उदा. [gem id=80326])." +"लघुकोड: आप पृष्ठ/पोस्ट संपादक में लघुकोड जोड़कर किसी भी पोस्ट या पृष्ठ " +"पर कोई फ़ॉर्म जोड़ सकते हैं (उदा. [gem id=80326])." #: includes/settings.php:289 #, php-format @@ -226,8 +234,8 @@ msgid "" "Template Tag: You can add the following template tag into " "any WordPress file: %s. Ex. %s" msgstr "" -"टेम्पलेट टैग: आप किसी भी WordPress फ़ाइल में निम्न टेम्पलेट " -"टैग जोड़ सकते हैं: %s. उदा. %s" +"टेम्पलेट टैग: आप किसी भी WordPress फ़ाइल में निम्न टेम्पलेट टैग जोड़ सकते " +"हैं: %s. उदा. %s" #: includes/settings.php:299 msgid "For more information:" @@ -249,22 +257,17 @@ msgstr "GoDaddy से संपर्क करें" msgid "Account Details" msgstr "खाता विवरण" -#: includes/settings.php:229 -msgid "GoDaddy Email Marketing Username" -msgstr "GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम" - -#: includes/settings.php:236 -msgid "Your GoDaddy Email Marketing username (email address)" -msgstr "आपका GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम (ईमेल पता)" +#: includes/settings.php:334 +msgid "Username" +msgstr "" -#: includes/settings.php:243 -msgid "GoDaddy Email Marketing API Key" -msgstr "GoDaddy ईमेल मार्केटिंग API कुंजी" +#: includes/settings.php:348 +msgid "API Key" +msgstr "" -#: includes/settings.php:250 -msgctxt "settings page" -msgid "Where can I find my API key?" -msgstr "मुझे अपनी API कुंजी कहां मिल सकती है?" +#: includes/settings.php:362 +msgid "Footer Link" +msgstr "" #: includes/settings.php:369 msgid "Display \"Powered by GoDaddy\"?" @@ -313,7 +316,7 @@ msgstr "" #: includes/settings.php:511 #, fuzzy msgctxt "gem header note" -msgid "Enjoy the GoDaddy Email Marketing Experience, first hand." +msgid "Enjoy the GoDaddy Email Marketing Experience." msgstr "अपने GoDaddy ईमेल मार्केटिंग प्रत्यक्ष अनुभव का आनंद लें." #: includes/settings.php:513 @@ -332,17 +335,16 @@ msgstr "" msgctxt "header note" msgid "You don't have any forms yet." msgstr "" -"अपनी WordPress साइट पर अपना GoDaddy ईमेल मार्केटिंग वेबफ़ॉर्म जोड़ें! सेटअप " -"करने में आसान, GoDaddy ईमेल मार्केटिंग प्लगइन आपके साइट आगंतुकों को आपकी ईमेल " -"सूची की सदस्यता लेने देता है." +"अपनी WordPress साइट पर अपना GoDaddy ईमेल मार्केटिंग वेबफ़ॉर्म जोड़ें! सेटअप करने में आसान, " +"GoDaddy ईमेल मार्केटिंग प्लगइन आपके साइट आगंतुकों को आपकी ईमेल सूची की सदस्यता लेने देता है." #: includes/settings.php:520 -#, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +#, fuzzy, php-format +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" -"क्या आपके पास कोई GoDaddy ईमेल मार्केटिंग खाता नहीं है? 2 मिनट से भी कम समय " -"में इसे प्राप्त करें! %s" +"क्या आपके पास कोई GoDaddy ईमेल मार्केटिंग खाता नहीं है? 2 मिनट से भी कम समय में इसे " +"प्राप्त करें! %s" #: includes/settings.php:520 #, fuzzy @@ -350,8 +352,14 @@ msgctxt "header button" msgid "Sign Up Now" msgstr " - " -#: includes/settings.php:307 -msgid "Available Forms" +#: includes/settings.php:530 +#, fuzzy +msgid "Forms" +msgstr "फ़ॉर्म:" + +#: includes/settings.php:539 +#, fuzzy +msgid "Available Signup Forms" msgstr "उपलब्ध फ़ॉर्म्स" #: includes/settings.php:543 includes/settings.php:550 @@ -381,10 +389,6 @@ msgstr "GoDaddy ईमेल मार्केटिंग में फ़ॉर msgid "Preview" msgstr "पूर्वावलोकन" -#: includes/settings.php:366 -msgid "No forms found" -msgstr "कोई फ़ॉर्म नहीं मिला" - #: includes/settings.php:588 msgid "Not seeing your form?" msgstr "आपका फॉर्म दिखाई नहीं दे रहा है?" @@ -398,35 +402,45 @@ msgstr "सेटिंग्स सहेजें" msgid "Refresh Forms" msgstr "फ़ॉर्म रिफ़्रेश करें" -#: includes/settings.php:382 -msgid "Debug" -msgstr "डिबग करें" +#: includes/settings.php:644 +#, fuzzy +msgid "Create a New Signup Form" +msgstr "GoDaddy Signup Forms" + +#: includes/settings.php:651 +msgid "Create a New Campaign" +msgstr "" #: includes/settings.php:737 msgid "" "If you are experiencing issues and are unsure of the cause, you may want to " "activate debug mode, which displays additional options." -msgstr "" -"क्रेडेंशियल्स गलत हैं! कृपया यह सत्यापित करें कि आपने उन्हें सही रूप से दर्ज " -"किया है." +msgstr "क्रेडेंशियल्स गलत हैं! कृपया यह सत्यापित करें कि आपने उन्हें सही रूप से दर्ज किया है." #: includes/settings.php:747 -#, php-format -msgctxt "account details" +#, fuzzy, php-format +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " "then click \"Save Settings.\" If you don't have a GoDaddy Email Marketing " "account, %2$s." +msgstr "GoDaddy ईमेल मार्केटिंग के साथ कनेक्शन स्थापित हो गया है! आप तैयार हैं!" + +#: includes/settings.php:747 +#, fuzzy +msgctxt "account details link" +msgid "Sign in here" msgstr "" -"GoDaddy ईमेल मार्केटिंग के साथ कनेक्शन स्थापित हो गया है! आप तैयार हैं!" +"कृपया फ़ॉर्म बनाने के लिए अपना GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम और API कुंजी दर्ज " +"करें." #: includes/settings.php:747 msgctxt "account details link" msgid "sign up here" msgstr "" -"कृपया फ़ॉर्म बनाने के लिए अपना GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम और API " -"कुंजी दर्ज करें." +"कृपया फ़ॉर्म बनाने के लिए अपना GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम और API कुंजी दर्ज " +"करें." #: includes/widget.php:21 msgid "GoDaddy Email Marketing Form" @@ -435,7 +449,7 @@ msgstr "GoDaddy ईमेल मार्केटिंग फ़ॉर्म" #: includes/widget.php:24 #, fuzzy msgctxt "widget description" -msgid "Embed any GoDaddy Email Marketing webform in your sidebar." +msgid "Embed GoDaddy Email Marketing signup forms in the sidebar." msgstr "अपने साइडबार में कोई GoDaddy ईमेल मार्केटिंग वेबफ़ॉर्म एम्बेड करें." #: includes/widget.php:123 @@ -459,3 +473,32 @@ msgstr "कृपया %s में अपना GoDaddy ईमेल मार #: includes/widget.php:155 msgid "settings page" msgstr "पृष्ठ सेट करना" + +#~ msgctxt "ajax response" +#~ msgid "There was a problem. Please fill all required fields." +#~ msgstr "कोई समस्या आई थी. कृपया सभी आवश्यक फ़ील्ड भरें." + +#~ msgid "GoDaddy Email Marketing Settings" +#~ msgstr "GoDaddy ईमेल मार्केटिंग सेटिंग" + +#~ msgid "GoDaddy Signup Forms" +#~ msgstr "GoDaddy साइनअप फ़ॉर्म" + +#~ msgid "GoDaddy Email Marketing Username" +#~ msgstr "GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम" + +#~ msgid "Your GoDaddy Email Marketing username (email address)" +#~ msgstr "आपका GoDaddy ईमेल मार्केटिंग उपयोगकर्ता नाम (ईमेल पता)" + +#~ msgid "GoDaddy Email Marketing API Key" +#~ msgstr "GoDaddy ईमेल मार्केटिंग API कुंजी" + +#~ msgctxt "settings page" +#~ msgid "Where can I find my API key?" +#~ msgstr "मुझे अपनी API कुंजी कहां मिल सकती है?" + +#~ msgid "No forms found" +#~ msgstr "कोई फ़ॉर्म नहीं मिला" + +#~ msgid "Debug" +#~ msgstr "डिबग करें" diff --git a/languages/godaddy-email-marketing-id_ID.po b/languages/godaddy-email-marketing-id_ID.po index 3cc3e5c..312cc86 100644 --- a/languages/godaddy-email-marketing-id_ID.po +++ b/languages/godaddy-email-marketing-id_ID.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Terima kasih sudah mendaftar!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "langganan Anda." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ups! Ada masalah. Harap coba lagi." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -341,8 +340,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -417,7 +416,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-it_IT.po b/languages/godaddy-email-marketing-it_IT.po index df740ff..491f1c2 100644 --- a/languages/godaddy-email-marketing-it_IT.po +++ b/languages/godaddy-email-marketing-it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Grazie per l'iscrizione!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -31,18 +31,17 @@ msgstr "" "Grazie per l'iscrizione! Controlla la posta per confermare l'iscrizione." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ops! Si verificato un problema. Riprova." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -342,8 +341,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -418,7 +417,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-ja.po b/languages/godaddy-email-marketing-ja.po index 783e1d4..dd58ea2 100644 --- a/languages/godaddy-email-marketing-ja.po +++ b/languages/godaddy-email-marketing-ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" msgid "Thank you for signing up!" msgstr "" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " " #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr " " #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -315,8 +313,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -389,7 +387,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-ko_KR.po b/languages/godaddy-email-marketing-ko_KR.po index ecacde0..08a585f 100644 --- a/languages/godaddy-email-marketing-ko_KR.po +++ b/languages/godaddy-email-marketing-ko_KR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr " !" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " ! ." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "! . ." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -317,8 +316,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -393,7 +392,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-mr.po b/languages/godaddy-email-marketing-mr.po index 993e520..7e1097c 100644 --- a/languages/godaddy-email-marketing-mr.po +++ b/languages/godaddy-email-marketing-mr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "साइन अप करण्यासाठी धन्यवाद!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -31,18 +31,17 @@ msgstr "" "साइन अप करण्यासाठी धन्यवाद! आपल्या सदस्यतेची पुष्टी करण्यासाठी कृपया आपला ईमेल तपासा." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "अरेरे! त्यात समस्या होती. कृपया पुन्हा प्रयत्न करा." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -333,8 +332,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -409,7 +408,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-ms_MY.po b/languages/godaddy-email-marketing-ms_MY.po index 40201d4..cae3865 100644 --- a/languages/godaddy-email-marketing-ms_MY.po +++ b/languages/godaddy-email-marketing-ms_MY.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Terima kasih kerana mendaftar!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "langganan anda." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Oops! Terdapat masalah. Sila cuba lagi." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -340,8 +339,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -416,7 +415,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-nb_NO.po b/languages/godaddy-email-marketing-nb_NO.po index 201b21d..8e26f61 100644 --- a/languages/godaddy-email-marketing-nb_NO.po +++ b/languages/godaddy-email-marketing-nb_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Takk for at du registrerte deg!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "abonnementet." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ops! Det oppstod et problem Prv p nytt." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -341,8 +340,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -417,7 +416,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-nl_NL.po b/languages/godaddy-email-marketing-nl_NL.po index da11a94..887d3a7 100644 --- a/languages/godaddy-email-marketing-nl_NL.po +++ b/languages/godaddy-email-marketing-nl_NL.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Bedankt voor je aanmelding!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -31,18 +31,17 @@ msgstr "" "Bedankt voor je aanmelding! Bekijk je e-mail om je abonnement te bevestigen." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Helaas! Er is een probleem. Probeer het opnieuw." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -341,8 +340,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -417,7 +416,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-pl_PL.po b/languages/godaddy-email-marketing-pl_PL.po index 4f808b7..ceb66e1 100644 --- a/languages/godaddy-email-marketing-pl_PL.po +++ b/languages/godaddy-email-marketing-pl_PL.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Dzikujemy za rejestracj!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "Dzikujemy za rejestracj! Sprawd poczt, by potwierdzi subskrypcj." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ups! Wystpi problem. Sprbuj ponownie." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -334,8 +333,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -410,7 +409,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-pt_BR.po b/languages/godaddy-email-marketing-pt_BR.po index 2cbb609..6f46523 100644 --- a/languages/godaddy-email-marketing-pt_BR.po +++ b/languages/godaddy-email-marketing-pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Agradecemos sua inscrio!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -31,18 +31,17 @@ msgstr "" "Agradecemos sua inscrio! Verifique seu email para confirmar sua inscrio." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Opa! Ocorreu um problema. Tente novamente." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -337,8 +336,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -413,7 +412,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-pt_PT.po b/languages/godaddy-email-marketing-pt_PT.po index 3579388..a817c79 100644 --- a/languages/godaddy-email-marketing-pt_PT.po +++ b/languages/godaddy-email-marketing-pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Obrigado por se inscrever!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "confirmar a subscrio." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Ups! Ocorreu um problema. Tente novamente." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -348,8 +347,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -424,7 +423,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-ru_RU.po b/languages/godaddy-email-marketing-ru_RU.po index e8cff2f..11e1ad1 100644 --- a/languages/godaddy-email-marketing-ru_RU.po +++ b/languages/godaddy-email-marketing-ru_RU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr " !" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " ! , , ." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "! . ." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -319,8 +318,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -395,7 +394,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-sv_SE.po b/languages/godaddy-email-marketing-sv_SE.po index 991e112..94cfab5 100644 --- a/languages/godaddy-email-marketing-sv_SE.po +++ b/languages/godaddy-email-marketing-sv_SE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Tack fr registreringen!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "abonnemang." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Hoppsan! Ett problem har intrffat. Frsk igen." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -338,8 +337,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -414,7 +413,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-th.po b/languages/godaddy-email-marketing-th.po index 4b481ea..61429cd 100644 --- a/languages/godaddy-email-marketing-th.po +++ b/languages/godaddy-email-marketing-th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "! " #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "! " #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -315,8 +314,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -390,7 +389,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-tl.po b/languages/godaddy-email-marketing-tl.po index dba4780..f67cd14 100644 --- a/languages/godaddy-email-marketing-tl.po +++ b/languages/godaddy-email-marketing-tl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Salamat sa iyong pagsa-sign up!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "ang inyong subscription." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Hala! Nagkaroon ng problema. Pakisubukan uli." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -345,8 +344,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -421,7 +420,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-tr_TR.po b/languages/godaddy-email-marketing-tr_TR.po index e77e506..0cc786b 100644 --- a/languages/godaddy-email-marketing-tr_TR.po +++ b/languages/godaddy-email-marketing-tr_TR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Kaydolduunuz iin teekkrler!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." @@ -32,18 +32,17 @@ msgstr "" "kontrol edin." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "zgnz! Bir sorun olutu. Ltfen tekrar deneyin." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -339,8 +338,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -415,7 +414,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-uk.po b/languages/godaddy-email-marketing-uk.po index 3f282d2..feaf2dc 100644 --- a/languages/godaddy-email-marketing-uk.po +++ b/languages/godaddy-email-marketing-uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr " !" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " ! ." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "! . ." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -319,8 +318,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -395,7 +394,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-vi.po b/languages/godaddy-email-marketing-vi.po index f6cc12a..9e896e4 100644 --- a/languages/godaddy-email-marketing-vi.po +++ b/languages/godaddy-email-marketing-vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,29 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" +#, fuzzy msgid "Thank you for signing up!" msgstr "Cm n bn ng k!" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "Cm n bn ng k! Vui lng kim tra email xc nhn vic ng k ca bn." #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr "Rt tic! xy ra vn . Vui lng th li." #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -334,8 +333,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -410,7 +409,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-zh_CN.po b/languages/godaddy-email-marketing-zh_CN.po index 863e1cd..b275b8e 100644 --- a/languages/godaddy-email-marketing-zh_CN.po +++ b/languages/godaddy-email-marketing-zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" msgid "Thank you for signing up!" msgstr "" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " " #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr " " #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -315,8 +313,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -389,7 +387,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-zh_HK.po b/languages/godaddy-email-marketing-zh_HK.po index 8c1631d..6a0699f 100644 --- a/languages/godaddy-email-marketing-zh_HK.po +++ b/languages/godaddy-email-marketing-zh_HK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" msgid "Thank you for signing up!" msgstr "" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " " #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr " " #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -315,8 +313,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -389,7 +387,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing-zh_TW.po b/languages/godaddy-email-marketing-zh_TW.po index 8c1631d..6a0699f 100644 --- a/languages/godaddy-email-marketing-zh_TW.po +++ b/languages/godaddy-email-marketing-zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:54-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" msgid "Thank you for signing up!" msgstr "" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" +#, fuzzy msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr " " #: godaddy-email-marketing.php:198 -msgctxt "ajax response" +#, fuzzy msgid "Oops! There was a problem. Please try again." msgstr " " #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -315,8 +313,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -389,7 +387,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; " diff --git a/languages/godaddy-email-marketing.pot b/languages/godaddy-email-marketing.pot index 0d9c496..d34e03e 100644 --- a/languages/godaddy-email-marketing.pot +++ b/languages/godaddy-email-marketing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: godaddy-email-marketing-sign-up-forms 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-06 18:55-0500\n" +"POT-Creation-Date: 2016-06-08 16:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,30 +18,26 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: godaddy-email-marketing.php:196 -msgctxt "ajax response" msgid "Thank you for signing up!" msgstr "" #: godaddy-email-marketing.php:197 -msgctxt "ajax response" msgid "" "Thank you for signing up! Please check your email to confirm your " "subscription." msgstr "" #: godaddy-email-marketing.php:198 -msgctxt "ajax response" msgid "Oops! There was a problem. Please try again." msgstr "" #: godaddy-email-marketing.php:199 -msgctxt "ajax response" msgid "Please enter a valid email address." msgstr "" #: godaddy-email-marketing.php:200 #, php-format -msgctxt "ajax response" +msgctxt "Name of required field" msgid "%s is a required field." msgstr "" @@ -309,8 +305,8 @@ msgstr "" #: includes/settings.php:520 #, php-format -msgctxt "header note" -msgid "New to GoDaddy? Create an account to get started today. %1$s" +msgctxt "Sign up button" +msgid "New to GoDaddy? Create an account to get started today. %s" msgstr "" #: includes/settings.php:520 @@ -382,7 +378,7 @@ msgstr "" #: includes/settings.php:747 #, php-format -msgctxt "account details" +msgctxt "1. Sign-in link, 2. Sign-up link" msgid "" "For this plugin to work, it needs to access your GoDaddy Email Marketing " "account. %1$s to get your username and API key. Copy and paste them below; "