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

Translation of Stable Readme (latest release): English (UK)

Filter ↓ Sort ↓ All (136) Translated (136) Untranslated (0) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 10
Prio Original string Translation
A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
Priority: high
A WordPress plugin to sync content with a GitHub repository (or Jekyll site) Details
A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
Comment

Short description.

You have to log in to edit this translation.

WordPress GitHub Sync
Priority: high
WordPress GitHub Sync Details
WordPress GitHub Sync
Comment

Plugin name.

You have to log in to edit this translation.

Installation Instructions Installation Instructions Details
Installation Instructions
Comment

Found in faq header.

You have to log in to edit this translation.

Any or all of the attributes can be left out; defaults will take their place. Any or all of the attributes can be left out; defaults will take their place. Details
Any or all of the attributes can be left out; defaults will take their place.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For example, For example, Details
For example,
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The following optional attributes can also be included in the shortcode * <code>target=</code> + <code>'view'</code> (default) the url used will be the <em>view</em> URL (<code>/blob/</code>). + <code>'edit'</code> the url used will be the <em>edit</em> URL (<code>/edit/</code>). * <code>type=</code> + <code>'link'</code> (default) an anchor tag (<code>&lt;a&gt;</code>) with href set to the requested URL will be inserted. + <code>'url'</code> the the bare requested URL will be inserted. * <code>text=</code> + <code>''</code> (default) link text (where <code>type='link'</code>, ignored otherwise) will be set to 'View this post on GitHub'. + <code>'text'</code> link text (where <code>type='link'</code>, ignored otherwise) will be set to 'text' (the supplied text). The following optional attributes can also be included in the shortcode * <code>target=</code> + <code>'view'</code> (default) the URL used will be the <em>view</em> URL (<code>/blob/</code>). + <code>'edit'</code> the URL used will be the <em>edit</em> URL (<code>/edit/</code>). * <code>type=</code> + <code>'link'</code> (default) an anchor tag (<code>&lt;a&gt;</code>) with href set to the requested URL will be inserted. + <code>'url'</code> the the bare requested URL will be inserted. * <code>text=</code> + <code>''</code> (default) link text (where <code>type='link'</code>, ignored otherwise) will be set to 'View this post on GitHub'. + <code>'text'</code> link text (where <code>type='link'</code>, ignored otherwise) will be set to 'text' (the supplied text). Details
The following optional attributes can also be included in the shortcode * <code>target=</code> + <code>'view'</code> (default) the url used will be the <em>view</em> URL (<code>/blob/</code>). + <code>'edit'</code> the url used will be the <em>edit</em> URL (<code>/edit/</code>). * <code>type=</code> + <code>'link'</code> (default) an anchor tag (<code>&lt;a&gt;</code>) with href set to the requested URL will be inserted. + <code>'url'</code> the the bare requested URL will be inserted. * <code>text=</code> + <code>''</code> (default) link text (where <code>type='link'</code>, ignored otherwise) will be set to 'View this post on GitHub'. + <code>'text'</code> link text (where <code>type='link'</code>, ignored otherwise) will be set to 'text' (the supplied text).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you wish to add either the bare URL or a link referencing the URL to an individual post, without editing themes, you can add a <a href="https://codex.wordpress.org/Shortcode_API">shortcode</a> anywhere in your post; If you wish to add either the bare URL or a link referencing the URL to an individual post, without editing themes, you can add a <a href="https://codex.wordpress.org/Shortcode_API">shortcode</a> anywhere in your post; Details
If you wish to add either the bare URL or a link referencing the URL to an individual post, without editing themes, you can add a <a href="https://codex.wordpress.org/Shortcode_API">shortcode</a> anywhere in your post;
Comment

Found in faq paragraph.

You have to log in to edit this translation.

<strong>Shortcodes (v &gt;= XXXX)</strong> <strong>Shortcodes (v &gt;= XXXX)</strong> Details
<strong>Shortcodes (v &gt;= XXXX)</strong>
Comment

Found in faq paragraph.

You have to log in to edit this translation.

There are a number of other customizations available in WordPress GitHub Sync, including the commit message and YAML front-matter. Want more detail? Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a>. There are a number of other customisations available in WordPress GitHub Sync, including the commit message and YAML front-matter. Want more detail? Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a>. Details
There are a number of other customizations available in WordPress GitHub Sync, including the commit message and YAML front-matter. Want more detail? Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you want to export additional post types or draft posts, you'll have to hook into the filters <code>wpghs_whitelisted_post_types</code> or <code>wpghs_whitelisted_post_statuses</code> respectively. If you want to export additional post types or draft posts, you'll have to hook into the filters <code>wpghs_whitelisted_post_types</code> or <code>wpghs_whitelisted_post_statuses</code> respectively. Details
If you want to export additional post types or draft posts, you'll have to hook into the filters <code>wpghs_whitelisted_post_types</code> or <code>wpghs_whitelisted_post_statuses</code> respectively.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

By default, WordPress GitHub Sync only exports published posts and pages. However, it provides a number of <a href="https://codex.wordpress.org/Plugin_API">hooks</a> in order to customize its functionality. Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a> for complete documentation for these actions and filters. By default, WordPress GitHub Sync only exports published posts and pages. However, it provides a number of <a href="https://codex.wordpress.org/Plugin_API">hooks</a> in order to customise its functionality. Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a> for complete documentation for these actions and filters. Details
By default, WordPress GitHub Sync only exports published posts and pages. However, it provides a number of <a href="https://codex.wordpress.org/Plugin_API">hooks</a> in order to customize its functionality. Check out the <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/wiki">wiki</a> for complete documentation for these actions and filters.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

See <a href="CONTRIBUTING.md">the contributing documentation</a> for details. See <a href="CONTRIBUTING.md">the contributing documentation</a> for details. Details
See <a href="CONTRIBUTING.md">the contributing documentation</a> for details.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Found a bug? Want to take a stab at <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/issues">one of the open issues</a>? We'd love your help! Found a bug? Want to take a stab at <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/issues">one of the open issues</a>? We'd love your help! Details
Found a bug? Want to take a stab at <a href="https://github.com/mAAdhaTTah/wordpress-github-sync/issues">one of the open issues</a>? We'd love your help!
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you'd like to include an edit link without modifying your theme directly, you can add one of these functions to <code>the_content</code> like so: If you'd like to include an edit link without modifying your theme directly, you can add one of these functions to <code>the_content</code> like so: Details
If you'd like to include an edit link without modifying your theme directly, you can add one of these functions to <code>the_content</code> like so:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

All four of these functions must be used in the loop. If you'd like to retrieve these URLs outside of the loop, instantiate a new <code>WordPress_GitHub_Sync_Post</code> object and call <code>github_edit_url</code> or <code>github_view_url</code> respectively on it: All four of these functions must be used in the loop. If you'd like to retrieve these URLs outside of the loop, instantiate a new <code>WordPress_GitHub_Sync_Post</code> object and call <code>github_edit_url</code> or <code>github_view_url</code> respectively on it: Details
All four of these functions must be used in the loop. If you'd like to retrieve these URLs outside of the loop, instantiate a new <code>WordPress_GitHub_Sync_Post</code> object and call <code>github_edit_url</code> or <code>github_view_url</code> respectively on it:
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 10

Export as