# Translation of Plugins - Simple Custom CSS and JS - Stable (latest release) in French (France)
# This file is distributed under the same license as the Plugins - Simple Custom CSS and JS - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: fr\n"
"Project-Id-Version: Plugins - Simple Custom CSS and JS - Stable (latest release)\n"
#: includes/admin-screens.php:496
msgid ""
"/* Add your JavaScript code here.\n"
" \n"
"If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows:\n"
"\n"
"jQuery(document).ready(function( $ ){\n"
" // Your code in here \n"
"});\n"
"\n"
"--\n"
"\n"
"If you want to link a JavaScript file that resides on another server (similar to \n"
"), then please use \n"
"the \"Add HTML Code\" page, as this is a HTML code that links a JavaScript file.\n"
"\n"
"End of comment */ "
msgstr ""
"/* Ajoutez votre code JavaScript ici.\n"
" \n"
"Si vous utilisez la bibliotheque jQuery library, noubliez pas de wrapper votre code dans le jQuery.ready() comme ceci :\n"
"\n"
"jQuery(document).ready(function( $ ){\n"
" // Votre code ici \n"
"});\n"
"\n"
"--\n"
"\n"
"Si vous voulez lier un fichier JavaScript qui se trouve sur un autre serveur (similaire a \n"
"), utilisez \n"
"la page \"Ajouter du code HTML\", car c'est du code HTML qui appelle un fichier JavaScript.\n"
"\n"
"Fin du commentaire */ "
#: includes/admin-screens.php:162 includes/admin-screens.php:1111
#: includes/admin-screens.php:1139
msgid "Deactivate"
msgstr "Désactiver"
#: includes/admin-screens.php:161 includes/admin-screens.php:1114
#: includes/admin-screens.php:1142
msgid "Activate"
msgstr "Activer"
#: includes/admin-screens.php:160 includes/admin-screens.php:1141
msgid "Inactive"
msgstr "Inactif"
#: includes/admin-screens.php:701
msgid "On Login Page"
msgstr "Sur la page de Login"
#. Author URI of the plugin/theme
msgid "https://www.silkypress.com/"
msgstr "https://www.silkypress.com/"
#. Author of the plugin/theme
msgid "Diana Burduja"
msgstr "Diana Burduja"
#. Description of the plugin/theme
msgid "Easily add Custom CSS or JS to your website with an awesome editor."
msgstr "Ajoutez facilement du code CSS et JS à votre site avec ce puissant éditeur."
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/custom-css-js/"
msgstr "https://wordpress.org/plugins/custom-css-js/"
#. Plugin Name of the plugin/theme
msgid "Simple Custom CSS and JS"
msgstr "Simple Custom CSS and JS"
#: includes/admin-warnings.php:55
msgid "Please remove the custom-css-js post type from the qTranslate settings in order to avoid some malfunctions in the Simple Custom CSS & JS plugin. Check out this screenshot for more details on how to do that."
msgstr "Veuillez retirer le post type custom-css-js de la configuration de qTranslate pour éviter certains effets néfastes avec Simple Custom CSS & JS plugin. Reportez vous à cette image pour plus de détail sur la façon de faire."
#: includes/admin-screens.php:958
msgid "Please run the following command to make the directory writable"
msgstr "Veuillez exécuter la commande suivante pour rendre le répertoire modifiable."
#: includes/admin-screens.php:957
msgid "The %s directory is not writable, therefore the CSS and JS files cannot be saved."
msgstr "Le répertoire %s n'est pas modifiable, les fichiers CSS et JS ne peuvent être sauvegardés."
#: includes/admin-screens.php:949
msgid "Please run the following commands in order to make the directory"
msgstr "Veuillez exécuter les commandes suivantes pour créer le répertoire "
#: includes/admin-screens.php:948
msgid "The %s directory could not be created"
msgstr "Le répertoire %s ne peut pas être créé"
#: includes/admin-screens.php:805
msgid "Both"
msgstr "Les deux"
#: includes/admin-screens.php:801
msgid "Mobile"
msgstr "Mobile"
#: includes/admin-screens.php:797
msgid "Desktop"
msgstr "Ordinateur"
#: includes/admin-screens.php:791
msgid "On which device"
msgstr "Sur quel appareil"
#: includes/admin-screens.php:745 includes/admin-screens.php:826
msgctxt "10 is the lowest priority"
msgid "10 (lowest)"
msgstr "10 (la plus basse)"
#: includes/admin-screens.php:736 includes/admin-screens.php:817
msgctxt "1 is the highest priority"
msgid "1 (highest)"
msgstr "1 (la plus haute)"
#: includes/admin-screens.php:731 includes/admin-screens.php:812
msgid "Priority"
msgstr "Priorité"
#: includes/admin-screens.php:724
msgid "Minify the code"
msgstr "Minifier le code"
#: includes/admin-screens.php:718
msgid "SASS (only SCSS syntax)"
msgstr "SASS (syntaxe SCSS seulement)"
#: includes/admin-screens.php:715
msgid "Less"
msgstr "Less"
#: includes/admin-screens.php:712
msgid "None"
msgstr "aucun"
#: includes/admin-screens.php:707
msgid "CSS Preprocessor"
msgstr "Préprocesseur CSS"
#: includes/admin-screens.php:697 includes/admin-screens.php:785
msgid "In Admin"
msgstr "Dans l'administration"
#: includes/admin-screens.php:693 includes/admin-screens.php:781
msgid "In Frontend"
msgstr "Sur le site"
#: includes/admin-screens.php:688 includes/admin-screens.php:776
msgid "Where in site"
msgstr "Où dans le site"
#: includes/admin-screens.php:682 includes/admin-screens.php:770
msgid "Footer"
msgstr "Pied de page"
#: includes/admin-screens.php:678 includes/admin-screens.php:766
msgid "Header"
msgstr "En-tête de page"
#: includes/admin-screens.php:673 includes/admin-screens.php:761
msgid "Where on page"
msgstr "Où dans la page"
#: includes/admin-screens.php:667
msgid "Internal"
msgstr "Interne"
#: includes/admin-screens.php:663
msgid "External File"
msgstr "Fichier externe"
#: includes/admin-screens.php:658
msgid "Linking type"
msgstr "Type de liaison"
#: includes/admin-screens.php:544
msgid ""
"/* Add your CSS code here.\n"
" \n"
"For example:\n"
".example {\n"
" color: red;\n"
"}\n"
"\n"
"For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp\n"
"\n"
"End of comment */ "
msgstr ""
"/* Ajouter votre code CSS ici.\n"
" \n"
"Par exemple:\n"
".exemple {\n"
" color: red;\n"
"}\n"
"\n"
"Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp\n"
"\n"
"Fin du commentaire */ "
#: includes/admin-screens.php:518
msgid ""
" "
msgstr ""
" "
#: includes/admin-screens.php:410
msgid "Code updated"
msgstr "Code mis à jour"
#: includes/admin-screens.php:372 includes/admin-screens.php:402
msgid "Add HTML Code"
msgstr "Ajouter du code HTML"
#: includes/admin-screens.php:371 includes/admin-screens.php:401
msgid "Add JS Code"
msgstr "Ajouter du code JS"
#: includes/admin-screens.php:370 includes/admin-screens.php:400
msgid "Add CSS Code"
msgstr "Ajouter du code CSS"
#: includes/admin-screens.php:369
msgid "Custom Code"
msgstr "Code personnalisé"
#: includes/admin-screens.php:164 includes/admin-screens.php:314
#: includes/admin-screens.php:1113
msgid "The code is inactive. Click to activate it"
msgstr "Le code est inactif. Cliquez pour l'activer"
#: includes/admin-screens.php:163 includes/admin-screens.php:311
#: includes/admin-screens.php:1110
msgid "The code is active. Click to deactivate it"
msgstr "Le code est actif. Cliquez pour le désactiver "
#: includes/admin-screens.php:302
msgid "Y/m/d"
msgstr "Y/m/d"
#: includes/admin-screens.php:300
msgid "%s ago"
msgstr "Il y a %s"
#: includes/admin-screens.php:271
msgid "Modified"
msgstr "Modifié"
#: includes/admin-screens.php:270
msgid "Date"
msgstr "Date"
#: includes/admin-screens.php:268
msgid "Title"
msgstr "Titre"
#: includes/admin-screens.php:267
msgid "Type"
msgstr "Type"
#: includes/admin-screens.php:159 includes/admin-screens.php:266
#: includes/admin-screens.php:1138
msgid "Active"
msgstr "Actif"
#: includes/admin-screens.php:252
msgid "Add HTML code"
msgstr "Ajouter du code HTML"
#: includes/admin-screens.php:251
msgid "Add JS code"
msgstr "Ajouter du code JS"
#: includes/admin-screens.php:250
msgid "Add CSS code"
msgstr "Ajouter du code CSS"
#: includes/admin-screens.php:190
msgid "Options"
msgstr "Options"
#: includes/admin-screens.php:94
msgid "Add Custom HTML"
msgstr "Ajouter du HTML personnalisé"
#: includes/admin-screens.php:91
msgid "Add Custom JS"
msgstr "Ajouter du JS personnalisé"
#: includes/admin-screens.php:88
msgid "Add Custom CSS"
msgstr "Ajouter du CSS personnalisé"
#: includes/admin-notices.php:125 includes/admin-notices.php:190
msgid "Dismiss this notice"
msgstr "Effacer cette notification"
#: includes/admin-notices.php:125
msgid "Get your discount now"
msgstr "Obtenez votre remise maintenant"
#: includes/admin-addons.php:140 includes/admin-addons.php:163
msgid "Restore"
msgstr "Restaurer"
#: includes/admin-addons.php:139 includes/admin-addons.php:173
msgid "Delete"
msgstr "Effacer"
#: includes/admin-addons.php:138 includes/admin-screens.php:269
msgid "Author"
msgstr "Auteur"
#: includes/admin-addons.php:137
msgid "Revision"
msgstr "Révision"
#: includes/admin-addons.php:136 includes/admin-addons.php:169
msgid "Compare"
msgstr "Comparer"
#: includes/admin-addons.php:114
msgctxt "revision date format"
msgid "F j, Y @ H:i:s"
msgstr "F j, Y @ H:i:s"
#: includes/admin-addons.php:103
msgid "Add"
msgstr "Ajouter"
#: includes/admin-addons.php:102
msgid "Text filter"
msgstr "Filtre de texte"
#: includes/admin-addons.php:100 includes/admin-addons.php:101
msgid "URL"
msgstr "URL"
#: includes/admin-addons.php:89
msgid "Ends by"
msgstr "Se termine par"
#: includes/admin-addons.php:88
msgid "Starts with"
msgstr "Commence par"
#: includes/admin-addons.php:87
msgid "Not equal to"
msgstr "Différent de"
#: includes/admin-addons.php:86
msgid "Is equal to"
msgstr "Egal à"
#: includes/admin-addons.php:85
msgid "Not contains"
msgstr "Ne contient pas"
#: includes/admin-addons.php:84
msgid "Contains"
msgstr "Contient"
#: includes/admin-addons.php:83
msgid "First page"
msgstr "Première page"
#: includes/admin-addons.php:82
msgid "All Website"
msgstr "Tout le site"
#: includes/admin-addons.php:68
msgid "Preview Changes"
msgstr "Prévisualiser"
#: includes/admin-addons.php:67
msgid "Full URL on which to preview the changes ..."
msgstr "URL où prévisualiser les modifications ..."
#: includes/admin-addons.php:56
msgid "Code Revisions"
msgstr "Révisions du code"
#: includes/admin-addons.php:55
msgid "Apply only on these URLs"
msgstr "Appliquer seulement à ces URLs"
#: includes/admin-addons.php:54
msgid "Preview"
msgstr "Prévisualiser"
#: includes/admin-addons.php:42 includes/admin-screens.php:643
msgid "Available only in
Simple Custom CSS and JS Pro"
msgstr "Uniquement disponible dans
Simple Custom CSS and JS Pro"
#: custom-css-js.php:387
msgid "Settings"
msgstr "Configuration"
#: custom-css-js.php:292
msgid "Web Designer"
msgstr "Designer Web"
#: custom-css-js.php:247
msgid "Custom CSS and JS code"
msgstr "Code CSS et JS personnalisé "
#: custom-css-js.php:226
msgid "No Custom Code found in Trash."
msgstr "Aucun code personnalisé trouvé dans la corbeille."
#: custom-css-js.php:225
msgid "No Custom Code found."
msgstr "Aucun code personnalisé trouvé."
#: custom-css-js.php:224
msgid "Parent Custom Code:"
msgstr "Code personnalisé parent :"
#: custom-css-js.php:223
msgid "Search Custom Code"
msgstr "Rechercher du code personnalisé"
#: custom-css-js.php:222
msgid "All Custom Code"
msgstr "Tous les codes personnalisés"
#: custom-css-js.php:221
msgid "View Custom Code"
msgstr "Voir le code personnalisé"
#: custom-css-js.php:220
msgid "Edit Custom Code"
msgstr "Modifier le code personnalisé"
#: custom-css-js.php:219
msgid "New Custom Code"
msgstr "Nouveau code personnalisé"
#: custom-css-js.php:218
msgid "Add Custom Code"
msgstr "Ajouter du code personnalisé "
#: custom-css-js.php:217
msgctxt "add new"
msgid "Add Custom Code"
msgstr "Ajouter du code personnalisé"
#: custom-css-js.php:216
msgctxt "add new on admin bar"
msgid "Custom Code"
msgstr "Code personnalisé"
#: custom-css-js.php:215
msgctxt "admin menu"
msgid "Custom CSS & JS"
msgstr "CSS et JS personnalisés"
#: custom-css-js.php:214
msgctxt "post type singular name"
msgid "Custom Code"
msgstr "Code personnalisé"
#: custom-css-js.php:213
msgctxt "post type general name"
msgid "Custom Code"
msgstr "Code personnalisé"
#: custom-css-js.php:51 custom-css-js.php:58
msgid "Cheatin’ huh?"
msgstr "Cheatin’ huh?"