Changeset 234
- Timestamp:
- 09/18/08 13:51:46 (15 years ago)
- Location:
- plugins/dc1redirect
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dc1redirect/_define.php
r229 r234 16 16 /* Description*/ "Dotclear 1.x URLs redirection", 17 17 /* Author */ "Pep and contributors", 18 /* Version */ '1.0 ',18 /* Version */ '1.0.1', 19 19 /* Permissions */ null, 20 20 /* Priority */ 1001 -
plugins/dc1redirect/index.php
r231 r234 52 52 '<h3>atom.php</h3>'. 53 53 '<p>'.form::textarea('atom',60,20,html::escapeHTML(sprintf($feed_tpl,$core->blog->url,'atom')),'maximal').'</p>'. 54 '<h3>rss 2.php</h3>'.54 '<h3>rss.php</h3>'. 55 55 '<p>'.form::textarea('rss2',60,20,html::escapeHTML(sprintf($feed_tpl,$core->blog->url,'rss2')),'maximal').'</p>'; 56 56 -
plugins/dc1redirect/locales/fr/main.po
r231 r234 8 8 "Report-Msgid-Bugs-To: \n" 9 9 "POT-Creation-Date: 2008-09-06 02:26+0200\n" 10 "PO-Revision-Date: 2008-09- 05 00:29+0100\n"11 "Last-Translator: Olivier Meunier <olivier@dotclear.net>\n"10 "PO-Revision-Date: 2008-09-18 13:50+0100\n" 11 "Last-Translator: Pep <pep@dotclear.net>\n" 12 12 "Language-Team: Dotclear\n" 13 13 "MIME-Version: 1.0\n" … … 23 23 24 24 msgid "Redirect your Atom and RSS feeds" 25 msgstr "Redirige rvos flux Atom et RSS"25 msgstr "Redirigez vos flux Atom et RSS" 26 26 27 27 msgid "I order to avoid broken feeds, you should replace your old Atom and RSS feeds by redirections to new ones. The following files replace your Dotclear 1 atom.php and rss.php files." 28 msgstr "Afin d'éviter les flux brisés, vous devez remplate vos anciens flux Atom et RSS par des redirections vers les nouveaux. Les fichiers suivant remplacent vos fichier atom.php et rss.php de Dotclear 1." 28 msgstr "Afin d'éviter les flux brisés, vous devez remplacer vos anciens flux Atom et RSS par des redirections vers les nouveaux. Les fichiers suivant remplacent vos fichier atom.php et rss.php de Dotclear 1." 29
Note: See TracChangeset
for help on using the changeset viewer.