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

Translation of Development Readme (trunk): Serbian

Filter ↓ Sort ↓ All (156) Translated (0) Untranslated (156) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 11
Prio Original string Translation
A very fast caching engine for WordPress that produces static html files.
Priority: high
You have to log in to add a translation. Details
A very fast caching engine for WordPress that produces static html files.
Comment

Short description.

You have to log in to edit this translation.

WP Super Cache
Priority: high
You have to log in to add a translation. Details
WP Super Cache
Comment

Plugin name.

You have to log in to edit this translation.

The cookies used to identify "known users" can be modified with wpsc_add_cookie( $name ) and wpsc_delete_cookie( $name ). See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example. You have to log in to add a translation. Details
The cookies used to identify "known users" can be modified with wpsc_add_cookie( $name ) and wpsc_delete_cookie( $name ). See <a href="https://github.com/Automattic/wp-super-cache/blob/4cda5c0f2218e40e118232b5bf22d227fb3206b7/plugins/searchengine.php">plugins/searchengine.php</a> as an example.
Comment

Found in description paragraph.

You have to log in to edit this translation.

WP Super Cache has its own plugin system, loaded before most of WordPress. Add your own plugin either by putting it in the wp-content/plugins/wp-super-cache-plugins directory, or by calling wpsc_add_plugin( $name ) with the full path to the plugin. You have to log in to add a translation. Details
WP Super Cache has its own plugin system, loaded before most of WordPress. Add your own plugin either by putting it in the wp-content/plugins/wp-super-cache-plugins directory, or by calling wpsc_add_plugin( $name ) with the full path to the plugin.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. Check your access_logs for wp-cron.php entries and that your hostname resolves to the external IP address other servers on the network/Internet use. You have to log in to add a translation. Details
Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. Check your access_logs for wp-cron.php entries and that your hostname resolves to the external IP address other servers on the network/Internet use.
Comment

Found in description list item.

You have to log in to edit this translation.

If you need more information than the following, you can have a look at <a href="https://github.com/Automattic/wp-super-cache/wiki">the wiki</a> or the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>. You have to log in to add a translation. Details
If you need more information than the following, you can have a look at <a href="https://github.com/Automattic/wp-super-cache/wiki">the wiki</a> or the <a href="https://odd.blog/wp-super-cache-developers/">Developer documentation</a>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins. You have to log in to add a translation. Details
WordPress deletes the plugin folder when it updates a plugin. This is the same with WP Super Cache so any modified files in wp-super-cache/plugins/ will be deleted. You can put your custom plugins in a different directory in a number of ways. You can define the variable $wp_cache_plugins_dir in wp-config.php or wp-content/wp-cache-config.php and point it at a directory outside of the wp-super-cache folder. The plugin will look there for it's plugins. Or if you distribute a plugin that needs to load early you can use the function <code>wpsc_add_plugin( $filename )</code> to add a new plugin wherever it may be. Use <code>wpsc_delete_plugin( $filename )</code> to remove the plugin file. See <a href="https://github.com/Automattic/wp-super-cache/pull/574/">#574</a> or <a href="https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/">this post</a> on writing WP Super Cache plugins.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way. You have to log in to add a translation. Details
Set the variable $htaccess_path in wp-config.php or wp-cache-config.php to the path of your global .htaccess if the plugin is looking for that file in the wrong directory. This might happen if you have WordPress installed in an unusual way.
Comment

Found in description list item.

You have to log in to edit this translation.

WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname. RewriteCond %{HTTP_HOST} www.example.com$ [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301] You have to log in to add a translation. Details
WordPress should redirect to the canonical URL of your site but if it doesn't, add this to your .htaccess above the Supercache and WordPress rules. Change example.com to your own hostname. RewriteCond %{HTTP_HOST} www.example.com$ [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
Comment

Found in faq paragraph.

You have to log in to edit this translation.

I can see that the www version of my site is cached separately. How do I stop that? You have to log in to add a translation. Details
I can see that the www version of my site is cached separately. How do I stop that?
Comment

Found in faq header.

You have to log in to edit this translation.

Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>. You have to log in to add a translation. Details
Translation of the plugin into different languages is on the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-super-cache">translation page</a>.
Comment

Found in description list item.

You have to log in to edit this translation.

Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>. You have to log in to add a translation. Details
Active development of this plugin is handled <a href="https://github.com/Automattic/wp-super-cache">on GitHub</a>.
Comment

Found in description list item.

You have to log in to edit this translation.

Documentation You have to log in to add a translation. Details
Documentation
Comment

Found in description header.

You have to log in to edit this translation.

Development You have to log in to add a translation. Details
Development
Comment

Found in description header.

You have to log in to edit this translation.

Your theme is probably responsive which means it resizes the page to suit whatever device is displaying the page. If it's not responsive, you'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client. You'll have to enable mobile browser support as well on the Advanced settings page. You have to log in to add a translation. Details
Your theme is probably responsive which means it resizes the page to suit whatever device is displaying the page. If it's not responsive, you'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client. You'll have to enable mobile browser support as well on the Advanced settings page.
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 11

Export as