]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang/fr.php
add some config documentation
[jirafeau_project.git] / lib / lang / fr.php
index 9dcb5244b614b250e0cf43d6af3bceca07d673ac..d806dc9b935a8b0ca15ee7a5dfaa40e4f81c5609 100644 (file)
@@ -80,7 +80,6 @@ $tr = array (
             'step' => 'étape',
             'out of' => 'sur',
             'Administration password' => 'Mot de passe d\'administration',
-            'Clean unused blocks' => 'Nettoie les bloques inutilisés',
             'Finalisation' => 'Finalisation',
             'Jirafeau is setting the website according to the configuration you provided.' => 'Jirafeau se configure selon les paramêtres donnés',
             'Previous step' => 'Etape précedente',
@@ -103,6 +102,7 @@ $tr = array (
             'Administration password' => 'Mot de passe d\'administration',
             /* admin.php */
             'Sorry, the admin interface is not enabled.' => 'Désolé, l\'interface d\'administration n\'est pas activée.',
+            'Sorry, you are not authenticated on admin interface.' => 'Désolé, vous n\'êtes pas authentifié sur l\'interface d\'administration',
             'Login' => 'Connexion',
             'Wrong password.' => 'Mot de passe invalide.',
             'Admin interface' => 'Interface d\'administration',
@@ -155,7 +155,7 @@ $tr = array (
             'This will return "Ok" if succeded, "Error" otherwhise.' => 'Retourne "OK" en cas de succès, "Error" dans le cas contraire.',
             'Get a generated scripts' => 'Récupérer un script généré',
             'This will return brut text content of the code.' => 'Renvoie le code sous forme the texte brut.',
-            'Initalize a asynchronous transfert' => 'Initialiser un transfert asynchrone',
+            'Initalize an asynchronous transfert' => 'Initialiser un transfert asynchrone',
             'The goal is to permit to transfert big file, chunk by chunk.' => 'Le but est de permettre de transférer de gros fichiers, morceaux par morceaux.',
             'Chunks of data must be sent in order.' => 'Chaque morceau doit être envoyé dans l\'ordre.',
             'First line is the asynchronous transfert reference and the second line the code to use in the next operation.'
@@ -163,16 +163,6 @@ $tr = array (
             'Push data during asynchronous transfert' => 'Envoyer des données pendant un transfert asynchrone',
             'Returns the next code to use.' => 'Renvoie le prochain code à utiliser.',
             'Finalize asynchronous transfert' => 'Finaliser un transfert asynchrone',
-            'Create a data block' => 'Creer un bloque de données',
-            'This interface permits to create a block of data filled with zeros.' => 'Cette interface permet de creer un bloque de données remplies de zeros.',
-            'You can read selected parts, write (using a code) and delete the block.' => 'Vous pouvez lire, écrire (en utilisant un code) et supprimer le bloque.',
-            'Blocks may be removed after a month of non usage.' => 'Les bloques non utilisés depuis plus d\'un mois seront probablement supprimés.',
-            'Get block size' => 'Récupérer la taille d\'un bloque',
-            'Read data in a block' => 'Lire des données dans un bloque',
-            'Write data in a block' => 'Ecrire des données dans un bloque',
-            'First line is a block id the second line the edit/delete code.' => 'La premiere ligne est l\'identifiant du bloque, la seconde est son code d\'écriture/suppression.',
-            'This will return asked data or "Error" string.' => 'Retourne les données ou la chaine "Error".',
-            'Delete a block' => 'Supprimer un bloque',
             'This will return "Ok" or "Error" string.' => 'Retourn la chaine "Ok" ou "Error".',
     );
  ?>

patrick-canterino.de