Changeset 3176
- Timestamp:
- 08/26/13 14:25:47 (10 years ago)
- Location:
- plugins/fakemeup
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/fakemeup/index.php
r3175 r3176 147 147 echo '<p>'.__("The updates have been performed.").'</p>'; 148 148 } 149 echo '<p><a href="update.php">'.__('Update dotclear').'</a></p>'.149 echo '<p><a href="update.php">'.__('Update Dotclear').'</a></p>'. 150 150 '</div>'; 151 151 } elseif (isset($_POST['disclaimer_ok'])) { … … 156 156 echo '<div class="message">'; 157 157 if (count($changes["changed"]) != 0) { 158 echo '<p>'.__('The following files will have their checksum faked 158 echo '<p>'.__('The following files will have their checksum faked:').'</p>'. 159 159 '<ul>'; 160 160 foreach ($changes["changed"] as $k => $v) { … … 164 164 } 165 165 if (count($changes["removed"]) != 0) { 166 echo '<p>'.__('The following files digests will have their checksum cleaned 166 echo '<p>'.__('The following files digests will have their checksum cleaned:').'</p>'. 167 167 '<ul>'; 168 168 foreach ($changes["removed"] as $k => $v) { … … 188 188 } else { 189 189 $disclaimer = l10n::getFilePath(dirname(__FILE__).'/locales','disclaimer.html',$GLOBALS['_lang']); 190 echo '<p class="error">'.__('Please read carefully the following disclaimer before proceeding 190 echo '<p class="error">'.__('Please read carefully the following disclaimer before proceeding!').'</p>'; 191 191 echo '<div class="message">'.file_get_contents($disclaimer); 192 192 echo '<form action="'.$p_url.'" method="post">'. 193 193 '<p><input type="checkbox" name="disclaimer_ok" id="disclaimer_ok" /> '. 194 '<label for="disclaimer_ok" class="inline">'.__("I have read and understood the disclaimer and wish to continue anyway ").'</label>'.194 '<label for="disclaimer_ok" class="inline">'.__("I have read and understood the disclaimer and wish to continue anyway.").'</label>'. 195 195 $core->formNonce(). 196 196 '</p>'. -
plugins/fakemeup/locales/_pot/main.pot
r3087 r3176 34 34 35 35 #: plugins/fakemeup/index.php:149 36 msgid "The following files will have their checksum faked 36 msgid "The following files will have their checksum faked:" 37 37 msgstr "" 38 38 39 39 #: plugins/fakemeup/index.php:157 40 msgid "The following files digests will have their checksum cleaned 40 msgid "The following files digests will have their checksum cleaned:" 41 41 msgstr "" 42 42 … … 58 58 59 59 #: plugins/fakemeup/index.php:181 60 msgid "Please read carefully the following disclaimer before proceeding 60 msgid "Please read carefully the following disclaimer before proceeding!" 61 61 msgstr "" 62 62 -
plugins/fakemeup/locales/en/disclaimer.html
r3085 r3176 1 1 <p>This plugin is indented to bypass error messages displayed when 2 trying to upgrade dotclear whereas some core files have been altered </p>2 trying to upgrade dotclear whereas some core files have been altered.</p> 3 3 4 4 <p>Before proceeding, you must take into consideration that any 5 5 core file you may have modified will be overwritten by the new ones when 6 you perform an upgrade. Any custom change will then be lost !6 you perform an upgrade. Any custom change will then be lost!</p> -
plugins/fakemeup/locales/en/helpus.html
r3087 r3176 1 <h3>Help us to help you 1 <h3>Help us to help you!</h3> 2 2 3 <p>A backup file containing erroneous files has been generated at the following location 3 <p>A backup file containing erroneous files has been generated at the following location: <a href="%1$s">%1$s</a>.</p> 4 4 5 5 <p>In an effort to provide increasing quality on our platform, we would appreciate you to send us your feedback.</p> -
plugins/fakemeup/locales/fr/helpus.html
r3173 r3176 1 1 <h3>Aidez-nous à vous aider !</h3> 2 2 3 <p>Un ficher de sauvegarde, contenant les fichiers avec des contrôles invalides a été généré ici 3 <p>Un ficher de sauvegarde, contenant les fichiers avec des contrôles invalides a été généré ici : <a href="%1$s">%1$s</a>.</p> 4 4 5 5 <p>Dans un effort d'amélioration de qualité, nous apprécierions que vous nous aidiez, en nous envoyant votre retour.</p> 6 6 7 <p>Pour ce faire, si vous pensez ne rien avoir modifié aux fichiers cités aux pages précédentes, nous vous invitons à nous faire parvenir ce fichier zip par e-mail, à l'adresse suivante : <a href="mailto:%2$s">%2$s</a>.</p>7 <p>Pour ce faire, si vous pensez ne rien avoir modifié aux fichiers cités aux pages précédentes, nous vous invitons à nous faire parvenir ce fichier zip par e-mail, à l'adresse suivante : <a href="mailto:%2$s">%2$s</a>.</p> 8 8 9 9 <p>Merci à vous!</p> -
plugins/fakemeup/locales/fr/main.po
r3173 r3176 17 17 msgstr "Les mises à jour ont été faites." 18 18 19 msgid "Update dotclear"20 msgstr "Mettre à jour dotclear"19 msgid "Update Dotclear" 20 msgstr "Mettre à jour Dotclear" 21 21 22 22 msgid "No changed filed have been found, nothing to do!" 23 23 msgstr "Pas de fichier modifié trouvé. Rien à faire !" 24 24 25 msgid "The following files will have their checksum faked 25 msgid "The following files will have their checksum faked:" 26 26 msgstr "Les fichiers suivants vont voir leur checksum modifié :" 27 27 28 msgid "The following files digests will have their checksum cleaned 28 msgid "The following files digests will have their checksum cleaned:" 29 29 msgstr "Les fichiers suivants vont avoir leur checksum nettoyé :" 30 30 … … 41 41 msgstr "Continuer" 42 42 43 msgid "Please read carefully the following disclaimer before proceeding 43 msgid "Please read carefully the following disclaimer before proceeding!" 44 44 msgstr "Merci de lire avec attention la mise en garde suivante avant de continuer !" 45 45 46 msgid "I have read and understood the disclaimer and wish to continue anyway "46 msgid "I have read and understood the disclaimer and wish to continue anyway." 47 47 msgstr "J'ai lu et j'ai compris la mise en garde, je souhaite continuer quand même." 48 48
Note: See TracChangeset
for help on using the changeset viewer.