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

Translation of Development Readme (trunk): Dutch

1 2 3 14
Prio Original string Translation
The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
Priority: high
You have to log in to add a translation. Details
The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
Comment

Short description.

You have to log in to edit this translation.

Link Library
Priority: high
You have to log in to add a translation. Details
Link Library
Comment

Plugin name.

You have to log in to edit this translation.

You can try it out in a temporary copy of WordPress <a href="https://demo.tastewp.com/link-library">here</a>. You have to log in to add a translation. Details
You can try it out in a temporary copy of WordPress <a href="https://demo.tastewp.com/link-library">here</a>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Visit the <a href="https://github.com/ylefebvre/link-library/wiki">official documentation for Link Library</a> You have to log in to add a translation. Details
Visit the <a href="https://github.com/ylefebvre/link-library/wiki">official documentation for Link Library</a>
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For screenshots showing how to achieve these results, check out my <a href="https://github.com/ylefebvre/link-library/wiki">site</a> You have to log in to add a translation. Details
For screenshots showing how to achieve these results, check out my <a href="https://github.com/ylefebvre/link-library/wiki">site</a>
Comment

Found in description paragraph.

You have to log in to edit this translation.

&lt;?php echo $my_link_library_plugin-&gt;LinkLibraryCategories('name', 1, 100, 3, 1, 0, '', '', '', false, '', ''); ?&gt;<br /> &lt;br /&gt;<br /> &lt;?php echo $my_link_library_plugin-&gt;LinkLibrary('name', 1, 1, 1, 1, 0, 0, '', 0, 0, 1, 1, '&lt;td&gt;', '&lt;/td&gt;', 1, '', '&lt;tr&gt;', '&lt;/tr&gt;', '&lt;td&gt;', '&lt;/td&gt;', 1, '&lt;td&gt;', '&lt;/td&gt;', 1, "Application", "Description", "Similar to", 1, '', '', '', false, 'linklistcatname', false, 0, null, null, null, false, false, false, false, '', ''); ?&gt; You have to log in to add a translation. Details
&lt;?php echo $my_link_library_plugin-&gt;LinkLibraryCategories('name', 1, 100, 3, 1, 0, '', '', '', false, '', ''); ?&gt;<br /> &lt;br /&gt;<br /> &lt;?php echo $my_link_library_plugin-&gt;LinkLibrary('name', 1, 1, 1, 1, 0, 0, '', 0, 0, 1, 1, '&lt;td&gt;', '&lt;/td&gt;', 1, '', '&lt;tr&gt;', '&lt;/tr&gt;', '&lt;td&gt;', '&lt;/td&gt;', 1, '&lt;td&gt;', '&lt;/td&gt;', 1, "Application", "Description", "Similar to", 1, '', '', '', false, 'linklistcatname', false, 0, null, null, null, false, false, false, false, '', ''); ?&gt;
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you want all of your link pages to have the same layout, create a single setting set, then specify the category to be displayed when you add the short code to each page. For example: [link-library categorylistoverride="28"] If the different pages have different styles for different categories, then you should create distinct setting sets for each page and set the categories to be displayed in the "Categories to be Displayed" field in the admin panel. You have to log in to add a translation. Details
If you want all of your link pages to have the same layout, create a single setting set, then specify the category to be displayed when you add the short code to each page. For example: [link-library categorylistoverride="28"] If the different pages have different styles for different categories, then you should create distinct setting sets for each page and set the categories to be displayed in the "Categories to be Displayed" field in the admin panel.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Where can I find documentation for Link Library? You have to log in to add a translation. Details
Where can I find documentation for Link Library?
Comment

Found in faq header.

You have to log in to edit this translation.

To add a form for users to be able to submit new links:<br /> [link-library-addlink settings=#] You have to log in to add a translation. Details
To add a form for users to be able to submit new links:<br /> [link-library-addlink settings=#]
Comment

Found in installation paragraph.

You have to log in to edit this translation.

To add a search box to your Link Library list, add the following text to your page:<br /> [link-library-search] You have to log in to add a translation. Details
To add a search box to your Link Library list, add the following text to your page:<br /> [link-library-search]
Comment

Found in installation paragraph.

You have to log in to edit this translation.

To add a list of categories to jump to a certain point in the list, add the following text to your page:<br /> [link-library-cats settings=#]<br /> You have to log in to add a translation. Details
To add a list of categories to jump to a certain point in the list, add the following text to your page:<br /> [link-library-cats settings=#]<br />
Comment

Found in installation paragraph.

You have to log in to edit this translation.

To get a basic Link Library list showing on one of your Wordpress pages:<br /> 1. In the Wordpress Admin, create a new page and type the following text, where # should be replaced by the Settings Set number:<br /> [link-library settings=#] You have to log in to add a translation. Details
To get a basic Link Library list showing on one of your Wordpress pages:<br /> 1. In the Wordpress Admin, create a new page and type the following text, where # should be replaced by the Settings Set number:<br /> [link-library settings=#]
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Here would be the installation procedure: You have to log in to add a translation. Details
Here would be the installation procedure:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The main differences are that the function names have been changed to reflect the plugin name. However, the parameters are compatible with the previous function, with a few additions having been made. Also, it is important to note that the function does not output the Link Library content by themselves as they did. You now need to print the return value of these functions, which can be simply done with the echo command. Finally, it is possible to call these PHP functions with a single argument ('AdminSettings1', 'AdminSettings2', 'AdminSettings3', 'AdminSettings4' or 'AdminSettings5') so that the settings defined in the Admin section are used. You have to log in to add a translation. Details
The main differences are that the function names have been changed to reflect the plugin name. However, the parameters are compatible with the previous function, with a few additions having been made. Also, it is important to note that the function does not output the Link Library content by themselves as they did. You now need to print the return value of these functions, which can be simply done with the echo command. Finally, it is possible to call these PHP functions with a single argument ('AdminSettings1', 'AdminSettings2', 'AdminSettings3', 'AdminSettings4' or 'AdminSettings5') so that the settings defined in the Admin section are used.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For legacy users of Link Library (pre-1.0), it is still possible to call the back-end functions of the plugin from PHP code to display the contents of your library directly from a page template. You have to log in to add a translation. Details
For legacy users of Link Library (pre-1.0), it is still possible to call the back-end functions of the plugin from PHP code to display the contents of your library directly from a page template.
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 14

Export as