# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# http://wpml.org
msgid ""
msgstr ""
"Project-Id-Version: PCSH v0.2\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/pcsh-pastacode-"
"syntaxhighlighter\n"
"POT-Creation-Date: 2014-11-20 09:31:48+00:00\n"
"PO-Revision-Date: \n"
"Last-Translator: Yury Pavlov <webaib@gmail.com>\n"
"Language-Team:  <webaib@gmail.com>\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __\n"
"X-Poedit-Basepath: T:\\bitnami\\apps\\wordpress\\htdocs\\wp-content"
"\\plugins\n"

# if( isset( $source[ 'url' ] ) )
# $output[] = '<a href="' . esc_url( $source[ 'url' ] ) . '" title="' . sprintf( esc_attr__( 'See %s', 'pastacode' ), $source[ 'name' ] ) . '" target="_blank" class="code-embed-name">' . esc_html( $source[ 'name' ] ) . '</a>';
# if( isset( $source[ 'raw' ] ) )
#: pastacodeSH.php:143
msgid "See %s"
msgstr "Afficher %s"

#: pastacodeSH.php:150
msgid "Back to %s"
msgstr "Retour à %s"

#: pastacodeSH.php:152
msgid "view raw"
msgstr "affichage brut"

# add_settings_section( 'pastacode_setting_section',
# __( 'General Settings', 'pastacode' ),
# '__return_false',
#: pastacodeSH.php:415 pastacodeSH.php:493
msgid "Settings"
msgstr "Réglages"

#: pastacodeSH.php:445
msgid "Visit author homepage"
msgstr "Visitez le site de l&#8217;auteur"

#: pastacodeSH.php:449
msgid "By %s"
msgstr "Par %s"

# add_settings_section( 'pastacode_setting_section',
# __( 'General Settings', 'pastacode' ),
# '__return_false',
#: pastacodeSH.php:555
msgid "General Settings"
msgstr "Réglages généraux"

# add_settings_field( 'pastacode_cache_duration',
# __( 'Caching duration', 'pastacode' ),
# 'pastacode_setting_callback_function',
#: pastacodeSH.php:562
msgid "Caching duration"
msgstr "Durée du cache"

#: pastacodeSH.php:568
msgid "%s hour"
msgstr "%s hour"

#: pastacodeSH.php:569
msgid "Twice Daily"
msgstr "Deux fois par jour"

# DAY_IN_SECONDS       => __( 'Once Daily' ),
# DAY_IN_SECONDS * 7   => __( 'Once Weekly', 'pastacode' ),
# 0                    => __( 'Never reload', 'pastacode' ),
#: pastacodeSH.php:570
msgid "Once Daily"
msgstr "Une fois par jour"

# DAY_IN_SECONDS       => __( 'Once Daily' ),
# DAY_IN_SECONDS * 7   => __( 'Once Weekly', 'pastacode' ),
# 0                    => __( 'Never reload', 'pastacode' ),
#: pastacodeSH.php:571
msgid "Once Weekly"
msgstr "Une fois par semaine"

# DAY_IN_SECONDS * 7   => __( 'Once Weekly', 'pastacode' ),
# 0                    => __( 'Never reload', 'pastacode' ),
# -1                   => __( 'No cache (dev mode)', 'pastacode' ),
#: pastacodeSH.php:572
msgid "Never reload"
msgstr "Ne jamais recharger"

# 0                    => __( 'Never reload', 'pastacode' ),
# -1                   => __( 'No cache (dev mode)', 'pastacode' ),
# ),
#: pastacodeSH.php:573
msgid "No cache (dev mode)"
msgstr "Pas de cache (mode dev)"

# add_settings_field( 'pastacode_style',
# __( 'Syntax Coloration Style', 'pastacode' ),
# 'pastacode_setting_callback_function',
#: pastacodeSH.php:582
msgid "Syntax Coloration Style"
msgstr "Thème de coloration"

#: pastacodeSH.php:622
msgid "Purge cache"
msgstr "Vider le cache"

# ?>
# <h3 class="media-title"><?php _e('Past\'a code', 'pastacode'); ?></h3>
#: pastacodeSH.php:740
msgid "Past'a code"
msgstr "Past'a code"

# <select name="pastacode-provider" id="pastacode-provider">
# <optgroup label="<?php _e( 'Select a provider', 'pastacode' ); ?>">
# <?php
#: pastacodeSH.php:741
msgid "Select a provider"
msgstr "Choisir un fournisseur"

# <select name="pastacode-lang" id="pastacode-lang">
# <optgroup label="<?php _e( 'Select a syntax', 'pastacode' ); ?>">
# <?php
#: pastacodeSH.php:742 pastacodeSH.php:872
msgid "Select a syntax"
msgstr "Choisir une syntaxe"

# }
# $services = array( 'manual' => __( 'Manual', 'pastacode' ),
# 'github'    => 'Github',
#: pastacodeSH.php:751
msgid "Manual"
msgstr "Manuel"

# 'pastebin'  => 'Pastebin',
# 'file'      => __( 'File from uploads', 'pastacode' ),
# );
#: pastacodeSH.php:756
msgid "File from uploads"
msgstr "Fichier dans la bibliothèque"

# <?php
# $fields = array('username' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('User of repository', 'pastacode'), 'placeholder' => __( 'John Doe', 'pastacode' ), 'name' => 'user' ),
# 'repository' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Repository', 'pastacode'), 'placeholder' => __( 'pastacode', 'pastacode' ), 'name' => 'repos' ),
#: pastacodeSH.php:794
msgid "User of repository"
msgstr "Propriétaire du dépot"

# <?php
# $fields = array('username' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('User of repository', 'pastacode'), 'placeholder' => __( 'John Doe', 'pastacode' ), 'name' => 'user' ),
# 'repository' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Repository', 'pastacode'), 'placeholder' => __( 'pastacode', 'pastacode' ), 'name' => 'repos' ),
#: pastacodeSH.php:795
msgid "John Doe"
msgstr "John Doe"

# $fields = array('username' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('User of repository', 'pastacode'), 'placeholder' => __( 'John Doe', 'pastacode' ), 'name' => 'user' ),
# 'repository' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Repository', 'pastacode'), 'placeholder' => __( 'pastacode', 'pastacode' ), 'name' => 'repos' ),
# 'path-id' => array( 'classes' => array( 'gist','pastebin' ), 'label' => __('Code ID', 'pastacode'), 'placeholder' => '123456', 'name' => 'path_id' ),
#: pastacodeSH.php:800
msgid "Repository"
msgstr "Dépot"

#: pastacodeSH.php:801
msgid "pcsh"
msgstr "pcsh"

# 'repository' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Repository', 'pastacode'), 'placeholder' => __( 'pastacode', 'pastacode' ), 'name' => 'repos' ),
# 'path-id' => array( 'classes' => array( 'gist','pastebin' ), 'label' => __('Code ID', 'pastacode'), 'placeholder' => '123456', 'name' => 'path_id' ),
# 'path-repo' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('File path inside the repository', 'pastacode'), 'placeholder' => __( 'bin/foobar.php', 'pastebin' ), 'name' => 'path_id'  ),
#: pastacodeSH.php:806
msgid "Code ID"
msgstr "ID du code"

# 'path-id' => array( 'classes' => array( 'gist','pastebin' ), 'label' => __('Code ID', 'pastacode'), 'placeholder' => '123456', 'name' => 'path_id' ),
# 'path-repo' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('File path inside the repository', 'pastacode'), 'placeholder' => __( 'bin/foobar.php', 'pastebin' ), 'name' => 'path_id'  ),
# 'path-up' => array( 'classes' => array( 'file' ), 'label' => sprintf( __('File path relative to %s', 'pastacode'), esc_html( WP_CONTENT_URL ) ), 'placeholder' => date( 'Y/m' ).'/source.txt', 'name' => 'path_id'  ),
#: pastacodeSH.php:812
msgid "File path inside the repository"
msgstr "Chemin du fichier dans le dépot"

# 'path-id' => array( 'classes' => array( 'gist','pastebin' ), 'label' => __('Code ID', 'pastacode'), 'placeholder' => '123456', 'name' => 'path_id' ),
# 'path-repo' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('File path inside the repository', 'pastacode'), 'placeholder' => __( 'bin/foobar.php', 'pastebin' ), 'name' => 'path_id'  ),
# 'path-up' => array( 'classes' => array( 'file' ), 'label' => sprintf( __('File path relative to %s', 'pastacode'), esc_html( WP_CONTENT_URL ) ), 'placeholder' => date( 'Y/m' ).'/source.txt', 'name' => 'path_id'  ),
#: pastacodeSH.php:813
msgid "bin/foobar.php"
msgstr "bin/foobar.php"

# 'path-repo' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('File path inside the repository', 'pastacode'), 'placeholder' => __( 'bin/foobar.php', 'pastebin' ), 'name' => 'path_id'  ),
# 'path-up' => array( 'classes' => array( 'file' ), 'label' => sprintf( __('File path relative to %s', 'pastacode'), esc_html( WP_CONTENT_URL ) ), 'placeholder' => date( 'Y/m' ).'/source.txt', 'name' => 'path_id'  ),
# 'revision' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Revision', 'pastacode'), 'placeholder' => __('master', 'pastacode'), 'name' => 'revision'  ),
#: pastacodeSH.php:819
msgid "File path relative to %s"
msgstr "Chemin du fichier relatif à %s"

# 'path-up' => array( 'classes' => array( 'file' ), 'label' => sprintf( __('File path relative to %s', 'pastacode'), esc_html( WP_CONTENT_URL ) ), 'placeholder' => date( 'Y/m' ).'/source.txt', 'name' => 'path_id'  ),
# 'revision' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Revision', 'pastacode'), 'placeholder' => __('master', 'pastacode'), 'name' => 'revision'  ),
# 'manual' => array( 'classes' => array( 'manual' ), 'label' => __('Code', 'pastacode'), 'name' => 'manual'  ),
#: pastacodeSH.php:827
msgid "Revision"
msgstr "Révision"

# 'path-up' => array( 'classes' => array( 'file' ), 'label' => sprintf( __('File path relative to %s', 'pastacode'), esc_html( WP_CONTENT_URL ) ), 'placeholder' => date( 'Y/m' ).'/source.txt', 'name' => 'path_id'  ),
# 'revision' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Revision', 'pastacode'), 'placeholder' => __('master', 'pastacode'), 'name' => 'revision'  ),
# 'manual' => array( 'classes' => array( 'manual' ), 'label' => __('Code', 'pastacode'), 'name' => 'manual'  ),
#: pastacodeSH.php:828
msgid "master"
msgstr "master"

# 'revision' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Revision', 'pastacode'), 'placeholder' => __('master', 'pastacode'), 'name' => 'revision'  ),
# 'manual' => array( 'classes' => array( 'manual' ), 'label' => __('Code', 'pastacode'), 'name' => 'manual'  ),
# 'message' => array( 'classes' => array( 'manual' ), 'label' => __('Code title', 'pastacode'),'placeholder' => __('title', 'pastacode'), 'name' => 'message'  ),
#: pastacodeSH.php:833
msgid "Code"
msgstr "Code"

#: pastacodeSH.php:841
msgid "Tab size"
msgstr "Taille de l'onglet"

