Blame view
sources/apps/files_texteditor/l10n/fr.php
569 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Enregistrer", "Search" => "Rechercher", "Close" => "Fermer", "Next" => "Suivant", "Clear" => "Effacer", "Saving..." => "Enregistrement...", "Failed to save file" => "Impossible d'enregistrer le fichier", "An error occurred!" => "Une erreur est survenue !", "There are unsaved changes in the text editor" => "Certaines modifications dans l'éditeur de texte n'ont pas été sauvegardées", "There were unsaved changes, click here to go back" => "Certaines modifications n'ont pas été sauvegardées, cliquez ici pour revenir" ); |