Skip to content
Snippets Groups Projects
Commit 8bc5de1f authored by Schplurtz le Déboulonné's avatar Schplurtz le Déboulonné
Browse files

add rss_media config values translations

parent 912a6d48
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Christopher Smith <chris@jalakai.co.uk>
* @author Matthias Schulte <dokuwiki@lupo49.de>
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
*/
// for admin plugins, the menu prompt to be displayed in the admin menu
......@@ -147,13 +148,17 @@ $lang['mailprefix'] = 'Email subject prefix to use for automatic mails. Leave b
$lang['htmlmail'] = 'Send better looking, but larger in size HTML multipart emails. Disable for plain text only mails.';
/* Syndication Settings */
$lang['sitemap'] = 'Generate Google sitemap this often (in days). 0 to disable';
$lang['rss_type'] = 'XML feed type';
$lang['rss_linkto'] = 'XML feed links to';
$lang['rss_content'] = 'What to display in the XML feed items?';
$lang['rss_update'] = 'XML feed update interval (sec)';
$lang['rss_show_summary'] = 'XML feed show summary in title';
$lang['rss_media'] = 'What kind of changes should be listed in the XML feed?';
$lang['sitemap'] = 'Generate Google sitemap this often (in days). 0 to disable';
$lang['rss_type'] = 'XML feed type';
$lang['rss_linkto'] = 'XML feed links to';
$lang['rss_content'] = 'What to display in the XML feed items?';
$lang['rss_update'] = 'XML feed update interval (sec)';
$lang['rss_show_summary'] = 'XML feed show summary in title';
$lang['rss_media'] = 'What kind of changes should be listed in the XML feed?';
$lang['rss_media_o_both'] = 'both';
$lang['rss_media_o_pages'] = 'pages';
$lang['rss_media_o_media'] = 'media';
/* Advanced Options */
$lang['updatecheck'] = 'Check for updates and security warnings? DokuWiki needs to contact update.dokuwiki.org for this feature.';
......
......@@ -143,6 +143,9 @@ $lang['rss_content'] = 'Quel contenu afficher dans le flux XML?';
$lang['rss_update'] = 'Fréquence de mise à jour du flux XML (secondes)';
$lang['rss_show_summary'] = 'Le flux XML affiche le résumé dans le titre';
$lang['rss_media'] = 'Quels types de changements doivent être listés dans le flux XML?';
$lang['rss_media_o_both'] = 'les deux';
$lang['rss_media_o_pages'] = 'pages';
$lang['rss_media_o_media'] = 'media';
$lang['updatecheck'] = 'Vérifier les mises à jour et alertes de sécurité? DokuWiki doit pouvoir contacter update.dokuwiki.org';
$lang['userewrite'] = 'Utiliser des URL esthétiques';
$lang['useslash'] = 'Utiliser « / » comme séparateur de catégories dans les URL';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment