-
Notifications
You must be signed in to change notification settings - Fork 6
/
fr_FR.po
387 lines (326 loc) · 15.8 KB
/
fr_FR.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
# 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.
# https://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version:WPML_EXPORT_acajou\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language:fr\n"
"MIME-Version: 1.0\n"
#: <div class="reply"><?php
#: comment_reply_link( array_merge( $args, array(
#: 'reply_text' => __( 'Reply', 'acajou' ),
# wpml-name: 25d8df6e580905091a0d5ef5b9e05bf0
msgid "Reply"
msgstr "Répondre"
#: <?php $tags = get_the_tags(get_the_ID());
#: if ( $tags ): ?>
#: <span><?php _e('tags','acajou');?></span>
# wpml-name: d57ac45256849d9b13e2422d91580fb9
msgid "tags"
msgstr "mots-clés"
#: <?php $categories = get_the_category();
#: if ( $categories ): ?>
#: <span><?php _e('categories','acajou');?></span>
# wpml-name: b0b5ccb4a195a07fd3eed14affb8695f
msgid "categories"
msgstr "catégories"
#:
#: function acajou_register_nav_menus() {
#: register_nav_menu( 'social', __( 'Social', 'acajou' ) );
# wpml-name: f431e17ea0081a3c9e51fc240221ee21
msgid "Social"
msgstr "Social"
#: 'home_icon',
#: array(
#: 'label' => __('Show home icon in menu?', 'acajou'),
# wpml-name: cb212e451e752ea93d2cc987ab9d770e
msgid "Show home icon in menu?"
msgstr "Afficher l'icône d'accueil?"
#: // Create sections for socials links
#: $wp_customize->add_section('acajou_home_icon_section', array(
#: 'title' => __('Home icon', 'acajou'),
# wpml-name: 1f6fd1fc7f451feeec24b342a8494b86
msgid "Home icon"
msgstr "Icône d'accueil"
#: 'from_text',
#: array(
#: 'label' => __('Replace the defaut « From the blog » text', 'acajou'),
# wpml-name: b22300c42f67c53e432383a7295dec7c
msgid "Replace the defaut « From the blog » text"
msgstr "Remplacer le titre « Actualités »"
#: '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.', 'acajou' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>',
#: 'comment_notes_before' =>
#: '<p class="comment-notes">' . __( 'Your email address will not be published. Fields marked <span class="required">*</span> are required.' , 'acajou') . '</p>'
# wpml-name: f8b899362e65018d4a03d9c280ec1aa8
msgid "Your email address will not be published. Fields marked <span class=\"required\">*</span> are required."
msgstr "Votre e-mail ne sera pas publiée. Les champs marqués <span class=\"required\">*</span> dont requis."
#: '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>', 'acajou'), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>',
#: 'must_log_in' =>
#: '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.', 'acajou' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>',
# wpml-name: 82c7d3fe1c980c2e8fc58f5df017c90f
msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
msgstr "Vous devez être <a href=\"%s\">connecté(e) </a> pour publier un commentaire."
#: 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . __( 'Comment', 'acajou' ) . '</label><br /><textarea id="comment" name="comment" aria-required="true"></textarea></p>',
#: 'logged_in_as' =>
#: '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>', 'acajou'), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>',
# wpml-name: 0ad059285c0880e9ea0f0cb43102d871
msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out?</a>"
msgstr "Connecté(e) en tant que <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Se déconnecter\">Se déconnecter?</a>"
#: 'label_submit'=>__( 'Send', 'acajou' ),
#: // redefine your own textarea (the comment body)
#: 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . __( 'Comment', 'acajou' ) . '</label><br /><textarea id="comment" name="comment" aria-required="true"></textarea></p>',
# wpml-name: 0be8406951cdfda82f00f79328cf4efc
msgid "Comment"
msgstr "Commentaire"
#: 'comment_notes_after' => '',
#: // change the title of send button
#: 'label_submit'=>__( 'Send', 'acajou' ),
# wpml-name: 94966d90747b97d1f0f206c98a8b1ac3
msgid "Send"
msgstr "Envoyer"
#: '" size="30" /></p>',
#: ),
#: 'title_reply'=>'<h5 id="reply-title" class="comment-reply-title">'.__( 'Leave a comment', 'acajou' ).'</h5>',
# wpml-name: 4d475654cf26db0264212bc50e9cf6d2
msgid "Leave a comment"
msgstr "Laisser un commentaire"
#: '" size="30"' . $aria_req . ' /></p>',
#: 'url' =>
#: '<p class="comment-form-url"><label for="url">' . __( 'Website', 'acajou' ) . '</label>' .
# wpml-name: 15bbb9d0bbf25e8d2978de1168c749dc
msgid "Website"
msgstr "Website"
#:
#: 'email' =>
#: '<p class="comment-form-email"><label for="email">' . __( 'Email', 'acajou' ) . '</label> ' .
# wpml-name: ce8ae9da5b7cd6c3df2929543a9af92d
msgid "Email"
msgstr "E-mail"
#: 'website' =>'',
#: 'author' =>
#: '<p class="comment-form-author"><label for="author">' .__( 'Name', 'acajou' ) . '</label> ' .
# wpml-name: 49ee3087348e8d44e1feda1917443987
msgid "Name"
msgstr "Nom"
#: 'mid_size' => 2,
#: 'prev_text' => __( '«', 'acajou' ),
#: 'next_text' => __( '»', 'acajou' ),
# wpml-name: d0fbfc097c4fdbc0bc02e10243bd60fe
msgid "»"
msgstr "»"
#: <?php the_posts_pagination( array(
#: 'mid_size' => 2,
#: 'prev_text' => __( '«', 'acajou' ),
# wpml-name: a3332b79b0716cb7e3e4ec79a8b01048
msgid "«"
msgstr "«"
# wpml-name: 1bae563ac73d8764dc25047a4b779d41
msgid "Replace the defaut « From the blog » text"
msgstr "Remplacer le titre « Actualités »"
#: // Create sections for socials links
#: $wp_customize->add_section('acajou_from_section', array(
#: 'title' => __('From the blog', 'acajou'),
# wpml-name: e9e838e8eb8a156d2989faa260244799
msgid "From the blog"
msgstr "Actualités"
# wpml-name: dc754740f7de8b013feff530324c71b8
msgid "Type your text and use slash (/) for creating several sentences"
msgstr "Tapez votre texte et utilisez la barre oblique (/) pour créer plusieurs phrases"
# wpml-name: 0eae6a1413df83696f931b200ba47561
msgid "Typing machine"
msgstr "Machine à écrire"
#: <a href="<?php the_permalink();?>" class="small button post-item-buttom"><?php _e('Read more','acajou')?></a>
#: <?php if ( get_edit_post_link() ) : ?>
#: <a href="<?php echo get_edit_post_link();?>" class="small button alert"><i class="fa fa-edit"></i> <?php _e('Edit','acajou')?></a>
# wpml-name: 7dce122004969d56ae2e0245cb754d35
msgid "Edit"
msgstr "Modifier"
#:
#: } elseif ( is_404() ) {
#: echo $before .__('Error 404','acajou') . $after;
# wpml-name: bfd56f3cafc12f6317ae3351ad712eff
msgid "Error 404"
msgstr "Erreur 404"
#: global $author;
#: $userdata = get_userdata($author);
#: echo $before . __('Articles posted by ','acajou') . $userdata->display_name . $after;
# wpml-name: 111c1a6419c01b8dcb3ee6ea8f3a291b
msgid "Articles posted by "
msgstr "Articles publiés par"
#: $thisCat = get_category(get_query_var('cat'), false);
#: if ($thisCat->parent != 0) echo get_category_parents($thisCat->parent, TRUE, '');
#: echo $before . __('Archive by category ','acajou').'"' . single_cat_title('', false) . '"' . $after;
# wpml-name: 01f9dd31a3153c5998aa885b33565592
msgid "Archive by category "
msgstr "Archive par catégorie"
# wpml-name: 99dea78007133396a7b8ed70578ac6ae
msgid "Login"
msgstr "Connexion"
# wpml-name: eb92025cb8c66f1850c13a9b602a1856
msgid "Show all"
msgstr "Tout afficher"
# wpml-name: e28217bbf3a9d5af3f3e1c010455aa48
msgid "Results for \""
msgstr "Résultats de la recherche \""
# wpml-name: 13348442cc6a27032d2b4aa28b75a5d3
msgid "Search"
msgstr "Recherche"
# wpml-name: 7b84b1e37f72d12ede40f96f8b1c941e
msgid "Search for …"
msgstr "Chercher …"
#: <div class="medium-4 large-3 columns"> <?php echo get_avatar( get_the_author_meta('ID'), 120 ); ?> </div>
#: <div class="medium-8 large-9 columns">
#: <h3><?php _e('About the author','acajou'); ?></h3>
# wpml-name: de9fbb31a77fd14bb6228f52d6e1907c
msgid "About the author"
msgstr "A propos de l'auteur"
#: <h6 class="post-item-title"><a href="<?php the_permalink();?>"><?php the_title();?></a></h6>
#: <p><?php the_excerpt();?></p>
#: <a href="<?php the_permalink();?>" class="small button post-item-buttom"><?php _e('Read more','acajou')?></a>
# wpml-name: 43340e6cc4e88197d57f8d6d5ea50a46
msgid "Read more"
msgstr "Lire la suite"
#:
#: <div class="post-list not-found columns">
#: <h4><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'acajou' ); ?></h4>
# wpml-name: 4783397292b42b601dee3397f9ca05f9
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Il semble que rien ne puisse être trouvé pour cette page. Peut-être en suivant un des liens ci-dessous, ou en faisant une recherche ?"
#: <div class="row collapse">
#: <div class="small-10 columns">
#: <input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder', 'acajou' ); ?>" value="<?php echo get_search_query(); ?>" name="s" />
# wpml-name: 29042a31d997c996f52c1d2fd4ad813d
msgctxt "placeholder"
msgid "Search …"
msgstr "Chercher …"
#: <li class="name">
#: </li>
#: <li class="toggle-topbar menu-icon"><a href="#"><span><?php esc_html_e( 'Menu', 'acajou' );?></span></a></li>
# wpml-name: b61541208db7fa7dba42c85224405911
msgid "Menu"
msgstr "Menu"
# wpml-name: e9bb25dd73430089cf962dd6a73824da
msgid "Sorry, not found"
msgstr "Désolé!! La page n'existe pas"
# wpml-name: 583f75b52c16a2ef51b8fb8612338b26
msgid "Articles written by "
msgstr "Articles publiés par"
# wpml-name: 6df1ab400da4c77b3b3ea8f38397ba60
msgid "Results for "
msgstr "Résultats de la recherche"
# wpml-name: 193cfc9be3b995831c6af2fea6650e60
msgid "Page"
msgstr "Page"
#: $showOnHome = 0; // 1 - show breadcrumbs on the homepage, 0 - don't show
#: $delimiter = '/'; // delimiter between crumbs
#: $home = __('Home','acajou'); // text for the 'Home' link
# wpml-name: 8cf04a9734132302f96da8e113e80ce5
msgid "Home"
msgstr "Accueil"
#: new Palette_Custom_Control(
#: $wp_customize, 'acajou_theme_color', array(
#: 'label' => __( 'Theme color', 'acajou' ),
# wpml-name: 45e035baf33a8e403766a606457f8b10
msgid "Theme color"
msgstr "Couleur du thème"
# wpml-name: 582d0217bdd3280c7fef224c83846d47
msgid "Enter Github url"
msgstr "Lien Github"
# wpml-name: e3df3e1b4dda1804819fa7282c2ca0b7
msgid "Enter Youtube url"
msgstr "Lien Youtube"
# wpml-name: 13e90aa88383d670e2628878822f7515
msgid "Enter Twitter url"
msgstr "Lien Twitter"
# wpml-name: dfc2e158e98af501bceb60aef0532dd3
msgid "Enter Facebook url"
msgstr "Lien Facebook"
# wpml-name: 07c2799ee9c0898531b00af6694eb4cd
msgid "Social links"
msgstr "Réseaux sociaux"
#: ) );
#: register_sidebar( array(
#: 'name' => esc_html__( 'Footer', 'acajou' ),
# wpml-name: ded40f2a77c30efc6062db0cbd857746
msgid "Footer"
msgstr "Footer"
#: 'name' => esc_html__( 'Sidebar', 'acajou' ),
#: 'id' => 'sidebar-1',
#: 'description' => esc_html__( 'Add widgets here.', 'acajou' ),
# wpml-name: 5234c7d4d29fadd5614763897c8332c5
msgid "Add widgets here."
msgstr "Ajouter les widgets ici."
#: function acajou_widgets_init() {
#: register_sidebar( array(
#: 'name' => esc_html__( 'Sidebar', 'acajou' ),
# wpml-name: 219ff7705d67d0c798779951dcf82e95
msgid "Sidebar"
msgstr "Bare latérale"
#: // This theme uses wp_nav_menu() in one location.
#: register_nav_menus( array(
#: 'primary' => esc_html__( 'Primary', 'acajou' ),
# wpml-name: 074de7e7c226d5c60f8af14c20725352
msgid "Primary"
msgstr "Principal"
#: <div class="row">
#: <div class="small-6 large-6 columns">
#: <p class="copyright"><?php _e('Developed by ','acajou')?>Samuel Guebo.<br><a href="<?php echo esc_url( __( 'https://wordpress.org/', 'acajou' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'acajou' ), 'WordPress' ); ?></a> <?php _e('and available on','acajou')?> <a href="https://github.com/samuelguebo/acajou"><i class="fa fa-github"></i> Github</a></p>
# wpml-name: d6c4a6ac6a732b8db88d1cfe32b5b44e
msgid "and available on"
msgstr "et disponible sur "
#: <div class="row">
#: <div class="small-6 large-6 columns">
#: <p class="copyright"><?php _e('Developed by ','acajou')?>Samuel Guebo.<br><a href="<?php echo esc_url( __( 'https://wordpress.org/', 'acajou' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'acajou' ), 'WordPress' ); ?></a> <?php _e('and available on','acajou')?> <a href="https://github.com/samuelguebo/acajou"><i class="fa fa-github"></i> Github</a></p>
# wpml-name: e2b8f1326fea2c94cdc3bccda878a9d6
msgid "Developed by "
msgstr "Développé par "
#: <div class="row">
#: <div class="small-6 large-6 columns">
#: <p class="copyright"><?php _e('Developed by ','acajou')?>Samuel Guebo.<br><a href="<?php echo esc_url( __( 'https://wordpress.org/', 'acajou' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'acajou' ), 'WordPress' ); ?></a> <?php _e('and available on','acajou')?> <a href="https://github.com/samuelguebo/acajou"><i class="fa fa-github"></i> Github</a></p>
# wpml-name: a657bb99c4349a9510fe2a5585e30a15
msgid "Proudly powered by %s"
msgstr "Fièrement propulsé par %s"
#: <div class="row">
#: <div class="small-6 large-6 columns">
#: <p class="copyright"><?php _e('Developed by ','acajou')?>Samuel Guebo.<br><a href="<?php echo esc_url( __( 'https://wordpress.org/', 'acajou' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'acajou' ), 'WordPress' ); ?></a> <?php _e('and available on','acajou')?> <a href="https://github.com/samuelguebo/acajou"><i class="fa fa-github"></i> Github</a></p>
# wpml-name: 71a7765c3d553e44aaa308159b5a2ba6
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
# wpml-name: ed9e37872f818f1e8903eba505917478
msgctxt "comments title"
msgid "%1$s thoughts on “%2$s”"
msgstr "%1$s commentaires sur “%2$s”"
# wpml-name: 5e842f65391c3945c5d208be06d82896
msgctxt "comments title"
msgid "One thought on “%2$s”"
msgstr "Un commentaire sur “%2$s”"
#: if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
#:
#: <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'acajou' ); ?></p>
# wpml-name: 496c558a09bbbcfc869aa80b2f037261
msgid "Comments are closed."
msgstr "Les commentaires sont fermés."
#: <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
#: <nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
#: <h4 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'acajou' ); ?></h4>
# wpml-name: 221b94a7f866d10d0b85b7886cea5d18
msgid "Comment navigation"
msgstr "Navigation"
#:
#: <div class="nav-previous"><?php previous_comments_link( esc_html__( 'Older Comments', 'acajou' ) ); ?></div>
#: <div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments', 'acajou' ) ); ?></div>
# wpml-name: 36eb7633eb95e849cb42a170ea48e2dc
msgid "Newer Comments"
msgstr "Commentaires récents"
#: <div class="nav-links">
#:
#: <div class="nav-previous"><?php previous_comments_link( esc_html__( 'Older Comments', 'acajou' ) ); ?></div>
# wpml-name: 18ee891b4e245d0cea15e36769318ccd
msgid "Older Comments"
msgstr "Anciens commentaires"