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

Translation of Development Readme (trunk): Polish

Filter ↓ Sort ↓ All (317) Translated (5) Untranslated (312) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 22
Prio Original string Translation
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
Priority: high
You have to log in to add a translation. Details
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
Comment

Short description.

You have to log in to edit this translation.

AJAX Plugin for AdSense
Priority: high
You have to log in to add a translation. Details
AJAX Plugin for AdSense
Comment

Plugin name.

You have to log in to edit this translation.

Installation Instructions You have to log in to add a translation. Details
Installation Instructions
Comment

Found in faq header.

You have to log in to edit this translation.

<strong>Live Demo</strong> You have to log in to add a translation. Details
<strong>Live Demo</strong>
Comment

Found in description paragraph.

You have to log in to edit this translation.

We may not always be able to provide prompt support for this plugin on the WordPress.org forums. If you would like to have professional support or extra/custom features, consider buying the <a href="proxy.php?url=http%3A%2F%2Fbuy.thulasidas.com%2Feasy-adsense" title="Pro version of the AJAX Plugin for AdSense plugin">Pro version</a> You have to log in to add a translation. Details
We may not always be able to provide prompt support for this plugin on the WordPress.org forums. If you would like to have professional support or extra/custom features, consider buying the <a href="proxy.php?url=http%3A%2F%2Fbuy.thulasidas.com%2Feasy-adsense" title="Pro version of the AJAX Plugin for AdSense plugin">Pro version</a>
Comment

Found in description paragraph.

You have to log in to edit this translation.

<strong>Sunset Edition</strong><br /> This update of the plugin is the last publicly released version. We do not expect to make any serious changes or add new features to it from now on. You have to log in to add a translation. Details
<strong>Sunset Edition</strong><br /> This update of the plugin is the last publicly released version. We do not expect to make any serious changes or add new features to it from now on.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Rich set of Options: <ul> <li>Put Link Units or AdSense Blocks in header or footer. You have to log in to add a translation. Details
Rich set of Options: <ul> <li>Put Link Units or AdSense Blocks in header or footer.
Comment

Found in description list item.

You have to log in to edit this translation.

Sidebar Widgets: <ul> <li>For AdSense block with custom title. You have to log in to add a translation. Details
Sidebar Widgets: <ul> <li>For AdSense block with custom title.
Comment

Found in description list item.

You have to log in to edit this translation.

A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an <em>Easy Translator</em> interface that will make the maintenance of translations a breeze. Please take a look (by following the link on the plugin admin page inviting you to improve the existing translation) and update your translations, when you get a chance. This translation interface works only on WP2.8+; please report any issues you encounter so that I can improve it. Thanks! You have to log in to add a translation. Details
A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an <em>Easy Translator</em> interface that will make the maintenance of translations a breeze. Please take a look (by following the link on the plugin admin page inviting you to improve the existing translation) and update your translations, when you get a chance. This translation interface works only on WP2.8+; please report any issues you encounter so that I can improve it. Thanks!
Comment

Found in description paragraph.

You have to log in to edit this translation.

Translations Tłumaczenia Details
Translations
Comment

Found in description header.

You have to log in to edit this translation.

Note that it is only your own webserver that needs direct access to the PHP files. The reason for preventing such access is that a hacker might be able to upload a malicious PHP (or other executable script) to your web host, which your webserver will run if asked to. Such a concern is valid only on systems where you explicitly permit unchecked file uploads. For instance, if anyone can upload any file to your media folder, and your media folder is not protected against direct access and script execution, you have given the potential hacker an attack vector. This plugin has no upload facility, so allowing your webserver to serve the plugin admin files in an iFrame is completely safe, in my judgement. You have to log in to add a translation. Details
Note that it is only your own webserver that needs direct access to the PHP files. The reason for preventing such access is that a hacker might be able to upload a malicious PHP (or other executable script) to your web host, which your webserver will run if asked to. Such a concern is valid only on systems where you explicitly permit unchecked file uploads. For instance, if anyone can upload any file to your media folder, and your media folder is not protected against direct access and script execution, you have given the potential hacker an attack vector. This plugin has no upload facility, so allowing your webserver to serve the plugin admin files in an iFrame is completely safe, in my judgement.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Your web server needs direct access to the plugin files to load anything in an iFrame. Some aggressive security settings block this kind of access, usually through an <code>.htaccess</code> file in your <code>wp-content</code> or <code>plugins</code> folders, which is why this plugin gives a corresponding error message if it detects inability to access the files (checked through a <code>file_get_contents</code> call on a plugin file URL). But some systems implement further blocks specifically on <code>file_get_contents</code> or on iFrames with specific styles (using <code>mod_securty</code> rules, for instance), which is why the plugin provides a means to override this auto-detection and force the admin page. You have to log in to add a translation. Details
Your web server needs direct access to the plugin files to load anything in an iFrame. Some aggressive security settings block this kind of access, usually through an <code>.htaccess</code> file in your <code>wp-content</code> or <code>plugins</code> folders, which is why this plugin gives a corresponding error message if it detects inability to access the files (checked through a <code>file_get_contents</code> call on a plugin file URL). But some systems implement further blocks specifically on <code>file_get_contents</code> or on iFrames with specific styles (using <code>mod_securty</code> rules, for instance), which is why the plugin provides a means to override this auto-detection and force the admin page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

This plugin admin interface is designed with a loosely coupled architecture, which means it interacts with the WordPress core only for certain essential services (login check, plugin activation status, database access etc). Loosely coupled systems tend to be more robust and flexible than tightly integrated ones because they make fewer assumptions about each other. My plugin admin pages are fairly independent, and do not pollute the global scope or leak the style directives or JavaScript functions. In order to achieve this, they are loaded in iFrames within the WordPress admin interface. You have to log in to add a translation. Details
This plugin admin interface is designed with a loosely coupled architecture, which means it interacts with the WordPress core only for certain essential services (login check, plugin activation status, database access etc). Loosely coupled systems tend to be more robust and flexible than tightly integrated ones because they make fewer assumptions about each other. My plugin admin pages are fairly independent, and do not pollute the global scope or leak the style directives or JavaScript functions. In order to achieve this, they are loaded in iFrames within the WordPress admin interface.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can download the <a href="proxy.php?url=https%3A%2F%2Fdownloads.wordpress.org%2Fplugin%2Feasy-adsense-lite.7.61.zip" title="Last version before the fancy AJAX interface">previous version</a> and install it. First deactivate and delete the latest version of the plugin, and then follow the <em>Uploading</em> method under the <em>Installation</em> section of this document. The new version uses an completely different options model, and your old options are left intact in your database, so that you can go back anytime. You have to log in to add a translation. Details
You can download the <a href="proxy.php?url=https%3A%2F%2Fdownloads.wordpress.org%2Fplugin%2Feasy-adsense-lite.7.61.zip" title="Last version before the fancy AJAX interface">previous version</a> and install it. First deactivate and delete the latest version of the plugin, and then follow the <em>Uploading</em> method under the <em>Installation</em> section of this document. The new version uses an completely different options model, and your old options are left intact in your database, so that you can go back anytime.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The middle ads are designed to show up only on long posts (of more than 20 paragraphs). Use the option to force the mid-text ads (in v1.82+) to override this length check. You have to log in to add a translation. Details
The middle ads are designed to show up only on long posts (of more than 20 paragraphs). Use the option to force the mid-text ads (in v1.82+) to override this length check.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

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

Export as