|
@@ -1,17 +1,17 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|
|
|
-define('configuration_files', "Configuration Files");
|
|
|
|
|
-define('editing_file', "Editing File");
|
|
|
|
|
-define('no_server_specfied', "No Server ID specified - can't list any configuration files.");
|
|
|
|
|
-define('no_home', "You don't have access to the given Server ID.");
|
|
|
|
|
-define('no_configs_for_game', "This has has no configuration files defined.");
|
|
|
|
|
-define('name', "Name");
|
|
|
|
|
-define('no_description', "No Description");
|
|
|
|
|
|
|
+define('configuration_files', "Fichiers de Configuration");
|
|
|
|
|
+define('editing_file', "Edition du Fichier");
|
|
|
|
|
+define('no_server_specfied', "Pas d'ID Serveur spécifié - impossible de lister les fichiers de configuration.");
|
|
|
|
|
+define('no_home', "Vous n'avez pas accès à cet ID Serveur.");
|
|
|
|
|
+define('no_configs_for_game', "Il n'y a pas des fichiers de configuration définis.");
|
|
|
|
|
+define('name', "Nom");
|
|
|
|
|
+define('no_description', "Pas de Description");
|
|
|
define('description', "Description");
|
|
define('description', "Description");
|
|
|
-define('invalid_file', "The specified file may not be edited.");
|
|
|
|
|
-define('wrote_changes', "Successfully saved the file.");
|
|
|
|
|
-define('failed_write', "Failed to save the file.");
|
|
|
|
|
-define('file_not_found', "The file was not found.");
|
|
|
|
|
-define('failed_read', "Failed to read the file.");
|
|
|
|
|
-define('save', "Save");
|
|
|
|
|
-define('go_back', "Go Back");
|
|
|
|
|
|
|
+define('invalid_file', "Le fichier spécifié ne peut pas être édité.");
|
|
|
|
|
+define('wrote_changes', "Fichier enregistré avec succès.");
|
|
|
|
|
+define('failed_write', "Echec lors de l'enregistrement du fichier.");
|
|
|
|
|
+define('failed_read', "Echec lors de la lecture du fichier.");
|
|
|
|
|
+define('save', "Enregistrer");
|
|
|
|
|
+define('go_back', "Retour");
|
|
|
|
|
+define('new_file', "New File");
|