From c9848199b5f69be297f2e62dca694e14daf9c024 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Sun, 22 Mar 2015 19:47:24 -0400 Subject: [PATCH] release v1.1.6.4 - bundled french translation thanks goes to Julien Lambert - fixed some typos throughout the plugin --- README.md | 20 +- classes/class.timeline-express.php | 14 +- languages/timeline-express-fr_FR.mo | Bin 0 -> 17719 bytes languages/timeline-express-fr_FR.po | 844 ++++++++++++++++++++++++++++ lib/support-contact-form.php | 2 +- pages/options.php | 4 +- readme.txt | 32 +- timeline-express.php | 4 +- 8 files changed, 907 insertions(+), 13 deletions(-) create mode 100644 languages/timeline-express-fr_FR.mo create mode 100644 languages/timeline-express-fr_FR.po diff --git a/README.md b/README.md index cbe65ae..f0e7798 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Timeline Express v1.1.5.9 +Timeline Express v1.1.6.4 ================ Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet! @@ -31,6 +31,7 @@ Timeline express comes ready for translation. I would love to get things transla * Polish (pl_PL) - thanks goes to Kanios * Dutch (nl_NL) - thanks goes to Kees Hessels * German (de_DE) - thanks goes to Martin Gerlach +* French (fr_FR) - thanks goes to Julien Lambert We're always looking for polyglots to help with the translations. If you enjoy this plugin, speak multiple languages and want to contribute please contact me about how you can help translate things so users around the world can benefit from this plugin. @@ -252,7 +253,6 @@ If you enjoy this plugin and want to contribute, I'm always looking for people t * Arabic * English -* French * Greek * Hebrew * Hindi @@ -281,6 +281,22 @@ Have an idea for a future release feature? I love hearing about new ideas! You c ### Changelog +###### 1.1.6.4 - March 23rd, 2015 +* Enhancement: Packaged French translation - thanks goes to Julien Lambert +* Enhancement: Fixed a few typos in the plugin + +###### 1.1.6.3 - March 22nd, 2015 +* Enhancement: Added wp_error class to catch errors thrown by `wp_remote_get()` when building the bootstrap dropdown. + +###### 1.1.6.2 - March 18th, 2015 +* Enhancement: Removed `add_option();` call which was breaking previously stored options on activation + +###### 1.1.6.1 - March 10th, 2015 +* Enhancement: Altered new option label to be 'Exclude Announcements from Site Searches' (settings were reversed (true excluded while false included) ) + +###### 1.1.6 - March 9th, 2015 +* Enhancement: Fixed 404 issue on announcement posts when 'Include Announcement in Site Searches' was set to 'false'. + ###### 1.1.5.9 - March 6th, 2015 * Enhancement: Added a priority to the metabox initialization, which caused conflicts with other plugins using the same class diff --git a/classes/class.timeline-express.php b/classes/class.timeline-express.php index 12430fb..b24dce9 100644 --- a/classes/class.timeline-express.php +++ b/classes/class.timeline-express.php @@ -168,8 +168,8 @@ function addMissingOptions() { if( !isset( $this->timeline_express_optionVal['announcement-appear-in-searches'] ) ) { $this->timeline_express_optionVal['announcement-appear-in-searches'] = 'true'; } - // update the options - update_option( TIMELINE_EXPRESS_OPTION , $this->timeline_express_optionVal ); + // update the options -> breaks previous users settings.... + // update_option( TIMELINE_EXPRESS_OPTION , $this->timeline_express_optionVal ); } /* @@ -460,7 +460,7 @@ public function timeline_express_generate_announcement_post_type() { 'supports' => array( 'title', 'editor' ), 'taxonomies' => array(), 'hierarchical' => true, - 'public' => $announcements_public, // toggled via setitngs page - @since v1.1.5.8 + 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => true, @@ -469,6 +469,8 @@ public function timeline_express_generate_announcement_post_type() { 'menu_icon' => TIMELINE_EXPRESS_URL . '/images/timeline-express-menu-icon.png', 'can_export' => true, 'has_archive' => true, + 'exclude_from_search' => $announcements_public, // toggled via setitngs page - @since v1.1.5.8, + 'publicly_queryable' => true, 'rewrite' => $timeline_express_rewrite, 'capability_type' => 'page', ); @@ -606,7 +608,7 @@ public function add_new_timeline_express_columns($timeline_express_columns) { $timeline_express_announcement_columns['icon'] = _x('Icon', 'timeline-express'); $timeline_express_announcement_columns['announcement_date'] = _x('Announcement Date', 'timeline-express'); $timeline_express_announcement_columns['image'] = _x('Image', 'timeline-express'); - $timeline_express_announcement_columns['past_announcement'] = _x('Announcment Past?', 'timeline-express'); + $timeline_express_announcement_columns['past_announcement'] = _x('Announcement Past?', 'timeline-express'); return $timeline_express_announcement_columns; } @@ -1267,6 +1269,10 @@ public function timeline_express_build_bootstrap_dropdown( $field, $meta ) { // get the icons out of the css file $response = wp_remote_get( 'http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css' ); + if( is_wp_error( $response ) ) { + wp_die( $resposne->get_error_message() , $response->title , array( 'back_link' => true ) ); + } + // splot the response body, and store the icon classes in a variable $split_dat_response = explode( 'icons */' , $response['body'] ); diff --git a/languages/timeline-express-fr_FR.mo b/languages/timeline-express-fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..eb4ab9c79161e3d53fd3b38c9bebbf787e634fa2 GIT binary patch literal 17719 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 c=5JhS-?(!nR literal 0 HcmV?d00001 diff --git a/languages/timeline-express-fr_FR.po b/languages/timeline-express-fr_FR.po new file mode 100644 index 0000000..f6500cf --- /dev/null +++ b/languages/timeline-express-fr_FR.po @@ -0,0 +1,844 @@ +# Copyright (C) 2015 Timeline Express +# This file is distributed under the same license as the Timeline Express package. +msgid "" +msgstr "" +"Project-Id-Version: Timeline Express 1.1.6.3\n" +"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/timeline-express\n" +"POT-Creation-Date: 2015-03-22 21:23:33+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2015-03-22 23:56+0100\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Last-Translator: LAMBERT Julien \n" +"Language-Team: \n" +"Language: fr\n" +"X-Generator: Poedit 1.7.5\n" + +#: classes/class.timeline-express.php:436 +msgid "Timeline Express Announcements" +msgstr "Annonces Timeline Express" + +#: classes/class.timeline-express.php:437 +msgid "Announcement" +msgstr "Annonce" + +#. Plugin Name of the plugin/theme +#: classes/class.timeline-express.php:438 +msgid "Timeline Express" +msgstr "Timeline Express" + +#: classes/class.timeline-express.php:439 +msgid "Timeline Express:" +msgstr "Timeline Express:" + +#: classes/class.timeline-express.php:440 +msgid "All Announcements" +msgstr "Toutes des Annonces" + +#: classes/class.timeline-express.php:441 +msgid "View Announcement" +msgstr "Voir l'Annonce" + +#: classes/class.timeline-express.php:442 classes/class.timeline-express.php:443 +msgid "New Announcement" +msgstr "Nouvelle Annonce" + +#: classes/class.timeline-express.php:444 +msgid "Edit Announcement" +msgstr "Editer l'Annonce" + +#: classes/class.timeline-express.php:445 +msgid "Update Announcement" +msgstr "Mettre à jour l'Annonce" + +#: classes/class.timeline-express.php:446 +msgid "Search Announcements" +msgstr "Chercher des Annonces" + +#: classes/class.timeline-express.php:447 +msgid "No Timeline Express Announcements Found" +msgstr "Acune Annonce Timeline Express trouvée" + +#: classes/class.timeline-express.php:448 +msgid "No Timeline Express Announcements in Trash" +msgstr "Aucune Annonce Timeline Express à la corbeille" + +#: classes/class.timeline-express.php:458 +msgid "Post type for adding timeline express announcements to the site" +msgstr "Type Poster pour l'ajout d'annonces Timeline Express au site" + +#: classes/class.timeline-express.php:508 +msgid "Announcement Color" +msgstr "Couleur de l'Annonce" + +#: classes/class.timeline-express.php:509 +msgid "select the color for this announcement." +msgstr "choisissez la couleur de cette annonce." + +#: classes/class.timeline-express.php:517 +msgid "Announcement Icon" +msgstr "Icone de l'Annonce" + +#: classes/class.timeline-express.php:518 +msgid "" +"select an icon from the drop down above. This is used for the icon associated " +"with the announcement." +msgstr "" +"sélectionnez une icône dans le menu déroulant ci-dessus. Ell sera utilisée " +"comme l'icône associée à l'annonce." + +#: classes/class.timeline-express.php:526 classes/class.timeline-express.php:821 +#: classes/class.timeline-express.php:828 +msgid "Announcement Date" +msgstr "Date de l'Annonce" + +#: classes/class.timeline-express.php:527 +msgid "" +"enter the date of the announcement. the announcements will appear in " +"chronological order according to this date. " +msgstr "" +"entrez la date de l'annonce. les publications apparaîtront dans l'ordre " +"chronologique selon cette date." + +#: classes/class.timeline-express.php:535 +msgid "Announcement Image" +msgstr "Image de l'Annonce" + +#: classes/class.timeline-express.php:536 +msgid "" +"select a banner image for this announcement (optional). (recommended 650px wide " +"or larger) " +msgstr "" +"sélectionner une image de bannière pour cette annonce (en option). (recommandé " +"650px de large ou plus)" + +#: classes/class.timeline-express.php:560 +msgid "Announcement Info." +msgstr "Info sur l'Annonce" + +#: classes/class.timeline-express.php:571 +msgid "About" +msgstr "A propos" + +#: classes/class.timeline-express.php:598 +msgid "Enter Announcement Title" +msgstr "Entrez le titre de l'Annonce" + +#: classes/class.timeline-express.php:606 +msgctxt "timeline-express" +msgid "Announcement Name" +msgstr "Nom de l'Annonce" + +#: classes/class.timeline-express.php:607 +msgctxt "timeline-express" +msgid "Color" +msgstr "Couleur" + +#: classes/class.timeline-express.php:608 +msgctxt "timeline-express" +msgid "Icon" +msgstr "Icone" + +#: classes/class.timeline-express.php:609 +msgctxt "timeline-express" +msgid "Announcement Date" +msgstr "Date de l'Annonce" + +#: classes/class.timeline-express.php:610 +msgctxt "timeline-express" +msgid "Image" +msgstr "Image" + +#: classes/class.timeline-express.php:611 +msgctxt "timeline-express" +msgid "Announcment Past?" +msgstr "Annonce passée?" + +#: classes/class.timeline-express.php:824 classes/class.timeline-express.php:831 +msgid "Back" +msgstr "Retour" + +#: classes/class.timeline-express.php:1097 +#: classes/class.timeline-express.php:1104 +#: classes/class.timeline-express.php:1118 +msgid "..." +msgstr "..." + +#: classes/class.timeline-express.php:1105 +#: classes/class.timeline-express.php:1119 +msgid "Read more" +msgstr "Lire la suite" + +#: classes/class.timeline-express.php:1347 pages/options.php:171 +msgid "Timeline Express Settings" +msgstr "Paramêtres Timeline Express" + +#: classes/class.timeline-express.php:1347 +msgid "Settings" +msgstr "Paramêtres" + +#: classes/class.timeline-express.php:1349 +msgid "Timeline Express Welcome" +msgstr "Bienvenue " + +#: classes/class.timeline-express.php:1351 +msgid "Support" +msgstr "Support" + +#: lib/about-metabox-template.php:38 +msgid "Help!" +msgstr "Aide!" + +#: lib/about-metabox-template.php:39 +msgid "Review" +msgstr "Revue" + +#: lib/about-metabox-template.php:40 +msgid "Donate" +msgstr "Faire un Don" + +#: lib/about-metabox-template.php:50 +msgid "this plugin was made with " +msgstr "ce plugin a été fait avec" + +#: lib/about-metabox-template.php:50 pages/welcome.php:98 +msgid "by" +msgstr "par" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_ajax.php:47 +msgid "Please Try Again" +msgstr "Merci d'essayer à nouveau" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_ajax.php:131 +msgid "Remove Embed" +msgstr "Retirer l'intégration" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_ajax.php:134 +msgid "No oEmbed Results Found for %s. View more info at" +msgstr "Aucun résultat d'intégration trouvé pour %s. Voir plus d'info sur" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_field.php:459 +msgid "Add Group" +msgstr "Ajouter un groupe" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_field.php:460 +msgid "Remove Group" +msgstr "Supprimer un groupe" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:250 +msgid "Add Row" +msgstr "Ajouter une rangée" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:306 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:706 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:768 +msgid "Remove" +msgstr "Supprimer" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:601 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:635 +msgid "No terms" +msgstr "Aucun termes" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:674 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:728 +msgid "Add or Upload File" +msgstr "Ajouter ou Charger un fichier" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:695 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:760 +msgid "Remove Image" +msgstr "Supprimer l'image" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:706 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:768 +msgid "File:" +msgstr "Fichier:" + +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:706 +#: lib/cmb_metaboxes/helpers/cmb_Meta_Box_types.php:768 +msgid "Download" +msgstr "Télécharger" + +#: lib/cmb_metaboxes/init.php:258 +msgid "Clear" +msgstr "Effacer" + +#: lib/cmb_metaboxes/init.php:259 +msgid "Default" +msgstr "Défaut" + +#: lib/cmb_metaboxes/init.php:260 +msgid "Select Color" +msgstr "Choisissez la couleur" + +#: lib/cmb_metaboxes/init.php:261 +msgid "Current Color" +msgstr "Couleur actuelle" + +#: lib/cmb_metaboxes/init.php:288 +msgid "Select / Deselect All" +msgstr "Sélectionner / Désélectionner tout" + +#: lib/cmb_metaboxes/init.php:1177 +msgid "Save" +msgstr "Sauver" + +#: lib/support-contact-form.php:9 +msgid "" +"If you need support, please fill out the following form. I will get back to you " +"with some support as soon as possible." +msgstr "" +"Si vous avez besoin d'aide, merci de remplir le formulaire ci-dessous. Je " +"reviens vers vous dès que possible." + +#: lib/support-contact-form.php:10 +msgid "note: support requests are limitd to one per hour, to help reduce spam." +msgstr "" +"note: les demandes d'aide sont limitées à une par heure, pour aider à réduire " +"les spam." + +#: lib/support-contact-form.php:13 +msgid "Your name" +msgstr "Votre nom" + +#: lib/support-contact-form.php:15 +msgid "Your message" +msgstr "Votre message" + +#: lib/support-contact-form.php:16 +msgid "please describe your issue in as much detail as possible" +msgstr "merci de décrire votre problème avec autant de détails que possible" + +#: lib/support-contact-form.php:37 +msgid "There was an error sending your request" +msgstr "Il y a eu une erreur lors de l'envoi de votre demande" + +#: lib/support-contact-form.php:38 +msgid "If the error persists, please contact me directly for support at" +msgstr "Si l'erreur persiste, merci de me contacter directement sur" + +#: lib/support-contact-form.php:42 +msgid "" +"Support request successfully sent. I will be in touch regarding your issue " +"shortly." +msgstr "" +"Demande d'aide envoyée avec succès. Je reviens vers vous dès que possible." + +#: pages/options.php:27 +msgid "The options were saved successfully!" +msgstr "Les options ont été sauvegardées avec succès!" + +#: pages/options.php:30 +msgid "The options could not be saved (or you did not change them)." +msgstr "" +"Les options n'ont pas pu être sauvegardées (ou vous ne les avez pas à changées)." + +#: pages/options.php:45 +msgid "" +"Are you sure you want to revert 'Timeline Express' settings? This cannot be " +"undone." +msgstr "" +"Etes-vous sûr que vous voulez réinitialiser les paramètres de 'Timeline " +"Express? Cela ne pourra pas être annulée." + +#: pages/options.php:58 +msgid "Timeline Express settings have successfully been reset" +msgstr "Les paramêtres de Timeline Express ont été réinitialisés avec succès" + +#: pages/options.php:141 +msgid "Please Consider" +msgstr "Merci de considérer" + +#: pages/options.php:142 +msgid "Making a Donation" +msgstr "Faire un don" + +#: pages/options.php:150 +msgid "Need Help?" +msgstr "Besoin d'aide?" + +#: pages/options.php:151 +msgid "Get Support Now!" +msgstr "Demander de l'aide maintenant!" + +#: pages/options.php:159 +msgid "Loving the plugin?" +msgstr "Vous aimez ce plugin?" + +#: pages/options.php:160 +msgid "Leave us a nice review" +msgstr "Merci de nous laisser un bon avis" + +# not sure +#: pages/options.php:172 +msgid "" +"make adjustments to your timeline here, ranging from style to display options" +msgstr "" +"faire des ajustements à votre calendrier ici, allez sur le style pour afficher " +"les options" + +#: pages/options.php:185 +msgid "Timeline Title" +msgstr "Titre Timeline" + +#: pages/options.php:189 +msgid "Left" +msgstr "Gauche" + +#: pages/options.php:190 +msgid "Center" +msgstr "Centre" + +#: pages/options.php:191 +msgid "Right" +msgstr "Droite" + +#: pages/options.php:194 +msgid "H1" +msgstr "H1" + +#: pages/options.php:195 +msgid "H2" +msgstr "H2" + +#: pages/options.php:196 +msgid "H3" +msgstr "H3" + +#: pages/options.php:197 +msgid "H4" +msgstr "H4" + +#: pages/options.php:205 +msgid "" +"Enter the title for the time line // Select the alignment // Select the font " +"size" +msgstr "" +"Entrez le titre de la Timeline // Sélectionnez l'alignement // Sélection de la " +"taille de la police" + +#: pages/options.php:210 +msgid "Time Frame" +msgstr "Délai" + +#: pages/options.php:213 +msgid "Future Events" +msgstr "Evènements futurs" + +#: pages/options.php:214 +msgid "All Events (past+future)" +msgstr "Tout les évènements (passé+futur)" + +#: pages/options.php:215 +msgid "Past Events" +msgstr "Evènements passés" + +#: pages/options.php:223 +msgid "Select the time frame to query events from." +msgstr "Selectionnez le délai pour récupérer les évènements." + +#: pages/options.php:228 +msgid "Display Order" +msgstr "Ordre d'affichage" + +#: pages/options.php:231 +msgid "Ascending" +msgstr "Ascendant" + +#: pages/options.php:232 +msgid "Descending" +msgstr "Descendant" + +#: pages/options.php:240 +msgid "" +"Select the order you would like the announcements to display. Ascending : " +"Chronological order by announcement date. Descending : Reverse chronological " +"order by announcement date." +msgstr "" +"Sélectionnez l'ordre que vous souhaitez pour afficher les annonces. Croissant: " +"Ordre chronologique par date de l'annonce. Décroissant: Inverser l'ordre " +"chronologique par date de l'annonce." + +#: pages/options.php:245 +msgid "Announcement Excerpt Length" +msgstr "Longueur de l'extrait de l'Annonce" + +#: pages/options.php:254 +msgid "" +"Set the length of the excerpt for each announcement. ( min=25;max=500 eg: 50 = " +"50 characters )" +msgstr "" +"Réglez la longueur de l'extrait pour chaque annonce. (Min = 25; max = 500 par " +"exemple: 50 = 50 caractères)" + +#: pages/options.php:259 +msgid "Date Visibility" +msgstr "Date de visibilité" + +#: pages/options.php:262 pages/options.php:279 +msgid "Visible" +msgstr "Visible" + +#: pages/options.php:263 pages/options.php:280 +msgid "Hidden" +msgstr "Caché" + +#: pages/options.php:271 +msgid "Toggle the visibility of the date next to the icon." +msgstr "Basculer la visibilité de la date à côté de l'icône." + +#: pages/options.php:276 +msgid "Read More Visibility" +msgstr "Visibilité de \"Lire la suite\"" + +#: pages/options.php:288 +msgid "" +"Toggle the visibility of the read more button. Hide to prevent users from " +"viewing the full announcement." +msgstr "" +"Basculer la visibilité du bouton lire la suite. Cacher pour empêcher les " +"utilisateurs d'afficher l'annonce complète." + +#: pages/options.php:293 +msgid "Default Icon" +msgstr "Icone par défaut" + +#: pages/options.php:305 +msgid "" +"Select the font-awesome class name that you would like to use a default icon " +"for new events in the dropdown above." +msgstr "" +"Sélectionnez le nom de la classe font-awesome que vous souhaitez utiliser comme " +"icône par défaut pour les nouveaux événements dans la liste déroulante ci-" +"dessus." + +#: pages/options.php:310 +msgid "Default Announcement Color" +msgstr "Couleur de l'annonce par défaut" + +#: pages/options.php:319 +msgid "" +"Select the default color for all new events. Note : this setting can be " +"overwritten" +msgstr "" +"Sélectionnez la couleur par défaut pour tous les nouveaux événements. Remarque: " +"ce paramètre peut être écrasé" + +#: pages/options.php:324 +msgid "Announcement Container Background" +msgstr "Couleur de fond du conteneur d'annonce" + +#: pages/options.php:333 +msgid "Select the background color of the announcement container." +msgstr "Sélectionnez la couleur de fond du conteneur d'annonce." + +#: pages/options.php:338 +msgid "Announcement Shadow Color" +msgstr "Couleur de l'ombre de l'annonce" + +#: pages/options.php:347 +msgid "Select the shadow color for the announcement container." +msgstr "Selectionnez la couleur de l'ombre pour le conteneur d'annonce." + +#: pages/options.php:352 +msgid "Background Line Color" +msgstr "Couleur de fond de la Timeline" + +#: pages/options.php:361 +msgid "Select the color of the line in the background of the timeline." +msgstr "Selectionnez la couleur de fond de la Timeline." + +#: pages/options.php:366 +msgid "No Announcements Message" +msgstr "Aucun message dans l'annonce" + +#: pages/options.php:375 +msgid "This is the message that will display when no announcements are found." +msgstr "Ceci est le message qui s'affiche lorsqu'aucune annonce n'est trouvée." + +#: pages/options.php:380 +msgid "Exclude Announcements from Site Searches" +msgstr "Exclure les annonces des recherches sur le site" + +#: pages/options.php:383 +msgid "True" +msgstr "Vrai" + +#: pages/options.php:384 +msgid "False" +msgstr "Faux" + +#: pages/options.php:392 +msgid "" +"Set to true to exclude announcements from all site searches. False will include " +"announcements in site searches." +msgstr "" +"Définir à vrai pour exclure les annonces de toutes les recherches sur le site. " +"Faux ajoutera les annonces dans les recherches du site." + +#: pages/options.php:397 +msgid "Delete Announcements On Uninstall?" +msgstr "Supprimer les annonces lors de la désinstallation?" + +#: pages/options.php:406 +msgid "" +"Select this to delete all announcement posts from the data base on plugin " +"uninstallation. this can not be undone, once they are deleted they are gone " +"forever. If you want to keep them, export your announcements before " +"uninstalling." +msgstr "" +"Sélectionnez cette option pour supprimer tous les messages d'annonce de la base " +"de données lors de la désinstallation du plugin. Cela ne pourra pas être " +"annulé, une fois qu'elles seront supprimées, elles auront disparu à jamais. Si " +"vous souhaitez les conserver, exporter vos annonces avant de désinstaller." + +#: pages/options.php:411 +msgid "Save Settings" +msgstr "Sauver les paramêtres" + +#: pages/options.php:411 +msgid "Reset Plugin Settings" +msgstr "Réinitialiser les paramêtres" + +#: pages/support.php:26 +msgid "Timeline Express Support" +msgstr "Aide Timeline Express" + +#: pages/support.php:29 +msgid "Thank you for purchasing a support license!" +msgstr "Merci d'avoir acheté une licence d'aide!" + +#: pages/support.php:30 +msgid "" +"If you run into any issues, or need support, feel free to submit a support " +"ticket via the contact form below." +msgstr "" +"Si vous rencontrez des problèmes ou besoin d'aide, n'hésitez pas à soumettre un " +"ticket de support via le formulaire de contact ci-dessous." + +#: pages/support.php:33 +msgid "Have a support request? Please consider " +msgstr "Vous avez une demande d'aide? S'il vous plait envisagez" + +#: pages/support.php:34 +msgid "purchasing " +msgstr "d'acheter" + +#: pages/support.php:35 +msgid "a support license." +msgstr "une licence d'aide." + +#: pages/support.php:37 +msgid "" +"Your purchase will go towards the continued development and support of Timeline " +"Express, so the plugin will continue to thrive and improve." +msgstr "" +"Votre achat permettra le développement continue et le soutien de Timeline " +"express, de sorte que le plugin continue à prospérer et à s'améliorer." + +#: pages/support.php:73 +msgid "Support License Key" +msgstr "Clé de licence" + +#: pages/support.php:77 +msgid "Support license key" +msgstr "Clé de licence" + +#: pages/support.php:80 +msgid "Valid and Active License" +msgstr "Valider et Activer la licence" + +#: pages/support.php:83 pages/support.php:88 pages/support.php:98 +msgid "Purchase a License" +msgstr "Acheter une licence" + +#: pages/support.php:85 +msgid "" +"There was an error with your license. It appears that your license key has been " +msgstr "" +"Il y a une erreur avec votre licence. Il semble que votre clé de licence soit" + +#: pages/support.php:85 +msgid "Please get in contact with support at " +msgstr "Merci d'entrer en contact avec le support sur" + +#: pages/support.php:85 +msgid "EH Dev. Shop" +msgstr "EH Dev. Shop" + +#: pages/support.php:85 +msgid " to resolve the issue" +msgstr "pour résoudre le problème" + +#: pages/support.php:90 +msgid "" +"Sorry this license key appears to be invalid. Please purchase a valid license " +"key." +msgstr "" +"Désolé cette clé de licence semble être invalide. Merci d'acheter une clé de " +"licence valide." + +#: pages/support.php:92 +msgid "Renew your Timeline Express license" +msgstr "Renouveler votre licence Timeline Express" + +#: pages/support.php:93 +msgid "Renew Your License" +msgstr "Renouveler votre licence" + +#: pages/support.php:95 +msgid "" +"Oops, it looks like your license has expired. Please consider renewing your " +"license for another year to continue receiving support." +msgstr "" +"Oups, il semble que votre licence a expiré. Merci d'envisager de renouveler " +"votre licence pour une autre année et continuer à recevoir un soutien." + +#: pages/support.php:116 +msgid "Deactivate License" +msgstr "Desactiver le licence" + +#: pages/support.php:120 +msgid "Activate License" +msgstr "Activer la licence" + +#: pages/support.php:141 +msgid "License Info." +msgstr "Info de la licence." + +#: pages/support.php:149 +msgid "License Holder" +msgstr "Titulaire de la licence" + +#: pages/support.php:154 +msgid "Sites Active/Limit" +msgstr "Sites actifs/limite" + +#: pages/support.php:159 +msgid "License Expires" +msgstr "Expiration de la licence" + +#: pages/support.php:168 +msgid "Premium Support Ticketing" +msgstr "Etablir un ticket sur le Support Premium" + +#: pages/support.php:174 +msgid "" +"It looks like you have recently sent us a support request. We limit the number " +"of support requests to 1 per hour, to avoid spam. Sorry for the inconvinience, " +"and thank you for understanding." +msgstr "" +"Il semble que vous avez récemment envoyé une demande de support. Nous limitons " +"le nombre de demandes de soutien à une par heure, pour éviter le spam. Désolé " +"pour le désagrément, et vous remercions de votre compréhension." + +#: pages/welcome.php:42 +msgid "Welcome to Timeline Express" +msgstr "Bienvenue sur Timeline Express" + +#: pages/welcome.php:45 +msgid "" +"Thanks for installing Timeline Express. We know you're going to find this free " +"plugin super helpful and easy to use! To get started, hover over 'Timeline " +"Express', in the admin menu, and click" +msgstr "" +"Merci d'avoir installé Timeline Express. Nous savons que vous allez trouver ce " +"plugin gratuit super pratique et facile à utiliser! Pour commencer, survolez " +"'Timeline Express', dans le menu d'administration, puis cliquez sur" + +#: pages/welcome.php:45 +msgid "'New Announcement'" +msgstr "'Nouvelle Annonce'" + +#: pages/welcome.php:45 +msgid " to start adding announcements your timeline!" +msgstr "pour ajouter des annonces à votre timeline!" + +#: pages/welcome.php:47 +msgid "or head over to the" +msgstr "ou survolez" + +#: pages/welcome.php:47 +msgid "Settings Page" +msgstr "Page des paramêtres" + +#: pages/welcome.php:47 +msgid "to customize and style your form" +msgstr "pour personnaliser votre formulaire" + +#: pages/welcome.php:56 +msgid "Create a Beautiful Timeline In Minutes" +msgstr "Créez une superbe Timeline en quelques minutes" + +#: pages/welcome.php:57 +msgid "" +"Create a vertical and responsive, CSS3 animated timeline fast...without ever " +"writing a single line of code." +msgstr "" +"Créez une Timeline verticale et responsive, animée en CSS3... sans aucune ligne " +"de code à écrire." + +#: pages/welcome.php:60 +msgid "Font Awesome Included" +msgstr "Inclue les Font-Awesome" + +#: pages/welcome.php:61 +msgid "" +"Hundreds of icons to choose from to make your announcements really stand out!" +msgstr "" +"Des centaines d'icônes à choisir pour que vos annonces se démarquent vraiment!" + +#: pages/welcome.php:70 +msgid "Intuitive Custom Post Creation Screen" +msgstr "Ecran de création intuitif" + +#: pages/welcome.php:74 +msgid "Manage Announcements Easily" +msgstr "Gestion facile des Annonces" + +#: pages/welcome.php:78 +msgid "Style The Timeline" +msgstr "Stylisation de la Timeline" + +#: pages/welcome.php:86 +msgid "Timeline Express // Sample Timeline" +msgstr "Timeline Express // Exemple de Timeline" + +#: pages/welcome.php:98 +msgid "this free plugin was made with" +msgstr "ce plugin gratuit a été réalisé avec" + +#: pages/welcome.php:98 +msgid "Please consider making a" +msgstr "Merci d'envisager de faire un" + +#: pages/welcome.php:98 +msgid "donation" +msgstr "don" + +#: pages/welcome.php:98 +msgid "if you need support in any way." +msgstr "si vous avez besoin d'aide." + +#: pages/welcome.php:102 +msgid "Keep Up With Me Elsewhere " +msgstr "Restez avec moi ailleurs" + +#. Plugin URI of the plugin/theme +#. Author URI of the plugin/theme +msgid "http://www.evan-herman.com" +msgstr "http://www.evan-herman.com" + +#. Description of the plugin/theme +msgid "" +"Create a beautiful vertical, CSS3 animated and responsive timeline in minutes " +"flat without writing code." +msgstr "" +"Créez en quelques minutes une superbe Timeline verticale, responsive et animée " +"en CSS3, sans écrire une seule ligne de code." + +#. Author of the plugin/theme +msgid "Evan Herman" +msgstr "Evan Herman" diff --git a/lib/support-contact-form.php b/lib/support-contact-form.php index c8fe92a..8a53529 100644 --- a/lib/support-contact-form.php +++ b/lib/support-contact-form.php @@ -7,7 +7,7 @@ if ( !isset( $action ) ) /* display the contact form */ { ?>

-

+