Add some translation file

Add some translation file
This commit is contained in:
novgorodschi catalin
2026-07-03 14:15:19 +03:00
parent 367421f278
commit 4bd3079c97
5 changed files with 18 additions and 22 deletions
+3
View File
@@ -2301,6 +2301,9 @@ tz_def('TZ_WE_STRIVE_TO_ENSURE_SPEEDY_PROCESS', 'We strive to ensure speedy proc
tz_def('TZ_WHY_CAN_T_I_FINISH_SOME_BUILDINGS', 'Why can\'t I finish some buildings with Gold?');
tz_def('TZ_WILL_BE_ATTACKED_BY_CATAPULT_S', '(will be attacked by catapult(s))');
tz_def('TZ_WILL_SPAWN_IN', 'will spawn in:');
tz_def('TZ_WILL_SPAWN_IN_ARTIFACTS', 'Artifacts');
tz_def('TZ_WILL_SPAWN_IN_WW', 'WW villages');
tz_def('TZ_WILL_SPAWN_IN_PLAN', 'WW building plans');
tz_def('TZ_WOODCUTTER_INSTANTLY_COMPLETED', 'Woodcutter instantly completed.');
tz_def('TZ_WORLD_STATS', 'World Stats');
tz_def('TZ_WRITE_THE_CODE', 'Write the code');
+3
View File
@@ -2300,6 +2300,9 @@ define('TZ_WE_STRIVE_TO_ENSURE_SPEEDY_PROCESS', 'Nous nous efforçons d\'assurer
define('TZ_WHY_CAN_T_I_FINISH_SOME_BUILDINGS', 'Pourquoi ne puis-je pas terminer certains bâtiments avec de l\'or ?');
define('TZ_WILL_BE_ATTACKED_BY_CATAPULT_S', '(sera attaqué par catapulte(s))');
define('TZ_WILL_SPAWN_IN', 'apparaîtra dans :');
define('TZ_WILL_SPAWN_IN_ARTIFACTS', 'Les artefacts');
define('TZ_WILL_SPAWN_IN_WW', 'Les villages Merveille du Monde');
define('TZ_WILL_SPAWN_IN_PLAN', 'Les plans de la Merveille du Monde');
define('TZ_WOODCUTTER_INSTANTLY_COMPLETED', 'Bûcheron terminé instantanément.');
define('TZ_WORLD_STATS', 'Statistiques du monde');
define('TZ_WRITE_THE_CODE', 'Saisissez le code');
+4 -1
View File
@@ -2294,7 +2294,10 @@ define('TZ_WARNING_CATAPULT_WILL', 'Atenție: catapulta va');
define('TZ_WE_STRIVE_TO_ENSURE_SPEEDY_PROCESS', 'Ne străduim să asigurăm o procesare rapidă!');
define('TZ_WHY_CAN_T_I_FINISH_SOME_BUILDINGS', 'De ce nu pot termina unele clădiri cu aur?');
define('TZ_WILL_BE_ATTACKED_BY_CATAPULT_S', '(va fi atacat de catapulte)');
define('TZ_WILL_SPAWN_IN', 'va apărea în:');
define('TZ_WILL_SPAWN_IN', 'vor apărea în:');
define('TZ_WILL_SPAWN_IN_ARTIFACTS', 'Artefactele');
define('TZ_WILL_SPAWN_IN_WW', 'Satele WW');
define('TZ_WILL_SPAWN_IN_PLAN', 'Planurile WW');
define('TZ_WOODCUTTER_INSTANTLY_COMPLETED', 'Tăietorul de lemne finalizat instant.');
define('TZ_WORLD_STATS', 'Statistici mondiale');
define('TZ_WRITE_THE_CODE', 'Scrie codul');
+3 -3
View File
@@ -47,15 +47,15 @@ $displayWindow = 432000 / SPEED; // 5 days in seconds
*/
$spawnEvents = array(
'Artifacts' => (
TZ_WILL_SPAWN_IN_ARTIFACTS => (
$startDate + (NATARS_SPAWN_TIME * 86400)
) - $currentTime,
'WW villages' => (
TZ_WILL_SPAWN_IN_WW => (
$startDate + (NATARS_WW_SPAWN_TIME * 86400)
) - $currentTime,
'WW building plans' => (
TZ_WILL_SPAWN_IN_PLAN => (
$startDate + (NATARS_WW_BUILDING_PLAN_SPAWN_TIME * 86400)
) - $currentTime
);
+5 -18
View File
@@ -83,10 +83,7 @@ $process = $units->procUnits($_POST);
<html>
<head>
<title><?php
echo SERVER_NAME.' - Send Troops'?>
</title>
<title><?php echo SERVER_NAME.' - Send Troops'?></title>
<link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="pragma" content="no-cache" />
@@ -96,19 +93,9 @@ echo SERVER_NAME.' - Send Troops'?>
<script src="mt-full.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7h" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php
echo GP_LOCATE;
?>lang/en/lang.css?f4b7d"
rel="stylesheet" type="text/css" />
<link href="<?php
echo GP_LOCATE;
?>lang/en/compact.css?f4b7i"
rel="stylesheet" type="text/css" />
<?php
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7d" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7i" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false){
echo "
@@ -120,7 +107,7 @@ echo GP_LOCATE;
<link href='".$session->gpack."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
}
?>
?>
<script type="text/javascript">
window.addEvent('domready', start);
</script>