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

Translation of Development Readme (trunk): Luxembourgish

Filter ↓ Sort ↓ All (136) Translated (0) Untranslated (136) 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
You have to log in to add a translation. 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
You have to log in to add a translation. Details
WordPress GitHub Sync
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.

Any or all of the attributes can be left out; defaults will take their place. You have to log in to add a translation. 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, You have to log in to add a translation. 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). You have to log in to add a translation. 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; You have to log in to add a translation. 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> You have to log in to add a translation. Details
<strong>Shortcodes (v &gt;= XXXX)</strong>
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. You have to log in to add a translation. 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! You have to log in to add a translation. 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.

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>. You have to log in to add a translation. 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'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: You have to log in to add a translation. 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: You have to log in to add a translation. 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.

If you want to add a link to your posts on GitHub, there are 4 functions WordPressGitHub Sync makes available for you to use in your themes or as part of <code>the_content</code> filter: You have to log in to add a translation. Details
If you want to add a link to your posts on GitHub, there are 4 functions WordPressGitHub Sync makes available for you to use in your themes or as part of <code>the_content</code> filter:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

In <code>wp-content</code>, create or open the <code>mu-plugins</code> folder and create a plugin file there called <code>wpghs-custom-filters.php</code>. In it, paste and modify the below code: You have to log in to add a translation. Details
In <code>wp-content</code>, create or open the <code>mu-plugins</code> folder and create a plugin file there called <code>wpghs-custom-filters.php</code>. In it, paste and modify the below code:
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