|
|
@@ -1,17 +1,17 @@
|
|
|
<?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('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('configuration_files', "Konfigurációs fájlok");
|
|
|
+define('editing_file', "Fájl szerkesztése");
|
|
|
+define('no_server_specfied', "Nincs megadva a szerver azonosító - nem listázhat semmilyen konfigurációs fájlt.");
|
|
|
+define('no_home', "Nincs hozzáférésed az adott szerver azonosítóhoz.");
|
|
|
+define('no_configs_for_game', "Ez nem rendelkezik konfigurációs fájlokkal.");
|
|
|
+define('name', "Név");
|
|
|
+define('no_description', "Nincs leírás");
|
|
|
+define('description', "Leírás");
|
|
|
+define('invalid_file', "A megadott fájl nem szerkeszthető.");
|
|
|
+define('wrote_changes', "Sikeresen mentette a fájlt.");
|
|
|
+define('failed_write', "Nem sikerült menteni a fájlt.");
|
|
|
+define('failed_read', "Nem sikerült olvasni a fájlt.");
|
|
|
+define('save', "Mentés");
|
|
|
+define('go_back', "Menj vissza");
|
|
|
+define('new_file', "Új fájl");
|