New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Telugu

Filter ↓ Sort ↓ All (116) Translated (0) Untranslated (116) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 8
Prio Original string Translation
Add a Mailchimp signup form block, widget, or shortcode to your WordPress site.
Priority: high
You have to log in to add a translation. Details
Add a Mailchimp signup form block, widget, or shortcode to your WordPress site.
Comment

Short description.

You have to log in to edit this translation.

Mailchimp List Subscribe Form
Priority: high
You have to log in to add a translation. Details
Mailchimp List Subscribe Form
Comment

Plugin name.

You have to log in to edit this translation.

Optional: turn on user synchronization to sync WordPress users to Mailchimp. You have to log in to add a translation. Details
Optional: turn on user synchronization to sync WordPress users to Mailchimp.
Comment

Found in installation list item.

You have to log in to edit this translation.

Configuring user synchronization settings. You have to log in to add a translation. Details
Configuring user synchronization settings.
Comment

Screenshot description.

You have to log in to edit this translation.

Internationalization (i18n) is available on GlotPress at <a href="https://translate.wordpress.org/projects/wp-plugins/mailchimp/">https://translate.wordpress.org/projects/wp-plugins/mailchimp/</a>. Any assistance <a href="https://translate.wordpress.org/projects/wp-plugins/mailchimp/">translating the plugin</a> is greatly appreciated! You have to log in to add a translation. Details
Internationalization (i18n) is available on GlotPress at <a href="https://translate.wordpress.org/projects/wp-plugins/mailchimp/">https://translate.wordpress.org/projects/wp-plugins/mailchimp/</a>. Any assistance <a href="https://translate.wordpress.org/projects/wp-plugins/mailchimp/">translating the plugin</a> is greatly appreciated!
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You need to ensure that the fields are enabled both in your Mailchimp account (Audience &gt; Signup forms) and in the settings of this plugin. Once the fields are enabled in both places, then they'll appear in the editor and frontend of your site. You have to log in to add a translation. Details
You need to ensure that the fields are enabled both in your Mailchimp account (Audience &gt; Signup forms) and in the settings of this plugin. Once the fields are enabled in both places, then they'll appear in the editor and frontend of your site.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

How can I translate “MailChimp List Subscribe Form”? You have to log in to add a translation. Details
How can I translate “MailChimp List Subscribe Form”?
Comment

Found in faq header.

You have to log in to edit this translation.

Why am I not seeing all my fields in my form? You have to log in to add a translation. Details
Why am I not seeing all my fields in my form?
Comment

Found in faq header.

You have to log in to edit this translation.

Click the Log in button and proceed through the OAuth flow, logging in to your Mailchimp account and authorizing the application. You have to log in to add a translation. Details
Click the Log in button and proceed through the OAuth flow, logging in to your Mailchimp account and authorizing the application.
Comment

Found in installation list item.

You have to log in to edit this translation.

Navigate to the <strong>Mailchimp</strong> menu. You have to log in to add a translation. Details
Navigate to the <strong>Mailchimp</strong> menu.
Comment

Found in installation list item.

You have to log in to edit this translation.

If these constants are added after you've already authenticated with Mailchimp, you will need to reconnect your account. To avoid this, you can copy the values from <code>LOGGED_IN_KEY</code> and <code>LOGGED_IN_SALT</code> (if they exist) to <code>MAILCHIMP_SF_ENCRYPTION_KEY</code> and <code>MAILCHIMP_SF_ENCRYPTION_SALT</code> respectively. You have to log in to add a translation. Details
If these constants are added after you've already authenticated with Mailchimp, you will need to reconnect your account. To avoid this, you can copy the values from <code>LOGGED_IN_KEY</code> and <code>LOGGED_IN_SALT</code> (if they exist) to <code>MAILCHIMP_SF_ENCRYPTION_KEY</code> and <code>MAILCHIMP_SF_ENCRYPTION_SALT</code> respectively.
Comment

Found in description paragraph.

You have to log in to edit this translation.

To prevent such issues, it is recommended to define two additional constants in your site's <code>wp-config.php</code> file: <code>MAILCHIMP_SF_ENCRYPTION_KEY</code> and <code>MAILCHIMP_SF_ENCRYPTION_SALT</code>. These constants should consist of a combination of characters, preferably at least 32 characters long. Once set, these values should not be changed. For strong values, you can copy some of the values from <a href="https://api.wordpress.org/secret-key/1.1/salt/">here</a> and use them. You'll end up with additional code like the following in your <code>wp-config.php</code> file: You have to log in to add a translation. Details
To prevent such issues, it is recommended to define two additional constants in your site's <code>wp-config.php</code> file: <code>MAILCHIMP_SF_ENCRYPTION_KEY</code> and <code>MAILCHIMP_SF_ENCRYPTION_SALT</code>. These constants should consist of a combination of characters, preferably at least 32 characters long. Once set, these values should not be changed. For strong values, you can copy some of the values from <a href="https://api.wordpress.org/secret-key/1.1/salt/">here</a> and use them. You'll end up with additional code like the following in your <code>wp-config.php</code> file:
Comment

Found in description paragraph.

You have to log in to edit this translation.

With no additional configuration, we use the standard <code>LOGGED_IN_KEY</code> and <code>LOGGED_IN_SALT</code> constants that are normally set in your site's <code>wp-config.php</code> file. Some sites make use of security plugins that rotate these constants on a periodic basis. When this happens, we won't be able to decrypt the access token and you’ll need to reconnect your Mailchimp account to generate a new access token. You have to log in to add a translation. Details
With no additional configuration, we use the standard <code>LOGGED_IN_KEY</code> and <code>LOGGED_IN_SALT</code> constants that are normally set in your site's <code>wp-config.php</code> file. Some sites make use of security plugins that rotate these constants on a periodic basis. When this happens, we won't be able to decrypt the access token and you’ll need to reconnect your Mailchimp account to generate a new access token.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Starting in version 1.6.0, authentication has changed to use OAuth. As part of this process, we retrieve an access token that can be used to make API requests. To provide a high-level of security, this access token is encrypted before being stored in the WordPress database. In order to ensure this access token can be decrypted when used, the plugin relies on certain security constants that should remain unchanged. You have to log in to add a translation. Details
Starting in version 1.6.0, authentication has changed to use OAuth. As part of this process, we retrieve an access token that can be used to make API requests. To provide a high-level of security, this access token is encrypted before being stored in the WordPress database. In order to ensure this access token can be decrypted when used, the plugin relies on certain security constants that should remain unchanged.
Comment

Found in description paragraph.

You have to log in to edit this translation.

On the settings screen, you'll select your Mailchimp list, choose merge fields and groups, and configure other options. Once done, you can now add the block, widget, or shortcode (<code>[mailchimpsf_form]</code>) to your site. Typically, installation and setup will take about 5-10 minutes, and absolutely everything can be done via the WordPress Setting GUI, with no file editing at all. You have to log in to add a translation. Details
On the settings screen, you'll select your Mailchimp list, choose merge fields and groups, and configure other options. Once done, you can now add the block, widget, or shortcode (<code>[mailchimpsf_form]</code>) to your site. Typically, installation and setup will take about 5-10 minutes, and absolutely everything can be done via the WordPress Setting GUI, with no file editing at all.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 8

Export as