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

Translation of Development Readme (trunk): German

Filter ↓ Sort ↓ All (94) Translated (3) Untranslated (91) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 7
Prio Original string Translation
A filter that displays 360x180 degree panoramas.
Priority: high
You have to log in to add a translation. Details
A filter that displays 360x180 degree panoramas.
Comment

Short description.

You have to log in to edit this translation.

WP Photo Sphere
Priority: high
You have to log in to add a translation. Details
WP Photo Sphere
Comment

Plugin name.

You have to log in to edit this translation.

By default, panoramas are automatically animated after 2000 milliseconds, but you can change this with the anim_after attribute. You can also deactivate the animation with the value -1. For example: [sphere 42 anim_after="5000"] or <code>[sphere 42 anim_after="-1"]</code>. You have to log in to add a translation. Details
By default, panoramas are automatically animated after 2000 milliseconds, but you can change this with the anim_after attribute. You can also deactivate the animation with the value -1. For example: [sphere 42 anim_after="5000"] or <code>[sphere 42 anim_after="-1"]</code>.
Comment

Found in faq paragraph.

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.

Minimal and maximal levels of zoom can be personalized in the options page by changing the minimal and maximal fields of view. You can also use the <code>min_fov</code> and <code>max_fov</code> attributes. You have to log in to add a translation. Details
Minimal and maximal levels of zoom can be personalized in the options page by changing the minimal and maximal fields of view. You can also use the <code>min_fov</code> and <code>max_fov</code> attributes.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Since the version 1.1, you can specify, for each panorama, a special attribute: <code>autoload</code>. If you use this attribute, the panorama will start automatically after the page has loaded. This attribute doesn't require any value, for example: <code>[sphere 42 autoload]</code> or <code>[sphere 42 width="300" height="150" autoload]</code>. You have to log in to add a translation. Details
Since the version 1.1, you can specify, for each panorama, a special attribute: <code>autoload</code>. If you use this attribute, the panorama will start automatically after the page has loaded. This attribute doesn't require any value, for example: <code>[sphere 42 autoload]</code> or <code>[sphere 42 width="300" height="150" autoload]</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can set the animation speed with the anim_speed attribute. It accepts six units: revolutions per minute/second (rpm/rps), degrees per minute/second (dpm/dps) or radians per minute/second (rad per minute/second). The default speed can be set in the options page. Example: <code>[sphere 42 anim_speed="10rpm"]</code>. You have to log in to add a translation. Details
You can set the animation speed with the anim_speed attribute. It accepts six units: revolutions per minute/second (rpm/rps), degrees per minute/second (dpm/dps) or radians per minute/second (rad per minute/second). The default speed can be set in the options page. Example: <code>[sphere 42 anim_speed="10rpm"]</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can choose to display it (or not) on all of your panoramas in the options page. If you display it on all of your panoramas and want to deactivate it on one particular panorama, use the <code>navbar</code> attribute with the value <code>no</code>. You have to log in to add a translation. Details
You can choose to display it (or not) on all of your panoramas in the options page. If you display it on all of your panoramas and want to deactivate it on one particular panorama, use the <code>navbar</code> attribute with the value <code>no</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The navigation bar allows users to zoom, animate the panorama or view it in fullscreen. To display it, just use the <code>navbar</code> attribute with the value <code>yes</code>: <code>[sphere 42 navbar="yes"]</code>. You have to log in to add a translation. Details
The navigation bar allows users to zoom, animate the panorama or view it in fullscreen. To display it, just use the <code>navbar</code> attribute with the value <code>yes</code>: <code>[sphere 42 navbar="yes"]</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

A maximum width can also be given with the attribute max_width. Its default value can be changed in the options page. You have to log in to add a translation. Details
A maximum width can also be given with the attribute max_width. Its default value can be changed in the options page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can also choose different dimensions for each panorama using the width and height attributes. For example: <code>[sphere 42 width="200" height="400"]</code> or <code>[sphere 42 width="50%" height="300"]</code>. You have to log in to add a translation. Details
You can also choose different dimensions for each panorama using the width and height attributes. For example: <code>[sphere 42 width="200" height="400"]</code> or <code>[sphere 42 width="50%" height="300"]</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

By default, the dimensions are 560 x 315 pixels but you can change that in the options page (in the Settings menu). You have to log in to add a translation. Details
By default, the dimensions are 560 x 315 pixels but you can change that in the options page (in the Settings menu).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The default title displayed on each WP Photo Sphere link can be changed in the options page. You can also choose to display an unique title for a specific panorama by using the <code>title</code> attribute. Note that the <code>%title%</code> tag is also available in this attribute. You have to log in to add a translation. Details
The default title displayed on each WP Photo Sphere link can be changed in the options page. You can also choose to display an unique title for a specific panorama by using the <code>title</code> attribute. Note that the <code>%title%</code> tag is also available in this attribute.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Since version 3.1, it is possible to read a distant panorama located on another website thanks to its URL. To do that, do not indicate any ID number and use the <code>url</code> attribute. Note that this feature does not work with domains that did not enable CORS. For example: <code>[sphere url="http://upload.wikimedia.org/wikipedia/commons/a/a4/Cascading_Milky_Way.jpg"]</code>. You have to log in to add a translation. Details
Since version 3.1, it is possible to read a distant panorama located on another website thanks to its URL. To do that, do not indicate any ID number and use the <code>url</code> attribute. Note that this feature does not work with domains that did not enable CORS. For example: <code>[sphere url="http://upload.wikimedia.org/wikipedia/commons/a/a4/Cascading_Milky_Way.jpg"]</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use the <code>Add a panorama</code> button to upload or choose a panorama to insert into your post. You have to log in to add a translation. Details
Use the <code>Add a panorama</code> button to upload or choose a panorama to insert into your post.
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 7

Export as