Skip to content
Next Next commit
Begin French translation.
  • Loading branch information
WilliamAboucaya authored Oct 27, 2021
commit 3a12ffa01a907eaae7655c8423facd615040ce2e
34 changes: 34 additions & 0 deletions ebook/fr/ibis.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php

return [
/**
* The book title.
*/
'title' => 'Introduction au script Bash',

/**
* The author name.
*/
'author' => 'Bobby Iliev',

/**
* The list of fonts to be used in the different themes.
*/
'fonts' => [
// 'calibri' => 'Calibri-Regular.ttf',
// 'times' => 'times-regular.ttf',
],

/**
* Page ranges to be used with the sample command.
*/
'sample' => [
[1, 35]
],

/**
* A notice printed at the final page of a generated sample.
*/
'sample_notice' => 'Extrait de "Introduction au script Bash" par Bobby Iliev. <br>
Pour davantage d\'informations, <a href="https://bobbyiliev.com/">Cliquez ici</a>.',
];