# 'manual' => array( 'classes' => array( 'manual' ), 'label' => __('Code', 'pastacode'), 'name' => 'manual'  ),
# 'message' => array( 'classes' => array( 'manual' ), 'label' => __('Code title', 'pastacode'),'placeholder' => __('title', 'pastacode'), 'name' => 'message'  ),
# );
#: pastacodeSH.php:848
msgid "Code title"
msgstr "Titre du code"

# 'manual' => array( 'classes' => array( 'manual' ), 'label' => __('Code', 'pastacode'), 'name' => 'manual'  ),
# 'message' => array( 'classes' => array( 'manual' ), 'label' => __('Code title', 'pastacode'),'placeholder' => __('title', 'pastacode'), 'name' => 'message'  ),
# );
#: pastacodeSH.php:849
msgid "title"
msgstr "Titre"

# <tr valign="top" class="field">
# <th class="label" scope="row"><label for="pastacode-highlight"><span class="alignleft"><?php _e('Highlited lines', 'pastacode'); ?></span></label></th>
# <td>
#: pastacodeSH.php:856
msgid "Highlited lines"
msgstr "Lignes soulignées"

# add_settings_field( 'pastacode_linenumbers',
# __( 'Show line numbers', 'pastacode' ),
# 'pastacode_setting_callback_function',
#~ msgid "Show line numbers"
#~ msgstr "Afficher les numéros de ligne"

# 'options' => array(
# 'y' => __( 'Yes', 'pastacode' ),
# 'n' => __( 'No', 'pastacode' ),
#~ msgid "Yes"
#~ msgstr "Oui"

# 'y' => __( 'Yes', 'pastacode' ),
# 'n' => __( 'No', 'pastacode' ),
# ),
#~ msgid "No"
#~ msgstr "Non"

# add_settings_field( 'pastacode_showinvisible',
# __( 'Show invisible chars', 'pastacode' ),
# 'pastacode_setting_callback_function',
#~ msgid "Show invisible chars"
#~ msgstr "Afficher les caractères invisibles"

# <tr valign="top" class="field">
# <th class="label" scope="row"><label for="pastacode-lines"><span class="alignleft"><?php _e('Visibles lines', 'pastacode'); ?></span></label></th>
# <td>
#~ msgid "Visibles lines"
#~ msgstr "Lignes visibles"

# $fields = array('username' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('User of repository', 'pastacode'), 'placeholder' => __( 'John Doe', 'pastacode' ), 'name' => 'user' ),
# 'repository' => array( 'classes' => array( 'github','bitbucket' ), 'label' => __('Repository', 'pastacode'), 'placeholder' => __( 'pastacode', 'pastacode' ), 'name' => 'repos' ),
# 'path-id' => array( 'classes' => array( 'gist','pastebin' ), 'label' => __('Code ID', 'pastacode'), 'placeholder' => '123456', 'name' => 'path_id' ),
#~ msgid "pastacode"
#~ msgstr "pastacode"

# <td>
# <p class="current-page"><input name="pastacode-insert" type="submit" class="button-primary" id="pastacode-insert" tabindex="5" accesskey="p" value="<?php _e('Insert shortcode', 'pastacode') ?>"></p>
# </td>
#~ msgid "Insert shortcode"
#~ msgstr "Insérer le shortcode"

#, fuzzy
#~ msgid "https://wordpress.org/plugins/pcsh-pastacode-syntaxhighlighter/"
#~ msgstr "http://wordpress.org/extend/plugins/pastacode/"

#~ msgid ""
#~ "Embed GitHub, Gist, Pastebin, Bitbucket or whatever remote files and even "
#~ "your own code by copy/pasting."
#~ msgstr ""
#~ "Intégrer GitHub, Gist, Pastebin, Bitbucket ou vos fichiers à distance et "
#~ "même votre propre code par simple copier/coller."

#~ msgid "Juri Pavlov"
#~ msgstr "Juri Pavlov"

#~ msgid "http://www.overscale.net"
#~ msgstr "http://www.overscale.net"

#~ msgid "Pastacode"
#~ msgstr "Pastacode"
