Changeset 1507
- Timestamp:
- 09/24/09 23:03:23 (14 years ago)
- Location:
- plugins/mkcompat
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/mkcompat/class.dc.mkcompat216.php
r1502 r1507 56 56 { 57 57 $oldTags = array( 58 ' MetaData','MetaDataHeader','MetaDataFooter','MetaID','MetaPercent',59 ' MetaRoundPercent','MetaURL','MetaAllURL','EntryMetaData',58 'tpl:MetaData','tpl:MetaID','tpl:MetaPercent','tpl:MetaRoundPercent', 59 'tpl:MetaURL','tpl:MetaAllURL','tpl:EntryMetaData', 60 60 'The document you are looking for does not exists.' 61 61 ); 62 62 $newTags = array( 63 ' Tags','TagsHeader','TagsFooter','TagID','TagPercent',64 ' TagRoundPercent','TagURL','TagCloudURL','EntryTags',63 'tpl:Tags','tpl:TagID','tpl:TagPercent','tpl:TagRoundPercent', 64 'tpl:TagURL','tpl:TagCloudURL','tpl:EntryTags', 65 65 'The document you are looking for does not exist.' 66 66 ); -
plugins/mkcompat/index.php
r1492 r1507 14 14 15 15 if (!empty($_POST)) { 16 if ($_POST['action'] == 'Upgrade') 17 { 18 if ($_POST['type'] == 'theme') 19 mkcompat::themeUpgrade($_POST['root']); 20 if ($_POST['type'] == 'plugin') 21 mkcompat::pluginUpgrade($_POST['root']); 22 http::redirect($p_url.'&upd=1&type='.$_POST['type'].'&name='.$_POST['name']); 23 } 16 if ($_POST['type'] == 'theme') 17 mkcompat::themeUpgrade($_POST['root']); 18 if ($_POST['type'] == 'plugin') 19 mkcompat::pluginUpgrade($_POST['root']); 20 http::redirect($p_url.'&upd=1&type='.$_POST['type'].'&name='.$_POST['name']); 24 21 } 25 22 ?> -
plugins/mkcompat/locales/fr/main.po
r1487 r1507 1 1 # Language: français 2 # Module: compat216 -13 # Date: 2009-09-2 3 08:05:294 # Author: DCTeam, contact@dotclear.net2 # Module: mkcompat - 0.1 3 # Date: 2009-09-24 20:41:50 4 # Author: , xave@xave.org 5 5 # Translated with dcTranslater - 0.2.4 6 6 … … 8 8 msgstr "Content-Type: text/plain; charset=UTF-8\n" 9 9 10 #: _admin.php:13 11 msgid "Compatibility 2.1.6" 12 msgstr "Compatibilité 2.1.6" 13 14 #: index.php:31 15 msgid "Dotclear 2.1.6 compatibility plugin" 16 msgstr "Plugin de compatibilité 2.1.6" 17 18 #: index.php:35 19 msgid "The %s theme has been upgraded" 20 msgstr "Le thème %s a été mis à jour." 21 22 #: index.php:37 23 msgid "The %s plugin has been upgraded" 24 msgstr "Le plugin %s a été mis à jour." 25 26 #: index.php:40 27 msgid "Important notice" 28 msgstr "Précision importante" 29 30 #: index.php:41 31 msgid "This plugin tries to update your themes and plugins to work smoothly with the latest version of Dotclear. It is provided as-is, may not work, and may even break something. Please do a backup of your modules before using it." 32 msgstr "Ce plugin tente de mettre à jour vos plugins et thèmes pour les rendre compatibles avec la dernière version de Dotclear. Il est fourni en l'état, peut ne pas fonctionner, peut même rendre un de vos modules inopérants. Il est important de les sauvegarder avant d'utiliser ce plugin." 33 34 #: index.php:42 35 msgid "Themes requiring an upgrade" 36 msgstr "Thèmes nécessitant une mise-à-jour" 37 38 #: index.php:110 39 msgid "Upgrade" 40 msgstr "Mise-à-jour" 41 42 #: index.php:73 43 msgid "You do not have sufficient rights to upgrade this theme." 44 msgstr "Vous n'avez pas suffisamment de droits pour mettre ce thème à jour." 45 46 #: index.php:82 47 msgid "Upgrade does not seem to be required for any theme." 48 msgstr "Il semble qu'aucun thème n'aie besoin d'une mise-à-jour" 49 50 #: index.php:85 51 msgid "Plugins requiring an upgrade" 52 msgstr "Plugins nécessitant une mise-à-jour" 53 54 #: index.php:113 55 msgid "You do not have sufficient rights to upgrade this plugin." 56 msgstr "Vous n'avez pas suffisamment de droits pour mettre ce plugin à jour." 57 58 #: index.php:122 59 msgid "Upgrade does not seem to be required for any plugin." 60 msgstr "Il semble qu'aucun plugin n'aie besoin d'une mise-à-jour" 61 10 62 msgid "The document you are looking for does not exists." 11 63 msgstr "Le document que vous cherchez n'existe pas."
Note: See TracChangeset
for help on using the changeset viewer.