403Webshell
Server IP : 103.119.228.120  /  Your IP : 3.133.108.172
Web Server : Apache
System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User : nobody ( 99)
PHP Version : 5.6.40
Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime
MySQL : ON |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /var/softaculous/bnt/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /var/softaculous/bnt/bnt.sql
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `bnt663`
--

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adodb_logsql`
--

CREATE TABLE `[[dbprefix]]adodb_logsql` (
  `created` datetime NOT NULL,
  `sql0` varchar(250) NOT NULL,
  `sql1` text NOT NULL,
  `params` text NOT NULL,
  `tracer` text NOT NULL,
  `timer` decimal(16,6) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]bounty`
--

CREATE TABLE `[[dbprefix]]bounty` (
  `bounty_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `amount` bigint(20) unsigned NOT NULL DEFAULT '0',
  `bounty_on` int(10) unsigned NOT NULL DEFAULT '0',
  `placed_by` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`bounty_id`),
  KEY `bounty_on` (`bounty_on`),
  KEY `placed_by` (`placed_by`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]ibank_accounts`
--

CREATE TABLE `[[dbprefix]]ibank_accounts` (
  `ship_id` int(11) NOT NULL DEFAULT '0',
  `balance` bigint(20) DEFAULT '0',
  `loan` bigint(20) DEFAULT '0',
  `loantime` datetime DEFAULT NULL,
  PRIMARY KEY (`ship_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `[[dbprefix]]ibank_accounts`
--

INSERT INTO `[[dbprefix]]ibank_accounts` VALUES
(1, 0, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]IGB_transfers`
--

CREATE TABLE `[[dbprefix]]IGB_transfers` (
  `transfer_id` int(11) NOT NULL AUTO_INCREMENT,
  `source_id` int(11) NOT NULL DEFAULT '0',
  `dest_id` int(11) NOT NULL DEFAULT '0',
  `time` datetime DEFAULT NULL,
  `amount` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`transfer_id`),
  KEY `amount` (`amount`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]ip_bans`
--

CREATE TABLE `[[dbprefix]]ip_bans` (
  `ban_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ban_mask` varchar(16) NOT NULL,
  PRIMARY KEY (`ban_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]languages`
--

CREATE TABLE `[[dbprefix]]languages` (
  `lang_id` smallint(5) NOT NULL AUTO_INCREMENT,
  `language` varchar(30) NOT NULL DEFAULT 'english',
  `name` varchar(75) NOT NULL,
  `value` varchar(2000) NOT NULL,
  `category` char(30) NOT NULL,
  PRIMARY KEY (`lang_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5133 ;

--
-- Dumping data for table `[[dbprefix]]languages`
--

INSERT INTO `[[dbprefix]]languages` VALUES
(1, 'english', 'local_date_full_format', 'Y-m-d H:i:s', 'regional'),
(2, 'english', 'local_date_short_format', 'Y-m-d', 'regional'),
(3, 'english', 'local_lang', 'en', 'regional'),
(4, 'english', 'local_logdate_full_format', 'F d Y H:i', 'regional'),
(5, 'english', 'local_logdate_med_format', 'F d Y', 'regional'),
(6, 'english', 'local_logdate_short_format', 'M d', 'regional'),
(7, 'english', 'local_number_dec_point', '.', 'regional'),
(8, 'english', 'local_number_thousands_sep', ',', 'regional'),
(9, 'english', 'l_admin_title', 'Administration', 'admin'),
(10, 'english', 'l_change_uni_title', 'Change universe size', 'admin'),
(11, 'english', 'l_att_title', 'Attack Ship', 'attack'),
(12, 'english', 'l_att_andused', 'and used', 'attack'),
(13, 'english', 'l_att_loosepod', 'Luckily you have an escape pod!', 'attack'),
(14, 'english', 'l_att_notarg', 'Target not in this sector.', 'attack'),
(15, 'english', 'l_att_noturn', 'You need at least one turn to attack.', 'attack'),
(16, 'english', 'l_att_noatt', 'Attacking someone in this sector is not permitted.', 'attack'),
(17, 'english', 'l_att_flee', 'Target out maneuvered you!', 'attack'),
(18, 'english', 'l_att_ewd', 'Target engaged an emergency warp device when attacked!', 'attack'),
(19, 'english', 'l_att_att', 'Attacking', 'attack'),
(20, 'english', 'l_att_lost', 'lost', 'attack'),
(21, 'english', 'l_att_ylost', 'You lost', 'attack'),
(22, 'english', 'l_att_sdown', '''s shields are down!', 'attack'),
(23, 'english', 'l_att_ydown', 'Your shields are down!', 'attack'),
(24, 'english', 'l_att_shits', '''s shields are hit for', 'attack'),
(25, 'english', 'l_att_yhits', 'Your shields are hit for', 'attack'),
(26, 'english', 'l_att_dmg', 'damage', 'attack'),
(27, 'english', 'l_att_sarm', '''s armor breached!', 'attack'),
(28, 'english', 'l_att_yarm', 'Your armor has been breached!', 'attack'),
(29, 'english', 'l_att_ashit', '''s armor is hit for', 'attack'),
(30, 'english', 'l_att_ayhit', 'Your armor is hit for', 'attack'),
(31, 'english', 'l_att_lostf', 'lost all fighters.', 'attack'),
(32, 'english', 'l_att_ylostf', 'You lost all fighters.', 'attack'),
(33, 'english', 'l_att_sdest', '''s ship has been destroyed.', 'attack'),
(34, 'english', 'l_att_espod', 'An escape pod was launched!', 'attack'),
(35, 'english', 'l_att_ysalv', 'You salvaged [salv_ore] units of ore, [salv_organics] units of organics, [salv_goods] units of goods, and salvaged [ship_salvage_rate]% of the ship for [ship_salvage] credits.', 'attack'),
(36, 'english', 'l_att_ysalv2', 'Your rating changed by [rating_change] points.', 'attack'),
(37, 'english', 'l_att_stilship', 'You did not destory [name]''s ship.', 'attack'),
(38, 'english', 'l_att_yshiplost', 'Your ship has been destroyed!', 'attack'),
(39, 'english', 'l_att_salv', '[name] salvaged [salv_ore] units of ore, [salv_organics] units of organics, [salv_goods] units of goods, and salvaged [ship_salvage_rate]% of the ship for [ship_salvage] credits', 'attack'),
(40, 'english', 'l_beacon_title', 'Deploy Space Beacon', 'beacon'),
(41, 'english', 'l_beacon_notpermitted', 'Deploying space beacons in this sector is not permitted.', 'beacon'),
(42, 'english', 'l_beacon_reads', 'Present beacon reads', 'beacon'),
(43, 'english', 'l_beacon_none', 'There presently isn''t a beacon in this sector.', 'beacon'),
(44, 'english', 'l_beacon_enter', 'Enter text for beacon', 'beacon'),
(45, 'english', 'l_beacon_nowreads', 'Beacon now reads', 'beacon'),
(46, 'english', 'l_beacon_donthave', 'You do not have a space beacon.', 'beacon'),
(47, 'english', 'l_by_title', 'Bounties', 'bounty'),
(48, 'english', 'l_by_noturn', 'You need at least one turn to place or modify a bounty.', 'bounty'),
(49, 'english', 'l_by_amount', 'Bounty Amount', 'bounty'),
(50, 'english', 'l_by_place', 'Place Bounty', 'bounty'),
(51, 'english', 'l_by_nobounties', 'There are currently no bounties.', 'bounty'),
(52, 'english', 'l_by_bountyon', 'Bounty On', 'bounty'),
(53, 'english', 'l_by_placedby', 'Placed by', 'bounty'),
(54, 'english', 'l_by_thefeds', 'The Federation', 'bounty'),
(55, 'english', 'l_by_cancel', 'Cancel', 'bounty'),
(56, 'english', 'l_by_yourself', 'You can not place a bounty on your self.', 'bounty'),
(57, 'english', 'l_by_notenough', 'You do not have enough credits to place a bounty of that amount.', 'bounty'),
(58, 'english', 'l_by_toomuch', 'You can not place that bounty. Maximum bounty allowed on another player is [percent] percent of your net worth', 'bounty'),
(59, 'english', 'l_by_zeroamount', 'Bounties must be greater than 0 credits.', 'bounty'),
(60, 'english', 'l_by_placed', 'The bounty has been placed.', 'bounty'),
(61, 'english', 'l_by_nobounty', 'That bounty no longer exists.', 'bounty'),
(62, 'english', 'l_by_notyours', 'That bounty was not placed by you.', 'bounty'),
(63, 'english', 'l_by_canceled', 'The bounty has been canceled.', 'bounty'),
(64, 'english', 'l_by_action', 'Action', 'bounty'),
(65, 'english', 'l_by_placebounty', 'Place or view bounties.', 'bounty'),
(66, 'english', 'l_by_moredetails', 'Click on the name for more details.', 'bounty'),
(67, 'english', 'l_by_fedbounty', 'Attacking this player would result in The Federation placing a bounty on you.', 'bounty'),
(68, 'english', 'l_by_fedbounty2', 'The Federation does not approve of attacking much smaller ships. It has placed a bounty on you.', 'bounty'),
(69, 'english', 'l_by_notexists', 'The player you are putting the bounty on does not exist.', 'bounty'),
(70, 'english', 'l_by_destroyed', 'You can not place a bounty on a player with a destroyed ship.', 'bounty'),
(71, 'english', 'l_new_pwis', 'Your password is', 'bounty'),
(72, 'english', 'l_planet2_sector', 'You are not in the same sector as that planet.', 'bounty'),
(73, 'english', 'l_planet_destroyplanet', 'Destroy Planet', 'bounty'),
(74, 'english', 'l_planet_warning', 'Doing this will totally destroy this planet', 'bounty'),
(75, 'english', 'l_planet_confirm', 'Do you really want to destroy this planet?', 'bounty'),
(76, 'english', 'l_port_bounty', 'You can not access a special port while you have a bounty on you placed by The Federation.', 'bounty'),
(77, 'english', 'l_port_bounty2', 'Click [here] to pay the bounty of [amount] credits.', 'bounty'),
(78, 'english', 'l_port_btynotenough', 'You do not have enough credtis to pay the bounty of [amount] credits.', 'bounty'),
(79, 'english', 'l_port_bountypaid', 'You have paid the bounty. Click [here] to continue.', 'bounty'),
(80, 'english', 'l_port_loannotrade', 'The IGB has issued a lockdown on your ship account due to a late loan payment. You cannot trade at a special port until you pay back your loan.', 'bounty'),
(81, 'english', 'l_tdr_engageagain', 'Click [here] to do this trade route again, or here to do it [five] or [ten] or [fifty] times', 'bounty'),
(82, 'english', 'l_scan_bounty', 'This ship has a total bounty on it of [amount] credits.', 'bounty'),
(83, 'english', 'l_scan_fedbounty', 'This ship has a bounty on it from The Federation.', 'bounty'),
(84, 'english', 'l_by_nofedbounty', 'Attacking this player will NOT result in The Federation placing a bounty on you.', 'bounty'),
(85, 'english', 'l_chf_youretreatback', 'You retreat back to your previous location', 'check_fighters'),
(86, 'english', 'l_chf_notenoughcreditstoll', 'You do not have enough credits to pay the toll.', 'check_fighters'),
(87, 'english', 'l_chf_movefailed', 'Move failed.', 'check_fighters'),
(88, 'english', 'l_chf_youpaidsometoll', 'You paid [chf_tollstring] credits for the toll.', 'check_fighters'),
(89, 'english', 'l_chf_thefightersdetectyou', 'The fighters detect you!', 'check_fighters'),
(90, 'english', 'l_chf_therearetotalfightersindest', 'There are [chf_total_sector_fighters] fighters in your destination sector.', 'check_fighters'),
(91, 'english', 'l_chf_creditsdemanded', 'They demand [chf_number_fighterstoll] credits to enter this sector.', 'check_fighters'),
(92, 'english', 'l_chf_youcan', 'You can', 'check_fighters'),
(93, 'english', 'l_chf_youcanretreat', '[retreat] - Will cost an extra turn.', 'check_fighters'),
(94, 'english', 'l_chf_inputpay', '[pay] - Pay the toll and enter without harm from the fighters.', 'check_fighters'),
(95, 'english', 'l_chf_inputfight', '[fight] - you must defeat all the fighters to enter the sector.', 'check_fighters'),
(96, 'english', 'l_chf_inputcloak', '[cloak] - Use your cloaking device and try to avoid the fighters.', 'check_fighters'),
(97, 'english', 'l_chf_go', 'Go', 'check_fighters'),
(98, 'english', 'l_chm_youhitsomemines', 'You hit [chm_roll] mines!', 'check_mines'),
(99, 'english', 'l_chm_hehitminesinsector', '[chm_playerinfo_character_name] hit [chm_roll] mines in sector [chm_sector].', 'check_mines'),
(100, 'english', 'l_chm_youlostminedeflectors', 'You lost [chm_roll] mine deflectors.', 'check_mines'),
(101, 'english', 'l_chm_youlostallminedeflectors', 'You lost all your mine deflectors.', 'check_mines'),
(102, 'english', 'l_chm_youhadnominedeflectors', 'You had no mine deflectors.', 'check_mines'),
(103, 'english', 'l_chm_yourshieldshitforminesdmg', 'Your shields are hit for [chm_mines_left] damage.', 'check_mines'),
(104, 'english', 'l_chm_yourshieldsaredown', 'Your shields are down!', 'check_mines'),
(105, 'english', 'l_chm_youlostallyourshields', 'You lost all your shields!', 'check_mines'),
(106, 'english', 'l_chm_yourarmorhitforminesdmg', 'Your armor is hit for [chm_mines_left] damage.', 'check_mines'),
(107, 'english', 'l_chm_yourhullisbreached', 'Your hull is breached!', 'check_mines'),
(108, 'english', 'l_chm_hewasdestroyedbyyourmines', '[chm_playerinfo_character_name] was destroyed by your mines in sector [chm_sector].', 'check_mines'),
(109, 'english', 'l_chm_yourshiphasbeendestroyed', 'Your ship has been destroyed!', 'check_mines'),
(110, 'english', 'l_chm_luckescapepod', 'Luckily you have an escape pod!', 'check_mines'),
(111, 'english', 'l_cmb_atleastoneturn', 'You need at least one turn to attack a planet.', 'combat'),
(112, 'english', 'l_cmb_shipenergybb', 'Ship energy before beams', 'combat'),
(113, 'english', 'l_cmb_shipenergyab', 'Ship energy after beams', 'combat'),
(114, 'english', 'l_cmb_shipenergyas', 'Ship energy after shields', 'combat'),
(115, 'english', 'l_cmb_shiptorpsbtl', 'Ship torpedos before torp launch', 'combat'),
(116, 'english', 'l_cmb_shiptorpsatl', 'Ship torpedos after torp launch', 'combat'),
(117, 'english', 'l_cmb_planettorpdamage', 'Planet torp damage', 'combat'),
(118, 'english', 'l_cmb_attackertorpdamage', 'Attacker torp damage', 'combat'),
(119, 'english', 'l_cmb_beams', 'Beams', 'combat'),
(120, 'english', 'l_cmb_fighters', 'Fighters', 'combat'),
(121, 'english', 'l_cmb_shields', 'Shields', 'combat'),
(122, 'english', 'l_cmb_torps', 'Torps', 'combat'),
(123, 'english', 'l_cmb_torpdamage', 'Torp Damage', 'combat'),
(124, 'english', 'l_cmb_armor', 'Armor', 'combat'),
(125, 'english', 'l_cmb_you', 'You', 'combat'),
(126, 'english', 'l_cmb_planet', 'Planet', 'combat'),
(127, 'english', 'l_cmb_combatflow', 'Combat Flow', 'combat'),
(128, 'english', 'l_cmb_defender', 'Defender', 'combat'),
(129, 'english', 'l_cmb_attackingplanet', 'Attacking planet in sector', 'combat'),
(130, 'english', 'l_cmb_youfireyourbeams', 'You fire your beams', 'combat'),
(131, 'english', 'l_cmb_defenselost', 'Planetary defense lost [cmb_planetfighters] fighters to your beams', 'combat'),
(132, 'english', 'l_cmb_defenselost2', 'Planetary Defense lost [cmb_attackerbeams] fighters, but there are more coming!', 'combat'),
(133, 'english', 'l_cmb_planetarybeams', 'Planetary beams destroy [cmb_temp] of your fighters', 'combat'),
(134, 'english', 'l_cmb_planetarybeams2', 'Planetary beams destroy [cmb_planetbeams] of your fighters', 'combat'),
(135, 'english', 'l_cmb_youdestroyedplanetshields', 'Your beams have destroyed the planetary shields', 'combat'),
(136, 'english', 'l_cmb_beamsexhausted', 'You destroy [cmb_attackerbeams] planetary shields before your beams are exhausted', 'combat'),
(137, 'english', 'l_cmb_breachedyourshields', 'Planetary beams have breached your shields', 'combat'),
(138, 'english', 'l_cmb_destroyedyourshields', 'Planetary beams have destroyed [cmb_planetbeams] of your shields', 'combat'),
(139, 'english', 'l_cmb_breachedyourarmor', 'Planetary beams have breached your armor', 'combat'),
(140, 'english', 'l_cmb_destroyedyourarmor', 'Planetary beams have destroyed [cmb_planetbeams] points of armor', 'combat'),
(141, 'english', 'l_cmb_torpedoexchangephase', 'Torpedo Exchange Phase', 'combat'),
(142, 'english', 'l_cmb_nofightersleft', 'Your torpedos destroy [cmb_planetfighters] planetary fighters, no fighters are left', 'combat'),
(143, 'english', 'l_cmb_youdestroyfighters', 'Your torpedos destroy [cmb_attackertorpdamage] planetary fighters', 'combat'),
(144, 'english', 'l_cmb_planettorpsdestroy', 'Planetary torpedos destroy [cmb_temp] of your fighters', 'combat'),
(145, 'english', 'l_cmb_planettorpsdestroy2', 'Planetary torpedos destroy [cmb_planettorpdamage] of your fighters', 'combat'),
(146, 'english', 'l_cmb_torpsbreachedyourarmor', 'Planetary torpedos have breached your armor', 'combat'),
(147, 'english', 'l_cmb_planettorpsdestroy3', 'Planetary torpedos have destroyed [cmb_planettorpdamage] points of armor', 'combat'),
(148, 'english', 'l_cmb_youdestroyedallfighters', 'Your torpedos have destroyed all the planetary fighters', 'combat'),
(149, 'english', 'l_cmb_youdestroyplanetfighters', 'Your torpedos destroy [cmb_attackertorpdamage] planetary fighters', 'combat'),
(150, 'english', 'l_cmb_fightercombatphase', 'Fighter Combat Phase', 'combat'),
(151, 'english', 'l_cmb_youdestroyedallfighters2', 'Your fighters have destroyed all the planetary fighters.', 'combat'),
(152, 'english', 'l_cmb_youdestroyplanetfighters2', 'Your fighters have destroyed [cmb_attackerfighters] planetary fighters', 'combat'),
(153, 'english', 'l_cmb_allyourfightersdestroyed', 'All your fighters were destroyed', 'combat'),
(154, 'english', 'l_cmb_fightertofighterlost', 'You lost [cmb_planetfighters] fighters in fighter to fighter combat', 'combat'),
(155, 'english', 'l_cmb_youbreachedplanetshields', 'Your fighters have breached the planetary shields', 'combat'),
(156, 'english', 'l_cmb_shieldsremainup', 'Your fighters destroyed [cmb_attackerfighters] planetary shields, but they remain up', 'combat'),
(157, 'english', 'l_cmb_fighterswarm', 'Planetary fighters swarm your ship, your armor has been breached', 'combat'),
(158, 'english', 'l_cmb_swarmandrepel', 'Planetary fighters swarm your ship, but your armor repels them', 'combat'),
(159, 'english', 'l_cmb_engshiptoshipcombat', 'Engaging in Ship to Ship combat.', 'combat'),
(160, 'english', 'l_cmb_shipdock', 'There are [cmb_shipsonplanet] ships docked at Spacedock!', 'combat'),
(161, 'english', 'l_cmb_approachattackvector', 'is approaching on an attack vector', 'combat'),
(162, 'english', 'l_cmb_noshipsdocked', 'There are NO ships docked at Spacedock!', 'combat'),
(163, 'english', 'l_cmb_yourshipdestroyed', 'Your ship has been destroyed!', 'combat'),
(164, 'english', 'l_cmb_escapepod', 'Luckily you have an escape pod!', 'combat'),
(165, 'english', 'l_cmb_finalcombatstats', 'Final Combat Stats', 'combat'),
(166, 'english', 'l_cmb_youlostfighters', 'You lost [cmb_fighters_lost] out of [cmb_playerinfo_ship_fighters] total fighters.', 'combat'),
(167, 'english', 'l_cmb_youlostarmorpoints', 'You lost [cmb_armor_lost] out of [cmb_playerinfo_armor_pts] total armor points, you have [cmb_attackerarmor] points remaining.', 'combat'),
(168, 'english', 'l_cmb_energyused', 'You used [cmb_energy_lost] energy, from a total of [cmb_playerinfo_ship_energy] energy.', 'combat'),
(169, 'english', 'l_cmb_planetdefeated', 'Planet defeated', 'combat'),
(170, 'english', 'l_cmb_citizenswanttodie', 'The citizens of this planet have decided they''d rather die than serve a pathetic ruler like you. They use a laser drill to dig a hole to the planet''s core. You barely have time to escape into orbit before the whole planet is reduced to a ball of molten lava.', 'combat'),
(171, 'english', 'l_cmb_youmaycapture', 'You may [capture] the planet or just leave it undefended.', 'combat'),
(172, 'english', 'l_cmb_planetnotdefeated', 'Planet not defeated', 'combat'),
(173, 'english', 'l_cmb_planetstatistics', 'Planet statistics', 'combat'),
(174, 'english', 'l_cmb_fighterloststat', 'Fighters lost: [cmb_fighters_lost] out of [cmb_planetinfo_fighters] ([cmb_planetfighters] alive)', 'combat'),
(175, 'english', 'l_cmb_energyleft', 'Energy left', 'combat'),
(176, 'english', 'l_cmb_startingstats', 'Starting stats', 'combat'),
(177, 'english', 'l_cmb_statattackerbeams', 'Attackerbeams', 'combat'),
(178, 'english', 'l_cmb_statattackerfighters', 'Attackerfighters', 'combat'),
(179, 'english', 'l_cmb_statattackershields', 'Attackershields', 'combat'),
(180, 'english', 'l_cmb_statattackertorps', 'Attackertorps', 'combat'),
(181, 'english', 'l_cmb_statattackerarmor', 'Attackerarmor', 'combat'),
(182, 'english', 'l_cmb_statattackertorpdamage', 'Attackertorpdamage', 'combat'),
(183, 'english', 'l_cmb_isattackingyou', 'is attacking you', 'combat'),
(184, 'english', 'l_cmb_beamexchange', 'Beam exchange', 'combat'),
(185, 'english', 'l_cmb_beamsdestroy', 'Your beams destroy [cmb_lost] fighters', 'combat'),
(186, 'english', 'l_cmb_beamsdestroy2', 'Your beams destroy [cmb_attackerbeams] fighters, but there are more coming', 'combat'),
(187, 'english', 'l_cmb_nobeamsareleft', 'You have no beams left to destroy the incoming fighters!', 'combat'),
(188, 'english', 'l_cmb_beamshavenotarget', 'Your beams have no fighter targets to destroy', 'combat'),
(189, 'english', 'l_cmb_fighterdestroyedbybeams', '[cmb_targetinfo_ship_name] destroyed [cmb_lost] of your fighters with beams', 'combat'),
(190, 'english', 'l_cmb_beamsdestroystillhave', '[cmb_targetinfo_ship_name] destroyed [cmb_targetbeams] of your fighters with beams, but you still have [cmb_attackerfighters] left', 'combat'),
(191, 'english', 'l_cmb_fighterunhindered', 'Your fighters attack unhindered, the enemy has no beams left.', 'combat'),
(192, 'english', 'l_cmb_youhavenofightersleft', 'You have no fighters left to attack with', 'combat'),
(193, 'english', 'l_cmb_breachedsomeshields', 'You have breached [cmb_targetinfo_ship_name]''s shields with your beams', 'combat'),
(194, 'english', 'l_cmb_shieldsarehitbybeams', '[cmb_targetinfo_ship_name]''s shields are hit for [cmb_attackerbeams] damage by your beams', 'combat'),
(195, 'english', 'l_cmb_nobeamslefttoattack', 'You have no beams left to attack [cmb_targetinfo_ship_name]''s shields', 'combat'),
(196, 'english', 'l_cmb_yourshieldsbreachedby', '[cmb_targetinfo_ship_name]''s beams have breached your shields', 'combat'),
(197, 'english', 'l_cmb_yourshieldsarehit', '[cmb_targetinfo_ship_name]''s beams have hit your shields for [cmb_targetbeams] damage.', 'combat'),
(198, 'english', 'l_cmb_hehasnobeamslefttoattack', '[cmb_targetinfo_ship_name] has no beams left to attack your shields', 'combat'),
(199, 'english', 'l_cmb_yourbeamsbreachedhim', 'Your beams have breached [cmb_targetinfo_ship_name]''s armor', 'combat'),
(200, 'english', 'l_cmb_yourbeamshavedonedamage', 'Your beams have done [cmb_attackerbeams] damage to [cmb_targetinfo_ship_name]''s armor', 'combat'),
(201, 'english', 'l_cmb_nobeamstoattackarmor', 'You have no beams left to attack [cmb_targetinfo_ship_name]''s armor', 'combat'),
(202, 'english', 'l_cmb_yourarmorbreachedbybeams', 'Your armor has been breached by [cmb_targetinfo_ship_name]''s beams', 'combat'),
(203, 'english', 'l_cmb_yourarmorhitdamaged', 'Your armor is hit for [cmb_targetbeams] damage by [cmb_targetinfo_ship_name]''s beams', 'combat'),
(204, 'english', 'l_cmb_torpedoexchange', 'Torpedo exchange', 'combat'),
(205, 'english', 'l_cmb_hehasnobeamslefttoattackyou', '[cmb_targetinfo_ship_name] has no beams left to attack your armor', 'combat'),
(206, 'english', 'l_cmb_yourtorpsdestroy', 'Your torpedos destroy [cmb_lost] of [cmb_targetinfo_ship_name]''s fighters', 'combat'),
(207, 'english', 'l_cmb_yourtorpsdestroy2', 'Your torpedos destroy [cmb_attackertorpdamage] of [cmb_targetinfo_ship_name]''s fighters', 'combat'),
(208, 'english', 'l_cmb_youhavenotorpsleft', 'You have no torpedo''s left to attack [cmb_targetinfo_ship_name]''s fighters.', 'combat'),
(209, 'english', 'l_cmb_hehasnofighterleft', '[cmb_targetinfo_ship_name] has no fighters left for you to destroy with torpedos', 'combat'),
(210, 'english', 'l_cmb_torpsdestroyyou', '[cmb_targetinfo_ship_name]''s torpedo''s destroy [cmb_lost] of your fighters', 'combat'),
(211, 'english', 'l_cmb_someonedestroyedfighters', '[cmb_targetinfo_ship_name] destroyed [cmb_targettorpdmg] of your fighters with torpedos', 'combat'),
(212, 'english', 'l_cmb_hehasnotorpsleftforyou', '[cmb_targetinfo_ship_name] has no torpedo''s left to attack your fighters', 'combat'),
(213, 'english', 'l_cmb_youhavenofightersanymore', 'You have no fighters left to be destroyed by [cmb_targetinfo_ship_name]''s torpedo''s', 'combat'),
(214, 'english', 'l_cmb_youbreachedwithtorps', 'You have breached [cmb_targetinfo_ship_name]''s armor with your torpedos', 'combat'),
(215, 'english', 'l_cmb_hisarmorishitbytorps', '[cmb_targetinfo_ship_name]''s armor is hit for [cmb_attackertorpdamage] damage by your torpedos', 'combat'),
(216, 'english', 'l_cmb_notorpslefttoattackarmor', 'You have no torpedo''s left to attack [cmb_targetinfo_ship_name]''s armor', 'combat'),
(217, 'english', 'l_cmb_yourarmorbreachedbytorps', 'Your armor has been breached by [cmb_targetinfo_ship_name]''s torpedos', 'combat'),
(218, 'english', 'l_cmb_yourarmorhitdmgtorps', 'Your armor is hit for [cmb_targettorpdmg] damage by [cmb_targetinfo_ship_name]''s torpedos', 'combat'),
(219, 'english', 'l_cmb_hehasnotorpsforyourarmor', '[cmb_targetinfo_ship_name] has no torpedo''s left to attack your armor', 'combat'),
(220, 'english', 'l_cmb_fightersattackexchange', 'Fighters Attack exchange', 'combat'),
(221, 'english', 'l_cmb_enemylostallfighters', '[cmb_targetinfo_ship_name] lost all fighters.', 'combat'),
(222, 'english', 'l_cmb_helostsomefighters', '[cmb_targetinfo_ship_name] lost [cmb_attackerfighters] fighters.', 'combat'),
(223, 'english', 'l_cmb_youlostallfighters', 'You lost all fighters.', 'combat'),
(224, 'english', 'l_cmb_youalsolostsomefighters', 'You lost [cmb_targetfighters] fighters.', 'combat'),
(225, 'english', 'l_cmb_hehasnofightersleftattack', '[cmb_targetinfo_ship_name] has no fighters left for your fighters to attack', 'combat'),
(226, 'english', 'l_cmb_younofightersattackleft', 'You have no fighters left to attack [cmb_targetinfo_ship_name]''s fighters', 'combat'),
(227, 'english', 'l_cmb_youbreachedarmorwithfighters', 'You have breached [cmb_targetinfo_ship_name]''s armor with your fighters', 'combat'),
(228, 'english', 'l_cmb_youhitarmordmgfighters', 'You hit [cmb_targetinfo_ship_name]''s armor for [cmb_attackerfighters] damage with your fighters', 'combat'),
(229, 'english', 'l_cmb_youhavenofighterstoarmor', 'You have no fighters left to attack [cmb_targetinfo_ship_name]''s armor', 'combat'),
(230, 'english', 'l_cmb_hasbreachedarmorfighters', '[cmb_targetinfo_ship_name] has breached your armor with fighters', 'combat'),
(231, 'english', 'l_cmb_yourarmorishitfordmgby', 'Your armor is hit for [cmb_targetfighters] damage by [cmb_targetinfo_ship_name]''s fighters', 'combat'),
(232, 'english', 'l_cmb_nofightersleftheforyourarmor', '[cmb_targetinfo_ship_name] has no fighters left to attack your armor', 'combat'),
(233, 'english', 'l_cmb_hehasbeendestroyed', '[cmb_targetinfo_ship_name] has been destroyed', 'combat'),
(234, 'english', 'l_cmb_escapepodlaunched', 'An escape pod was launched!', 'combat'),
(235, 'english', 'l_cmb_yousalvaged', 'You salvaged [cmb_salv_ore] units of ore, [cmb_salv_organics] units of organics, [cmb_salv_goods] units of goods, and salvaged [cmb_salvage_rate]% of the ship for [cmb_salvage] credits.', 'combat'),
(236, 'english', 'l_cmb_yousalvaged2', 'Your rating changed by [cmb_number_rating_change] points.', 'combat'),
(237, 'english', 'l_cmb_youdidntdestroyhim', 'You did not destory [cmb_targetinfo_ship_name]', 'combat'),
(238, 'english', 'l_cmb_shiptoshipcombatstats', 'Ship to Ship combat stats', 'combat'),
(239, 'english', 'l_sofa', 'Sub-Orbital Fighter Attack', 'combat'),
(240, 'english', 'l_bombsaway', 'You send your fighters spiralling towards the planet as you streak by at maximum range.', 'combat'),
(241, 'english', 'l_bigfigs', 'Your huge ship has given them ample warning.  Your fighters will be less successful.', 'combat'),
(242, 'english', 'l_bigbeams', 'There is a bright flash of discharging beams.  Your fighters probably didn''t make it to the atmosphere.', 'combat'),
(243, 'english', 'l_bigtorps', 'A large explosion blossoms in the upper air of the planet.  Your fighters probably didn''t have time to attack.', 'combat'),
(244, 'english', 'l_strafesuccess', 'It looks like some of your fighters made it through, although you can''t tell how many from here.', 'combat'),
(245, 'english', 'l_lss', 'Last ship seen in this sector', 'combat'),
(246, 'english', 'l_map', 'Map', 'combat'),
(247, 'english', 'l_igb_errnobase', 'The IGB can not transfer credits to a planet without a base.', 'combat'),
(248, 'english', 'l_planet_readlog_link', 'View', 'combat'),
(249, 'english', 'l_planet_readlog', '[View] Players Log', 'combat'),
(250, 'english', 'l_lang_attribute', 'en', 'common'),
(251, 'english', 'l_yes', 'Yes', 'common'),
(252, 'english', 'l_no', 'No', 'common'),
(253, 'english', 'l_here', 'here', 'common'),
(254, 'english', 'l_submit', 'Submit', 'common'),
(255, 'english', 'l_reset', 'Reset', 'common'),
(256, 'english', 'l_all', 'All', 'common'),
(257, 'english', 'l_ore', 'Ore', 'common'),
(258, 'english', 'l_commodities', 'Commodities', 'common'),
(259, 'english', 'l_organics', 'Organics', 'common'),
(260, 'english', 'l_goods', 'Goods', 'common'),
(261, 'english', 'l_energy', 'Energy', 'common'),
(262, 'english', 'l_colonists', 'Colonists', 'common'),
(263, 'english', 'l_credits', 'Credits', 'common'),
(264, 'english', 'l_units', 'units of', 'common'),
(265, 'english', 'l_special', 'Special', 'common'),
(266, 'english', 'l_cargo', 'Cargo', 'common'),
(267, 'english', 'l_fighters', 'Fighters', 'common'),
(268, 'english', 'l_mines', 'Mines', 'common'),
(269, 'english', 'l_torps', 'Torpedoes', 'common'),
(270, 'english', 'l_none', 'None', 'common'),
(271, 'english', 'l_unnamed', 'Unnamed', 'common'),
(272, 'english', 'l_name', 'Name', 'common'),
(273, 'english', 'l_unowned', 'Unowned', 'common'),
(274, 'english', 'l_unknown', 'Unknown', 'common'),
(275, 'english', 'l_clickme', 'Click here', 'common'),
(276, 'english', 'l_player', 'Player', 'common'),
(277, 'english', 'l_ship', 'Ship', 'common'),
(278, 'english', 'l_ships', 'Ships', 'common'),
(279, 'english', 'l_set', 'set', 'common'),
(280, 'english', 'l_realspace', 'Realspace', 'common'),
(281, 'english', 'l_armorpts', 'Armor points', 'common'),
(282, 'english', 'l_links', 'Links', 'common'),
(283, 'english', 'l_zname_1', 'Unchartered space', 'common'),
(284, 'english', 'l_zname_2', 'Federation space', 'common'),
(285, 'english', 'l_zname_3', 'Free-trade space', 'common'),
(286, 'english', 'l_zname_4', 'War Zone', 'common'),
(287, 'english', 'l_logout', 'Logout', 'common'),
(288, 'english', 'l_error', 'Error', 'common'),
(289, 'english', 'l_corpm_title', 'Corporation Menu', 'corp'),
(290, 'english', 'l_corpm_tocorp', 'Planet is now a Corporate Planet!', 'corp'),
(291, 'english', 'l_corpm_topersonal', 'Planet is now a Personal Planet!', 'corp'),
(292, 'english', 'l_corpm_exploit', 'You intercept a garbled borg message on your scanner... you should probably start worrying...', 'corp'),
(293, 'english', 'l_cu_title', 'Create universe', 'create_universe'),
(294, 'english', 'l_sdf_title', 'Sector Defence Report', 'defence_report'),
(295, 'english', 'l_sdf_none', 'You have no sector defences deployed.', 'defence_report'),
(296, 'english', 'l_sdf_type', 'Type', 'defence_report'),
(297, 'english', 'l_sdf_mode', 'Mode', 'defence_report'),
(298, 'english', 'l_device_title', 'Devices', 'device'),
(299, 'english', 'l_device_expl', 'Your ship is equipped with the following devices (click on a device to use it):', 'device'),
(300, 'english', 'l_device', 'Device', 'device'),
(301, 'english', 'l_qty', 'Quantity', 'device'),
(302, 'english', 'l_usage', 'Usage', 'device'),
(303, 'english', 'l_manual', 'Manual', 'device'),
(304, 'english', 'l_automatic', 'Automatic', 'device'),
(305, 'english', 'l_lssd', 'Last ship seen device', 'device'),
(306, 'english', 'l_dump_title', 'Dumping colonists', 'dump'),
(307, 'english', 'l_dump_turn', 'You need at least one turn to dump colonists.', 'dump'),
(308, 'english', 'l_dump_nocol', 'You have no colonists on your ship to begin with.', 'dump'),
(309, 'english', 'l_dump_dumped', 'Colonists dumped at supply depot.', 'dump'),
(310, 'english', 'l_dump_nono', 'You need to be at a supply depot to do this.', 'dump'),
(311, 'english', 'l_ewd_title', 'Use Emergency Warp Device', 'emerwarp'),
(312, 'english', 'l_ewd_used', 'Emergency warp device engaged - arrived in sector [sector].', 'emerwarp'),
(313, 'english', 'l_ewd_none', 'You do not have an emergency warp device.', 'emerwarp'),
(314, 'english', 'l_feedback_title', 'Send Feedback', 'feedback'),
(315, 'english', 'l_feedback_to', 'TO:', 'feedback'),
(316, 'english', 'l_feedback_from', 'FROM:', 'feedback'),
(317, 'english', 'l_feedback_topi', 'SUBJECT:', 'feedback'),
(318, 'english', 'l_feedback_feedback', 'Feedback', 'feedback'),
(319, 'english', 'l_feedback_message', 'MESSAGE:', 'feedback'),
(320, 'english', 'l_feedback_messent', 'Message Sent', 'feedback'),
(321, 'english', 'l_feedback_subj', 'WTW Feedback', 'feedback'),
(322, 'english', 'l_feedback_info', 'Please send feedback in english only', 'feedback'),
(323, 'english', 'l_footer_one_player_on', 'There is 1 player online.', 'footer'),
(324, 'english', 'l_footer_players_on_1', 'There are', 'footer'),
(325, 'english', 'l_footer_players_on_2', 'players online.', 'footer'),
(326, 'english', 'l_footer_until_update', 'seconds until next update.', 'footer'),
(327, 'english', 'l_time_gen_page', 'to create page', 'footer'),
(328, 'english', 'l_seconds', 'seconds', 'footer'),
(329, 'english', 'l_peak_mem', 'k of peak mem used', 'footer'),
(330, 'english', 'l_ore_port', 'Ore Port', 'galaxy'),
(331, 'english', 'l_organics_port', 'Organics Port', 'galaxy'),
(332, 'english', 'l_energy_port', 'Energy Port', 'galaxy'),
(333, 'english', 'l_goods_port', 'Goods Port', 'galaxy'),
(334, 'english', 'l_no_port', 'No Port', 'galaxy'),
(335, 'english', 'l_unexplored', 'Unexplored', 'galaxy'),
(336, 'english', 'l_map_title', 'Galaxy Map', 'galaxy'),
(337, 'english', 'l_gns_title', 'Use Genesis Device', 'genesis'),
(338, 'english', 'l_gns_turn', 'You need at least one turn to use a genesis device.', 'genesis'),
(339, 'english', 'l_gns_onplanet', 'You can''t use this device while on the planet surface.', 'genesis'),
(340, 'english', 'l_gns_full', 'This solar system is already full.', 'genesis'),
(341, 'english', 'l_gns_nogenesis', 'You do not have any genesis devices.', 'genesis'),
(342, 'english', 'l_gns_forbid', 'Creating a planet in this sector is not permitted.', 'genesis'),
(343, 'english', 'l_gns_bforbid', 'The bases in this sector are interfering with your genesis device. Planet creation not possible.', 'genesis'),
(344, 'english', 'l_gns_pcreate', 'Planet created.', 'genesis'),
(345, 'english', 'l_global_mmenu', 'Click [here] to return to the main menu.', 'global_funcs'),
(346, 'english', 'l_global_mlogin', 'Click [here] to return to the login screen.', 'global_funcs'),
(347, 'english', 'l_global_needlogin', 'You need to log in, click [here].', 'global_funcs'),
(348, 'english', 'l_global_died', 'Player is DEAD! [here]''s what happened', 'global_funcs'),
(349, 'english', 'l_global_died2', 'Better Luck Next Time!', 'global_funcs'),
(350, 'english', 'l_global_warzone', 'Zone is now a War Zone!', 'global_funcs'),
(351, 'english', 'l_global_nzone', 'Zone is a neutral zone.', 'global_funcs'),
(352, 'english', 'l_global_team', 'Zone now belongs to team', 'global_funcs'),
(353, 'english', 'l_global_player', 'Zone now belongs to player', 'global_funcs'),
(354, 'english', 'l_insignia_0', 'New Recruit', 'global_includes'),
(355, 'english', 'l_insignia_1', 'Crewman', 'global_includes'),
(356, 'english', 'l_insignia_2', 'Crewman First Class', 'global_includes'),
(357, 'english', 'l_insignia_3', 'Petty Officer 3rd Class', 'global_includes'),
(358, 'english', 'l_insignia_4', 'Petty Officer 2nd Class', 'global_includes'),
(359, 'english', 'l_insignia_5', 'Petty Officer 1st Class', 'global_includes'),
(360, 'english', 'l_insignia_6', 'Chief Petty Officer', 'global_includes'),
(361, 'english', 'l_insignia_7', 'Senior Chief Petty Officer', 'global_includes'),
(362, 'english', 'l_insignia_8', 'Master Chief Petty Officer', 'global_includes'),
(363, 'english', 'l_insignia_9', 'Ensign', 'global_includes'),
(364, 'english', 'l_insignia_10', 'Lieutenant Junior Grade', 'global_includes'),
(365, 'english', 'l_insignia_11', 'Lieutenant', 'global_includes'),
(366, 'english', 'l_insignia_12', 'Lieutenant Commander', 'global_includes'),
(367, 'english', 'l_insignia_13', 'Commander', 'global_includes'),
(368, 'english', 'l_insignia_14', 'Captain', 'global_includes'),
(369, 'english', 'l_insignia_15', 'Fleet Captain', 'global_includes'),
(370, 'english', 'l_insignia_16', 'Commodore', 'global_includes'),
(371, 'english', 'l_insignia_17', 'Rear Admiral', 'global_includes'),
(372, 'english', 'l_insignia_18', 'Vice Admiral', 'global_includes'),
(373, 'english', 'l_insignia_19', 'Admiral', 'global_includes'),
(374, 'english', 'l_local_news', 'Local News', 'global_includes'),
(375, 'english', 'l_igb_credit_symbol', 'C', 'igb'),
(376, 'english', 'l_igb_title', 'The Intergalactic Bank', 'igb'),
(377, 'english', 'l_igb_humor', 'All your base are belong to us.', 'igb'),
(378, 'english', 'l_igb_malfunction', 'This IGB terminal is malfunctionning. The Intergalatic Bank wishes to apologize for any inconvenience.', 'igb'),
(379, 'english', 'l_igb_quit', 'Quit', 'igb'),
(380, 'english', 'l_igb_login', 'Login', 'igb'),
(381, 'english', 'l_igb_welcometoigb', 'Welcome to this Intergalactic Banking Terminal', 'igb'),
(382, 'english', 'l_igb_accountholder', 'Account Holder', 'igb'),
(383, 'english', 'l_igb_shipaccount', 'Ship Account', 'igb'),
(384, 'english', 'l_igb_igbaccount', 'IGB Account', 'igb'),
(385, 'english', 'l_igb_operations', 'Operations', 'igb'),
(386, 'english', 'l_igb_withdraw', 'Withdraw', 'igb'),
(387, 'english', 'l_igb_deposit', 'Deposit', 'igb'),
(388, 'english', 'l_igb_transfer', 'Transfer', 'igb'),
(389, 'english', 'l_igb_back', 'Back', 'igb'),
(390, 'english', 'l_igb_logout', 'Logout', 'igb'),
(391, 'english', 'l_igb_withdrawfunds', 'Withdraw Funds', 'igb'),
(392, 'english', 'l_igb_fundsavailable', 'Funds available', 'igb'),
(393, 'english', 'l_igb_selwithdrawamount', 'Please select amount to withdraw', 'igb'),
(394, 'english', 'l_igb_depositfunds', 'Deposit Funds', 'igb'),
(395, 'english', 'l_igb_seldepositamount', 'Please select amount to deposit', 'igb'),
(396, 'english', 'l_igb_transfertype', 'Transfer Type', 'igb'),
(397, 'english', 'l_igb_toanothership', 'To another ship', 'igb'),
(398, 'english', 'l_igb_shiptransfer', 'Ship Transfer', 'igb'),
(399, 'english', 'l_igb_fromplanet', 'From a planet to another', 'igb'),
(400, 'english', 'l_igb_unnamed', 'Unnamed', 'igb'),
(401, 'english', 'l_igb_in', 'in', 'igb'),
(402, 'english', 'l_igb_none', 'None', 'igb'),
(403, 'english', 'l_igb_destination', 'Destination', 'igb'),
(404, 'english', 'l_igb_planettransfer', 'Planet Transfer', 'igb'),
(405, 'english', 'l_igb_sendyourself', 'You can''t send money to yourself!', 'igb'),
(406, 'english', 'l_igb_unknowntargetship', 'Unknown target ship!', 'igb'),
(407, 'english', 'l_igb_min_turns', 'Player [igb_target_char_name] must have played at least [igb_min_turns] turns before he can receive money.', 'igb'),
(408, 'english', 'l_igb_min_turns2', 'You must have played at least [igb_min_turns] turns before you can send money.', 'igb'),
(409, 'english', 'l_igb_mustwait', 'You have already made a transfer to [igb_target_char_name] in the last [igb_trate] minutes. You must wait [igb_difftime] minutes before you can transfer credits to that player again.', 'igb'),
(410, 'english', 'l_igb_maxtransfer', 'Maximum transfer allowed', 'igb'),
(411, 'english', 'l_igb_unlimited', 'Unlimited', 'igb'),
(412, 'english', 'l_igb_maxtransferpercent', 'Maximum transfer allowed ([igb_percent]% of net worth)', 'igb'),
(413, 'english', 'l_igb_recipient', 'Recipient', 'igb'),
(414, 'english', 'l_igb_seltransferamount', 'Please select amount to transfer', 'igb'),
(415, 'english', 'l_igb_transferrate', 'Current rate for transfers is [igb_num_percent]% of total amount. It will automatically be deduced from the amount you transfer.', 'igb'),
(416, 'english', 'l_igb_errplanetsrcanddest', 'The same planet can''t be both source and destination.', 'igb'),
(417, 'english', 'l_igb_errunknownplanet', 'DB Error! Unknown Planet!', 'igb'),
(418, 'english', 'l_igb_errnotyourplanet', 'You can''t transfer money from/to a planet you do not own.', 'igb'),
(419, 'english', 'l_igb_srcplanet', 'Src -> Planet', 'igb'),
(420, 'english', 'l_igb_destplanet', 'Dst -> Planet', 'igb'),
(421, 'english', 'l_igb_transferrate2', 'Current rate for transfers is [igb_num_percent]% of total amount. It will automatically be deduced from the amount you transfer.', 'igb'),
(422, 'english', 'l_igb_errsendyourself', 'You can''t send money to yourself!', 'igb'),
(423, 'english', 'l_igb_min_turns3', 'Player [igb_target_char_name] must have played at least [igb_min_turns] turns before he can receive money.', 'igb'),
(424, 'english', 'l_igb_min_turns4', 'You must have played at least [igb_min_turns] turns before you can send money.', 'igb'),
(425, 'english', 'l_igb_mustwait2', 'You have already made a transfer to [igb_target_char_name] in the last [igb_trate] minutes. You must wait [igb_difftime] minutes before you can transfer credits to that player again.', 'igb'),
(426, 'english', 'l_igb_invalidtransferinput', 'Invalid input for transfer.', 'igb'),
(427, 'english', 'l_igb_nozeroamount', 'Amount to transfer must not be zero.', 'igb'),
(428, 'english', 'l_igb_notenoughcredits', 'You do not have enough credits to perform this operation.', 'igb'),
(429, 'english', 'l_igb_amounttoogreat', 'The amount you entered was greater than your maximum transfer allowed.', 'igb'),
(430, 'english', 'l_igb_transfersuccessful', 'Transfer Successful', 'igb'),
(431, 'english', 'l_igb_creditsto', 'credits have been transferred to', 'igb'),
(432, 'english', 'l_igb_transferamount', 'Transfer Amount', 'igb'),
(433, 'english', 'l_igb_transferfee', 'Transfer Fee', 'igb'),
(434, 'english', 'l_igb_amounttransferred', 'Amount Transferred', 'igb'),
(435, 'english', 'l_igb_notenoughcredits2', 'There are not enough credits on source planet to complete that transaction.', 'igb'),
(436, 'english', 'l_igb_to', 'to', 'igb'),
(437, 'english', 'l_igb_ctransferredfrom', 'credits have been transferred from', 'igb'),
(438, 'english', 'l_igb_invaliddepositinput', 'Invalid input for deposit.', 'igb'),
(439, 'english', 'l_igb_nozeroamount2', 'Amount to deposit must not be zero.', 'igb'),
(440, 'english', 'l_igb_operationsuccessful', 'Operation successful', 'igb'),
(441, 'english', 'l_igb_creditstoyou', 'Credits have been transfered to your IGB account.', 'igb'),
(442, 'english', 'l_igb_accounts', 'Accounts', 'igb'),
(443, 'english', 'l_igb_invalidwithdrawinput', 'Invalid input for withdraw.', 'igb'),
(444, 'english', 'l_igb_nozeroamount3', 'Amount to withdraw must not be zero.', 'igb'),
(445, 'english', 'l_igb_creditstoyourship', 'Credits have been transfered to your ship account.', 'igb'),
(446, 'english', 'l_igb_igberrreport', 'IGB Error Report', 'igb'),
(447, 'english', 'l_igb_source', 'Source', 'igb'),
(448, 'english', 'l_igb_loans', 'Loans', 'igb'),
(449, 'english', 'l_igb_loanstatus', 'Loans Status', 'igb'),
(450, 'english', 'l_igb_currentloan', 'Total Current Loan', 'igb'),
(451, 'english', 'l_igb_maxloanpercent', 'Maximum loan allowed ([igb_percent]% of net worth)', 'igb'),
(452, 'english', 'l_igb_loanamount', 'Enter the loan amount', 'igb'),
(453, 'english', 'l_igb_borrow', 'Borrow', 'igb'),
(454, 'english', 'l_igb_loanrates', 'All loans incur a one-time fee of [factor]% of total loan amount. Additionally, you will be charged [interest]% in interests each turn until you repay.', 'igb'),
(455, 'english', 'l_igb_invalidamount', 'You entered an invalid amount.', 'igb'),
(456, 'english', 'l_igb_notwoloans', 'You cannot take a loan without repaying your first one.', 'igb'),
(457, 'english', 'l_igb_loantoobig', 'You are not allowed to borrow that many credits.', 'igb'),
(458, 'english', 'l_igb_takenaloan', 'Taken a Loan', 'igb'),
(459, 'english', 'l_igb_loancongrats', 'Congratulation! You have just taken a loan with the friendliest banking consortium around!', 'igb'),
(460, 'english', 'l_igb_loantransferred', 'Amount transferred to your ship account', 'igb'),
(461, 'english', 'l_igb_loanfee', 'One-time loan fee', 'igb'),
(462, 'english', 'l_igb_amountowned', 'Total amount owned to the IGB', 'igb'),
(463, 'english', 'l_igb_loanreminder', 'Friendly reminder: if you have not repayed your loan in totality in [hours]h [mins]m, we will be forced to render your ship''s account invalid in special ports.', 'igb'),
(464, 'english', 'l_igb_loanreminder2', 'The IGB, fullfiller of your dreams', 'igb'),
(465, 'english', 'l_igb_loantimeleft', 'Time left until full payment is due', 'igb'),
(466, 'english', 'l_igb_loanlate', 'Payment is late!', 'igb'),
(467, 'english', 'l_igb_repayamount', 'Enter the amount to repay', 'igb'),
(468, 'english', 'l_igb_repay', 'Repay', 'igb'),
(469, 'english', 'l_igb_notrepay', 'You have no loans to repay', 'igb'),
(470, 'english', 'l_igb_notenoughrepay', 'You do not have enough credits in your ship account to perform this operation.', 'igb'),
(471, 'english', 'l_igb_payloan', 'Loan Payment', 'igb'),
(472, 'english', 'l_igb_loanthanks', 'Your payment has been received. Thank you for doing business with the IGB.', 'igb'),
(473, 'english', 'l_igb_transferrate3', 'Current rate for consolidating is [igb_num_percent]% of total amount. It will automatically be deduced from the amount consolidated. The transfer will cost one turn for every [nbplanets] planets affected.', 'igb'),
(474, 'english', 'l_igb_currentpl', 'Credits on planet', 'igb'),
(475, 'english', 'l_igb_consolrates', 'You can specify a credit range. Planets with less credits than Minimum and with more credits than Maximum will not be affected. Set to 0 for no limits', 'igb'),
(476, 'english', 'l_igb_minimum', 'Minimum', 'igb'),
(477, 'english', 'l_igb_maximum', 'Maximum', 'igb'),
(478, 'english', 'l_igb_planetconsolidate', 'Planet Consolidate', 'igb'),
(479, 'english', 'l_igb_compute', 'Compute', 'igb'),
(480, 'english', 'l_igb_plaffected', 'Total planets affected', 'igb'),
(481, 'english', 'l_igb_turncost', 'Total turns cost', 'igb'),
(482, 'english', 'l_igb_consolidate', 'Consolidate', 'igb'),
(483, 'english', 'l_igb_conspl', 'Consolidate Credits to a single planet', 'igb'),
(484, 'english', 'l_igb_notenturns', 'You do not have enough turns to perform this operation', 'igb'),
(485, 'english', 'l_welcome_bnt', 'Welcome to Blacknova Traders!', 'index'),
(486, 'english', 'l_bnt_description', 'A web-based massively multiplayer space combat and trading game', 'index'),
(487, 'english', 'l_cookie_warning', 'Blacknova Traders requires cookies for logins to work. By signing up or logging in you agree to let us set cookies.', 'index'),
(488, 'english', 'l_new_player', 'New Player', 'index'),
(489, 'english', 'l_log_titlet', 'View Log', 'log'),
(490, 'english', 'l_log_pod', 'Luckily, you had an escape pod!', 'log'),
(491, 'english', 'l_log_nopod', 'You did not have an escape pod, you died.', 'log'),
(492, 'english', 'l_log_log', '[player]''s Log', 'log'),
(493, 'english', 'l_log_start', 'Log entry for', 'log'),
(494, 'english', 'l_log_end', 'End of log entry for', 'log'),
(495, 'english', 'l_log_click', 'Click [here] to return to the main menu.', 'log'),
(496, 'english', 'l_log_note', 'NOTE: If this page displays incorrectly, or if you simply don''t like the dynamic html effects or find them annoying, you can [disable them].', 'log'),
(497, 'english', 'l_log_note_disable', 'disable them', 'log'),
(498, 'english', 'l_log_text_LOG_LOGIN', 'You have logged in, from [ip].', 'log'),
(499, 'english', 'l_log_title_LOG_LOGIN', 'Logged in', 'log'),
(500, 'english', 'l_log_text_LOG_LOGOUT', 'You have logged out, from [ip].', 'log'),
(501, 'english', 'l_log_title_LOG_LOGOUT', 'Logged out', 'log'),
(502, 'english', 'l_log_text_LOG_ATTACK_OUTMAN', '[player] was spotted on an attack vector, but your great pilot skills and good engines allowed you to outmaneuver the enemy.', 'log'),
(503, 'english', 'l_log_title_LOG_ATTACK_OUTMAN', 'Evasive action!', 'log'),
(504, 'english', 'l_log_text_LOG_ATTACK_OUTSCAN', 'You detected [player]''s weapons trying to fix on your ship, but your cloak generators managed to fool the enemy''s primitive sensor circuits.', 'log'),
(505, 'english', 'l_log_title_LOG_ATTACK_OUTSCAN', 'Cloak successful!', 'log'),
(506, 'english', 'l_log_text_LOG_ATTACK_EWD', 'You are surprised by [player]''s treacherous attack. You can see the incoming warheads as you reach frantically for the emergency warp button. The world blurs around you and, for a milisecond, you think you are dead. When you finally open your eyes, you see that you were safely transported elsewhere. But where exactly, you do not know...', 'log'),
(507, 'english', 'l_log_title_LOG_ATTACK_EWD', 'Emergency warp!', 'log'),
(508, 'english', 'l_log_text_LOG_ATTACK_EWDFAIL', 'Your sensors detect [player]''s ship on an attack vector. "Better be safe than sorry", you think, hitting the emergency warp button. You hear a strange choking sound coming from the engines room and smell burned circuitry. "Stupid piece of crap!", you yell, kicking at the computer. The computer emits beeps of protestation as you prepare for the incoming battle...', 'log'),
(509, 'english', 'l_log_title_LOG_ATTACK_EWDFAIL', 'Emergency warp failed!', 'log'),
(510, 'english', 'l_log_text_LOG_ATTACK_LOSE', 'Your ship is being attacked by [player]. Try as you might, you cannot defend yourself against [player]''s superior weaponry. Your ship was destroyed. ', 'log'),
(511, 'english', 'l_log_title_LOG_ATTACK_LOSE', 'Combat lost', 'log'),
(512, 'english', 'l_log_text_LOG_ATTACKED_WIN', 'Your ship was attacked by [player]. You battle for a while, then the fight breaks down. You lost [armor] armor points and [fighters] fighters in the skirmish.', 'log'),
(513, 'english', 'l_log_title_LOG_ATTACKED_WIN', 'Skirmish!', 'log'),
(514, 'english', 'l_log_text_LOG_TOLL_PAID', 'You had to pay [toll] credits to enter sector [sector]. You promise yourself that you''ll find a way to get your money back.', 'log'),
(515, 'english', 'l_log_title_LOG_TOLL_PAID', 'Extortion', 'log'),
(516, 'english', 'l_log_text_LOG_HIT_MINES', 'You hit [mines] mines when travelling in sector [sector].', 'log'),
(517, 'english', 'l_log_title_LOG_HIT_MINES', 'Mines alert!', 'log'),
(518, 'english', 'l_log_text_LOG_SHIP_DESTROYED_MINES', 'Your ship was destroyed by a minefield in sector [sector]. ', 'log'),
(519, 'english', 'l_log_title_LOG_SHIP_DESTROYED_MINES', 'Mines alert!', 'log'),
(520, 'english', 'l_log_text_LOG_PLANET_DEFEATED_D', 'Your planet [planet_name] in sector [sector] was captured in battle by [name]. Fortunately, the strong loyalty of your citizens played in your favor. They have bravely chosen to destroy the planet rather than have it fall into enemy hands. You organize superb funerals in the memory of your faithful people.', 'log'),
(521, 'english', 'l_log_title_LOG_PLANET_DEFEATED_D', 'Planet destroyed', 'log'),
(522, 'english', 'l_log_text_LOG_PLANET_DEFEATED', 'Your planet [planet_name] in sector [sector] was captured in battle by the wretched [name]. The people of the planet welcome their new ruler. You hear a testimony on BNN : "We''re glad to be rid of that old fart! We don''t want no stinking loser who can''t protect us!". You swear to make them pay for their arrogance.', 'log'),
(523, 'english', 'l_log_title_LOG_PLANET_DEFEATED', 'Planet captured!', 'log'),
(524, 'english', 'l_log_text_LOG_PLANET_NOT_DEFEATED', 'Your planet [planet_name] in sector [sector] was attacked by [name]. The citizens organized a valliant defense however, and managed to destroy the opponent. They salvage some resources from the space debris : [goods] goods, [ore] ore, [organics] organics and [salvage]% of the ship''s worth of [credits] credits.', 'log'),
(525, 'english', 'l_log_title_LOG_PLANET_NOT_DEFEATED', 'Victory!', 'log'),
(526, 'english', 'l_log_title_LOG_RAW', 'Notice', 'log'),
(527, 'english', 'l_log_text_LOG_TOLL_RECV', 'Your fighters in sector [sector] have collected a ''tax'' of [toll] credits.', 'log'),
(528, 'english', 'l_log_title_LOG_TOLL_RECV', 'Toll income', 'log'),
(529, 'english', 'l_log_text_LOG_DEFS_DESTROYED', '[quantity] [type] were destroyed in sector [sector].', 'log'),
(530, 'english', 'l_log_title_LOG_DEFS_DESTROYED', 'Sector defenses destroyed', 'log'),
(531, 'english', 'l_log_text_LOG_PLANET_EJECT', 'You have been ejected from the planet in sector [sector] because [name] left the team.', 'log'),
(532, 'english', 'l_log_title_LOG_PLANET_EJECT', 'Ejected!', 'log'),
(533, 'english', 'l_log_text_LOG_BADLOGIN', 'There has been a bad login attempt from [ip].', 'log'),
(534, 'english', 'l_log_title_LOG_BADLOGIN', 'Bad login', 'log'),
(535, 'english', 'l_log_text_LOG_PLANET_SCAN', '[name] has scanned your planet [planet_name] in sector [sector].', 'log'),
(536, 'english', 'l_log_title_LOG_PLANET_SCAN', 'Planet scan', 'log'),
(537, 'english', 'l_log_text_LOG_PLANET_SCAN_FAIL', '[name] has attempted to scan your planet [planet_name] in sector [sector], but failed.', 'log'),
(538, 'english', 'l_log_title_LOG_PLANET_SCAN_FAIL', 'Planet scan failed', 'log'),
(539, 'english', 'l_log_text_LOG_SHIP_SCAN', '[player] has scanned your ship.', 'log'),
(540, 'english', 'l_log_title_LOG_SHIP_SCAN', 'Ship scan', 'log'),
(541, 'english', 'l_log_text_LOG_SHIP_SCAN_FAIL', '[player] has attempted to scan your ship, but failed.', 'log'),
(542, 'english', 'l_log_title_LOG_SHIP_SCAN_FAIL', 'Ship scan failed', 'log'),
(543, 'english', 'l_log_text_LOG_Xenobe_ATTACK', 'Attacking [player]...', 'log'),
(544, 'english', 'l_log_title_LOG_Xenobe_ATTACK', 'Attack', 'log'),
(545, 'english', 'l_log_text_LOG_STARVATION', 'One of your planet in [sector] cannot sustain its population! More organics is needed. [starvation] colonists died of hunger.', 'log'),
(546, 'english', 'l_log_title_LOG_STARVATION', 'Starvation!', 'log');
INSERT INTO `[[dbprefix]]languages` VALUES
(547, 'english', 'l_log_text_LOG_TOW', 'Your ship has been towed from sector [sector] to sector [newsector] because your average tech level exceeded the limit value of [hull].', 'log'),
(548, 'english', 'l_log_title_LOG_TOW', 'Towed!', 'log'),
(549, 'english', 'l_log_text_LOG_DEFS_DESTROYED_F', 'You have destroyed [fighters] patrolling fighters in sector [sector].', 'log'),
(550, 'english', 'l_log_title_LOG_DEFS_DESTROYED_F', 'Fighters destroyed', 'log'),
(551, 'english', 'l_log_text_LOG_DEFS_KABOOM', 'You were destroyed by a fighters force in sector [sector]. ', 'log'),
(552, 'english', 'l_log_title_LOG_DEFS_KABOOM', 'Ship destroyed!', 'log'),
(553, 'english', 'l_log_text_LOG_HARAKIRI', 'You were tired of captaining this space barge, so you decided the universe would be better without it. Authorized by [ip].', 'log'),
(554, 'english', 'l_log_title_LOG_HARAKIRI', 'Self-destructed!', 'log'),
(555, 'english', 'l_log_text_LOG_TEAM_REJECT', '[player] has rejected an invitation to join your team, [teamname].', 'log'),
(556, 'english', 'l_log_title_LOG_TEAM_REJECT', 'Invitation rejected', 'log'),
(557, 'english', 'l_log_text_LOG_TEAM_RENAME', 'You have renamed your team to [team].', 'log'),
(558, 'english', 'l_log_title_LOG_TEAM_RENAME', 'Team renamed', 'log'),
(559, 'english', 'l_log_text_LOG_TEAM_M_RENAME', 'Your team coordinator renamed the team to [team].', 'log'),
(560, 'english', 'l_log_title_LOG_TEAM_M_RENAME', 'Team renamed', 'log'),
(561, 'english', 'l_log_text_LOG_TEAM_KICK', 'You have been ejected from the team [team].', 'log'),
(562, 'english', 'l_log_title_LOG_TEAM_KICK', 'Ejected from team!', 'log'),
(563, 'english', 'l_log_text_LOG_TEAM_CREATE', 'You have created a new team, [team].', 'log'),
(564, 'english', 'l_log_title_LOG_TEAM_CREATE', 'Created new team', 'log'),
(565, 'english', 'l_log_text_LOG_TEAM_LEAVE', 'You have left team [team].', 'log'),
(566, 'english', 'l_log_title_LOG_TEAM_LEAVE', 'Left team', 'log'),
(567, 'english', 'l_log_text_LOG_TEAM_NEWLEAD', 'You have left the team [team]. You relinquished the team leadership to [name].', 'log'),
(568, 'english', 'l_log_title_LOG_TEAM_NEWLEAD', 'Left team', 'log'),
(569, 'english', 'l_log_text_LOG_TEAM_LEAD', 'Your team coordinator has decided to leave [team]. You have been appointed to take its place.', 'log'),
(570, 'english', 'l_log_title_LOG_TEAM_LEAD', 'Promotion!', 'log'),
(571, 'english', 'l_log_text_LOG_TEAM_JOIN', 'You have joined the team [team].', 'log'),
(572, 'english', 'l_log_title_LOG_TEAM_JOIN', 'Joined team', 'log'),
(573, 'english', 'l_log_text_LOG_TEAM_NEWMEMBER', '[name] has accepted to join [team]. This brings you one step further to galactic domination.', 'log'),
(574, 'english', 'l_log_title_LOG_TEAM_NEWMEMBER', 'New team member', 'log'),
(575, 'english', 'l_log_text_LOG_TEAM_INVITE', 'You have been invited to be part of [team].', 'log'),
(576, 'english', 'l_log_title_LOG_TEAM_INVITE', 'Invitation', 'log'),
(577, 'english', 'l_log_text_LOG_TEAM_NOT_LEAVE', '[player] has left your team.', 'log'),
(578, 'english', 'l_log_title_LOG_TEAM_NOT_LEAVE', 'Team loses a member', 'log'),
(579, 'english', 'l_log_text_LOG_ADMIN_HARAKIRI', '[player] has self-destructed from ip [ip].', 'log'),
(580, 'english', 'l_log_title_LOG_ADMIN_HARAKIRI', 'Self-destruct', 'log'),
(581, 'english', 'l_log_text_LOG_ADMIN_ILLEGVALUE', '[player] had [quantity] [type], with max holds of [holds]', 'log'),
(582, 'english', 'l_log_title_LOG_ADMIN_ILLEGVALUE', 'Illegal ship value', 'log'),
(583, 'english', 'l_log_text_LOG_ADMIN_PLANETDEL', '[attacker] has attempted to capture [defender]''s planet in sector [sector]. Planet was destroyed instead.', 'log'),
(584, 'english', 'l_log_title_LOG_ADMIN_PLANETDEL', 'Planet destroyed', 'log'),
(585, 'english', 'l_log_text_LOG_DEFENCE_DEGRADE', 'Sector Defences Fighters in sector [sector] degraded by [degrade] percent due to insufficient energy.', 'log'),
(586, 'english', 'l_log_title_LOG_DEFENCE_DEGRADE', 'Sector Defences degraded.', 'log'),
(587, 'english', 'l_log_text_LOG_PLANET_CAPTURED', 'You captured a planet belonging to [owner]. It had [cols] colonists and [credits] credits on it.', 'log'),
(588, 'english', 'l_log_title_LOG_PLANET_CAPTURED', 'Planet captured!', 'log'),
(589, 'english', 'l_log_text_LOG_PLANET_BOMBED', 'Your planet [planet_name] in sector [sector] was bombed by [name]. You used [beams] energy and [torps] torpedoes in your defense.  You lost [figs] fighters.', 'log'),
(590, 'english', 'l_log_title_LOG_PLANET_BOMBED', 'Planet bombed!', 'log'),
(591, 'english', 'l_log_text_LOG_BOUNTY_CLAIMED', 'You claimed a bounty of [amount] credits for the destruction of the ship belonging to [bounty_on]. The bounty was placed by [placed_by].', 'log'),
(592, 'english', 'l_log_title_LOG_BOUNTY_CLAIMED', 'Bounty Claimed.', 'log'),
(593, 'english', 'l_log_text_LOG_BOUNTY_PAID', 'Your bounty on [bounty_on] has been paid for the amount of [amount] credits.', 'log'),
(594, 'english', 'l_log_title_LOG_BOUNTY_PAID', 'Bounty Paid.', 'log'),
(595, 'english', 'l_log_text_LOG_BOUNTY_CANCELLED', 'Your bounty on [bounty_on] for the amount of [amount] credits has been refunded.', 'log'),
(596, 'english', 'l_log_title_LOG_BOUNTY_CANCELLED', 'Bounty Refunded.', 'log'),
(597, 'english', 'l_log_text_LOG_SPACE_PLAGUE', 'Your planet [name] in sector [sector] has been hit by Space Plague. [percentage] percent of the colonists were killed.', 'log'),
(598, 'english', 'l_log_title_LOG_SPACE_PLAGUE', 'Space Plague!', 'log'),
(599, 'english', 'l_log_text_LOG_PLASMA_STORM', 'Your planet [name] in sector [sector] has been hit by a Plasma Storm. All stored Energy has been lost.', 'log'),
(600, 'english', 'l_log_title_LOG_PLASMA_STORM', 'Plasma Storm!', 'log'),
(601, 'english', 'l_log_text_LOG_BOUNTY_FEDBOUNTY', 'The Federation has placed a bounty on you for the amount of [amount] credits.', 'log'),
(602, 'english', 'l_log_title_LOG_BOUNTY_FEDBOUNTY', 'Federation Bounty!', 'log'),
(603, 'english', 'l_log_months_1', 'January', 'log'),
(604, 'english', 'l_log_months_2', 'February', 'log'),
(605, 'english', 'l_log_months_3', 'March', 'log'),
(606, 'english', 'l_log_months_4', 'April', 'log'),
(607, 'english', 'l_log_months_5', 'May', 'log'),
(608, 'english', 'l_log_months_6', 'June', 'log'),
(609, 'english', 'l_log_months_7', 'July', 'log'),
(610, 'english', 'l_log_months_8', 'August', 'log'),
(611, 'english', 'l_log_months_9', 'September', 'log'),
(612, 'english', 'l_log_months_10', 'October', 'log'),
(613, 'english', 'l_log_months_11', 'November', 'log'),
(614, 'english', 'l_log_months_12', 'December', 'log'),
(615, 'english', 'l_log_months_short_1', 'Jan', 'log'),
(616, 'english', 'l_log_months_short_2', 'Feb', 'log'),
(617, 'english', 'l_log_months_short_3', 'Mar', 'log'),
(618, 'english', 'l_log_months_short_4', 'Apr', 'log'),
(619, 'english', 'l_log_months_short_5', 'May', 'log'),
(620, 'english', 'l_log_months_short_6', 'Jun', 'log'),
(621, 'english', 'l_log_months_short_7', 'Jul', 'log'),
(622, 'english', 'l_log_months_short_8', 'Aug', 'log'),
(623, 'english', 'l_log_months_short_9', 'Sep', 'log'),
(624, 'english', 'l_log_months_short_10', 'Oct', 'log'),
(625, 'english', 'l_log_months_short_11', 'Nov', 'log'),
(626, 'english', 'l_log_months_short_12', 'Dec', 'log'),
(627, 'english', 'l_login_title', 'Login', 'login'),
(628, 'english', 'l_login_email', 'E-mail Address:', 'login'),
(629, 'english', 'l_login_pw', 'Password:', 'login'),
(630, 'english', 'l_login_newp', 'If you are a new player, click [here] to create a new account.', 'login'),
(631, 'english', 'l_login_prbs', 'Problems?', 'login'),
(632, 'english', 'l_login_emailus', 'E-mail us', 'login'),
(633, 'english', 'l_login_sclosed', 'Server Closed', 'login'),
(634, 'english', 'l_login_closed_message', 'Server closed until further notice.', 'login'),
(635, 'english', 'l_login_title2', 'Login Phase Two', 'login'),
(636, 'english', 'l_login_died', 'Your ship was destroyed, but your escape pod saved you and your crew.  Click [here] to continue with a new ship.', 'login'),
(637, 'english', 'l_login_newbie', 'Due to the seriousness of this crime and the vicious attack against you, the Federation has graciously decided to provide a free of charge cloning from your remains.  Sadly, even in this day and age, new clones can not own property, aside from the basics to make a living.  You will be provided with a basic ship and a few credits to get you started.  Hopefully your next life will be better.', 'login'),
(638, 'english', 'l_login_newlife', 'Click [here] to continue in a new life.', 'login'),
(639, 'english', 'l_login_looser', 'You had no escape pod, and due to your modest success in this life, the Federation declines to clone you.  Your remains should eventually fall into a gravity well, hopefully to be used to create life elsewhere... several billion years from now.', 'login'),
(640, 'english', 'l_login_looser2', 'Better luck next game...', 'login'),
(641, 'english', 'l_login_4gotpw1a', 'The password you entered is incorrect.', 'login'),
(642, 'english', 'l_login_4gotpw1b', 'If you have forgotten your password,', 'login'),
(643, 'english', 'l_login_4gotpw2a', 'to have it e-mailed to you.', 'login'),
(644, 'english', 'l_login_4gotpw2b', 'Otherwise,', 'login'),
(645, 'english', 'l_login_4gotpw3', 'to try again.  Attempt logged with IP address of', 'login'),
(646, 'english', 'l_login_noone', 'No Such Player! - Create a new player [here].', 'login'),
(647, 'english', 'l_login_lang', 'Language', 'login'),
(648, 'english', 'l_login_settings', 'Game Settings', 'login'),
(649, 'english', 'l_login_change', 'Change', 'login'),
(650, 'english', 'l_login_banned', 'You have been banned from this game by the administrator. You are no longer welcome to play on this server. Next time, behave.', 'login'),
(651, 'english', 'l_logout_score', 'You current score is', 'logout'),
(652, 'english', 'l_logout_text', '[name] is now logged out.  Click [here] to return to game.', 'logout'),
(653, 'english', 'l_login_forgotpw', 'Forgot your password?   Enter it blank and press login.', 'logout'),
(654, 'english', 'l_lrs_title', 'Long Range Scan', 'lrscan'),
(655, 'english', 'l_lrs_nofull', 'Your scanners do not possess full long range scan capabilities.', 'lrscan'),
(656, 'english', 'l_lrs_noturns', 'You need at least [fullscan_cost] turn(s) to run a full long range scan.', 'lrscan'),
(657, 'english', 'l_lrs_used', 'Used', 'lrscan'),
(658, 'english', 'l_lrs_turns', 'turn(s)', 'lrscan'),
(659, 'english', 'l_lrs_left', 'left', 'lrscan'),
(660, 'english', 'l_lrs_reach', 'The following locations can be reached from sector [sector]:', 'lrscan'),
(661, 'english', 'l_lrs_links', 'Links', 'lrscan'),
(662, 'english', 'l_lrs_ships', 'Ships', 'lrscan'),
(663, 'english', 'l_lrs_click', 'Click one of the links to move to that sector.', 'lrscan'),
(664, 'english', 'l_lrs_cantscan', 'Can''t scan sector from current sector!', 'lrscan'),
(665, 'english', 'l_lrs_zero', 'Sector 0 is too crowded to scan for ships!', 'lrscan'),
(666, 'english', 'l_lrs_moveto', 'to move to sector', 'lrscan'),
(667, 'english', 'l_mail_title', 'Mail Password', 'mail'),
(668, 'english', 'l_mail_noplayer', 'No Such Player! - Create a new player [here].', 'mail'),
(669, 'english', 'l_mail_sent', 'Password has been sent to', 'mail'),
(670, 'english', 'l_mail_topic', '[game_name] Password', 'mail'),
(671, 'english', 'l_mail_message', 'Greetings,\\r\\n\\r\\nSomeone from the IP address [ip] requested that your password for [game_name] be sent to you.\\r\\n\\r\\nYour password is: [pass]\\r\\n\\r\\nThank you\\r\\n\\r\\nThe [game_name] web team.', 'mail'),
(672, 'english', 'l_mt_title', 'Send Message', 'mailto'),
(673, 'english', 'l_mt_from', 'From:', 'mailto'),
(674, 'english', 'l_mt_subject', 'Subject:', 'mailto'),
(675, 'english', 'l_mt_message', 'Message:', 'mailto'),
(676, 'english', 'l_mt_sent', 'Message sent', 'mailto'),
(677, 'english', 'l_mt_send', 'Send', 'mailto'),
(678, 'english', 'l_sendm_title', 'Send Message', 'mailto2'),
(679, 'english', 'l_sendm_to', 'To', 'mailto2'),
(680, 'english', 'l_sendm_from', 'From', 'mailto2'),
(681, 'english', 'l_sendm_ally', 'Team:', 'mailto2'),
(682, 'english', 'l_sendm_subj', 'Subject', 'mailto2'),
(683, 'english', 'l_sendm_mess', 'Message', 'mailto2'),
(684, 'english', 'l_sendm_send', 'Send', 'mailto2'),
(685, 'english', 'l_sendm_sent', 'Message Sent', 'mailto2'),
(686, 'english', 'l_main_title', 'Main Menu', 'main'),
(687, 'english', 'l_main_warpto', 'Warp to', 'main'),
(688, 'english', 'l_main_other', 'Other', 'main'),
(689, 'english', 'l_traderoutes', 'Trade Routes', 'main'),
(690, 'english', 'l_trade_control', 'Trade Control', 'main'),
(691, 'english', 'l_youhave', 'You have', 'main'),
(692, 'english', 'l_turns_used', 'Turns used:', 'main'),
(693, 'english', 'l_turns_have', 'Turns available:', 'main'),
(694, 'english', 'l_score', 'Score:', 'main'),
(695, 'english', 'l_sector', 'Sector', 'main'),
(696, 'english', 'l_help', 'Help', 'main'),
(697, 'english', 'l_faq', 'FAQ', 'main'),
(698, 'english', 'l_feedback', 'Feedback', 'main'),
(699, 'english', 'l_forums', 'Forums', 'main'),
(700, 'english', 'l_commands', 'Commands', 'main'),
(701, 'english', 'l_command_no', 'Command not available.', 'main'),
(702, 'english', 'l_devices', 'Devices', 'main'),
(703, 'english', 'l_planets', 'Planets', 'main'),
(704, 'english', 'l_log', 'Log', 'main'),
(705, 'english', 'l_sector_def', 'Sector Defences', 'main'),
(706, 'english', 'l_defense', 'Defenses', 'main'),
(707, 'english', 'l_read_msg', 'Read Messages', 'main'),
(708, 'english', 'l_send_msg', 'Send Messages', 'main'),
(709, 'english', 'l_rankings', 'Rankings', 'main'),
(710, 'english', 'l_teams', 'Teams', 'main'),
(711, 'english', 'l_ohno', 'Self-Destruct', 'main'),
(712, 'english', 'l_options', 'Options', 'main'),
(713, 'english', 'l_navcomp', 'Nav Computer', 'main'),
(714, 'english', 'l_incompletemove', 'You haven''t completed your previous move.', 'main'),
(715, 'english', 'l_clicktocontinue', 'Click Here to continue', 'main'),
(716, 'english', 'l_toplanetmenu', 'to go to the planet menu.', 'main'),
(717, 'english', 'l_nonexistant_pl', 'On a non-existent planet???', 'main'),
(718, 'english', 'l_aboard', ', aboard the', 'main'),
(719, 'english', 'l_messages_wait', 'Messages waiting for you.', 'main'),
(720, 'english', 'l_no_warplink', 'No warp links', 'main'),
(721, 'english', 'l_scan', 'scan', 'main'),
(722, 'english', 'l_fullscan', 'Full scan', 'main'),
(723, 'english', 'l_port', 'Port', 'main'),
(724, 'english', 'l_tradingport', 'Trading port', 'main'),
(725, 'english', 'l_planet_in_sec', 'Planets in sector', 'main'),
(726, 'english', 'l_ships_in_sec', 'Other ships in sector', 'main'),
(727, 'english', 'l_sector_0', 'There is so much traffic in Sol (Sector 0) that you cannot even isolate other ships!', 'main'),
(728, 'english', 'l_settings', 'Settings', 'main'),
(729, 'english', 'l_main_ships_detected', 'Ship(s) Detected', 'main'),
(730, 'english', 'l_mines_title', 'Deploy Sector Mines & Fighters', 'mines'),
(731, 'english', 'l_mines_noturn', 'You need at least one turn to deploy sector defences.', 'mines'),
(732, 'english', 'l_mines_nopermit', 'Deploying Mines and Fighters in this sector is not permitted.', 'mines'),
(733, 'english', 'l_mines_nodeploy', 'Can not deploy here. Another Ship or Team has mines or fighters in this sector.', 'mines'),
(734, 'english', 'l_mines_info1', 'You are presently in sector [sector]. There are [mines] mines and [fighters] fighters here.', 'mines'),
(735, 'english', 'l_mines_info2', 'You have [mines] mines and [fighters] fighters available to deploy', 'mines'),
(736, 'english', 'l_mines_deploy', 'Deploy', 'mines'),
(737, 'english', 'l_mines_att', 'Attack', 'mines'),
(738, 'english', 'l_mines_toll', 'Toll', 'mines'),
(739, 'english', 'l_mines_notorps', 'You do not have enough torpedos.', 'mines'),
(740, 'english', 'l_mines_nofighters', 'You do not have enough fighters', 'mines'),
(741, 'english', 'l_mines_dmines', 'Deployed [mines] mines.', 'mines'),
(742, 'english', 'l_mines_dfighter', 'Deployed [fighters] fighters in [mode] mode.', 'mines'),
(743, 'english', 'l_md_title', 'Sector Defences', 'modify_defences'),
(744, 'english', 'l_md_invalid', 'Invalid Sector Defence', 'modify_defences'),
(745, 'english', 'l_md_nolonger', 'The sector defence selected is no longer there.', 'modify_defences'),
(746, 'english', 'l_md_you', 'you', 'modify_defences'),
(747, 'english', 'l_md_bmines', 'Your beams destroyed', 'modify_defences'),
(748, 'english', 'l_md_msgdownerb', '[name] destroyed [mines] mines in sector [sector].', 'modify_defences'),
(749, 'english', 'l_md_retr', 'You retrieved', 'modify_defences'),
(750, 'english', 'l_md_mode', 'The fighters selected have been set to [mode] mode.', 'modify_defences'),
(751, 'english', 'l_md_consist', 'This sector defence consists of [qty] [type] owned by [owner].', 'modify_defences'),
(752, 'english', 'l_md_youcan', 'You can', 'modify_defences'),
(753, 'english', 'l_md_retrieve', 'Retrieve', 'modify_defences'),
(754, 'english', 'l_md_change', 'Change Fighter settings', 'modify_defences'),
(755, 'english', 'l_md_cmode', 'Fighter mode', 'modify_defences'),
(756, 'english', 'l_md_attack', 'Attack', 'modify_defences'),
(757, 'english', 'l_md_toll', 'Toll', 'modify_defences'),
(758, 'english', 'l_md_attdef', 'Attack the Sector Defences. All sector fighters will retaliate.', 'modify_defences'),
(759, 'english', 'l_md_noturn', 'You need at least one turn.', 'modify_defences'),
(760, 'english', 'l_md_nothere', 'You need to be in the same sector as the sector defences.', 'modify_defences'),
(761, 'english', 'l_md_notyours', 'Action not permitted. Those sector defences do not belong to you.', 'modify_defences'),
(762, 'english', 'l_md_yours', 'You can not attack your own sector defences.', 'modify_defences'),
(763, 'english', 'l_move_title', 'Move', 'move'),
(764, 'english', 'l_move_turn', 'You need at least one turn to move.', 'move'),
(765, 'english', 'l_move_failed', 'Move failed!', 'move'),
(766, 'english', 'l_nav_title', 'Navigation Computer', 'navcomp'),
(767, 'english', 'l_nav_nocomp', 'Navigation computer is not available', 'navcomp'),
(768, 'english', 'l_nav_query', 'Enter sector to find path to:', 'navcomp'),
(769, 'english', 'l_nav_pathfnd', 'Path found', 'navcomp'),
(770, 'english', 'l_nav_answ1', 'It will take you', 'navcomp'),
(771, 'english', 'l_nav_answ2', 'turns to get to this sector.', 'navcomp'),
(772, 'english', 'l_nav_proper', 'Your computer technology is too primitive to compute a warp route to that distance.', 'navcomp'),
(773, 'english', 'l_new_title', 'Create New Player', 'new'),
(774, 'english', 'l_new_title2', 'Create New Player Phase Two', 'new'),
(775, 'english', 'l_new_shipname', 'Ship Name', 'new'),
(776, 'english', 'l_new_pname', 'Player Character Name', 'new'),
(777, 'english', 'l_new_info', 'We promise not to give out (or sell) your e-mail address to anyone.  It is required though, to send you your server generated password..', 'new'),
(778, 'english', 'l_new_closed_message', 'Game closed for tournament play', 'new'),
(779, 'english', 'l_new_blank', 'E-mail, ship name, and character name may not be blank.', 'new'),
(780, 'english', 'l_new_inuse', 'E-mail address is already in use.', 'new'),
(781, 'english', 'l_new_4gotpw1', 'If you have forgotten your password,', 'new'),
(782, 'english', 'l_new_4gotpw2', 'to have it e-mailed to you.', 'new'),
(783, 'english', 'l_new_inusechar', 'Character name [character], is already in use.', 'new'),
(784, 'english', 'l_new_inuseship', 'Ship name [shipname], is already in use.', 'new'),
(785, 'english', 'l_new_pwsent', 'Password has been sent to [username].', 'new'),
(786, 'english', 'l_new_login', 'to go to the login screen.', 'new'),
(787, 'english', 'l_new_err', 'Please go back or click [here] and try again.', 'new'),
(788, 'english', 'l_new_topic', 'Traders Password', 'new'),
(789, 'english', 'l_new_message', 'Greetings,\\r\\n\\r\\nSomeone from the IP address [ip] requested that your password for Traders be sent to you.\\r\\n\\r\\nYour password is: [pass]\\r\\n\\r\\nThank you\\r\\n\\r\\nThe Traders web team.', 'new'),
(790, 'english', 'l_news_title', 'Blacknova Universe News', 'news'),
(791, 'english', 'l_news_info_1', 'BNN is among the galaxy''s leaders', 'news'),
(792, 'english', 'l_news_info_2', 'in news and information delivery.', 'news'),
(793, 'english', 'l_news_info_3', 'Staffed 24 hours, seven days a week by a', 'news'),
(794, 'english', 'l_news_info_4', 'dedicated staff in BNN''s galaxy headquarters', 'news'),
(795, 'english', 'l_news_info_5', 'in Alpha Centauri and in bureaus galaxywide!', 'news'),
(796, 'english', 'l_news_for', 'News for', 'news'),
(797, 'english', 'l_news_prev', 'previous day', 'news'),
(798, 'english', 'l_news_next', 'next day', 'news'),
(799, 'english', 'l_news_none', 'Sorry, no news today.', 'news'),
(800, 'english', 'l_news_flash', 'News Flash', 'news'),
(801, 'english', 'l_news_planets', 'planets', 'news'),
(802, 'english', 'l_news_cols', 'Million colonists', 'news'),
(803, 'english', 'l_news_p_headline', '[player]''s Empire now has', 'news'),
(804, 'english', 'l_killheadline', 'was killed in an accident', 'news'),
(805, 'english', 'l_news_killed', '[name] was killed in a tragic accident today. How heroic - captain [name] was the last member on board of his ship, when he noticed there was no escape pod left for him. May he rest in peace!', 'news'),
(806, 'english', 'l_news_p_text5', 'The rising empire of [name] now has five planets, the BNN will watch the actions of [name] more closely in the future!', 'news'),
(807, 'english', 'l_news_p_text10', 'The growing empire of [name] now controls ten planets, Reports of BNN say that further expansion of [name] might lead to war!', 'news'),
(808, 'english', 'l_news_p_text25', 'The huge empire of [name] colonized 25 planets already, in an interview, [name] announced that he might consider slowing down his expansion in the future!', 'news'),
(809, 'english', 'l_news_p_text50', 'The enormous vast empire of [name], represented by 50 planets in the whole galaxy is getting a threatening strength. One of the BNN reporters found out that [name] is upgrading his ship planning a major war. In an interview [name] announced that is done on defence purpose only!', 'news'),
(810, 'english', 'l_news_c_text25', 'The rising empire of [name] now has 25 million colonists, the BNN will watch the actions of [name] more closely in the future, but its highly obvious that birthrates are going to explode!', 'news'),
(811, 'english', 'l_news_c_text100', 'The aspiring empire of [name] now has 100 million colonists, after an explosion of birth rates, [name] colonies seemed to be a good place for families to settle!', 'news'),
(812, 'english', 'l_news_c_text500', 'The large empire of [name] now has 500 million colonists, [name] said in an interview that colonization of the galaxy has just yet begun', 'news'),
(813, 'english', 'l_news_c_text1000', 'The humongous empire of [name] now has one billion colonists, BNN reporters found out that [name] is in possesion of some weird cloning mechanism allowing him to breed new colonists in huge amounts. With this amount of colonists, the econmic strength of this empire is enormous, BNN hopes that [name] does not spend his money on warfare', 'news'),
(814, 'english', 'l_opt2_title', 'Save Options', 'option2'),
(815, 'english', 'l_opt2_passunchanged', 'Password was left unchanged.', 'option2'),
(816, 'english', 'l_opt2_srcpassfalse', 'Original password incorrect. Password was left unchanged.', 'option2'),
(817, 'english', 'l_opt2_newpassnomatch', 'New password fields do not match. Password was left unchanged.', 'option2'),
(818, 'english', 'l_opt2_passchanged', 'Password changed.', 'option2'),
(819, 'english', 'l_opt2_passchangeerr', 'Error changing password', 'option2'),
(820, 'english', 'l_opt2_chlang', 'Language has been set to [lang].', 'option2'),
(821, 'english', 'l_opt_title', 'Options', 'options'),
(822, 'english', 'l_opt_chpass', 'Change password', 'options'),
(823, 'english', 'l_opt_curpass', 'Current password:', 'options'),
(824, 'english', 'l_opt_newpass', 'New password:', 'options'),
(825, 'english', 'l_opt_newpagain', 'New password (again):', 'options'),
(826, 'english', 'l_opt_lang', 'Language', 'options'),
(827, 'english', 'l_opt_select', 'Select One:', 'options'),
(828, 'english', 'l_opt_save', 'Save', 'options'),
(829, 'english', 'l_planet', 'Planet', 'planet'),
(830, 'english', 'l_planet_title', 'Planet Menu', 'planet'),
(831, 'english', 'l_planet_none', 'You are not in the same sector as this planet, so you can''t interact with it.', 'planet'),
(832, 'english', 'l_planet_capture1', 'capture', 'planet'),
(833, 'english', 'l_planet_capture2', 'You may [capture] the planet or just leave it undefended.', 'planet'),
(834, 'english', 'l_planet_unowned', 'This planet is unowned', 'planet'),
(835, 'english', 'l_planet_unnamed', 'Welcome to [name]''s un-named planet.', 'planet'),
(836, 'english', 'l_planet_named', 'Welcome to [planetname], owned by [name].', 'planet'),
(837, 'english', 'l_planet_onsurface', 'You are presently on the surface of the planet.', 'planet'),
(838, 'english', 'l_planet_orbit', 'You are presently in orbit of the planet.', 'planet'),
(839, 'english', 'l_planet_leave_link', 'Leave', 'planet'),
(840, 'english', 'l_planet_leave', '[leave] Planet', 'planet'),
(841, 'english', 'l_planet_name_link', 'Name', 'planet'),
(842, 'english', 'l_planet_name2', '[name] planet', 'planet'),
(843, 'english', 'l_planet_land_link', 'Land', 'planet'),
(844, 'english', 'l_planet_land', '[land] on Planet', 'planet'),
(845, 'english', 'l_planet_logout', 'You can also [logout] in the safety of your planet.', 'planet'),
(846, 'english', 'l_planet_selling', 'Planet is presently selling commodities.', 'planet'),
(847, 'english', 'l_planet_not_selling', 'Planet is not presently selling commodities.', 'planet'),
(848, 'english', 'l_planet_transfer_link', 'Transfer', 'planet'),
(849, 'english', 'l_planet_transfer', '[transfer] commodities/resources/colonists to/from Planet', 'planet'),
(850, 'english', 'l_planet_hasbase', 'You have a base on this planet.', 'planet'),
(851, 'english', 'l_planet_perc', 'Production Percentages', 'planet'),
(852, 'english', 'l_planet_interest', '* Production of credits beyond banking interest is 100 - other percentages', 'planet'),
(853, 'english', 'l_planet_update', 'Update', 'planet'),
(854, 'english', 'l_planet_tsell_link', 'Selling', 'planet'),
(855, 'english', 'l_planet_tsell', 'Toggle planet [selling] commodities', 'planet'),
(856, 'english', 'l_planet_bbase_link', 'build a base', 'planet'),
(857, 'english', 'l_planet_bbase', 'With enough commodites and credits, you can [build] to help defend the planet.', 'planet'),
(858, 'english', 'l_planet_bbuild', 'Base constructed', 'planet'),
(859, 'english', 'l_planet_mcorp_linkC', 'Corporate Planet', 'planet'),
(860, 'english', 'l_planet_mcorp_linkP', 'Personal Planet', 'planet'),
(861, 'english', 'l_planet_mcorp', 'You can also make this planet a [planet].', 'planet'),
(862, 'english', 'l_planet_buy_link', 'Buy', 'planet'),
(863, 'english', 'l_planet_buy', '[buy] commodities from Planet', 'planet'),
(864, 'english', 'l_planet_att_link', 'Attack', 'planet'),
(865, 'english', 'l_planet_att', '[attack] on Planet', 'planet'),
(866, 'english', 'l_planet_att_sure', 'Are you SURE...', 'planet'),
(867, 'english', 'l_planet_scn_link', 'Scan', 'planet'),
(868, 'english', 'l_planet_scn', '[scan] Planet', 'planet'),
(869, 'english', 'l_planet_nowsell', 'Planet now set to sell.', 'planet'),
(870, 'english', 'l_planet_nownosell', 'Planet now set not to sell.', 'planet'),
(871, 'english', 'l_planet_iname', 'Enter new planet name', 'planet'),
(872, 'english', 'l_planet_cname', 'Planet name changed to', 'planet'),
(873, 'english', 'l_planet_landed', 'You have landed on the planet''s surface.', 'planet'),
(874, 'english', 'l_planet_left', 'You are no longer on the planet''s surface.', 'planet'),
(875, 'english', 'l_planet_cinfo', 'You have room for [cargo] units of additional cargo.  You have capacity for [energy] units of addtional power.', 'planet'),
(876, 'english', 'l_planet_toplanet', 'To Planet?', 'planet'),
(877, 'english', 'l_planet_baseinfo', 'To build a base there must be at least [base_credits] credits, [base_ore] units of ore, [base_organics] units of organics, and [base_goods] units of goods on the planet .', 'planet'),
(878, 'english', 'l_planet_p_under', 'You may not change production percentages to a negative number.', 'planet'),
(879, 'english', 'l_planet_p_over', 'You may not change production percentages to higher than a total of 100%.', 'planet'),
(880, 'english', 'l_planet_p_changed', 'Production percentages changed.', 'planet'),
(881, 'english', 'l_plant_scn_turn', 'You need at least one turn to scan a planet.', 'planet'),
(882, 'english', 'l_planet_noscan', 'Sensors cannot get a fix on target!', 'planet'),
(883, 'english', 'l_planet_scn_report', 'Scan results on [name], owned by:  [owner]', 'planet'),
(884, 'english', 'l_base', 'Base', 'planet'),
(885, 'english', 'l_planet_ison', 'is on the planet.', 'planet'),
(886, 'english', 'l_planet_captured', 'Planet captured', 'planet'),
(887, 'english', 'l_planet_notdef', 'Planet not defeated!', 'planet'),
(888, 'english', 'l_planet_noone', 'nobody', 'planet'),
(889, 'english', 'l_planet2_title', 'Planetary Transfer', 'planet'),
(890, 'english', 'l_planet2_noturn', 'You need at least one turn to perform a planetary transfer.', 'planet'),
(891, 'english', 'l_planet2_noten', 'You don''t have enough', 'planet'),
(892, 'english', 'l_planet2_fortr', 'for the requested transfer.', 'planet'),
(893, 'english', 'l_planet2_settr', 'Setting transfer amount to', 'planet'),
(894, 'english', 'l_planet2_losup', 'The planet was only able to supply', 'planet'),
(895, 'english', 'l_planet2_notowner', 'You do not own this planet.', 'planet'),
(896, 'english', 'l_planet2_compl', 'Transfer complete.', 'planet'),
(897, 'english', 'l_planet2_power', 'power capacity', 'planet'),
(898, 'english', 'l_planet2_comp', 'computer capacity', 'planet'),
(899, 'english', 'l_planet2_laun', 'launcher capacity', 'planet'),
(900, 'english', 'l_planet2_nocorptransfer', 'You cannot transfer credits to or from corporate planets.', 'planet'),
(901, 'english', 'l_planet2_baseexceeded', 'Planets without a base can not hold that amount of credits.', 'planet'),
(902, 'english', 'l_planet3_title', 'Trading at Planet', 'planet'),
(903, 'english', 'l_pr_title', 'Planet Report', 'planet_report'),
(904, 'english', 'l_pr_teamlink', 'Show team planets', 'planet_report'),
(905, 'english', 'l_pr_noplanet', 'You have no planets so far', 'planet_report'),
(906, 'english', 'l_pr_clicktosort', 'Click on column header to sort.', 'planet_report'),
(907, 'english', 'l_pr_totals', 'Totals', 'planet_report'),
(908, 'english', 'l_trade', 'Trade', 'port'),
(909, 'english', 'l_title_port', 'Port Trading', 'port'),
(910, 'english', 'l_title_trade', 'Trading Commodities', 'port'),
(911, 'english', 'l_sector_war', 'War embargo', 'port'),
(912, 'english', 'l_war_info', 'War is raging in this sector. You can''t reach the port through all the hostile forces.', 'port'),
(913, 'english', 'l_no_trade', 'Trade forbidden', 'port'),
(914, 'english', 'l_no_trade_out', 'Trading at this port is not allowed for outsiders', 'port'),
(915, 'english', 'l_no_trade_info', 'Trading at this port is not allowed', 'port'),
(916, 'english', 'l_buying', 'Buying', 'port'),
(917, 'english', 'l_selling', 'Selling', 'port'),
(918, 'english', 'l_commodity', 'Commodity', 'port'),
(919, 'english', 'l_amount', 'Amount', 'port'),
(920, 'english', 'l_price', 'Price', 'port'),
(921, 'english', 'l_buy', 'Buy', 'port'),
(922, 'english', 'l_sell', 'Sell', 'port'),
(923, 'english', 'l_trade_st_info', 'You have [free_holds] empty cargo holds, can carry [free_power] more energy units, and have [credits] credits.', 'port'),
(924, 'english', 'l_special_port', 'Special Port', 'port'),
(925, 'english', 'l_no_credits', 'Not enough credits', 'port'),
(926, 'english', 'l_creds_to_spend', 'You have [credits] credits to spend.', 'port'),
(927, 'english', 'l_cost', 'Cost', 'port'),
(928, 'english', 'l_avail', 'Available', 'port'),
(929, 'english', 'l_profit', 'Profit', 'port'),
(930, 'english', 'l_current', 'Current', 'port'),
(931, 'english', 'l_current_qty', 'Current Quantities', 'port'),
(932, 'english', 'l_max', 'Max', 'port'),
(933, 'english', 'l_ifyouneedmore', 'If you need more you may access this port''s [igb]', 'port'),
(934, 'english', 'l_ifyouneedplan', 'Access the planet''s', 'port'),
(935, 'english', 'l_igb_term', 'IGB Banking Terminal', 'port'),
(936, 'english', 'l_upgrade', 'Upgrade?', 'port'),
(937, 'english', 'l_unlimited', 'Unlimited', 'port'),
(938, 'english', 'l_full', 'Full', 'port'),
(939, 'english', 'l_equipped', 'Equipped', 'port'),
(940, 'english', 'l_n_a', 'n/a', 'port'),
(941, 'english', 'l_item', 'Item', 'port'),
(942, 'english', 'l_totalcost', 'Total cost', 'port'),
(943, 'english', 'l_would_dump', 'If you would like to dump all your colonists here, click', 'port'),
(944, 'english', 'l_noport', 'There is no port here!', 'port'),
(945, 'english', 'l_trade_turnneed', 'You need at least one turn to trade at a port or planet.', 'port'),
(946, 'english', 'l_returnto_port', 'Click [here] to return to the port menu.', 'port'),
(947, 'english', 'l_notenough_cargo', 'You do not have enough free cargo holds for the commodities you wish to purchase.', 'port'),
(948, 'english', 'l_notenough_power', 'You do not have enough free power storage for the energy you wish to purchase.', 'port'),
(949, 'english', 'l_notenough_credits', 'You do not have enough credits to complete the transaction.', 'port'),
(950, 'english', 'l_notenough_turns', 'You do not have enough turns to complete the transaction.', 'port'),
(951, 'english', 'l_notenough_ore', 'You do not have enough ore to complete the transaction.', 'port'),
(952, 'english', 'l_notenough_goods', 'You do not have enough goods to complete the transaction.', 'port'),
(953, 'english', 'l_notenough_energy', 'You do not have enough energy to complete the transaction.', 'port'),
(954, 'english', 'l_notenough_organics', 'You do not have enough organics to complete the transaction.', 'port'),
(955, 'english', 'l_exceed_organics', 'Number of organics exceeds the supply/demand.', 'port'),
(956, 'english', 'l_exceed_ore', 'Number of ore exceeds the supply/demand.', 'port'),
(957, 'english', 'l_exceed_energy', 'Number of energy exceeds the supply/demand.', 'port'),
(958, 'english', 'l_exceed_goods', 'Number of goods exceeds the supply/demand.', 'port'),
(959, 'english', 'l_trade_result', 'Results for this trade', 'port'),
(960, 'english', 'l_traded_ore', 'Traded Ore', 'port'),
(961, 'english', 'l_traded_goods', 'Traded Goods', 'port'),
(962, 'english', 'l_traded_organics', 'Traded Organics', 'port'),
(963, 'english', 'l_traded_energy', 'Traded Energy', 'port'),
(964, 'english', 'l_trade_complete', 'Trade completed', 'port'),
(965, 'english', 'l_trade_upgraded', 'Upgraded to level', 'port'),
(966, 'english', 'l_trade_added', 'added', 'port'),
(967, 'english', 'l_trade_installed', 'installed', 'port'),
(968, 'english', 'l_pre_title', 'Change Realspace Presets', 'presets'),
(969, 'english', 'l_pre_exceed', 'Preset [preset] exceeds universe max of [sector_max]. No presets saved.', 'presets'),
(970, 'english', 'l_pre_set', 'Preset 1 set to [preset1], preset 2 set to [preset2] and preset 3 set to [preset3].', 'presets'),
(971, 'english', 'l_pre_save', 'Save', 'presets'),
(972, 'english', 'l_ranks_title', 'Top [max_ranks] Players', 'ranking'),
(973, 'english', 'l_ranks_none', 'No Results to show.', 'ranking'),
(974, 'english', 'l_ranks_pnum', 'Total number of players', 'ranking'),
(975, 'english', 'l_ranks_dships', 'Players with destroyed ships are not counted.', 'ranking'),
(976, 'english', 'l_ranks_rank', 'Rank', 'ranking'),
(977, 'english', 'l_ranks_lastlog', 'Last login', 'ranking'),
(978, 'english', 'l_ranks_good', 'Good', 'ranking'),
(979, 'english', 'l_ranks_evil', 'Evil', 'ranking'),
(980, 'english', 'l_readm_title', 'Read Message', 'readmail'),
(981, 'english', 'l_readm_nomessage', 'You have no Messages waiting for you...', 'readmail'),
(982, 'english', 'l_readm_center', 'Message Receiving Center', 'readmail'),
(983, 'english', 'l_readm_sender', 'Message Sender', 'readmail'),
(984, 'english', 'l_readm_captn', 'Captain of the', 'readmail'),
(985, 'english', 'l_readm_del', 'Delete', 'readmail'),
(986, 'english', 'l_readm_repl', 'Reply', 'readmail'),
(987, 'english', 'l_readm_delete', 'MESSAGE DELETED', 'readmail'),
(988, 'english', 'l_report_title', 'Ship Report', 'report'),
(989, 'english', 'l_level', 'Level', 'report'),
(990, 'english', 'l_ship_levels', 'Ship Component Levels', 'report'),
(991, 'english', 'l_hull', 'Hull', 'report'),
(992, 'english', 'l_engines', 'Engines', 'report'),
(993, 'english', 'l_power', 'Power', 'report'),
(994, 'english', 'l_computer', 'Computer', 'report'),
(995, 'english', 'l_sensors', 'Sensors', 'report'),
(996, 'english', 'l_armor', 'Armor', 'report'),
(997, 'english', 'l_shields', 'Shields', 'report'),
(998, 'english', 'l_beams', 'Beam Weapons', 'report'),
(999, 'english', 'l_torp_launch', 'Torpedo launchers', 'report'),
(1000, 'english', 'l_cloak', 'Cloak', 'report'),
(1001, 'english', 'l_holds', 'Holds', 'report'),
(1002, 'english', 'l_deflect', 'Mine Deflectors', 'report'),
(1003, 'english', 'l_ewd', 'Emegency Warp Device', 'report'),
(1004, 'english', 'l_shipavg', 'Average tech level', 'report'),
(1005, 'english', 'l_arm_weap', 'Armor & Weapons', 'report'),
(1006, 'english', 'l_beacons', 'Space Beacons', 'report'),
(1007, 'english', 'l_warpedit', 'Warp Editors', 'report'),
(1008, 'english', 'l_genesis', 'Genesis Torpedoes', 'report'),
(1009, 'english', 'l_escape_pod', 'Escape Pod', 'report'),
(1010, 'english', 'l_fuel_scoop', 'Fuel Scoop', 'report'),
(1011, 'english', 'l_rs_title', 'Realspace Move', 'rsmove'),
(1012, 'english', 'l_rs_whichsector', 'Which sector would you like to reach through Realspace?', 'rsmove'),
(1013, 'english', 'l_rs_insector', 'You are presently in sector [sector] - and there are sectors available from 0 to [sector_max].', 'rsmove'),
(1014, 'english', 'l_rs_submit', 'Compute', 'rsmove'),
(1015, 'english', 'l_rs_movetime', 'With your engines, it will take [triptime] turns to complete the journey.', 'rsmove'),
(1016, 'english', 'l_rs_energy', 'You would gather [energy] units of energy', 'rsmove'),
(1017, 'english', 'l_rs_noturns', 'You do not have enough turns left, and cannot embark on this journey.', 'rsmove'),
(1018, 'english', 'l_rs_engage_link', 'Engage', 'rsmove'),
(1019, 'english', 'l_rs_engage', 'You have [turns] turns. [engage] engines?', 'rsmove'),
(1020, 'english', 'l_rs_invalid', 'Invalid Destination', 'rsmove'),
(1021, 'english', 'l_rs_ready', 'You are now in sector [sector]. You used [triptime] turns, and gained [energy] energy units.', 'rsmove'),
(1022, 'english', 'l_scan_title', 'Scan Ship', 'scan'),
(1023, 'english', 'l_scan_turn', 'You need at least one turn to scan another ship.', 'scan'),
(1024, 'english', 'l_scan_ron', 'Scan results on', 'scan'),
(1025, 'english', 'l_scan_capt', 'Captained by:', 'scan'),
(1026, 'english', 'l_scan_arma', 'Armament:', 'scan'),
(1027, 'english', 'l_scan_carry', 'Carrying:', 'scan'),
(1028, 'english', 'l_sys_update', 'System update', 'scheduler'),
(1029, 'english', 'l_sf_attacking', 'Sector defence fighters are attacking you!', 'sector_fighters'),
(1030, 'english', 'l_sf_destfight', 'Your beams destroyed [lost] fighters', 'sector_fighters'),
(1031, 'english', 'l_sf_destfightb', 'Your beams destroyed [lost] fighters', 'sector_fighters'),
(1032, 'english', 'l_sf_torphit', 'Torpedoes hit:', 'sector_fighters'),
(1033, 'english', 'l_sf_destfightt', 'Your torpedoes destroyed [lost] fighters', 'sector_fighters'),
(1034, 'english', 'l_sf_fighthit', 'Fighters Attack:', 'sector_fighters'),
(1035, 'english', 'l_sf_destfightall', 'You destroyed all the fighters.', 'sector_fighters'),
(1036, 'english', 'l_sf_destfightt2', 'You destroyed [lost] fighters.', 'sector_fighters'),
(1037, 'english', 'l_sf_lostfight', 'You lost all fighters.', 'sector_fighters'),
(1038, 'english', 'l_sf_lostfight2', 'You lost [lost] fighters.', 'sector_fighters'),
(1039, 'english', 'l_sf_armorbreach', 'Your armor is breached!', 'sector_fighters'),
(1040, 'english', 'l_sf_armorbreach2', 'Your armor is hit for [lost] damage.', 'sector_fighters'),
(1041, 'english', 'l_sf_sendlog', '[player] destroyed [lost] sector defence fighters in sector [sector].', 'sector_fighters'),
(1042, 'english', 'l_sf_lreport', 'You lost [armor] armor points, [fighters] fighters, and used [torps] torpedoes.', 'sector_fighters'),
(1043, 'english', 'l_sf_shipdestroyed', 'Your ship has been destroyed!', 'sector_fighters'),
(1044, 'english', 'l_sf_sendlog2', 'Sector defence fighters destroyed [player] in sector [sector].', 'sector_fighters'),
(1045, 'english', 'l_sf_escape', 'Luckily you have an escape pod!', 'sector_fighters'),
(1046, 'english', 'l_die_title', 'Self-Destruct', 'self_destruct'),
(1047, 'english', 'l_die_rusure', 'Are you sure you wish to destroy your ship? This will remove you from the game.', 'self_destruct'),
(1048, 'english', 'l_die_goodbye', 'Goodbye cruel galaxy!', 'self_destruct'),
(1049, 'english', 'l_die_check', 'Are you positive that you wish to remove yourself from the game?', 'self_destruct'),
(1050, 'english', 'l_die_nonono', 'NO! NO! NO!', 'self_destruct'),
(1051, 'english', 'l_die_what', 'What was I thinking?', 'self_destruct'),
(1052, 'english', 'l_die_count', '5.. 4.. 3.. 2.. 1.. Boom!', 'self_destruct'),
(1053, 'english', 'l_die_vapor', 'Your ship and all aboard have been vaporized.', 'self_destruct'),
(1054, 'english', 'l_die_please', 'Please, [logout]', 'self_destruct'),
(1055, 'english', 'l_die_exploit', 'Don''t play with what you don''t understand.', 'self_destruct'),
(1056, 'english', 'l_ship_title', 'Ship Commands', 'ship'),
(1057, 'english', 'l_ship_the', 'The', 'ship'),
(1058, 'english', 'l_ship_nolonger', 'is no longer in sector', 'ship'),
(1059, 'english', 'l_ship_youc', 'You see the', 'ship'),
(1060, 'english', 'l_ship_owned', 'owned by', 'ship'),
(1061, 'english', 'l_ship_perform', 'You can perform the following actions:', 'ship'),
(1062, 'english', 'l_teamplanet_title', 'Team Planet Report', 'team_planets'),
(1063, 'english', 'l_teamplanet_notally', 'You aren''t in a team.', 'team_planets'),
(1064, 'english', 'l_teamplanet_personal', 'Show personal planets', 'team_planets'),
(1065, 'english', 'l_teamplanet_noplanet', 'Your team has no planets', 'team_planets'),
(1066, 'english', 'l_team_title', 'Teams', 'teams'),
(1067, 'english', 'l_team_menu', 'to go back to the Teams Menu', 'teams'),
(1068, 'english', 'l_team_notyours', 'You must be in the team in order to invite someone.', 'teams'),
(1069, 'english', 'l_team_leavefirst', 'You must leave a team first before joining another.', 'teams'),
(1070, 'english', 'l_team_galax', 'Teams present in the Galaxy:', 'teams'),
(1071, 'english', 'l_team_members', 'Members', 'teams'),
(1072, 'english', 'l_team_coord', 'Co-ordinator', 'teams'),
(1073, 'english', 'l_team_member', 'Member', 'teams'),
(1074, 'english', 'l_team_noinvite', 'Nobody has invited you to join a team.', 'teams'),
(1075, 'english', 'l_team_ifyouwant', 'If you want to join a team, send a message to its co-ordinator asking to be invited.', 'teams'),
(1076, 'english', 'l_team_tocreate', 'to create a new team.', 'teams'),
(1077, 'english', 'l_team_injoin', 'You have been invited to join', 'teams'),
(1078, 'english', 'l_team_tojoin', 'to join', 'teams'),
(1079, 'english', 'l_team_or', 'or', 'teams'),
(1080, 'english', 'l_team_reject', 'to reject the invitation.', 'teams'),
(1081, 'english', 'l_team_ed', 'Edit', 'teams'),
(1082, 'english', 'l_team_inv', 'Invite', 'teams'),
(1083, 'english', 'l_team_leave', 'Leave', 'teams'),
(1084, 'english', 'l_team_eject', 'Eject', 'teams'),
(1085, 'english', 'l_team_pending', 'Invitation pending for', 'teams'),
(1086, 'english', 'l_team_noinvites', 'Nobody has been invited to be part of', 'teams'),
(1087, 'english', 'l_team_confirmleave', 'Are you sure you want to leave', 'teams'),
(1088, 'english', 'l_team_onlymember', 'You were the only member, thus [team_name] is no more.', 'teams'),
(1089, 'english', 'l_team_youarecoord', 'You are the co-ordinator of', 'teams'),
(1090, 'english', 'l_team_relinq', 'You must relinquish your role to another player.', 'teams'),
(1091, 'english', 'l_team_newc', 'New co-ordinator:', 'teams'),
(1092, 'english', 'l_team_youveleft', 'You have left team', 'teams'),
(1093, 'english', 'l_team_relto', 'relinquishing the functions of co-ordinator to', 'teams'),
(1094, 'english', 'l_team_welcome', 'Welcome to team', 'teams'),
(1095, 'english', 'l_team_noinviteto', 'You have not been invited in to that team.', 'teams'),
(1096, 'english', 'l_team_ejectsure', 'Are you sure you want to eject', 'teams'),
(1097, 'english', 'l_team_ejected', 'has been ejected from the team!', 'teams'),
(1098, 'english', 'l_team_entername', 'Enter the name of the Team', 'teams'),
(1099, 'english', 'l_team_enterdesc', 'Enter a description of the Team', 'teams'),
(1100, 'english', 'l_team_hcreated', 'has been created and you are its leader', 'teams'),
(1101, 'english', 'l_team_team', 'Team', 'teams'),
(1102, 'english', 'l_team_selectp', 'Select the Player you want to invite', 'teams'),
(1103, 'english', 'l_team_isorry', 'Sorry, but [name] has already been invited to be part of an team - only one invitation can be active at any given time', 'teams'),
(1104, 'english', 'l_team_plinvted', 'Player invited.', 'teams'),
(1105, 'english', 'l_team_plinvted2', 'You must wait for that player to aknowledge your invitation.', 'teams'),
(1106, 'english', 'l_team_refuse', 'You have refused the invitation to join', 'teams'),
(1107, 'english', 'l_team_edname', 'Edit the name of your Team', 'teams'),
(1108, 'english', 'l_team_eddesc', 'Edit the description for your Team', 'teams'),
(1109, 'english', 'l_team_hasbeenr', 'has been renamed.', 'teams'),
(1110, 'english', 'l_team_error', '[error]You are not the leader of this Team.', 'teams'),
(1111, 'english', 'l_team_notmember', 'You are not a member of any Team', 'teams'),
(1112, 'english', 'l_team_urejected', 'ATTENTION - you have been ejected from', 'teams'),
(1113, 'english', 'l_team_noteams', 'There are no teams in the Galaxy at this time.', 'teams'),
(1114, 'english', 'l_team_noattack_members', 'Sorry, You cannot attack a fellow Team mate!', 'teams'),
(1115, 'english', 'l_team_already_combat', 'Sorry, You are already in combat!', 'teams'),
(1116, 'english', 'l_tdr_within', 'in', 'traderoutes'),
(1117, 'english', 'l_tdr_title', 'Trade Routes', 'traderoutes'),
(1118, 'english', 'l_tdr_newtdr', 'Click [here] to create a new trade route', 'traderoutes'),
(1119, 'english', 'l_tdr_modtdrset', 'To modify your global trade settings, click [here]', 'traderoutes'),
(1120, 'english', 'l_tdr_confdel', 'Click [here] to confirm deletion of the following trade route :', 'traderoutes'),
(1121, 'english', 'l_tdr_noactive', 'You do not have any active trade routes to display.', 'traderoutes'),
(1122, 'english', 'l_tdr_curtdr', 'Current Trade Routes', 'traderoutes'),
(1123, 'english', 'l_tdr_deltdr', 'Delete Trade Route', 'traderoutes'),
(1124, 'english', 'l_tdr_src', 'Source', 'traderoutes'),
(1125, 'english', 'l_tdr_srctype', 'Src Type', 'traderoutes'),
(1126, 'english', 'l_tdr_dest', 'Destination', 'traderoutes'),
(1127, 'english', 'l_tdr_desttype', 'Dest Type', 'traderoutes'),
(1128, 'english', 'l_tdr_move', 'Move', 'traderoutes'),
(1129, 'english', 'l_tdr_circuit', 'Circuit', 'traderoutes'),
(1130, 'english', 'l_tdr_change', 'Change', 'traderoutes'),
(1131, 'english', 'l_tdr_portin', 'Port in', 'traderoutes'),
(1132, 'english', 'l_tdr_planet', 'Planet', 'traderoutes'),
(1133, 'english', 'l_tdr_nonexistance', 'Non-existant planet!', 'traderoutes'),
(1134, 'english', 'l_tdr_na', 'N/A', 'traderoutes'),
(1135, 'english', 'l_tdr_cargo', 'Cargo', 'traderoutes'),
(1136, 'english', 'l_tdr_none', 'None', 'traderoutes'),
(1137, 'english', 'l_tdr_colonists', 'Colonists', 'traderoutes'),
(1138, 'english', 'l_tdr_fighters', 'Fighters', 'traderoutes'),
(1139, 'english', 'l_tdr_torps', 'Torpedoes', 'traderoutes'),
(1140, 'english', 'l_tdr_escooped', '[tdr_dist_triptime] turns', 'traderoutes'),
(1141, 'english', 'l_tdr_escooped2', '[tdr_dist_scooped] energy scooped', 'traderoutes'),
(1142, 'english', 'l_tdr_warp', 'Warp', 'traderoutes'),
(1143, 'english', 'l_tdr_turns', 'turns', 'traderoutes'),
(1144, 'english', 'l_tdr_way', 'way', 'traderoutes'),
(1145, 'english', 'l_tdr_ways', 'ways', 'traderoutes'),
(1146, 'english', 'l_tdr_edit', 'Edit', 'traderoutes'),
(1147, 'english', 'l_tdr_del', 'Delete', 'traderoutes'),
(1148, 'english', 'l_tdr_nowlink1', 'There is no warp link from sector [tdr_src_sector_id] to sector [tdr_dest_sector_id]', 'traderoutes'),
(1149, 'english', 'l_tdr_nowlink2', 'There is no warp link from sector [tdr_dest_sector_id] to sector [tdr_src_sector_id]', 'traderoutes'),
(1150, 'english', 'l_tdr_sportissrc', 'If a special port is source, a planet must be the destination for colonization.', 'traderoutes'),
(1151, 'english', 'l_tdr_notownplanet', 'You can''t colonize a planet that you or your team don''t own.', 'traderoutes'),
(1152, 'english', 'l_tdr_planetisdest', 'A planet can be a destination only when source is a special port.', 'traderoutes'),
(1153, 'english', 'l_tdr_samecom', 'You can''t make a traderoute for ports selling the same commodities.', 'traderoutes'),
(1154, 'english', 'l_tdr_sportcom', 'You can''t sell commodities from a planet in a special port.', 'traderoutes'),
(1155, 'english', 'l_tdr_editerr', 'Edit error : trade route not found', 'traderoutes'),
(1156, 'english', 'l_tdr_maxtdr', 'Sorry you have reached the maximum number of trade routes allowed.', 'traderoutes'),
(1157, 'english', 'l_tdr_createnew', 'Creating a new', 'traderoutes'),
(1158, 'english', 'l_tdr_editinga', 'Editing a', 'traderoutes'),
(1159, 'english', 'l_tdr_traderoute', 'trade route', 'traderoutes'),
(1160, 'english', 'l_tdr_unnamed', 'Unnamed', 'traderoutes'),
(1161, 'english', 'l_tdr_cursector', 'You are currently in sector', 'traderoutes'),
(1162, 'english', 'l_tdr_selspoint', 'Please select starting point :', 'traderoutes'),
(1163, 'english', 'l_tdr_port', 'Port', 'traderoutes'),
(1164, 'english', 'l_tdr_insector', 'in sector', 'traderoutes'),
(1165, 'english', 'l_tdr_selendpoint', 'Please select ending point', 'traderoutes'),
(1166, 'english', 'l_tdr_selmovetype', 'Please select move type', 'traderoutes'),
(1167, 'english', 'l_tdr_realspace', 'Real Space', 'traderoutes'),
(1168, 'english', 'l_tdr_selcircuit', 'Please select circuit', 'traderoutes'),
(1169, 'english', 'l_tdr_oneway', 'One way', 'traderoutes'),
(1170, 'english', 'l_tdr_errnotvalidport', 'Error : the source port [tdr_port_id] does not seem to be valid.', 'traderoutes');
INSERT INTO `[[dbprefix]]languages` VALUES
(1171, 'english', 'l_tdr_bothways', 'Both ways', 'traderoutes'),
(1172, 'english', 'l_tdr_create', 'Create', 'traderoutes'),
(1173, 'english', 'l_tdr_modify', 'Modify', 'traderoutes'),
(1174, 'english', 'l_tdr_returnmenu', 'Click [here] to return to the trade routes menu.', 'traderoutes'),
(1175, 'english', 'l_tdr_errnoport', 'Error : there is no port at sector [tdr_port_id].', 'traderoutes'),
(1176, 'english', 'l_tdr_errnosrc', 'Error : specified source planet doesn''t exist.', 'traderoutes'),
(1177, 'english', 'l_tdr_errnotownnotsell', 'Error : you do not own planet [tdr_source_name] in sector [tdr_source_sector_id] and planet is not selling.', 'traderoutes'),
(1178, 'english', 'l_tdr_errnotvaliddestport', 'Error : the destination port [tdr_port_id] is not a valid port.', 'traderoutes'),
(1179, 'english', 'l_tdr_errnoport2', 'Error : there is no port at sector [tdr_port_id].', 'traderoutes'),
(1180, 'english', 'l_tdr_errnodestplanet', 'Error : specified destination planet does not exist.', 'traderoutes'),
(1181, 'english', 'l_tdr_errnotownnotsell2', 'Error : you do not own planet [tdr_dest_name] in sector [tdr_dest_sector_id] and planet is not selling.', 'traderoutes'),
(1182, 'english', 'l_tdr_newtdrcreated', 'New trade route created!', 'traderoutes'),
(1183, 'english', 'l_tdr_modified', 'Trade route modified!', 'traderoutes'),
(1184, 'english', 'l_tdr_doesntexist', 'That trade route doesn''t exist!', 'traderoutes'),
(1185, 'english', 'l_tdr_notowntdr', 'You do not own that traderoute!', 'traderoutes'),
(1186, 'english', 'l_tdr_deleted', 'Trade route deleted.', 'traderoutes'),
(1187, 'english', 'l_tdr_globalset', 'Global trade route settings', 'traderoutes'),
(1188, 'english', 'l_tdr_sportsrc', 'For trade routes having a special port as a source, trade', 'traderoutes'),
(1189, 'english', 'l_tdr_tdrescooped', 'For real space trade routes, what to do with the energy scooped?', 'traderoutes'),
(1190, 'english', 'l_tdr_trade', 'Trade', 'traderoutes'),
(1191, 'english', 'l_tdr_keep', 'Keep', 'traderoutes'),
(1192, 'english', 'l_tdr_save', 'Save', 'traderoutes'),
(1193, 'english', 'l_tdr_globalsetsaved', 'Global trade route settings saved.', 'traderoutes'),
(1194, 'english', 'l_tdr_engagenonexist', 'Tried to engage a non-existing trade route!', 'traderoutes'),
(1195, 'english', 'l_tdr_invalidspoint', 'Starting port does not seem to be valid!', 'traderoutes'),
(1196, 'english', 'l_tdr_inittdr', 'You are not in sector [tdr_source_id]! You must be in starting sector before you initiate a trade route!', 'traderoutes'),
(1197, 'english', 'l_tdr_invalidsrc', 'Source planet doesn''t seem to be a valid planet!', 'traderoutes'),
(1198, 'english', 'l_tdr_inittdrsector', 'You are not in sector [tdr_source_sector_id]! You must be in starting sector before you initiate a trade route!', 'traderoutes'),
(1199, 'english', 'l_tdr_notyourplanet', 'You do not own planet [tdr_source_name] in sector [tdr_source_sector_id]!', 'traderoutes'),
(1200, 'english', 'l_tdr_invalidssector', 'Starting sector does not seem to be valid!', 'traderoutes'),
(1201, 'english', 'l_tdr_invaliddport', 'Destination port does not seem to be valid!', 'traderoutes'),
(1202, 'english', 'l_tdr_invaliddplanet', 'Destination planet doesn''t seem to be a valid planet!', 'traderoutes'),
(1203, 'english', 'l_tdr_invaliddsector', 'Destination sector does not seem to be valid!', 'traderoutes'),
(1204, 'english', 'l_tdr_moreturnsneeded', 'This trade route requires [tdr_dist_triptime] turns to complete. You only have [tdr_playerinfo_turns] left.', 'traderoutes'),
(1205, 'english', 'l_tdr_hostdef', 'You can not use trade routes between sectors with hostile defences. You must defeat the defences first.', 'traderoutes'),
(1206, 'english', 'l_tdr_globalsetbuynothing', 'Your global settings are set to buy nothing! You would only waste turns doing this route!', 'traderoutes'),
(1207, 'english', 'l_tdr_nosrcporttrade', 'Trading from source port is not allowed.', 'traderoutes'),
(1208, 'english', 'l_tdr_tradesrcportoutsider', 'Trading at source port is not allowed for outsiders', 'traderoutes'),
(1209, 'english', 'l_tdr_nodestporttrade', 'Trading from destination port is not allowed.', 'traderoutes'),
(1210, 'english', 'l_tdr_tradedestportoutsider', 'Trading at destination port is not allowed for outsiders', 'traderoutes'),
(1211, 'english', 'l_tdr_res', 'Trade Route Results', 'traderoutes'),
(1212, 'english', 'l_tdr_bought', 'Bought', 'traderoutes'),
(1213, 'english', 'l_tdr_nothingtotrade', 'Nothing to trade', 'traderoutes'),
(1214, 'english', 'l_tdr_sold', 'Sold', 'traderoutes'),
(1215, 'english', 'l_tdr_ore', 'Ore', 'traderoutes'),
(1216, 'english', 'l_tdr_portisfull', 'Port is full', 'traderoutes'),
(1217, 'english', 'l_tdr_goods', 'goods', 'traderoutes'),
(1218, 'english', 'l_tdr_organics', 'organics', 'traderoutes'),
(1219, 'english', 'l_tdr_energy', 'energy', 'traderoutes'),
(1220, 'english', 'l_tdr_portisempty', 'Port is empty', 'traderoutes'),
(1221, 'english', 'l_tdr_loaded', 'Loaded', 'traderoutes'),
(1222, 'english', 'l_tdr_nothingtoload', 'Nothing to load', 'traderoutes'),
(1223, 'english', 'l_tdr_scooped', 'Scooped', 'traderoutes'),
(1224, 'english', 'l_tdr_dumped', 'Dumped', 'traderoutes'),
(1225, 'english', 'l_tdr_planetisovercrowded', 'Planet is overcrowded', 'traderoutes'),
(1226, 'english', 'l_tdr_nothingtodump', 'Nothing to dump', 'traderoutes'),
(1227, 'english', 'l_tdr_onlyonewaytdr', 'Did nothing, traderoute was one way only', 'traderoutes'),
(1228, 'english', 'l_tdr_profit', 'Profit', 'traderoutes'),
(1229, 'english', 'l_tdr_cost', 'Cost', 'traderoutes'),
(1230, 'english', 'l_tdr_totalprofit', 'Total profit', 'traderoutes'),
(1231, 'english', 'l_tdr_totalcost', 'Total cost', 'traderoutes'),
(1232, 'english', 'l_tdr_credits', 'Credits', 'traderoutes'),
(1233, 'english', 'l_tdr_turnsused', 'Turns used', 'traderoutes'),
(1234, 'english', 'l_tdr_turnsleft', 'Turns left', 'traderoutes'),
(1235, 'english', 'l_tdr_notowner', 'You do not own this trade route', 'traderoutes'),
(1236, 'english', 'l_tdr_five', 'five', 'traderoutes'),
(1237, 'english', 'l_tdr_ten', 'ten', 'traderoutes'),
(1238, 'english', 'l_tdr_fifty', 'fifty', 'traderoutes'),
(1239, 'english', 'l_warp_title', 'Use Warp Editor', 'warpedit'),
(1240, 'english', 'l_warp_turn', 'You need at least one turn to use a warp editor.', 'warpedit'),
(1241, 'english', 'l_warp_none', 'You do not have any warp editors.', 'warpedit'),
(1242, 'english', 'l_warp_forbid', 'Using a Warp Editor in this sector is not permitted.', 'warpedit'),
(1243, 'english', 'l_warp_nolink', 'There are no links out of this sector.', 'warpedit'),
(1244, 'english', 'l_warp_linkto', 'Links lead from this sector to', 'warpedit'),
(1245, 'english', 'l_warp_query', 'What sector would you like to create a link to?', 'warpedit'),
(1246, 'english', 'l_warp_oneway', 'One-way?', 'warpedit'),
(1247, 'english', 'l_warp_dest', 'Alternately, you may destroy a link to sector.', 'warpedit'),
(1248, 'english', 'l_warp_destquery', 'What sector would you like to remove a link to?', 'warpedit'),
(1249, 'english', 'l_warp_bothway', 'Both-ways', 'warpedit'),
(1250, 'english', 'l_warp_nosector', 'Sector does not exist.', 'warpedit'),
(1251, 'english', 'l_warp_twoerror', 'Using a Warp Editor to create a two-way link to sector [target_sector] is not permitted.', 'warpedit'),
(1252, 'english', 'l_warp_sectex', 'Cannot create warp link from current sector - that would exceed the maximum of [link_max] per sector.', 'warpedit'),
(1253, 'english', 'l_warp_linked', 'Target sector ([target_sector]) already has a link from this sector.', 'warpedit'),
(1254, 'english', 'l_warp_unlinked', 'Target sector ([target_sector]) does not have a link from this sector.', 'warpedit'),
(1255, 'english', 'l_warp_coneway', 'Link created one-way to', 'warpedit'),
(1256, 'english', 'l_warp_ctwoway', 'Link created to and from', 'warpedit'),
(1257, 'english', 'l_warp_forbidtwo', 'Using a Warp Editor to remove a two-way link to sector [target_sector] is not permitted.', 'warpedit'),
(1258, 'english', 'l_warp_removed', 'Link removed to', 'warpedit'),
(1259, 'english', 'l_warp_removedtwo', 'Link removed to and from', 'warpedit'),
(1260, 'english', 'l_warp_cantsame', 'You can''t create a link when the source is the same as the destination.', 'warpedit'),
(1261, 'english', 'l_ai_control', 'Xenobe control', 'xenobe_control'),
(1262, 'english', 'l_ze_title', 'Edit Zone', 'zoneedit'),
(1263, 'english', 'l_ze_notowner', 'You are not owner of this zone so you can''t edit it.', 'zoneedit'),
(1264, 'english', 'l_ze_name', 'Zone name', 'zoneedit'),
(1265, 'english', 'l_ze_allow', 'Allow', 'zoneedit'),
(1266, 'english', 'l_ze_attacks', 'Allow attacking other ships', 'zoneedit'),
(1267, 'english', 'l_ze_genesis', 'Allow creating new planets', 'zoneedit'),
(1268, 'english', 'l_ze_return', 'to return to the zone information page', 'zoneedit'),
(1269, 'english', 'l_ze_saved', 'Your changes have been saved.', 'zoneedit'),
(1270, 'english', 'l_zi_title', 'Zone Information', 'zoneinfo'),
(1271, 'english', 'l_zi_nexist', 'This section of space does not exist!', 'zoneinfo'),
(1272, 'english', 'l_zi_feds', 'Federation', 'zoneinfo'),
(1273, 'english', 'l_zi_traders', 'The Free-Trade Coalition', 'zoneinfo'),
(1274, 'english', 'l_zi_nobody', 'Nobody', 'zoneinfo'),
(1275, 'english', 'l_zi_war', 'Contested space', 'zoneinfo'),
(1276, 'english', 'l_zi_allow', 'Allowed', 'zoneinfo'),
(1277, 'english', 'l_zi_notallow', 'Not allowed', 'zoneinfo'),
(1278, 'english', 'l_zi_limit', 'Limited to owner and allies', 'zoneinfo'),
(1279, 'english', 'l_zi_ul', 'Unlimited', 'zoneinfo'),
(1280, 'english', 'l_zi_control', 'You are in control of this zone', 'zoneinfo'),
(1281, 'english', 'l_zi_tochange', 'to change its laws.', 'zoneinfo'),
(1282, 'english', 'l_zi_owner', 'Zone owner', 'zoneinfo'),
(1283, 'english', 'l_zi_maxhull', 'Maximum average tech level allowed', 'zoneinfo'),
(1284, 'french', 'local_date_full_format', 'Y-m-d H:i:s', 'regional'),
(1285, 'french', 'local_date_short_format', 'Y-m-d', 'regional'),
(1286, 'french', 'local_lang', 'fr', 'regional'),
(1287, 'french', 'local_logdate_full_format', 'F d Y H:i', 'regional'),
(1288, 'french', 'local_logdate_med_format', 'F d Y', 'regional'),
(1289, 'french', 'local_logdate_short_format', 'M d', 'regional'),
(1290, 'french', 'local_number_dec_point', '.', 'regional'),
(1291, 'french', 'local_number_thousands_sep', ',', 'regional'),
(1292, 'french', 'l_admin_title', 'Administration', 'admin'),
(1293, 'french', 'l_change_uni_title', 'taille univers changement', 'admin'),
(1294, 'french', 'l_att_title', 'Attaque de vaisseau', 'attack'),
(1295, 'french', 'l_att_andused', 'et utilisé', 'attack'),
(1296, 'french', 'l_att_loosepod', 'Luckily you have an escape pod!', 'attack'),
(1297, 'french', 'l_att_notarg', 'La cible n''est pas dans ce secteur.', 'attack'),
(1298, 'french', 'l_att_noturn', 'Vous avez besoin d''au moins un tour pour pouvoir attaquer.', 'attack'),
(1299, 'french', 'l_att_noatt', 'Il n''est pas permis d''attaquer quelqu''un dans ce secteur.', 'attack'),
(1300, 'french', 'l_att_flee', 'Le vaisseau ennemi vous échape!', 'attack'),
(1301, 'french', 'l_att_ewd', 'Le vaisseau est entré d''urgence dans l''hyper-espace quand vous l''avez attaqué!', 'attack'),
(1302, 'french', 'l_att_att', 'Attaque', 'attack'),
(1303, 'french', 'l_att_lost', 'a perdu', 'attack'),
(1304, 'french', 'l_att_ylost', 'Vous avez perdu', 'attack'),
(1305, 'french', 'l_att_sdown', '-> Boucliers tombent!', 'attack'),
(1306, 'french', 'l_att_ydown', 'Vos boucliers sont tombés!', 'attack'),
(1307, 'french', 'l_att_shits', '-> Boucliers touchés de', 'attack'),
(1308, 'french', 'l_att_yhits', 'Vos boucliers sont touchés de', 'attack'),
(1309, 'french', 'l_att_dmg', 'points de dommage', 'attack'),
(1310, 'french', 'l_att_sarm', '-> Armure pénétrée', 'attack'),
(1311, 'french', 'l_att_yarm', 'Votre armure est pénétrée!', 'attack'),
(1312, 'french', 'l_att_ashit', '-> Armure touchée de', 'attack'),
(1313, 'french', 'l_att_ayhit', 'Votre armure est touchée de', 'attack'),
(1314, 'french', 'l_att_lostf', 'a perdu tous ses intercepteurs.', 'attack'),
(1315, 'french', 'l_att_ylostf', 'Vous avez perdu tous vos intercepteurs.', 'attack'),
(1316, 'french', 'l_att_sdest', '-> Vaisseau détruit.', 'attack'),
(1317, 'french', 'l_att_espod', 'Un module de secours a été lancé!', 'attack'),
(1318, 'french', 'l_att_ysalv', 'Vous récupérez [salv_ore] unités de métaux, [salv_organics] unités de végétaux, [salv_goods] unités de produits, et [ship_salvage_rate]% du vaisseau pour [ship_salvage] crédits.', 'attack'),
(1319, 'french', 'l_att_ysalv2', 'Vous gagnez [rating_change] points.', 'attack'),
(1320, 'french', 'l_att_stilship', 'Vous n''avez pas détruit le vaisseau de [name].', 'attack'),
(1321, 'french', 'l_att_yshiplost', 'Votre vaisseau a été détruit!', 'attack'),
(1322, 'french', 'l_att_salv', '[name] a récupéré [salv_ore] unités de métaux, [salv_organics] unités de végétaux, [salv_goods] unités de produits, et [ship_salvage_rate]% du vaisseau pour [ship_salvage] crédits', 'attack'),
(1323, 'french', 'l_beacon_title', 'Déployer une bouée spatiale', 'beacon'),
(1324, 'french', 'l_beacon_notpermitted', 'Les bouées spatiales ne sont pas permises dans ce secteur.', 'beacon'),
(1325, 'french', 'l_beacon_reads', 'La bouée présente affiche :', 'beacon'),
(1326, 'french', 'l_beacon_none', 'Il n''y a présentement aucune bouée dans ce secteur.', 'beacon'),
(1327, 'french', 'l_beacon_enter', 'Entrez le texte de la bouée', 'beacon'),
(1328, 'french', 'l_beacon_nowreads', 'La bouée affiche maintenant', 'beacon'),
(1329, 'french', 'l_beacon_donthave', 'Vous n''avez aucun bouée.', 'beacon'),
(1330, 'french', 'l_by_title', 'Bounties', 'bounty'),
(1331, 'french', 'l_by_noturn', 'You need at least one turn to place or modify a bounty.', 'bounty'),
(1332, 'french', 'l_by_amount', 'Bounty Amount', 'bounty'),
(1333, 'french', 'l_by_place', 'Place Bounty', 'bounty'),
(1334, 'french', 'l_by_nobounties', 'There are currently no bounties.', 'bounty'),
(1335, 'french', 'l_by_bountyon', 'Bounty On', 'bounty'),
(1336, 'french', 'l_by_placedby', 'Placed by', 'bounty'),
(1337, 'french', 'l_by_thefeds', 'The Federation', 'bounty'),
(1338, 'french', 'l_by_cancel', 'Cancel', 'bounty'),
(1339, 'french', 'l_by_yourself', 'You can not place a bounty on your self.', 'bounty'),
(1340, 'french', 'l_by_notenough', 'You do not have enough credits to place a bounty of that amount.', 'bounty'),
(1341, 'french', 'l_by_toomuch', 'You can not place that bounty. Maximum bounty allowed on another player is [percent] percent of your net worth', 'bounty'),
(1342, 'french', 'l_by_zeroamount', 'Bounties must be greater than 0 credits.', 'bounty'),
(1343, 'french', 'l_by_placed', 'The bounty has been placed.', 'bounty'),
(1344, 'french', 'l_by_nobounty', 'That bounty no longer exists.', 'bounty'),
(1345, 'french', 'l_by_notyours', 'That bounty was not placed by you.', 'bounty'),
(1346, 'french', 'l_by_canceled', 'The bounty has been canceled.', 'bounty'),
(1347, 'french', 'l_by_action', 'Action', 'bounty'),
(1348, 'french', 'l_by_placebounty', 'Placer les primes ou de la vue.', 'bounty'),
(1349, 'french', 'l_by_moredetails', 'Click on the name for more details.', 'bounty'),
(1350, 'french', 'l_by_fedbounty', 'Attacking this player would result in The Federation placing a bounty on you.', 'bounty'),
(1351, 'french', 'l_by_fedbounty2', 'The Federation does not approve of attacking much smaller ships. It has placed a bounty on you.', 'bounty'),
(1352, 'french', 'l_by_notexists', 'The player you are putting the bounty on does not exist.', 'bounty'),
(1353, 'french', 'l_by_destroyed', 'You can not place a bounty on a player with a destroyed ship.', 'bounty'),
(1354, 'french', 'l_new_pwis', 'Your password is', 'bounty'),
(1355, 'french', 'l_planet2_sector', 'You are not in the same sector as that planet.', 'bounty'),
(1356, 'french', 'l_planet_destroyplanet', 'Destroy Planet', 'bounty'),
(1357, 'french', 'l_planet_warning', 'Doing this will totally destroy this planet', 'bounty'),
(1358, 'french', 'l_planet_confirm', 'Do you really want to destroy this planet?', 'bounty'),
(1359, 'french', 'l_port_bounty', 'You can not access a special port while you have a bounty on you placed by The Federation.', 'bounty'),
(1360, 'french', 'l_port_bounty2', 'Click [here] to pay the bounty of [amount] credits.', 'bounty'),
(1361, 'french', 'l_port_btynotenough', 'You do not have enough credtis to pay the bounty of [amount] credits.', 'bounty'),
(1362, 'french', 'l_port_bountypaid', 'You have paid the bounty. Click [here] to continue.', 'bounty'),
(1363, 'french', 'l_port_loannotrade', 'The IGB has issued a lockdown on your ship account due to a late loan payment. You cannot trade at a special port until you pay back your loan.', 'bounty'),
(1364, 'french', 'l_tdr_engageagain', 'Cliquez [here] pour refaire cette route.', 'bounty'),
(1365, 'french', 'l_scan_bounty', 'This ship has a total bounty on it of [amount] credits.', 'bounty'),
(1366, 'french', 'l_scan_fedbounty', 'This ship has a bounty on it from The Federation.', 'bounty'),
(1367, 'french', 'l_by_nofedbounty', 'Attacking this player will NOT result in The Federation placing a bounty on you.', 'bounty'),
(1368, 'french', 'l_chf_youretreatback', 'Vous battez en retraite jusqu''à votre position précédente', 'check_fighters'),
(1369, 'french', 'l_chf_notenoughcreditstoll', 'Vous n''avez pas suffisament de crédits pour payer la taxe.', 'check_fighters'),
(1370, 'french', 'l_chf_movefailed', 'Le déplacement a échoué.', 'check_fighters'),
(1371, 'french', 'l_chf_youpaidsometoll', 'Vous payez [chf_tollstring] crédits pour la taxe.', 'check_fighters'),
(1372, 'french', 'l_chf_thefightersdetectyou', 'Les intercepteurs vous détectent!', 'check_fighters'),
(1373, 'french', 'l_chf_therearetotalfightersindest', 'Il y a [chf_total_sector_fighters] intercepteurs dans votre secteur de destination.', 'check_fighters'),
(1374, 'french', 'l_chf_creditsdemanded', 'Ils demandent [chf_number_fighterstoll] crédits pour entrer dans ce secteur.', 'check_fighters'),
(1375, 'french', 'l_chf_youcan', 'You can', 'check_fighters'),
(1376, 'french', 'l_chf_youcanretreat', 'You can [retreat] - Ceci vous coûtera un tour.', 'check_fighters'),
(1377, 'french', 'l_chf_inputpay', '[pay] - et entrer dans le secteur.', 'check_fighters'),
(1378, 'french', 'l_chf_inputfight', '[fight] - Vous devez détruire tous les intercepteurs pour entrer dans le secteur.', 'check_fighters'),
(1379, 'french', 'l_chf_inputcloak', '[cloak] - Utiliser votre camouflage pour essayer de passer les intercepteurs.', 'check_fighters'),
(1380, 'french', 'l_chf_go', 'Aller', 'check_fighters'),
(1381, 'french', 'l_chm_youhitsomemines', 'Vous touchez [chm_roll] mines!', 'check_mines'),
(1382, 'french', 'l_chm_hehitminesinsector', '[chm_playerinfo_character_name] a touché [chm_roll] mines dans le secteur [chm_sector].', 'check_mines'),
(1383, 'french', 'l_chm_youlostminedeflectors', 'Vous perdez [chm_roll] déflecteurs.', 'check_mines'),
(1384, 'french', 'l_chm_youlostallminedeflectors', 'Vous perdez tous vos déflecteurs.', 'check_mines'),
(1385, 'french', 'l_chm_youhadnominedeflectors', 'Vous n''aviez aucun déflecteur.', 'check_mines'),
(1386, 'french', 'l_chm_yourshieldshitforminesdmg', 'Vos boucliers sont touchés pour [chm_mines_left] points de dommage.', 'check_mines'),
(1387, 'french', 'l_chm_yourshieldsaredown', 'Vos boucliers sont tombés!', 'check_mines'),
(1388, 'french', 'l_chm_youlostallyourshields', 'Vous avez perdu tous vos boucliers!', 'check_mines'),
(1389, 'french', 'l_chm_yourarmorhitforminesdmg', 'Votre armure a été touchée pour [chm_mines_left] points de dommage.', 'check_mines'),
(1390, 'french', 'l_chm_yourhullisbreached', 'Votre coque a été pénétrée!', 'check_mines'),
(1391, 'french', 'l_chm_hewasdestroyedbyyourmines', '[chm_playerinfo_character_name] a été détruit par vos mines dans le secteur [chm_sector].', 'check_mines'),
(1392, 'french', 'l_chm_yourshiphasbeendestroyed', 'Votre vaisseau a été détruit!', 'check_mines'),
(1393, 'french', 'l_chm_luckescapepod', 'Heureusement vous aviez un module de secours!', 'check_mines'),
(1394, 'french', 'l_cmb_atleastoneturn', 'Vous avez besoin d''au moins un tour pour attaquer une planète.', 'combat'),
(1395, 'french', 'l_cmb_shipenergybb', 'Énergie du vaisseau avant les rayons', 'combat'),
(1396, 'french', 'l_cmb_shipenergyab', 'Énergie du vaisseau après les rayons', 'combat'),
(1397, 'french', 'l_cmb_shipenergyas', 'Énergie du vaisseau après les boucliers', 'combat'),
(1398, 'french', 'l_cmb_shiptorpsbtl', 'Torpilles du vaisseau avant le combat', 'combat'),
(1399, 'french', 'l_cmb_shiptorpsatl', 'Torpilles du vaissea après le combat', 'combat'),
(1400, 'french', 'l_cmb_planettorpdamage', 'Dommage des torpilles de la planète', 'combat'),
(1401, 'french', 'l_cmb_attackertorpdamage', 'Dommages des torpilles de l''attaquant', 'combat'),
(1402, 'french', 'l_cmb_beams', 'Rayons', 'combat'),
(1403, 'french', 'l_cmb_fighters', 'Intercepteurs', 'combat'),
(1404, 'french', 'l_cmb_shields', 'Boucliers', 'combat'),
(1405, 'french', 'l_cmb_torps', 'Torpilles', 'combat'),
(1406, 'french', 'l_cmb_torpdamage', 'Dommage des torpilles', 'combat'),
(1407, 'french', 'l_cmb_armor', 'Armure', 'combat'),
(1408, 'french', 'l_cmb_you', 'Vous', 'combat'),
(1409, 'french', 'l_cmb_planet', 'Planète', 'combat'),
(1410, 'french', 'l_cmb_combatflow', 'Déroulement du combat', 'combat'),
(1411, 'french', 'l_cmb_defender', 'Défenseur', 'combat'),
(1412, 'french', 'l_cmb_attackingplanet', 'Attaque de la planète dans le secteur', 'combat'),
(1413, 'french', 'l_cmb_youfireyourbeams', 'Vous activez vos rayons', 'combat'),
(1414, 'french', 'l_cmb_defenselost', '[cmb_planetfighters] intercepteurs tombent sous vos rayons', 'combat'),
(1415, 'french', 'l_cmb_defenselost2', '[cmb_attackerbeams] tombent sous vos rayons, mais d''autres ripostent!', 'combat'),
(1416, 'french', 'l_cmb_planetarybeams', 'Les rayons de la planète détruisent [cmb_temp] de vos intercepteurs', 'combat'),
(1417, 'french', 'l_cmb_planetarybeams2', 'Planetary beams destroy [cmb_planetbeams] of your fighters', 'combat'),
(1418, 'french', 'l_cmb_youdestroyedplanetshields', 'Vos rayons ont détruit le bouclier de la planète', 'combat'),
(1419, 'french', 'l_cmb_beamsexhausted', 'Vous détruisez [cmb_attackerbeams] unités du bouclier de la planète', 'combat'),
(1420, 'french', 'l_cmb_breachedyourshields', 'Les rayons de la planète ont percé votre bouclier', 'combat'),
(1421, 'french', 'l_cmb_destroyedyourshields', 'Les rayons de la planète ont détruit [cmb_planetbeams] unités de votre bouclier', 'combat'),
(1422, 'french', 'l_cmb_breachedyourarmor', 'Les rayons de la planète ont percé votre armure', 'combat'),
(1423, 'french', 'l_cmb_destroyedyourarmor', 'Les rayons de la planète ont détruit [cmb_planetbeams] points de votre armure', 'combat'),
(1424, 'french', 'l_cmb_torpedoexchangephase', 'Phase d''échange de torpilles', 'combat'),
(1425, 'french', 'l_cmb_nofightersleft', 'Vos torpilles détruisent [cmb_planetfighters] intercepteurs sur la planète, il n''en reste plus', 'combat'),
(1426, 'french', 'l_cmb_youdestroyfighters', 'Vos torpilles détruisent [cmb_attackertorpdamage] intercepteurs sur la planète', 'combat'),
(1427, 'french', 'l_cmb_planettorpsdestroy', 'Les torpilles de la planète détruisent [cmb_temp] de vos intercepteurs', 'combat'),
(1428, 'french', 'l_cmb_planettorpsdestroy2', 'Les torpilles de la planète détruisent [cmb_planettorpdamage] de vos intercepteurs', 'combat'),
(1429, 'french', 'l_cmb_torpsbreachedyourarmor', 'Les torpilles de la planète ont traversé votre armure', 'combat'),
(1430, 'french', 'l_cmb_planettorpsdestroy3', 'Les torpilles de la planète vous font perdre [cmb_planettorpdamage] points d''armure', 'combat'),
(1431, 'french', 'l_cmb_youdestroyedallfighters', 'Vos torpilles ont détruit tous les intercepteurs de la planète', 'combat'),
(1432, 'french', 'l_cmb_youdestroyplanetfighters', 'Vos torpilles ont détruit [cmb_attackertorpdamage] intercepteurs', 'combat'),
(1433, 'french', 'l_cmb_fightercombatphase', 'Phase de combat des intercepteurs', 'combat'),
(1434, 'french', 'l_cmb_youdestroyedallfighters2', 'Vos intercepteurs ont détruit tous les intercepteurs de la planète', 'combat'),
(1435, 'french', 'l_cmb_youdestroyplanetfighters2', 'Vos intercepteurs ont détruit [cmb_attackerfighters] intercepteurs de la planète', 'combat'),
(1436, 'french', 'l_cmb_allyourfightersdestroyed', 'Tous vos intercepteurs ont été détruits', 'combat'),
(1437, 'french', 'l_cmb_fightertofighterlost', 'Vous avez perdu [cmb_planetfighters] intercepteurs', 'combat'),
(1438, 'french', 'l_cmb_youbreachedplanetshields', 'Vos intercepteurs ont traversé les boucliers de la planète', 'combat'),
(1439, 'french', 'l_cmb_shieldsremainup', 'Vos intercepteurs ont détruit [cmb_attackerfighters] unités du bouclier de la planète, mais il est encore actif', 'combat'),
(1440, 'french', 'l_cmb_fighterswarm', 'Les intercepteurs de la planète entourent votre vaisseau et percent votre armure', 'combat'),
(1441, 'french', 'l_cmb_swarmandrepel', 'Les intercepteurs de la planète entourent votre vaisseau, mais votre armure les arrête', 'combat'),
(1442, 'french', 'l_cmb_engshiptoshipcombat', 'Phase de combat entre vaisseaux.', 'combat'),
(1443, 'french', 'l_cmb_shipdock', 'Il y a [cmb_shipsonplanet] vaisseaux sur cette planète!', 'combat'),
(1444, 'french', 'l_cmb_approachattackvector', 'approche sur un vecteur d''attaque', 'combat'),
(1445, 'french', 'l_cmb_noshipsdocked', 'Il n''y a aucun vaisseau sur la planète!', 'combat'),
(1446, 'french', 'l_cmb_yourshipdestroyed', 'Votre vaisseau a été détruit!', 'combat'),
(1447, 'french', 'l_cmb_escapepod', 'Heureusement, vous aviez un module de secours!', 'combat'),
(1448, 'french', 'l_cmb_finalcombatstats', 'Statistiques du combat', 'combat'),
(1449, 'french', 'l_cmb_youlostfighters', 'Vous avez perdu [cmb_fighters_lost] de [cmb_playerinfo_ship_fighters] intercepteurs.', 'combat'),
(1450, 'french', 'l_cmb_youlostarmorpoints', 'Vous avez perdu [cmb_armor_lost] de [cmb_playerinfo_armor_pts] points d''armure, il vous en reste [cmb_attackerarmor].', 'combat'),
(1451, 'french', 'l_cmb_energyused', 'Vous avez utilisé [cmb_energy] unités d''énergie, de [cmb_playerinfo_ship_energy].', 'combat'),
(1452, 'french', 'l_cmb_planetdefeated', 'Planète vaincue', 'combat'),
(1453, 'french', 'l_cmb_citizenswanttodie', 'Les citoyens de cette planète ont décidé qu''ils aimaient mieux mourir que de vous servir. Ils utilisent une perceuse pour atteindre le centre de la planète. Vous avez à peine le temps d''attendre l''orbite avant que la planète ne devienne un gigantesque boule de feu.', 'combat'),
(1454, 'french', 'l_cmb_youmaycapture', 'Vous pouvez [capture] la planète ou la laisser sans défense.', 'combat'),
(1455, 'french', 'l_cmb_planetnotdefeated', 'La planète n''est pas vaincue', 'combat'),
(1456, 'french', 'l_cmb_planetstatistics', 'Statistiques de la planète', 'combat'),
(1457, 'french', 'l_cmb_fighterloststat', 'Intercepteurs perdus: [cmb_fighters_lost] sur [cmb_planetinfo_fighters] ([cmb_planetfighters] restant)', 'combat'),
(1458, 'french', 'l_cmb_energyleft', 'Énergie restant', 'combat'),
(1459, 'french', 'l_cmb_startingstats', 'Statistiques de départ', 'combat'),
(1460, 'french', 'l_cmb_statattackerbeams', 'Rayons de l''attaquant', 'combat'),
(1461, 'french', 'l_cmb_statattackerfighters', 'Intercepteurs de l''attaquant', 'combat'),
(1462, 'french', 'l_cmb_statattackershields', 'Boucliers de l''attaquant', 'combat'),
(1463, 'french', 'l_cmb_statattackertorps', 'Torpilles de l''attaquant', 'combat'),
(1464, 'french', 'l_cmb_statattackerarmor', 'Armure de l''attaquant', 'combat'),
(1465, 'french', 'l_cmb_statattackertorpdamage', 'Points de dommage des torpilles', 'combat'),
(1466, 'french', 'l_cmb_isattackingyou', 'vous attaque', 'combat'),
(1467, 'french', 'l_cmb_beamexchange', 'Échange des rayons', 'combat'),
(1468, 'french', 'l_cmb_beamsdestroy', 'Vos rayons détruisent [cmb_lost] intercepteurs', 'combat'),
(1469, 'french', 'l_cmb_beamsdestroy2', 'Vos rayons détruisent [cmb_attackerbeams] intercepteurs, mais d''autres les remplacent', 'combat'),
(1470, 'french', 'l_cmb_nobeamsareleft', 'Vous n''avez plus de rayons pour détruire les intercepteurs!', 'combat'),
(1471, 'french', 'l_cmb_beamshavenotarget', 'Vos rayons n''ont pas d''intercepteurs à cibler', 'combat'),
(1472, 'french', 'l_cmb_fighterdestroyedbybeams', '[cmb_targetinfo_ship_name] a détruit [cmb_lost] de vos intercepteurs avec ses rayons', 'combat'),
(1473, 'french', 'l_cmb_beamsdestroystillhave', '[cmb_targetinfo_ship_name] a détruit [cmb_targetbeams] de vos intercepteurs avec ses rayons, mais il vous en reste [cmb_attackerfighters]', 'combat'),
(1474, 'french', 'l_cmb_fighterunhindered', 'Vos intercepteurs attaquent sans résistance de la part de l''ennemi.', 'combat'),
(1475, 'french', 'l_cmb_youhavenofightersleft', 'Vous n''avez plus d''intercepteurs pour attaquer', 'combat'),
(1476, 'french', 'l_cmb_breachedsomeshields', 'Vous avez traversé les boucliers de [cmb_targetinfo_ship_name] avec vos rayons', 'combat'),
(1477, 'french', 'l_cmb_shieldsarehitbybeams', 'Les boucliers de [cmb_targetinfo_ship_name] sont touchés pour [cmb_attackerbeams] points de dommage par vos rayons', 'combat'),
(1478, 'french', 'l_cmb_nobeamslefttoattack', 'Vous n''avez plus de rayons pour attaquer les boucliers de [cmb_targetinfo_ship_name]', 'combat'),
(1479, 'french', 'l_cmb_yourshieldsbreachedby', 'Les rayons de [cmb_targetinfo_ship_name] ont pénétré votre bouclier', 'combat'),
(1480, 'french', 'l_cmb_yourshieldsarehit', 'Les rayons de [cmb_targetinfo_ship_name] ont touché votre bouclier pour [cmb_targetbeams] points de dommage.', 'combat'),
(1481, 'french', 'l_cmb_hehasnobeamslefttoattack', '[cmb_targetinfo_ship_name] n''a plus de rayons pour attaquer vos boucliers', 'combat'),
(1482, 'french', 'l_cmb_yourbeamsbreachedhim', 'Vos rayons ont pénétré l''armure de [cmb_targetinfo_ship_name]', 'combat'),
(1483, 'french', 'l_cmb_yourbeamshavedonedamage', 'Vos rayons ont causé [cmb_attackerbeams] points de dommage à l''armure de [cmb_targetinfo_ship_name]', 'combat'),
(1484, 'french', 'l_cmb_nobeamstoattackarmor', 'Vous n''avez plus de rayons pour attaquer l''armure de [cmb_targetinfo_ship_name]', 'combat'),
(1485, 'french', 'l_cmb_yourarmorbreachedbybeams', 'Votre armure a été traversée par les rayons de [cmb_targetinfo_ship_name]', 'combat'),
(1486, 'french', 'l_cmb_yourarmorhitdamaged', 'Votre armure a été touchée de [cmb_targetbeams] points de dommage par les rayons de [cmb_targetinfo_ship_name]', 'combat'),
(1487, 'french', 'l_cmb_torpedoexchange', 'Échange des torpilles', 'combat'),
(1488, 'french', 'l_cmb_hehasnobeamslefttoattackyou', '[cmb_targetinfo_ship_name] n''a plus de rayons pour vous attaquer', 'combat'),
(1489, 'french', 'l_cmb_yourtorpsdestroy', 'Vos torpilles détruisent [cmb_lost] des intercepteurs de [cmb_targetinfo_ship_name]', 'combat'),
(1490, 'french', 'l_cmb_yourtorpsdestroy2', 'Vos torpilles détruisent [cmb_attackertorpdamage] des intercepteurs de [cmb_targetinfo_ship_name]', 'combat'),
(1491, 'french', 'l_cmb_youhavenotorpsleft', 'Vous n''avez plus de torpilles pour attaquer les intercepteurs de [cmb_targetinfo_ship_name].', 'combat'),
(1492, 'french', 'l_cmb_hehasnofighterleft', '[cmb_targetinfo_ship_name] n''a plus d''intercepteurs à détruire avec vos torpilles', 'combat'),
(1493, 'french', 'l_cmb_torpsdestroyyou', 'Les torpilles de [cmb_targetinfo_ship_name] détruisent [cmb_lost] de vos intercepteurs', 'combat'),
(1494, 'french', 'l_cmb_someonedestroyedfighters', '[cmb_targetinfo_ship_name] a détruit [cmb_targettorpdmg] de vos intercepteurs avec des torpilles', 'combat'),
(1495, 'french', 'l_cmb_hehasnotorpsleftforyou', '[cmb_targetinfo_ship_name] n''a plus de torpilles pour attaquer vos intercepteurs', 'combat'),
(1496, 'french', 'l_cmb_youhavenofightersanymore', 'Vous n''avez plus d''intercepteurs pour amortir les torpilles de [cmb_targetinfo_ship_name]', 'combat'),
(1497, 'french', 'l_cmb_youbreachedwithtorps', 'Vous avez pénétré l''armure de [cmb_targetinfo_ship_name] avec vos torpilles', 'combat'),
(1498, 'french', 'l_cmb_hisarmorishitbytorps', 'Vous touchez l''armure de [cmb_targetinfo_ship_name] pour [cmb_attackertorpdamage] points de dommage', 'combat'),
(1499, 'french', 'l_cmb_notorpslefttoattackarmor', 'Vous n''avez plus de torpilles pour attaquer l''armure de [cmb_targetinfo_ship_name]', 'combat'),
(1500, 'french', 'l_cmb_yourarmorbreachedbytorps', 'Votre armure a été traversée par les torpilles de [cmb_targetinfo_ship_name]', 'combat'),
(1501, 'french', 'l_cmb_yourarmorhitdmgtorps', 'Votre armure a été touché pour [cmb_targettorpdmg] points de dommage par les torpilles de [cmb_targetinfo_ship_name]', 'combat'),
(1502, 'french', 'l_cmb_hehasnotorpsforyourarmor', '[cmb_targetinfo_ship_name] n''a plus de torpilles pour attaquer votre armure', 'combat'),
(1503, 'french', 'l_cmb_fightersattackexchange', 'Échange des intercepteurs', 'combat'),
(1504, 'french', 'l_cmb_enemylostallfighters', '[cmb_targetinfo_ship_name] a perdu tous ses intercepteurs.', 'combat'),
(1505, 'french', 'l_cmb_helostsomefighters', '[cmb_targetinfo_ship_name] a perdu [cmb_attackerfighters] intercepteurs.', 'combat'),
(1506, 'french', 'l_cmb_youlostallfighters', 'Vous perdez tous vos intercepteurs.', 'combat'),
(1507, 'french', 'l_cmb_youalsolostsomefighters', 'Vous perdez [cmb_targetfighters] intercepteurs.', 'combat'),
(1508, 'french', 'l_cmb_hehasnofightersleftattack', '[cmb_targetinfo_ship_name] n''a plus d''intercepteurs pour vous attaquer', 'combat'),
(1509, 'french', 'l_cmb_younofightersattackleft', 'Vous n''avez plus d''intercepteurs pour attaquer [cmb_targetinfo_ship_name]', 'combat'),
(1510, 'french', 'l_cmb_youbreachedarmorwithfighters', 'Vous avez pénétré l''armure de [cmb_targetinfo_ship_name] avec vos intercepteurs', 'combat'),
(1511, 'french', 'l_cmb_youhitarmordmgfighters', 'Vous touchez l''armure de [cmb_targetinfo_ship_name] pour [cmb_attackerfighters] points de dommage avec vos intercepteurs', 'combat'),
(1512, 'french', 'l_cmb_youhavenofighterstoarmor', 'Il ne vous reste plus d''intercepteurs pour attaquer l''armure de [cmb_targetinfo_ship_name]', 'combat'),
(1513, 'french', 'l_cmb_hasbreachedarmorfighters', '[cmb_targetinfo_ship_name] a pénétré votre armure avec ses intercepteurs', 'combat'),
(1514, 'french', 'l_cmb_yourarmorishitfordmgby', 'Votre armure est touchée de [cmb_targetfighters] points de dommage par les intercepteurs de [cmb_targetinfo_ship_name]', 'combat'),
(1515, 'french', 'l_cmb_nofightersleftheforyourarmor', '[cmb_targetinfo_ship_name] n''a plus d''intercepteurs pour attaquer votre armure', 'combat'),
(1516, 'french', 'l_cmb_hehasbeendestroyed', '[cmb_targetinfo_ship_name] a été détruit', 'combat'),
(1517, 'french', 'l_cmb_escapepodlaunched', 'Un module de secours a été lancé!', 'combat'),
(1518, 'french', 'l_cmb_yousalvaged', 'Vous collectez [cmb_salv_ore] unités de métaux, [cmb_salv_organics] unités de végétaux, [cmb_salv_goods] unités de produits, et collectez [cmb_salvage_rate]% du vaisseau pour [cmb_salvage] crédits.', 'combat'),
(1519, 'french', 'l_cmb_yousalvaged2', 'Votre pointage a changé de [cmb_number_rating_change] points.', 'combat'),
(1520, 'french', 'l_cmb_youdidntdestroyhim', 'Vous n''avez pas détruit [cmb_targetinfo_ship_name]', 'combat'),
(1521, 'french', 'l_cmb_shiptoshipcombatstats', 'Statistiques du combat entre vaisseaux', 'combat'),
(1522, 'french', 'l_sofa', 'Sub-Orbital Fighter Attack', 'combat'),
(1523, 'french', 'l_bombsaway', 'You send your fighters spiralling towards the planet as you streak by at maximum range.', 'combat'),
(1524, 'french', 'l_bigfigs', 'Your huge ship has given them ample warning.  Your fighters will be less successful.', 'combat'),
(1525, 'french', 'l_bigbeams', 'There is a bright flash of discharging beams.  Your fighters probably didn''t make it to the atmosphere.', 'combat'),
(1526, 'french', 'l_bigtorps', 'A large explosion blossoms in the upper air of the planet.  Your fighters probably didn''t have time to attack.', 'combat'),
(1527, 'french', 'l_strafesuccess', 'It looks like some of your fighters made it through, although you can''t tell how many from here.', 'combat'),
(1528, 'french', 'l_lss', 'Last ship seen in this sector', 'combat'),
(1529, 'french', 'l_map', 'Map', 'combat'),
(1530, 'french', 'l_igb_errnobase', 'The IGB can not transfer credits to a planet without a base.', 'combat'),
(1531, 'french', 'l_planet_readlog_link', 'View', 'combat'),
(1532, 'french', 'l_planet_readlog', '[View] Players Log', 'combat'),
(1533, 'french', 'l_lang_attribute', 'fr', 'common'),
(1534, 'french', 'l_yes', 'Oui', 'common'),
(1535, 'french', 'l_no', 'Non', 'common'),
(1536, 'french', 'l_here', 'ici', 'common'),
(1537, 'french', 'l_submit', 'Envoyer', 'common'),
(1538, 'french', 'l_reset', 'Restaurer', 'common'),
(1539, 'french', 'l_all', 'Tout', 'common'),
(1540, 'french', 'l_ore', 'Métaux', 'common'),
(1541, 'french', 'l_commodities', 'Commodities', 'common'),
(1542, 'french', 'l_organics', 'Végétaux', 'common'),
(1543, 'french', 'l_goods', 'Produits', 'common'),
(1544, 'french', 'l_energy', 'Énergie', 'common'),
(1545, 'french', 'l_colonists', 'Colons', 'common'),
(1546, 'french', 'l_credits', 'Crédits', 'common'),
(1547, 'french', 'l_units', 'unités de', 'common'),
(1548, 'french', 'l_special', 'Spécial', 'common'),
(1549, 'french', 'l_cargo', 'Cargaison', 'common'),
(1550, 'french', 'l_fighters', 'Intercepteurs', 'common'),
(1551, 'french', 'l_mines', 'Mines', 'common'),
(1552, 'french', 'l_torps', 'Torpilles', 'common'),
(1553, 'french', 'l_none', 'Aucun', 'common'),
(1554, 'french', 'l_unnamed', 'Sans Nom', 'common'),
(1555, 'french', 'l_name', 'Nom', 'common'),
(1556, 'french', 'l_unowned', 'Libre', 'common'),
(1557, 'french', 'l_unknown', 'Inconnu', 'common'),
(1558, 'french', 'l_clickme', 'Cliquer ici', 'common'),
(1559, 'french', 'l_player', 'Joueur', 'common'),
(1560, 'french', 'l_ship', 'Vaisseau', 'common'),
(1561, 'french', 'l_ships', 'Vaisseaux', 'common'),
(1562, 'french', 'l_set', 'Mod', 'common'),
(1563, 'french', 'l_realspace', 'Espace Réel', 'common'),
(1564, 'french', 'l_armorpts', 'Points d''armure', 'common'),
(1565, 'french', 'l_links', 'Links', 'common'),
(1566, 'french', 'l_zname_1', 'Espace non-exploré', 'common'),
(1567, 'french', 'l_zname_2', 'Espace de la Fédération', 'common'),
(1568, 'french', 'l_zname_3', 'Espace de libre-commerce', 'common'),
(1569, 'french', 'l_zname_4', 'Zonne de Guerre', 'common'),
(1570, 'french', 'l_logout', 'Quitter', 'common'),
(1571, 'french', 'l_error', 'Error', 'common'),
(1572, 'french', 'l_corpm_title', 'Menu de corporation', 'corp'),
(1573, 'french', 'l_corpm_tocorp', 'La planète est maintenant une planète Corporative!', 'corp'),
(1574, 'french', 'l_corpm_topersonal', 'La planète est maintenant une planète Personnelle!', 'corp'),
(1575, 'french', 'l_corpm_exploit', 'Vous interceptez un message codé... Peut-être devriez-vous vous inquiéter...', 'corp'),
(1576, 'french', 'l_cu_title', 'Créer l''univers', 'create_universe'),
(1577, 'french', 'l_sdf_title', 'Rapport des défenses', 'defence_report'),
(1578, 'french', 'l_sdf_none', 'Vous n''avez aucune défense déployée.', 'defence_report'),
(1579, 'french', 'l_sdf_type', 'Type', 'defence_report'),
(1580, 'french', 'l_sdf_mode', 'Mode', 'defence_report'),
(1581, 'french', 'l_device_title', 'Appareils', 'device'),
(1582, 'french', 'l_device_expl', 'Votre vaisseau est équippé des appareils suivants (Cliquez sur un appareil pour l''utiliser) :', 'device'),
(1583, 'french', 'l_device', 'Appareil', 'device'),
(1584, 'french', 'l_qty', 'Quantité', 'device'),
(1585, 'french', 'l_usage', 'Utilisation', 'device'),
(1586, 'french', 'l_manual', 'Manuel', 'device'),
(1587, 'french', 'l_automatic', 'Automatique', 'device'),
(1588, 'french', 'l_lssd', 'Last Seen Device', 'device'),
(1589, 'french', 'l_dump_title', 'Débarquement de colons', 'dump'),
(1590, 'french', 'l_dump_turn', 'Vous avez besoin d''au moins un tour pour débarquer des colons.', 'dump'),
(1591, 'french', 'l_dump_nocol', 'Vous n''avez aucun colon à bord.', 'dump'),
(1592, 'french', 'l_dump_dumped', 'Les colons ont été débarqués à la station.', 'dump'),
(1593, 'french', 'l_dump_nono', 'Vous avez besoin d''une station pour pouvoir débarquer des colons.', 'dump'),
(1594, 'french', 'l_ewd_title', 'Hyper-espace d''urgence', 'emerwarp'),
(1595, 'french', 'l_ewd_used', 'Hyper-espace d''urgence engagé - vous arrivez dans le secteur [sector].', 'emerwarp'),
(1596, 'french', 'l_ewd_none', 'Vous n''avez pas d''hyper-espace d''urgence.', 'emerwarp'),
(1597, 'french', 'l_feedback_title', 'Envoyer des commentaires', 'feedback'),
(1598, 'french', 'l_feedback_to', 'À:', 'feedback'),
(1599, 'french', 'l_feedback_from', 'DE:', 'feedback'),
(1600, 'french', 'l_feedback_topi', 'SUJET:', 'feedback'),
(1601, 'french', 'l_feedback_feedback', 'Commentaires', 'feedback'),
(1602, 'french', 'l_feedback_message', 'MESSAGE:', 'feedback'),
(1603, 'french', 'l_feedback_messent', 'Message envoyé', 'feedback'),
(1604, 'french', 'l_feedback_subj', 'Commentaires', 'feedback'),
(1605, 'french', 'l_feedback_info', 'Veuillez envoyer des commentaires en anglais seulement', 'feedback'),
(1606, 'french', 'l_footer_one_player_on', 'Il ya 1 joueur en ligne.', 'footer'),
(1607, 'french', 'l_footer_players_on_1', 'Il ya', 'footer'),
(1608, 'french', 'l_footer_players_on_2', 'joueurs en ligne.', 'footer'),
(1609, 'french', 'l_footer_until_update', 'secondes jusqu''à ce que la prochaine mise à jour.', 'footer'),
(1610, 'french', 'l_time_gen_page', 'pour créer la page', 'footer'),
(1611, 'french', 'l_seconds', 'secondes', 'footer'),
(1612, 'french', 'l_peak_mem', 'k de mémoire de pointe utilisées', 'footer'),
(1613, 'french', 'l_ore_port', 'le port heures', 'galaxy'),
(1614, 'french', 'l_organics_port', 'le port Organics', 'galaxy'),
(1615, 'french', 'l_energy_port', 'l''énergie du port', 'galaxy'),
(1616, 'french', 'l_goods_port', 'Les marchandises du port', 'galaxy'),
(1617, 'french', 'l_no_port', 'Pas de port', 'galaxy'),
(1618, 'french', 'l_unexplored', 'inexploré', 'galaxy'),
(1619, 'french', 'l_map_title', 'Galaxy Carte', 'galaxy'),
(1620, 'french', 'l_gns_title', 'Torpille Genesis', 'genesis'),
(1621, 'french', 'l_gns_turn', 'Vous avez besoin d''au moins un tour pour utiliser une torpille genesis.', 'genesis'),
(1622, 'french', 'l_gns_onplanet', 'Vous ne pouvez utiliser une torpille genesis à la surface d''une planète.', 'genesis'),
(1623, 'french', 'l_gns_full', 'Ce système solaire est déjà plein.', 'genesis'),
(1624, 'french', 'l_gns_nogenesis', 'Vous ne possédez aucune torpille genesis.', 'genesis'),
(1625, 'french', 'l_gns_forbid', 'La création d''une planète dans ce secteur n''est pas permise.', 'genesis'),
(1626, 'french', 'l_gns_bforbid', 'Les bases dans se secteur interferent avec la torpille genesis. La création d''une planète est impossible.', 'genesis'),
(1627, 'french', 'l_gns_pcreate', 'Une nouvelle planète est créée.', 'genesis'),
(1628, 'french', 'l_global_mmenu', 'Cliquez [here] pour retourner au menu principal.', 'global_funcs'),
(1629, 'french', 'l_global_mlogin', 'Cliquez [here] pour retourner à l''écran de connection.', 'global_funcs'),
(1630, 'french', 'l_global_needlogin', 'Vous devez vous connecter, cliquez [here].', 'global_funcs'),
(1631, 'french', 'l_global_died', 'Vous êtes mort! [here] ce qui vous est arrivé', 'global_funcs'),
(1632, 'french', 'l_global_died2', 'Meilleure chance la prochaine fois!', 'global_funcs'),
(1633, 'french', 'l_global_warzone', 'La zone est maintenant une Zone de Guerre!', 'global_funcs'),
(1634, 'french', 'l_global_nzone', 'La zone est maintenant une Zone Neutre.', 'global_funcs'),
(1635, 'french', 'l_global_team', 'La zone appartient maintenant à l''alliance', 'global_funcs'),
(1636, 'french', 'l_global_player', 'La zone appartient maintenant au joueur', 'global_funcs'),
(1637, 'french', 'l_insignia_0', 'New Recruit', 'global_includes'),
(1638, 'french', 'l_insignia_1', 'Crewman', 'global_includes'),
(1639, 'french', 'l_insignia_2', 'Crewman First Class', 'global_includes'),
(1640, 'french', 'l_insignia_3', 'Petty Officer 3rd Class', 'global_includes'),
(1641, 'french', 'l_insignia_4', 'Petty Officer 2nd Class', 'global_includes'),
(1642, 'french', 'l_insignia_5', 'Petty Officer 1st Class', 'global_includes'),
(1643, 'french', 'l_insignia_6', 'Chief Petty Officer', 'global_includes'),
(1644, 'french', 'l_insignia_7', 'Senior Chief Petty Officer', 'global_includes'),
(1645, 'french', 'l_insignia_8', 'Master Chief Petty Officer', 'global_includes'),
(1646, 'french', 'l_insignia_9', 'Ensign', 'global_includes'),
(1647, 'french', 'l_insignia_10', 'Lieutenant Junior Grade', 'global_includes'),
(1648, 'french', 'l_insignia_11', 'Lieutenant', 'global_includes'),
(1649, 'french', 'l_insignia_12', 'Lieutenant Commander', 'global_includes'),
(1650, 'french', 'l_insignia_13', 'Commander', 'global_includes'),
(1651, 'french', 'l_insignia_14', 'Captain', 'global_includes'),
(1652, 'french', 'l_insignia_15', 'Fleet Captain', 'global_includes'),
(1653, 'french', 'l_insignia_16', 'Commodore', 'global_includes'),
(1654, 'french', 'l_insignia_17', 'Rear Admiral', 'global_includes'),
(1655, 'french', 'l_insignia_18', 'Vice Admiral', 'global_includes'),
(1656, 'french', 'l_insignia_19', 'Admiral', 'global_includes'),
(1657, 'french', 'l_local_news', 'Nouvelles locales', 'global_includes'),
(1658, 'french', 'l_igb_credit_symbol', 'C', 'igb'),
(1659, 'french', 'l_igb_title', 'La Banque InterGalactique', 'igb'),
(1660, 'french', 'l_igb_humor', 'All your base are belong to us.', 'igb'),
(1661, 'french', 'l_igb_malfunction', 'Ce terminal IGB Ne fonctionne pas. La Banque InterGalactique tient à s''excuser des inconvénients que cela pourrait vous occasionner.', 'igb'),
(1662, 'french', 'l_igb_quit', 'Quitter', 'igb'),
(1663, 'french', 'l_igb_login', 'Connecter', 'igb'),
(1664, 'french', 'l_igb_welcometoigb', 'Bienvenue à ce terminal bancaire IGB', 'igb'),
(1665, 'french', 'l_igb_accountholder', 'Détenteur du compte', 'igb'),
(1666, 'french', 'l_igb_shipaccount', 'Compte du vaisseau', 'igb'),
(1667, 'french', 'l_igb_igbaccount', 'Compte IGB', 'igb'),
(1668, 'french', 'l_igb_operations', 'Opérations', 'igb'),
(1669, 'french', 'l_igb_withdraw', 'Retrait', 'igb'),
(1670, 'french', 'l_igb_deposit', 'Dépot', 'igb'),
(1671, 'french', 'l_igb_transfer', 'Transfer', 'igb'),
(1672, 'french', 'l_igb_back', 'Retour', 'igb'),
(1673, 'french', 'l_igb_logout', 'Déconnection', 'igb'),
(1674, 'french', 'l_igb_withdrawfunds', 'Retirer des Fonds', 'igb'),
(1675, 'french', 'l_igb_fundsavailable', 'Fonds disponibles', 'igb'),
(1676, 'french', 'l_igb_selwithdrawamount', 'Veuillez choisir le montant à retirer', 'igb'),
(1677, 'french', 'l_igb_depositfunds', 'Déposer des Fonds', 'igb'),
(1678, 'french', 'l_igb_seldepositamount', 'Veuillez choisir le montant à déposer', 'igb'),
(1679, 'french', 'l_igb_transfertype', 'Type de Transfer', 'igb'),
(1680, 'french', 'l_igb_toanothership', 'Vers un autre vaisseau', 'igb'),
(1681, 'french', 'l_igb_shiptransfer', 'Transfer de Vaisseau', 'igb'),
(1682, 'french', 'l_igb_fromplanet', 'D''une planète à une autre', 'igb'),
(1683, 'french', 'l_igb_unnamed', 'Sans nom', 'igb'),
(1684, 'french', 'l_igb_in', 'dans', 'igb'),
(1685, 'french', 'l_igb_none', 'Aucune', 'igb'),
(1686, 'french', 'l_igb_destination', 'Destination', 'igb'),
(1687, 'french', 'l_igb_planettransfer', 'Transfer planétaire', 'igb'),
(1688, 'french', 'l_igb_sendyourself', 'Vous ne pouvez transférer de l''argent à vous-même!', 'igb'),
(1689, 'french', 'l_igb_unknowntargetship', 'Le vaisseau cible est inconnu!', 'igb'),
(1690, 'french', 'l_igb_min_turns', 'Le joueur [igb_target_char_name] doit avoir joué au moins [igb_min_turns] tours avant de pouvoir recevoir de l''argent.', 'igb'),
(1691, 'french', 'l_igb_min_turns2', 'Vous devez avoir joué au moins [igb_min_turns] avant de pouvoir envoyer des fonds.', 'igb'),
(1692, 'french', 'l_igb_mustwait', 'Vous avez déjà transféré de l''argent à [igb_target_char_name] dans les dernières [igb_trate] minutes. Vous devez attendre [igb_difftime] minutes de pouvoir en envoyer de nouveau.', 'igb'),
(1693, 'french', 'l_igb_maxtransfer', 'Transfer maximum permis', 'igb'),
(1694, 'french', 'l_igb_unlimited', 'Illimité', 'igb'),
(1695, 'french', 'l_igb_maxtransferpercent', 'Transfer maximum permis ([igb_percent]% de votre valeur)', 'igb'),
(1696, 'french', 'l_igb_recipient', 'Destinataire', 'igb'),
(1697, 'french', 'l_igb_seltransferamount', 'Veuillez spédifier le montant du transfer', 'igb'),
(1698, 'french', 'l_igb_transferrate', 'Le taux présent pour les transfers est de [igb_num_percent]% du montant total. Il sera automatiquement déduit du montant transféré.', 'igb'),
(1699, 'french', 'l_igb_errplanetsrcanddest', 'La même planète ne peut être à la fois source et destination.', 'igb'),
(1700, 'french', 'l_igb_errunknownplanet', 'Erreur de donnée! Planète inconnue!', 'igb'),
(1701, 'french', 'l_igb_errnotyourplanet', 'Vous ne pouvez transférer de l''argent de/vers une planète qui ne vous appartient pas.', 'igb'),
(1702, 'french', 'l_igb_srcplanet', 'Src -> Planète', 'igb'),
(1703, 'french', 'l_igb_destplanet', 'Dst -> Planète', 'igb'),
(1704, 'french', 'l_igb_transferrate2', '$l_igb_transferrate', 'igb'),
(1705, 'french', 'l_igb_errsendyourself', 'l_igb_sendyourself', 'igb'),
(1706, 'french', 'l_igb_min_turns3', 'l_igb_min_turns', 'igb'),
(1707, 'french', 'l_igb_min_turns4', 'l_igb_min_turns2', 'igb'),
(1708, 'french', 'l_igb_mustwait2', 'l_igb_mustwait', 'igb'),
(1709, 'french', 'l_igb_invalidtransferinput', 'Entrée invalide pour le transfer.', 'igb'),
(1710, 'french', 'l_igb_nozeroamount', 'Le montant à transférer ne doit pas être zéro.', 'igb'),
(1711, 'french', 'l_igb_notenoughcredits', 'Vous n''avez pas suffisament de crédits pour performer cette opération.', 'igb'),
(1712, 'french', 'l_igb_amounttoogreat', 'Le montant que vous avez entré est plus grand que votre limite permise', 'igb'),
(1713, 'french', 'l_igb_transfersuccessful', 'Transfer Effectué', 'igb'),
(1714, 'french', 'l_igb_creditsto', 'crédits ont été transféré à', 'igb'),
(1715, 'french', 'l_igb_transferamount', 'Montant du transfer', 'igb'),
(1716, 'french', 'l_igb_transferfee', 'Coût du transfer', 'igb'),
(1717, 'french', 'l_igb_amounttransferred', 'Montant transféré', 'igb');
INSERT INTO `[[dbprefix]]languages` VALUES
(1718, 'french', 'l_igb_notenoughcredits2', 'Il n''y a pas suffisament de crédits sur la planète source pour compléter cetter opération', 'igb'),
(1719, 'french', 'l_igb_to', 'à', 'igb'),
(1720, 'french', 'l_igb_ctransferredfrom', 'crédits ont été transférés de', 'igb'),
(1721, 'french', 'l_igb_invaliddepositinput', 'Entrée invalide pour le dépot.', 'igb'),
(1722, 'french', 'l_igb_nozeroamount2', 'Le montant à déposer ne doit pas être zéro', 'igb'),
(1723, 'french', 'l_igb_operationsuccessful', 'Operation Effectuée', 'igb'),
(1724, 'french', 'l_igb_creditstoyou', 'Crédits ont été transferés vers votre compte IGB.', 'igb'),
(1725, 'french', 'l_igb_accounts', 'Comptes', 'igb'),
(1726, 'french', 'l_igb_invalidwithdrawinput', 'Entrée invalide pour le retrait.', 'igb'),
(1727, 'french', 'l_igb_nozeroamount3', 'Le montant à retirer ne doit pas être zéro.', 'igb'),
(1728, 'french', 'l_igb_creditstoyourship', 'Crédits ont été transférés vers le compte de votre vaisseau.', 'igb'),
(1729, 'french', 'l_igb_igberrreport', 'Erreur IGB', 'igb'),
(1730, 'french', 'l_igb_source', 'Source', 'igb'),
(1731, 'french', 'l_igb_loans', 'Loans', 'igb'),
(1732, 'french', 'l_igb_loanstatus', 'Loans Status', 'igb'),
(1733, 'french', 'l_igb_currentloan', 'Total Current Loan', 'igb'),
(1734, 'french', 'l_igb_maxloanpercent', 'Maximum loan allowed ([igb_percent]% of net worth)', 'igb'),
(1735, 'french', 'l_igb_loanamount', 'Enter the loan amount', 'igb'),
(1736, 'french', 'l_igb_borrow', 'Borrow', 'igb'),
(1737, 'french', 'l_igb_loanrates', 'All loans incur a one-time fee of [factor]% of total loan amount. Additionally, you will be charged [interest]% in interests each turn until you repay.', 'igb'),
(1738, 'french', 'l_igb_invalidamount', 'You entered an invalid amount.', 'igb'),
(1739, 'french', 'l_igb_notwoloans', 'You cannot take a loan without repaying your first one.', 'igb'),
(1740, 'french', 'l_igb_loantoobig', 'You are not allowed to borrow that many credits.', 'igb'),
(1741, 'french', 'l_igb_takenaloan', 'Taken a Loan', 'igb'),
(1742, 'french', 'l_igb_loancongrats', 'Congratulation! You have just taken a loan with the friendliest banking consortium around!', 'igb'),
(1743, 'french', 'l_igb_loantransferred', 'Amount transferred to your ship account', 'igb'),
(1744, 'french', 'l_igb_loanfee', 'One-time loan fee', 'igb'),
(1745, 'french', 'l_igb_amountowned', 'Total amount owned to the IGB', 'igb'),
(1746, 'french', 'l_igb_loanreminder', 'Friendly reminder: if you have not repayed your loan in totality in [hours]h [mins]m, we will be forced to render your ship''s account invalid in special ports.', 'igb'),
(1747, 'french', 'l_igb_loanreminder2', 'The IGB, fullfiller of your dreams', 'igb'),
(1748, 'french', 'l_igb_loantimeleft', 'Time left until full payment is due', 'igb'),
(1749, 'french', 'l_igb_loanlate', 'Payment is late!', 'igb'),
(1750, 'french', 'l_igb_repayamount', 'Enter the amount to repay', 'igb'),
(1751, 'french', 'l_igb_repay', 'Repay', 'igb'),
(1752, 'french', 'l_igb_notrepay', 'You have no loans to repay', 'igb'),
(1753, 'french', 'l_igb_notenoughrepay', 'You do not have enough credits in your ship account to perform this operation.', 'igb'),
(1754, 'french', 'l_igb_payloan', 'Loan Payment', 'igb'),
(1755, 'french', 'l_igb_loanthanks', 'Your payment has been received. Thank you for doing business with the IGB.', 'igb'),
(1756, 'french', 'l_igb_transferrate3', 'Current rate for consolidating is [igb_num_percent]% of total amount. It will automatically be deduced from the amount consolidated. The transfer will cost one turn for every [nbplanets] planets affected.', 'igb'),
(1757, 'french', 'l_igb_currentpl', 'Credits on planet', 'igb'),
(1758, 'french', 'l_igb_consolrates', 'You can specify a credit range. Planets with less credits than Minimum and with more credits than Maximum will not be affected. Set to 0 for no limits', 'igb'),
(1759, 'french', 'l_igb_minimum', 'Minimum', 'igb'),
(1760, 'french', 'l_igb_maximum', 'Maximum', 'igb'),
(1761, 'french', 'l_igb_planetconsolidate', 'Planet Consolidate', 'igb'),
(1762, 'french', 'l_igb_compute', 'Compute', 'igb'),
(1763, 'french', 'l_igb_plaffected', 'Total planets affected', 'igb'),
(1764, 'french', 'l_igb_turncost', 'Total turns cost', 'igb'),
(1765, 'french', 'l_igb_consolidate', 'Consolidate', 'igb'),
(1766, 'french', 'l_igb_conspl', 'Consolidate Credits to a single planet', 'igb'),
(1767, 'french', 'l_igb_notenturns', 'You do not have enough turns to perform this operation', 'igb'),
(1768, 'french', 'l_welcome_bnt', 'Bienvenue sur Traders BlackNova!', 'index'),
(1769, 'french', 'l_bnt_description', 'Un Web massivement multijoueur de combat spatial et le jeu de négociation', 'index'),
(1770, 'french', 'l_cookie_warning', 'Traders BlackNova requiert des cookies pour l''authentification Le jeu ne fonctionnera pas sans eux En vous inscrivant ou en se connectant en vous vous engagez à nous créer des cookies...', 'index'),
(1771, 'french', 'l_new_player', 'Nouveau Joueur', 'index'),
(1772, 'french', 'l_log_titlet', 'Journal', 'log'),
(1773, 'french', 'l_log_pod', 'Heureusement, vous aviez un module de secours!', 'log'),
(1774, 'french', 'l_log_nopod', 'Vous n''aviez pas de module de secours, vous êtes mort.', 'log'),
(1775, 'french', 'l_log_log', 'Journal de [player]', 'log'),
(1776, 'french', 'l_log_start', 'Entrées pour', 'log'),
(1777, 'french', 'l_log_end', 'Fin des entrées pour', 'log'),
(1778, 'french', 'l_log_click', 'Cliquez [here] pour retourner au menu principal.', 'log'),
(1779, 'french', 'l_log_note', 'NOTE: Si cette page ne s''affiche pas correctement, ou si vous n''aimez pas les effets de HTML dynamique ou vous les trouvez agaçants, vous pouvez les désactiver [here]', 'log'),
(1780, 'french', 'l_log_note_disable', 'disable them', 'log'),
(1781, 'french', 'l_log_text_LOG_LOGIN', 'Vous vous êtes connecté, à partir de [ip].', 'log'),
(1782, 'french', 'l_log_title_LOG_LOGIN', 'Connection', 'log'),
(1783, 'french', 'l_log_text_LOG_LOGOUT', 'Vous vous êtes déconnecté, à partir de [ip].', 'log'),
(1784, 'french', 'l_log_title_LOG_LOGOUT', 'Déconnection', 'log'),
(1785, 'french', 'l_log_text_LOG_ATTACK_OUTMAN', '[player] a été ciblé sur un vecteur d''attaque, mais votre grand talent de pilote et vos moteurs supérieurs vous ont permis d''éviter l''ennemi.', 'log'),
(1786, 'french', 'l_log_title_LOG_ATTACK_OUTMAN', 'Esquive!', 'log'),
(1787, 'french', 'l_log_text_LOG_ATTACK_OUTSCAN', 'Vous avez détecté les armes de [player] qui essayaient de se verrouiller sur votre vaisseau, mais vos générateurs de camouflage vous ont permis de tromper l''armement primitif de votre ennemi.', 'log'),
(1788, 'french', 'l_log_title_LOG_ATTACK_OUTSCAN', 'Camouflage!', 'log'),
(1789, 'french', 'l_log_text_LOG_ATTACK_EWD', 'Vous êtes surpris par l''attaque en traitre de [player]. Vous pouvez apercevoir les missiles qui se dirigent vers vous pendant que vous courez vers le bouton d''hyper-espace d''urgence. L''univers se brouille autour de vous et, pour une milli-seconde, vous croyez que vous êtes mort. Quand vous ouvrez finallement les yeux, vous vous apercevez que vous avez été transporté dans un endroit plus sûr. Mais où est cet endroit, vous ne le savez pas...', 'log'),
(1790, 'french', 'l_log_title_LOG_ATTACK_EWD', 'Hyper-espace d''urgence!', 'log'),
(1791, 'french', 'l_log_text_LOG_ATTACK_EWDFAIL', 'Vos détecteurs se fixent sur le vaisseau de [player], qui est sur un vecteur d''attaque. "Mieux vaut prévenir que guérir", vous pensez, appuyant sur le bouton d''hyper-espace d''urgence. Vous entendez un son étrange d''étouffement venant de la salle des moteurs et vous sentez des circuits brûlés. "Stupide boîte de conserve!", vous criez, en donnant un coup de pied à l''ordinateur. Il émet des bips de protestation pendant que vous vous préparez pour le combat...', 'log'),
(1792, 'french', 'l_log_title_LOG_ATTACK_EWDFAIL', 'Hyper-espace d''urgence en panne!', 'log'),
(1793, 'french', 'l_log_text_LOG_ATTACK_LOSE', 'Votre vaisseau est attaqué par [player]. Vous faites de votre mieux, mais vous ne pouvez vous défendre contre l''armement supérieur de [player]. Votre vaisseau a été détruit.', 'log'),
(1794, 'french', 'l_log_title_LOG_ATTACK_LOSE', 'Combat perdu!', 'log'),
(1795, 'french', 'l_log_text_LOG_ATTACKED_WIN', 'Votre vaisseau a été attaqué par [player]. Vous vous battez un moment, puis le combat cesse. Vous perdez [armor] points d''armure et [fighters] intercepteurs dans l''escarmouche.', 'log'),
(1796, 'french', 'l_log_title_LOG_ATTACKED_WIN', 'Escarmouche!', 'log'),
(1797, 'french', 'l_log_text_LOG_TOLL_PAID', 'Vous avez dû payer [toll] crédits pour entrer dans le secteur [sector]. Vous vous promettez bien de trouvez un moyen de récupérer votre argent.', 'log'),
(1798, 'french', 'l_log_title_LOG_TOLL_PAID', 'Extortion', 'log'),
(1799, 'french', 'l_log_text_LOG_HIT_MINES', 'Vous frappez [mines] mines dans le secteur [sector].', 'log'),
(1800, 'french', 'l_log_title_LOG_HIT_MINES', 'Alerte, mines!', 'log'),
(1801, 'french', 'l_log_text_LOG_SHIP_DESTROYED_MINES', 'Votre vaisseau a été détruit par un champ de mines dans le secteur [sector].', 'log'),
(1802, 'french', 'l_log_title_LOG_SHIP_DESTROYED_MINES', 'Alerte, mines!', 'log'),
(1803, 'french', 'l_log_text_LOG_PLANET_DEFEATED_D', 'Votre planète [planet_name] dans le secteur [sector] a été capturée dans une féroce bataille par [name]. Heureusement, la forte loyauté de vos citoyens a joué en votre faveur. Ils ont bravement choisi de détruire la planète plutôt que de la laisser entre des mains ennemies. Vous organizez de superbes funérailles  en mémoire de vos gens fidèles.', 'log'),
(1804, 'french', 'l_log_title_LOG_PLANET_DEFEATED_D', 'Planète détruite', 'log'),
(1805, 'french', 'l_log_text_LOG_PLANET_DEFEATED', 'Votre planète [planet_name] dans le secteur [sector] dans une féroce bataille par [name]. Les gens de la planète souhaitent la bienvenue à leur nouveau seigneur. Vous entendez un témoignage sur BNN : "Nous sommes bien content d''être débarassé de ce vieux crouton! Nous ne voulons pas d''un perdant qui ne peut même pas assurer notre protection!". Vous vous jurez de les faire payer pour leur arrogance.', 'log'),
(1806, 'french', 'l_log_title_LOG_PLANET_DEFEATED', 'Planète capturée!', 'log'),
(1807, 'french', 'l_log_text_LOG_PLANET_NOT_DEFEATED', 'Votre planète [planet_name] dans le secteur [sector] a été attaquée par [name]. Les citoyens ont organisé une vaillante résistance, cependant, et ont réussi à détruire l''ennemi. Ils ont récupéré quelques ressources des débris : [goods] produits, [ore] métaux, [organics] végétaux et [salvage]% de la valeur du vaisseau pour [credits] crédits.', 'log'),
(1808, 'french', 'l_log_title_LOG_PLANET_NOT_DEFEATED', 'Victoire!', 'log'),
(1809, 'french', 'l_log_title_LOG_RAW', 'Notice', 'log'),
(1810, 'french', 'l_log_text_LOG_TOLL_RECV', 'Vos intercepteurs dans le secteur [sector] ont collecté une ''taxe'' de [toll] crédits.', 'log'),
(1811, 'french', 'l_log_title_LOG_TOLL_RECV', 'Droits de passage', 'log'),
(1812, 'french', 'l_log_text_LOG_DEFS_DESTROYED', '[quantity] [type] ont été détruits dans le secteur [sector].', 'log'),
(1813, 'french', 'l_log_title_LOG_DEFS_DESTROYED', 'Défenses détruites', 'log'),
(1814, 'french', 'l_log_text_LOG_PLANET_EJECT', 'Vous avez été éjecté de la planète dans le secteur [sector] parce que [name] à quitté votre alliance.', 'log'),
(1815, 'french', 'l_log_title_LOG_PLANET_EJECT', 'Éjecté!', 'log'),
(1816, 'french', 'l_log_text_LOG_BADLOGIN', 'Tentative de connection échouée à partir de [ip].', 'log'),
(1817, 'french', 'l_log_title_LOG_BADLOGIN', 'Mauvais mot de passe', 'log'),
(1818, 'french', 'l_log_text_LOG_PLANET_SCAN', '[name] a sondé votre plànete [planet_name] dans le secteur [sector].', 'log'),
(1819, 'french', 'l_log_title_LOG_PLANET_SCAN', 'Planète sondée', 'log'),
(1820, 'french', 'l_log_text_LOG_PLANET_SCAN_FAIL', '[name] a essayé de sonder votre planète [planet_name] dans le secteur [sector], mais a échoué.', 'log'),
(1821, 'french', 'l_log_title_LOG_PLANET_SCAN_FAIL', 'Tentative de sonde', 'log'),
(1822, 'french', 'l_log_text_LOG_SHIP_SCAN', '[player] a sondé votre vaisseau.', 'log'),
(1823, 'french', 'l_log_title_LOG_SHIP_SCAN', 'Vaisseau sondé', 'log'),
(1824, 'french', 'l_log_text_LOG_SHIP_SCAN_FAIL', '[player] a essayé de sonder votre vaisseau, mais a échoué.', 'log'),
(1825, 'french', 'l_log_title_LOG_SHIP_SCAN_FAIL', 'Tentative de sonde', 'log'),
(1826, 'french', 'l_log_text_LOG_Xenobe_ATTACK', 'Attaque sur [player]...', 'log'),
(1827, 'french', 'l_log_title_LOG_Xenobe_ATTACK', 'Attaque', 'log'),
(1828, 'french', 'l_log_text_LOG_STARVATION', 'Une de vos planètes dans le secteur [sector] ne peut soutenir sa population! Plus de végétaux sont nécéssaires. [starvation] colons sont morts de faim.', 'log'),
(1829, 'french', 'l_log_title_LOG_STARVATION', 'Famine!', 'log'),
(1830, 'french', 'l_log_text_LOG_TOW', 'Votre vaisseau a été remorqué du secteur [sector] vers le secteur [newsector] parce que sa coque dépassait la limite persise de [hull].', 'log'),
(1831, 'french', 'l_log_title_LOG_TOW', 'Remorqué!', 'log'),
(1832, 'french', 'l_log_text_LOG_DEFS_DESTROYED_F', 'Vous avez détruit [fighters] intercepteurs dans le secteur [sector].', 'log'),
(1833, 'french', 'l_log_title_LOG_DEFS_DESTROYED_F', 'Intercepteurs détruits', 'log'),
(1834, 'french', 'l_log_text_LOG_DEFS_KABOOM', 'Votre vaisseau a été détruit par une force d''intercepteurs dans le secteur [sector].', 'log'),
(1835, 'french', 'l_log_title_LOG_DEFS_KABOOM', 'Vaisseau détruit!', 'log'),
(1836, 'french', 'l_log_text_LOG_HARAKIRI', 'Vous êtes fatigué de commander cette poubelle volante. Vous décidez que l''univers sera un meilleur endroit sans vous. Votre vaisseau et tout son équipage sont vaporisés quand vous activez la commande d''auto-destruction. Authorisé à partir de [ip].', 'log'),
(1837, 'french', 'l_log_title_LOG_HARAKIRI', 'Auto-destruction!', 'log'),
(1838, 'french', 'l_log_text_LOG_TEAM_REJECT', '[player] a rejeté l''invitation pour faire partie de votre alliance [teamname].', 'log'),
(1839, 'french', 'l_log_title_LOG_TEAM_REJECT', 'Invitation rejetée', 'log'),
(1840, 'french', 'l_log_text_LOG_TEAM_RENAME', 'Vous avez renommé votre alliance [team].', 'log'),
(1841, 'french', 'l_log_title_LOG_TEAM_RENAME', 'Alliance renommée', 'log'),
(1842, 'french', 'l_log_text_LOG_TEAM_M_RENAME', 'Le co-ordinateur de votre alliance a rebaptisé l''alliance [team].', 'log'),
(1843, 'french', 'l_log_title_LOG_TEAM_M_RENAME', 'Alliance renommée', 'log'),
(1844, 'french', 'l_log_text_LOG_TEAM_KICK', 'Vous avez été éjecté de l''alliance [team].', 'log'),
(1845, 'french', 'l_log_title_LOG_TEAM_KICK', 'Éjecté!', 'log'),
(1846, 'french', 'l_log_text_LOG_TEAM_CREATE', 'Vous avez crée une nouvelle alliance, [team].', 'log'),
(1847, 'french', 'l_log_title_LOG_TEAM_CREATE', 'Nouvelle alliance créée', 'log'),
(1848, 'french', 'l_log_text_LOG_TEAM_LEAVE', 'Vous avez quitté l''alliance [team].', 'log'),
(1849, 'french', 'l_log_title_LOG_TEAM_LEAVE', 'Départ', 'log'),
(1850, 'french', 'l_log_text_LOG_TEAM_NEWLEAD', 'Vous avez quitté l''alliance [team]. Vous avez passé la direction de l''alliance à [name].', 'log'),
(1851, 'french', 'l_log_title_LOG_TEAM_NEWLEAD', 'Départ', 'log'),
(1852, 'french', 'l_log_text_LOG_TEAM_LEAD', 'Le co-ordinateur de votre alliance [team] a décidé de quitter l''alliance. Vous avez été désigné pour prendre sa place.', 'log'),
(1853, 'french', 'l_log_title_LOG_TEAM_LEAD', 'Promotion!', 'log'),
(1854, 'french', 'l_log_text_LOG_TEAM_JOIN', 'Vous êtes maintenant member de l''alliance [team].', 'log'),
(1855, 'french', 'l_log_title_LOG_TEAM_JOIN', 'Nouveau membre', 'log'),
(1856, 'french', 'l_log_text_LOG_TEAM_NEWMEMBER', '[name] a accepté de se joindre à [team]. Ceci vous approche un peu plus de la domination totale!', 'log'),
(1857, 'french', 'l_log_title_LOG_TEAM_NEWMEMBER', 'Nouveau membre', 'log'),
(1858, 'french', 'l_log_text_LOG_TEAM_INVITE', 'Vous avez été invité pour faire partie de l''alliance [team].', 'log'),
(1859, 'french', 'l_log_title_LOG_TEAM_INVITE', 'Invitation', 'log'),
(1860, 'french', 'l_log_text_LOG_TEAM_NOT_LEAVE', '[player] a quitté votre alliance.', 'log'),
(1861, 'french', 'l_log_title_LOG_TEAM_NOT_LEAVE', 'Alliance diminuée', 'log'),
(1862, 'french', 'l_log_text_LOG_ADMIN_HARAKIRI', '[player] s''est auto-détruit à partir de [ip].', 'log'),
(1863, 'french', 'l_log_title_LOG_ADMIN_HARAKIRI', 'Auto-destruction', 'log'),
(1864, 'french', 'l_log_text_LOG_ADMIN_ILLEGVALUE', '[player] avait [quantity] [type], alors que son maximum possible était [holds]', 'log'),
(1865, 'french', 'l_log_title_LOG_ADMIN_ILLEGVALUE', 'Valeur illégale', 'log'),
(1866, 'french', 'l_log_text_LOG_ADMIN_PLANETDEL', '[attacker] a essayé de capturer la planète de [defender] dans le secteur [sector]. La planète a été détruite.', 'log'),
(1867, 'french', 'l_log_title_LOG_ADMIN_PLANETDEL', 'Planète détruite', 'log'),
(1868, 'french', 'l_log_text_LOG_DEFENCE_DEGRADE', 'Les intercepteurs dans le secteur [sector] ce sont dégradés de [degrade] pourcents parce qu''ils n''ont pas assez d''énergie.', 'log'),
(1869, 'french', 'l_log_title_LOG_DEFENCE_DEGRADE', 'Dégradation', 'log'),
(1870, 'french', 'l_log_text_LOG_PLANET_CAPTURED', 'Vous avez capturé une planète appartenant à [owner]. Il y avait [cols] colons et [credits] crédits sur celle-ci.', 'log'),
(1871, 'french', 'l_log_title_LOG_PLANET_CAPTURED', 'Planète capturée!', 'log'),
(1872, 'french', 'l_log_text_LOG_PLANET_BOMBED', 'Your planet [planet_name] in sector [sector] was bombed by [name]. You used [beams] energy and [torps] torpedoes in your defense.  You lost [figs] fighters.', 'log'),
(1873, 'french', 'l_log_title_LOG_PLANET_BOMBED', 'Planet bombed!', 'log'),
(1874, 'french', 'l_log_text_LOG_BOUNTY_CLAIMED', 'You claimed a bounty of [amount] credits for the destruction of the ship belonging to [bounty_on]. The bounty was placed by [placed_by].', 'log'),
(1875, 'french', 'l_log_title_LOG_BOUNTY_CLAIMED', 'Bounty Claimed.', 'log'),
(1876, 'french', 'l_log_text_LOG_BOUNTY_PAID', 'Your bounty on [bounty_on] has been paid for the amount of [amount] credits.', 'log'),
(1877, 'french', 'l_log_title_LOG_BOUNTY_PAID', 'Bounty Paid.', 'log'),
(1878, 'french', 'l_log_text_LOG_BOUNTY_CANCELLED', 'Your bounty on [bounty_on] for the amount of [amount] credits has been refunded.', 'log'),
(1879, 'french', 'l_log_title_LOG_BOUNTY_CANCELLED', 'Bounty Refunded.', 'log'),
(1880, 'french', 'l_log_text_LOG_SPACE_PLAGUE', 'Your planet [name] in sector [sector] has been hit by Space Plague. [percentage] percent of the colonists were killed.', 'log'),
(1881, 'french', 'l_log_title_LOG_SPACE_PLAGUE', 'Space Plague!', 'log'),
(1882, 'french', 'l_log_text_LOG_PLASMA_STORM', 'Your planet [name] in sector [sector] has been hit by a Plasma Storm. All stored Energy has been lost.', 'log'),
(1883, 'french', 'l_log_title_LOG_PLASMA_STORM', 'Plasma Storm!', 'log'),
(1884, 'french', 'l_log_text_LOG_BOUNTY_FEDBOUNTY', 'The Federation has placed a bounty on you for the amount of [amount] credits.', 'log'),
(1885, 'french', 'l_log_title_LOG_BOUNTY_FEDBOUNTY', 'Federation Bounty!', 'log'),
(1886, 'french', 'l_log_months_1', 'Janvier', 'log'),
(1887, 'french', 'l_log_months_2', 'Février', 'log'),
(1888, 'french', 'l_log_months_3', 'Mars', 'log'),
(1889, 'french', 'l_log_months_4', 'Avril', 'log'),
(1890, 'french', 'l_log_months_5', 'Mai', 'log'),
(1891, 'french', 'l_log_months_6', 'Juin', 'log'),
(1892, 'french', 'l_log_months_7', 'Juillet', 'log'),
(1893, 'french', 'l_log_months_8', 'Août', 'log'),
(1894, 'french', 'l_log_months_9', 'Septembre', 'log'),
(1895, 'french', 'l_log_months_10', 'Octobre', 'log'),
(1896, 'french', 'l_log_months_11', 'Novembre', 'log'),
(1897, 'french', 'l_log_months_12', 'Décembre', 'log'),
(1898, 'french', 'l_log_months_short_1', 'Jan', 'log'),
(1899, 'french', 'l_log_months_short_2', 'Fév', 'log'),
(1900, 'french', 'l_log_months_short_3', 'Mar', 'log'),
(1901, 'french', 'l_log_months_short_4', 'Avr', 'log'),
(1902, 'french', 'l_log_months_short_5', 'Mai', 'log'),
(1903, 'french', 'l_log_months_short_6', 'Jun', 'log'),
(1904, 'french', 'l_log_months_short_7', 'Jui', 'log'),
(1905, 'french', 'l_log_months_short_8', 'Au', 'log'),
(1906, 'french', 'l_log_months_short_9', 'Sep', 'log'),
(1907, 'french', 'l_log_months_short_10', 'Oct', 'log'),
(1908, 'french', 'l_log_months_short_11', 'Nov', 'log'),
(1909, 'french', 'l_log_months_short_12', 'Déc', 'log'),
(1910, 'french', 'l_login_title', 'Connection', 'login'),
(1911, 'french', 'l_login_email', 'Adresse E-mail', 'login'),
(1912, 'french', 'l_login_pw', 'Mot de passe:', 'login'),
(1913, 'french', 'l_login_newp', 'Si vous êtes un nouveau joueur, cliquez [here].', 'login'),
(1914, 'french', 'l_login_prbs', 'Problèmes?', 'login'),
(1915, 'french', 'l_login_emailus', 'Écrivez nous', 'login'),
(1916, 'french', 'l_login_sclosed', 'Le serveur est fermé', 'login'),
(1917, 'french', 'l_login_closed_message', 'Le serveur est fermé jusqu''à nouvel ordre.', 'login'),
(1918, 'french', 'l_login_title2', 'Phase deux de la connection', 'login'),
(1919, 'french', 'l_login_died', 'Votre vaisseau a été détruit, mais votre module de secours vous a sauvé vous ainsi que votre équipage.  Cliquez [here] pour recommencer avec un nouveau vaisseau.', 'login'),
(1920, 'french', 'l_login_newbie', 'À cause du degré de ce crime contre vous, la Fédération a gracieusement accepté de vous cloner. Malheureusement, même en cet âge, les nouveaux clones ne peuvent avoir de propriété, sauf les besoins essentiels. Vous aurez un vaisseau de base et quelque crédits pour commencer une nouvelle vie. Espérons qu''elle sera meilleure que l''ancienne.', 'login'),
(1921, 'french', 'l_login_newlife', 'Cliquez [here] pour continuer vers une nouvelle vie.', 'login'),
(1922, 'french', 'l_login_looser', 'Vous n''aviez pas de module de secours, donc vous avez péri.', 'login'),
(1923, 'french', 'l_login_looser2', 'Meilleure chance la prochaine fois...', 'login'),
(1924, 'french', 'l_login_4gotpw1a', 'Le mot de passe que vous avez entré est incorrect.', 'login'),
(1925, 'french', 'l_login_4gotpw1b', 'Si vous avez oublié votre mot de passe,', 'login'),
(1926, 'french', 'l_login_4gotpw2a', 'pour le recevoir par e-mail.', 'login'),
(1927, 'french', 'l_login_4gotpw2b', 'Otherwise,', 'login'),
(1928, 'french', 'l_login_4gotpw3', 'pour essayer encore une fois.  La tentative a été enregistrée, de l''ip', 'login'),
(1929, 'french', 'l_login_noone', 'Ce joueur n''existe pas! - Créer un nouveau joueur [here].', 'login'),
(1930, 'french', 'l_login_lang', 'Langue', 'login'),
(1931, 'french', 'l_login_settings', 'Paramètres', 'login'),
(1932, 'french', 'l_login_change', 'Changer', 'login'),
(1933, 'french', 'l_login_banned', 'Vous avez été bannis de ce serveur par l''administrateur. La prochaine fois, conduisez-vous mieux', 'login'),
(1934, 'french', 'l_login_forgotpw', 'Mot de passe oublié?   Entrez le champ vide et appuyez sur la connexion.', 'login'),
(1935, 'french', 'l_logout_score', 'Votre pointage est', 'logout'),
(1936, 'french', 'l_logout_text', '[name] est maintenant déconnecté.  Cliquez [here] pour retourner au jeu.', 'logout'),
(1937, 'french', 'l_lrs_title', 'Sonde longue distance', 'lrscan'),
(1938, 'french', 'l_lrs_nofull', 'Vos sondeurs ne possèdent aucune fonction longue distance.', 'lrscan'),
(1939, 'french', 'l_lrs_noturns', 'Vous avez besoin d''au moins $fullscan_cost tour(s) pour performer un sondage complet.', 'lrscan'),
(1940, 'french', 'l_lrs_used', 'Vous avez utilisé', 'lrscan'),
(1941, 'french', 'l_lrs_turns', 'tour(s)', 'lrscan'),
(1942, 'french', 'l_lrs_left', 'restant', 'lrscan'),
(1943, 'french', 'l_lrs_reach', 'Les locations suivantes peuvent être atteinte à partir du secteur [sector]:', 'lrscan'),
(1944, 'french', 'l_lrs_links', 'Liens', 'lrscan'),
(1945, 'french', 'l_lrs_ships', 'Vaisseaux', 'lrscan'),
(1946, 'french', 'l_lrs_click', 'Cliquez sur un des liens pour vous déplacer vers ce secteur.', 'lrscan'),
(1947, 'french', 'l_lrs_cantscan', 'Vous ne pouvez sonder ce secteur à partir du secteur courant!', 'lrscan'),
(1948, 'french', 'l_lrs_zero', 'Le secteur 0 montre beaucoup trop d''activité pour isoler les vaisseaux!', 'lrscan'),
(1949, 'french', 'l_lrs_moveto', 'pour vous déplacer vers le secteur', 'lrscan'),
(1950, 'french', 'l_mail_title', 'Envoyer le mot de passe', 'mail'),
(1951, 'french', 'l_mail_noplayer', 'Ce joueur n''existe pas! - Créer un nouveau joueur [here].', 'mail'),
(1952, 'french', 'l_mail_sent', 'Le mot de passe a été envoyé à', 'mail'),
(1953, 'french', 'l_mail_topic', 'Mot de passe pour [game_name]', 'mail'),
(1954, 'french', 'l_mail_message', 'Salutations,\\r\\n\\r\\nQuelqu''un avec l''ip [ip] a demandé que votre mot de passe pour Blacknova Traders soit envoyé à cette adresse.\\r\\n\\r\\nVotre mot de passe est: [pass]\\r\\n\\r\\nMerci\\r\\n\\r\\nL''équipe de Blacknova Traders.', 'mail'),
(1955, 'french', 'l_mt_title', 'Envoyer un message', 'mailto'),
(1956, 'french', 'l_mt_from', 'De:', 'mailto'),
(1957, 'french', 'l_mt_subject', 'Sujet:', 'mailto'),
(1958, 'french', 'l_mt_message', 'Message:', 'mailto'),
(1959, 'french', 'l_mt_sent', 'Message envoyé', 'mailto'),
(1960, 'french', 'l_mt_send', 'Envoyer', 'mailto'),
(1961, 'french', 'l_sendm_title', 'Envoyer un message', 'mailto2'),
(1962, 'french', 'l_sendm_to', 'À', 'mailto2'),
(1963, 'french', 'l_sendm_from', 'De', 'mailto2'),
(1964, 'french', 'l_sendm_ally', 'Alliance:', 'mailto2'),
(1965, 'french', 'l_sendm_subj', 'Sujet', 'mailto2'),
(1966, 'french', 'l_sendm_mess', 'Message', 'mailto2'),
(1967, 'french', 'l_sendm_send', 'Envoyer', 'mailto2'),
(1968, 'french', 'l_sendm_sent', 'Message envoyé', 'mailto2'),
(1969, 'french', 'l_main_title', 'Menu Principal', 'main'),
(1970, 'french', 'l_main_warpto', 'Hyper-espace', 'main'),
(1971, 'french', 'l_main_other', 'Autre', 'main'),
(1972, 'french', 'l_traderoutes', 'Commerce', 'main'),
(1973, 'french', 'l_trade_control', 'Modifier', 'main'),
(1974, 'french', 'l_youhave', 'Vous avez', 'main'),
(1975, 'french', 'l_turns_used', 'Tours utilisés:', 'main'),
(1976, 'french', 'l_turns_have', 'Tours disponibles:', 'main'),
(1977, 'french', 'l_score', 'Points:', 'main'),
(1978, 'french', 'l_sector', 'Secteur', 'main'),
(1979, 'french', 'l_help', 'Aide', 'main'),
(1980, 'french', 'l_faq', 'FAQ', 'main'),
(1981, 'french', 'l_feedback', 'Commentaires', 'main'),
(1982, 'french', 'l_forums', 'Forums', 'main'),
(1983, 'french', 'l_commands', 'Commandes', 'main'),
(1984, 'french', 'l_command_no', 'Commande non disponible.', 'main'),
(1985, 'french', 'l_devices', 'Appareils', 'main'),
(1986, 'french', 'l_planets', 'Planètes', 'main'),
(1987, 'french', 'l_log', 'Journal', 'main'),
(1988, 'french', 'l_sector_def', 'Défenses', 'main'),
(1989, 'french', 'l_defense', 'Défenses', 'main'),
(1990, 'french', 'l_read_msg', 'Lire Messages', 'main'),
(1991, 'french', 'l_send_msg', 'Écrire Messages', 'main'),
(1992, 'french', 'l_rankings', 'Rangs', 'main'),
(1993, 'french', 'l_teams', 'Alliances', 'main'),
(1994, 'french', 'l_ohno', 'Auto-Destruction', 'main'),
(1995, 'french', 'l_options', 'Options', 'main'),
(1996, 'french', 'l_navcomp', 'Ordinateur', 'main'),
(1997, 'french', 'l_incompletemove', 'Vous n''avez pas complété votre dernier déplacement.', 'main'),
(1998, 'french', 'l_clicktocontinue', 'Cliquez ici pour continuer', 'main'),
(1999, 'french', 'l_toplanetmenu', 'Pour aller au menu de planète.', 'main'),
(2000, 'french', 'l_nonexistant_pl', 'Sur une planète qui n''existe pas???', 'main'),
(2001, 'french', 'l_aboard', ', à bord du', 'main'),
(2002, 'french', 'l_messages_wait', 'Messages qui vous attendent.', 'main'),
(2003, 'french', 'l_no_warplink', 'Aucun liens', 'main'),
(2004, 'french', 'l_scan', 'sonder', 'main'),
(2005, 'french', 'l_fullscan', 'Sonder tout', 'main'),
(2006, 'french', 'l_port', 'Port', 'main'),
(2007, 'french', 'l_tradingport', 'Port commercial', 'main'),
(2008, 'french', 'l_planet_in_sec', 'Planètes dans le secteur', 'main'),
(2009, 'french', 'l_ships_in_sec', 'Autres vaisseaux dans le secteur', 'main'),
(2010, 'french', 'l_sector_0', 'Il y a tellement de déplacements dans Sol (Secteur 0) que vous ne pouvez distinguer les vaisseaux entre eux!', 'main'),
(2011, 'french', 'l_settings', 'Settings', 'main'),
(2012, 'french', 'l_main_ships_detected', 'Ship(s) Detected', 'main'),
(2013, 'french', 'l_mines_title', 'Déployer des intercepteurs & mines', 'mines'),
(2014, 'french', 'l_mines_noturn', 'Vous avez besoin d''au moins un tour pour déployer des défenses de secteur.', 'mines'),
(2015, 'french', 'l_mines_nopermit', 'Le déploiement de défenses dans ce secteur n''est pas permis.', 'mines'),
(2016, 'french', 'l_mines_nodeploy', 'Vous ne pouvez déployer ici. Un autre vaisseau ou alliance a déjà des défenses dans ce secteur.', 'mines'),
(2017, 'french', 'l_mines_info1', 'Vous êtes présentement dans le secteur [sector]. Il y a [mines] mines et [fighters] intercepteurs ici.', 'mines'),
(2018, 'french', 'l_mines_info2', 'Vous avez [mines] mines et [fighters] intercepteurs disponibles', 'mines'),
(2019, 'french', 'l_mines_deploy', 'Déployer', 'mines'),
(2020, 'french', 'l_mines_att', 'Attaque', 'mines'),
(2021, 'french', 'l_mines_toll', 'Taxe', 'mines'),
(2022, 'french', 'l_mines_notorps', 'Vous n''avez pas suffisament de torpilles.', 'mines'),
(2023, 'french', 'l_mines_nofighters', 'Vous n''avez pas suffisament d''intercepteurs', 'mines'),
(2024, 'french', 'l_mines_dmines', 'Vous avez déployé [mines] mines.', 'mines'),
(2025, 'french', 'l_mines_dfighter', 'Vous avez déployé [fighters] intercepteurs en mode [mode].', 'mines'),
(2026, 'french', 'l_md_title', 'Défenses de secteur', 'modify_defences'),
(2027, 'french', 'l_md_invalid', 'Défense invalide', 'modify_defences'),
(2028, 'french', 'l_md_nolonger', 'La défense que vous avez choisi n''est plus dans ce secteur.', 'modify_defences'),
(2029, 'french', 'l_md_you', 'Vous', 'modify_defences'),
(2030, 'french', 'l_md_bmines', 'Vos rayons détruisent', 'modify_defences'),
(2031, 'french', 'l_md_msgdownerb', '[name] a détruit [mines] mines dans le secteur [sector].', 'modify_defences'),
(2032, 'french', 'l_md_retr', 'Vous récupérez', 'modify_defences'),
(2033, 'french', 'l_md_mode', 'Les intercepteurs ont été placés en mode [mode].', 'modify_defences'),
(2034, 'french', 'l_md_consist', 'Cette défense consiste de [qty] [type], appartenant à [owner].', 'modify_defences'),
(2035, 'french', 'l_md_youcan', 'Vous pouvez', 'modify_defences'),
(2036, 'french', 'l_md_retrieve', 'Récupérer', 'modify_defences'),
(2037, 'french', 'l_md_change', 'Changer le mode des intercepteurs', 'modify_defences'),
(2038, 'french', 'l_md_cmode', 'Mode des intercepteurs', 'modify_defences'),
(2039, 'french', 'l_md_attack', 'Attaque', 'modify_defences'),
(2040, 'french', 'l_md_toll', 'Taxe', 'modify_defences'),
(2041, 'french', 'l_md_attdef', 'Attaquer les défenses de secteur. Tous les intercepteurs présents vont converger vers vous.', 'modify_defences'),
(2042, 'french', 'l_md_noturn', 'Vous avez besoin d''au moins un tour.', 'modify_defences'),
(2043, 'french', 'l_md_nothere', 'Vous devez être dans le même secteur que les défenses.', 'modify_defences'),
(2044, 'french', 'l_md_notyours', 'Cette action n''est pas permise. Ces défenses ne vous appartiennent pas.', 'modify_defences'),
(2045, 'french', 'l_md_yours', 'Vous ne pouvez attaquer vos propre défenses.', 'modify_defences'),
(2046, 'french', 'l_move_title', 'Déplacement', 'move'),
(2047, 'french', 'l_move_turn', 'Vous avez besoin d''au moins un tour pour vous déplacer.', 'move'),
(2048, 'french', 'l_move_failed', 'Le déplacement a échoué!', 'move'),
(2049, 'french', 'l_nav_title', 'Ordinateur de bord', 'navcomp'),
(2050, 'french', 'l_nav_nocomp', 'L''ordinateur de bord n''est pas disponible', 'navcomp'),
(2051, 'french', 'l_nav_query', 'Entrez le sector que vous voudriez atteindre:', 'navcomp'),
(2052, 'french', 'l_nav_pathfnd', 'Chemin trouvé:', 'navcomp'),
(2053, 'french', 'l_nav_answ1', 'Vous utiliserez', 'navcomp'),
(2054, 'french', 'l_nav_answ2', 'tours pour atteindre ce secteur.', 'navcomp'),
(2055, 'french', 'l_nav_proper', 'La technologie de votre ordinateur est trop primitive pour calculer un chemin jusqu''à ce secteur.', 'navcomp'),
(2056, 'french', 'l_new_title', 'Créer un nouveau joueur', 'new'),
(2057, 'french', 'l_new_title2', 'Créer un nouveau joueur Phase Deux', 'new'),
(2058, 'french', 'l_new_shipname', 'Nom du vaisseau', 'new'),
(2059, 'french', 'l_new_pname', 'Nom du joueur', 'new'),
(2060, 'french', 'l_new_info', 'Nous vous promettons de ne pas donner (ou vendre) votre adresse e-mail à qui que ce soit.  Elle est requise pour vous envoyer votre mot de passe.', 'new'),
(2061, 'french', 'l_new_closed_message', 'La partie est fermée pour tournoi', 'new'),
(2062, 'french', 'l_new_blank', 'E-mail, nom du vaisseau et nom du joueur ne peuvent être vides.', 'new'),
(2063, 'french', 'l_new_inuse', 'L''adresse e-mail est déjà en utilisation.', 'new'),
(2064, 'french', 'l_new_4gotpw1', 'Si vous avez oublié votre mot de passe,', 'new'),
(2065, 'french', 'l_new_4gotpw2', 'pour qu''il soit envoyé à votre adresse e-mail.', 'new'),
(2066, 'french', 'l_new_inusechar', 'Le nom de joueur [character] est déjà en utilisation.', 'new'),
(2067, 'french', 'l_new_inuseship', 'Le nom de vaisseau [shipname] est déjà en utilisation.', 'new'),
(2068, 'french', 'l_new_pwsent', 'Le mot de passe a été envoyé à [username].', 'new'),
(2069, 'french', 'l_new_login', 'pour aller à l''écran de connection.', 'new'),
(2070, 'french', 'l_new_err', 'S''il vous plaît cliquez [here] pour réessayer.', 'new'),
(2071, 'french', 'l_new_topic', 'Mot de passe pour Blacknova Traders', 'new'),
(2072, 'french', 'l_new_message', 'Salutations,\\r\\n\\r\\nQuelqu''un avec l''ip [ip] a demandé que votre mot de passe pour Blacknova Traders soit envoyé à cette adresse.\\r\\n\\r\\nVotre mot de passe est: [pass]\\r\\n\\r\\nMerci\\r\\n\\r\\nL''équipe de Blacknova Traders.', 'new'),
(2073, 'french', 'l_news_title', 'Nouvelles de l''Univers Blacknova', 'news'),
(2074, 'french', 'l_news_info_1', 'BNN est la meilleur source', 'news'),
(2075, 'french', 'l_news_info_2', 'de nouvelles et informations dans l''univers.', 'news'),
(2076, 'french', 'l_news_info_3', 'Une équipe qui travaille 24 heures, sept jours par', 'news'),
(2077, 'french', 'l_news_info_4', 'semaines vous apporte toutes les manchettes! Nos', 'news'),
(2078, 'french', 'l_news_info_5', 'bureaux sont disséminés à travers toute la galaxie!', 'news'),
(2079, 'french', 'l_news_for', 'Manchettes pour', 'news'),
(2080, 'french', 'l_news_prev', 'jour précédent', 'news'),
(2081, 'french', 'l_news_next', 'jour suivant', 'news'),
(2082, 'french', 'l_news_none', 'Désolé, aucune nouvelles ajourd''hui.', 'news'),
(2083, 'french', 'l_news_flash', 'Manchette!', 'news'),
(2084, 'french', 'l_news_planets', 'planètes', 'news'),
(2085, 'french', 'l_news_cols', 'millions de colons', 'news'),
(2086, 'french', 'l_news_p_headline', 'l''Empire de [player] a maintenant', 'news'),
(2087, 'french', 'l_killheadline', 'a été tué dans un accident,', 'news'),
(2088, 'french', 'l_news_killed', '[name] a été tué dans un accident tragique! Il était à bord de son vaisseau quand il a été détruit et il n''avait pas de module de secours. Que son âme repose en paix.', 'news'),
(2089, 'french', 'l_news_p_text5', 'L''Empire émergent de [name] possède maintenant cing planètes. La BNN suveillera de plus près les actions de [name] dans le futur!', 'news'),
(2090, 'french', 'l_news_p_text10', 'L''Empire grossisant de [name] contrôle maintenant dix planètes. Les reporters de BNN disent qu''une expansion continue de [name] pourrait mener à la guerre!', 'news'),
(2091, 'french', 'l_news_p_text25', 'L''immense Empire de [name] a colonisé 25 planètes. Dans un interview, [name] a annoncé que l''expension pourrait diminuer quelque peut dans le futur!', 'news'),
(2092, 'french', 'l_news_p_text50', 'L''énorme et vaste Empire de [name], représenté par 50 planètes dans toute la galaxie, est maintenant une force dont il faut tenir compte. Un reporter de BNN a découvert que [name] améliorait son vaisseau en prévision d''une guerre majeure. Dans une entrevue avec [name], on apprend que toutes ces préparations sont à des fins défensives seulement...', 'news'),
(2093, 'french', 'l_news_c_text25', 'L''Empire émergent de [name] a maintenant 25 millions de colons. La BNN va surveiller les actions futures de [name] avec attention, mais il semble évident que le taux de natalité va littéralement exploser!', 'news'),
(2094, 'french', 'l_news_c_text100', 'L''Empire grossisant de [name] a maintenant 100 millions de colons. Après une explosion du taux de natalité, les colonies de [name] semblent être un bon endroit pour les nouvelles familles qui s''installent!', 'news'),
(2095, 'french', 'l_news_c_text500', 'Le large Empire de [name] a maintenant 500 millions de colons. [name] a déclaré en entrevue que la colonization de la galaxie s''était à peine amorçée', 'news'),
(2096, 'french', 'l_news_c_text1000', 'L''énorme Empire de [name] a maintenant un milliard de colons. Les reporters de BNN ont découvert que [name] est en possession d''un mécanisme étrange de clonage, lui permettant de reproduire ses colons à un rythme effarant. Avec ce nombre de colons, la force économique de l''Empire est immense. BNN espère que [name] ne dépensera pas cet influx d''argent à des fins militaires.', 'news'),
(2097, 'french', 'l_opt2_title', 'Sauvegarde des options', 'option2'),
(2098, 'french', 'l_opt2_passunchanged', 'Le mot de passe n''a pas été changé.', 'option2'),
(2099, 'french', 'l_opt2_srcpassfalse', 'Le mot de passe original n''était pas valide. Le mot de passe n''a pas été modifié.', 'option2'),
(2100, 'french', 'l_opt2_newpassnomatch', 'Les mots de passe entrés comme nouveau mots de passe ne concordent pas. Le mot de passe n''a pas été modifié.', 'option2'),
(2101, 'french', 'l_opt2_passchanged', 'Mot de passe modifié.', 'option2'),
(2102, 'french', 'l_opt2_passchangeerr', 'Erreur durant le changement de mot de passe.', 'option2'),
(2103, 'french', 'l_opt2_chlang', 'La langue a été changée pour [lang].', 'option2'),
(2104, 'french', 'l_opt_title', 'Options', 'options'),
(2105, 'french', 'l_opt_chpass', 'Changer le mot de passe', 'options'),
(2106, 'french', 'l_opt_curpass', 'Mot de passe actuel:', 'options'),
(2107, 'french', 'l_opt_newpass', 'Nouveau mot de passe:', 'options'),
(2108, 'french', 'l_opt_newpagain', 'Nouveau mot de passe (encore):', 'options'),
(2109, 'french', 'l_opt_lang', 'Langue', 'options'),
(2110, 'french', 'l_opt_select', 'Choisissez une:', 'options'),
(2111, 'french', 'l_opt_save', 'Sauvegarder', 'options'),
(2112, 'french', 'l_planet', 'planète', 'planet'),
(2113, 'french', 'l_planet_title', 'Menu de planète', 'planet'),
(2114, 'french', 'l_planet_none', 'Vous n''êtes pas dans le même secteur que cette planète, alors vous ne pouvez interagir avec elle.', 'planet'),
(2115, 'french', 'l_planet_capture1', 'capturer', 'planet'),
(2116, 'french', 'l_planet_capture2', 'Vous pouvez [capture] la planète ou simplement la laisser sans défense.', 'planet'),
(2117, 'french', 'l_planet_unowned', 'Cette planète n''a aucun propriétaire', 'planet'),
(2118, 'french', 'l_planet_unnamed', 'Bienvenue sur la planète de [name]', 'planet'),
(2119, 'french', 'l_planet_named', 'Bienvenue sur [planetname], appartenant à [name].', 'planet'),
(2120, 'french', 'l_planet_onsurface', 'Vous êtes présentement sur la surface de la planète.', 'planet'),
(2121, 'french', 'l_planet_orbit', 'Vous êtes présentement en orbite autour de la planète.', 'planet'),
(2122, 'french', 'l_planet_leave_link', 'Décoller', 'planet'),
(2123, 'french', 'l_planet_leave', '[leave] de la planète', 'planet'),
(2124, 'french', 'l_planet_name_link', 'Nommer', 'planet'),
(2125, 'french', 'l_planet_name2', '[name] la planète', 'planet'),
(2126, 'french', 'l_planet_land_link', 'Atterir', 'planet'),
(2127, 'french', 'l_planet_land', '[land] sur la planète', 'planet'),
(2128, 'french', 'l_planet_logout', 'Vous pouvez aussi [logout] le jeu sous la protection de votre planète.', 'planet'),
(2129, 'french', 'l_planet_selling', 'La planète vend des commodités.', 'planet'),
(2130, 'french', 'l_planet_not_selling', 'La planète ne vend aucune commodité.', 'planet'),
(2131, 'french', 'l_planet_transfer_link', 'Transférer', 'planet'),
(2132, 'french', 'l_planet_transfer', '[transfer] des commodités/ressources/colons de/sur la planète', 'planet'),
(2133, 'french', 'l_planet_hasbase', 'Vous avez une base sur cette planète.', 'planet'),
(2134, 'french', 'l_planet_perc', 'Pourcentages de production', 'planet'),
(2135, 'french', 'l_planet_interest', '* La production de crédits, mis à part les intérêts bancaires, est 100 - production d''autres commodités', 'planet'),
(2136, 'french', 'l_planet_update', 'Changer', 'planet'),
(2137, 'french', 'l_planet_tsell_link', 'vente', 'planet'),
(2138, 'french', 'l_planet_tsell', 'Changer la [selling] de commodités', 'planet'),
(2139, 'french', 'l_planet_bbase_link', 'construire une base', 'planet'),
(2140, 'french', 'l_planet_bbase', 'Avec assez de commodités et de crédits, vous pouvez [build] pour aider à la defense de votre planète.', 'planet'),
(2141, 'french', 'l_planet_bbuild', 'Base construite', 'planet'),
(2142, 'french', 'l_planet_mcorp_linkC', 'Planète Corporative', 'planet'),
(2143, 'french', 'l_planet_mcorp_linkP', 'Planète Personnelle', 'planet'),
(2144, 'french', 'l_planet_mcorp', 'Vous pouvez faire de cette planète une [planet].', 'planet'),
(2145, 'french', 'l_planet_buy_link', 'Acheter', 'planet'),
(2146, 'french', 'l_planet_buy', '[buy] des commodités de la planète', 'planet'),
(2147, 'french', 'l_planet_att_link', 'Attaquer', 'planet'),
(2148, 'french', 'l_planet_att', '[attack] la planète', 'planet'),
(2149, 'french', 'l_planet_att_sure', 'Êtes vous CERTAIN...', 'planet'),
(2150, 'french', 'l_planet_scn_link', 'Sonder', 'planet'),
(2151, 'french', 'l_planet_scn', '[scan] la planète', 'planet'),
(2152, 'french', 'l_planet_nowsell', 'La planète vend maintenant des commodités.', 'planet'),
(2153, 'french', 'l_planet_nownosell', 'La planète ne vend plus de commodités.', 'planet'),
(2154, 'french', 'l_planet_iname', 'Entrer le nouveau nom de la planète', 'planet'),
(2155, 'french', 'l_planet_cname', 'La planète à été renommée', 'planet'),
(2156, 'french', 'l_planet_landed', 'Vous avez atteri sur la surface de la planète.', 'planet'),
(2157, 'french', 'l_planet_left', 'Vous n''êtes plus sur la surface de la planète.', 'planet'),
(2158, 'french', 'l_planet_cinfo', 'Vous avez de la place pour [cargo] unités de cargaison supplémentaires.  Vous avez la capacité pour [energy] unités d''énergie en plus.', 'planet'),
(2159, 'french', 'l_planet_toplanet', 'Vers la planète?', 'planet'),
(2160, 'french', 'l_planet_baseinfo', 'Pour construire une base vous devez avoir au moins $base_credits crédits, $base_ore unités de métaux, $base_organics unités végétaux, et $base_goods unités of produits sur la planète.', 'planet'),
(2161, 'french', 'l_planet_p_under', 'Vous ne pouvez choisir un nombre négatif pour un pourcentage de production.', 'planet'),
(2162, 'french', 'l_planet_p_over', 'La somme des pourcentages de production ne peut dépasser 100%.', 'planet'),
(2163, 'french', 'l_planet_p_changed', 'Les pourcentages de production ont été modifiés.', 'planet'),
(2164, 'french', 'l_plant_scn_turn', 'Vous avez besoin d''au moins un tour pour sonder une planète.', 'planet'),
(2165, 'french', 'l_planet_noscan', 'Les sondeurs ne parviennent pas à se vérouiller sur la cible!', 'planet'),
(2166, 'french', 'l_planet_scn_report', 'Résultat de la sonde sur [name], appartenant à:  [owner]', 'planet'),
(2167, 'french', 'l_base', 'Base', 'planet'),
(2168, 'french', 'l_planet_ison', 'est sur la planète.', 'planet'),
(2169, 'french', 'l_planet_captured', 'Planète capturée', 'planet'),
(2170, 'french', 'l_planet_notdef', 'La planète n''a pas été vaincue!', 'planet'),
(2171, 'french', 'l_planet_noone', 'personne', 'planet'),
(2172, 'french', 'l_planet2_title', 'Transfer Planétaire', 'planet'),
(2173, 'french', 'l_planet2_noturn', 'Vous avez besoin d''au moins un tour pour effectuer un transfer.', 'planet'),
(2174, 'french', 'l_planet2_noten', 'Vous n''avez pas assez de', 'planet'),
(2175, 'french', 'l_planet2_fortr', 'pour effectuer le transfer.', 'planet'),
(2176, 'french', 'l_planet2_settr', 'La quantité transférée ajustée à', 'planet'),
(2177, 'french', 'l_planet2_losup', 'La planète est capable de fournir seulement', 'planet'),
(2178, 'french', 'l_planet2_notowner', 'Cette planète ne vous appartient pas.', 'planet'),
(2179, 'french', 'l_planet2_compl', 'Transfer complété.', 'planet'),
(2180, 'french', 'l_planet2_power', 'puissance', 'planet'),
(2181, 'french', 'l_planet2_comp', 'ordinateurs', 'planet'),
(2182, 'french', 'l_planet2_laun', 'lanceurs de torpilles', 'planet'),
(2183, 'french', 'l_planet2_nocorptransfer', 'Vous ne pouvez transferer des crédits sur une planète corporative.', 'planet'),
(2184, 'french', 'l_planet2_baseexceeded', 'Planets without a base can not hold that amount of credits.', 'planet'),
(2185, 'french', 'l_planet3_title', 'Commerce de planète', 'planet'),
(2186, 'french', 'l_pr_title', 'Rapport des planètes', 'planet_report'),
(2187, 'french', 'l_pr_teamlink', 'Montrer les planètes de votre alliance', 'planet_report'),
(2188, 'french', 'l_pr_noplanet', 'Vous ne possédez aucune planète.', 'planet_report'),
(2189, 'french', 'l_pr_clicktosort', 'Cliquez sur un en-tête pour trier les résultats.', 'planet_report'),
(2190, 'french', 'l_pr_totals', 'Totaux', 'planet_report'),
(2191, 'french', 'l_trade', 'Acheter/Vendre', 'port'),
(2192, 'french', 'l_title_port', 'Port Commercial', 'port'),
(2193, 'french', 'l_title_trade', 'Commerce de biens', 'port'),
(2194, 'french', 'l_sector_war', 'Embargo de guerre', 'port'),
(2195, 'french', 'l_war_info', 'La guerre fait rage dans ce secteur. Vous ne pouvez atteindre le port à travers les forces hostiles.', 'port'),
(2196, 'french', 'l_no_trade', 'Commerce interdit', 'port'),
(2197, 'french', 'l_no_trade_out', 'Le commerce à ce port n''est pas permis pour les étrangers', 'port'),
(2198, 'french', 'l_no_trade_info', 'Le commerce à ce port est interdit.', 'port'),
(2199, 'french', 'l_buying', 'Achète', 'port'),
(2200, 'french', 'l_selling', 'Vends', 'port'),
(2201, 'french', 'l_commodity', 'Commodité', 'port'),
(2202, 'french', 'l_amount', 'Quantité', 'port'),
(2203, 'french', 'l_price', 'Prix', 'port'),
(2204, 'french', 'l_buy', 'Acheter', 'port'),
(2205, 'french', 'l_sell', 'Vendre', 'port'),
(2206, 'french', 'l_trade_st_info', 'Vous avez [free_holds] unités d''espace libre, pouvez transporter [free_power] unités d''énergie additionnelles et vous disposez de [credits] crédits.', 'port'),
(2207, 'french', 'l_special_port', 'Port Spécial', 'port'),
(2208, 'french', 'l_no_credits', 'Pas assez de crédits', 'port'),
(2209, 'french', 'l_creds_to_spend', 'Vous avez [credits] crédits à dépenser.', 'port'),
(2210, 'french', 'l_cost', 'Coût', 'port'),
(2211, 'french', 'l_avail', 'Disponible', 'port'),
(2212, 'french', 'l_profit', 'Profit', 'port'),
(2213, 'french', 'l_current', 'Présent', 'port'),
(2214, 'french', 'l_current_qty', 'Quantités présentes', 'port'),
(2215, 'french', 'l_max', 'Max', 'port'),
(2216, 'french', 'l_ifyouneedmore', 'Si vous avez besoin de plus de crédits vous pouvez accéder au [igb]', 'port'),
(2217, 'french', 'l_ifyouneedplan', 'Accéder au', 'port'),
(2218, 'french', 'l_igb_term', 'Terminal Bancaire IGB', 'port'),
(2219, 'french', 'l_upgrade', 'Améliorer?', 'port'),
(2220, 'french', 'l_unlimited', 'Illimité', 'port'),
(2221, 'french', 'l_full', 'Plein', 'port'),
(2222, 'french', 'l_equipped', 'Équippé', 'port'),
(2223, 'french', 'l_n_a', 'N/D', 'port'),
(2224, 'french', 'l_item', 'Item', 'port'),
(2225, 'french', 'l_totalcost', 'Coût Total', 'port'),
(2226, 'french', 'l_would_dump', 'Si vous aimeriez laisser tous les colons que vous transportez ici, cliquez', 'port'),
(2227, 'french', 'l_noport', 'Il n''y a aucun port ici!', 'port'),
(2228, 'french', 'l_trade_turnneed', 'Vous avez besoin d''au moins un tour pour faire du commerce à un port ou planète.', 'port'),
(2229, 'french', 'l_returnto_port', 'Cliquer [here] pour retourner au menu du port.', 'port'),
(2230, 'french', 'l_notenough_cargo', 'Vous n''avez pas assez d''espace pour stocker les commodités que vous voulez acheter.', 'port'),
(2231, 'french', 'l_notenough_power', 'Vous ne disposez pas d''assez de puissance pour stocker l''énergie que vous voulez acheter.', 'port'),
(2232, 'french', 'l_notenough_credits', 'Vous n''avez pas suffisament de crédits pour conclure cette transaction.', 'port'),
(2233, 'french', 'l_notenough_turns', 'Vous n''avez pas suffisament de tours pour conclure cette transaction.', 'port'),
(2234, 'french', 'l_notenough_ore', 'Vous ne disposez pas d''assez de métaux pour conclure cette transaction.', 'port'),
(2235, 'french', 'l_notenough_goods', 'Vous ne disposez pas d''assez de produits pour conclure cette transaction.', 'port'),
(2236, 'french', 'l_notenough_energy', 'Vous ne disposez pas d''assez d''énergie pour conclure cette transaction.', 'port'),
(2237, 'french', 'l_notenough_organics', 'Vous ne disposez pas d''assez de végétaux pour conclure cette transaction.', 'port'),
(2238, 'french', 'l_exceed_organics', 'Le nombre de végétaux dépasse l''offre/demande.', 'port'),
(2239, 'french', 'l_exceed_ore', 'Le nombre de métaux dépasse l''offre/demande.', 'port'),
(2240, 'french', 'l_exceed_energy', 'Le nombre d''énergie dépasse l''offre/demande.', 'port'),
(2241, 'french', 'l_exceed_goods', 'Le nombre de produits dépasse l''offre/demande.', 'port'),
(2242, 'french', 'l_trade_result', 'Résultats pour cette transaction:', 'port'),
(2243, 'french', 'l_traded_ore', 'Métaux échangés', 'port'),
(2244, 'french', 'l_traded_goods', 'Produits échangés', 'port'),
(2245, 'french', 'l_traded_organics', 'Végétaux échangés', 'port'),
(2246, 'french', 'l_traded_energy', 'Énergie Échangée', 'port'),
(2247, 'french', 'l_trade_complete', 'Transaction complète', 'port'),
(2248, 'french', 'l_trade_upgraded', 'Amélioré', 'port'),
(2249, 'french', 'l_trade_added', 'ajoutés', 'port');
INSERT INTO `[[dbprefix]]languages` VALUES
(2250, 'french', 'l_trade_installed', 'installé', 'port'),
(2251, 'french', 'l_pre_title', 'Changer les raccourcis d''espace réel', 'presets'),
(2252, 'french', 'l_pre_exceed', 'Le raccourci [preset] dépasse le nombre maximum de secteurs [sector_max]. Aucun raccourci sauvegardé.', 'presets'),
(2253, 'french', 'l_pre_set', 'Le raccourci 1 est [preset1], le 2 est [preset2] et le 3 est [preset3].', 'presets'),
(2254, 'french', 'l_pre_save', 'Sauvegarder', 'presets'),
(2255, 'french', 'l_ranks_title', '[max_ranks] meilleurs joueurs', 'ranking'),
(2256, 'french', 'l_ranks_none', 'Aucun résultat à afficher.', 'ranking'),
(2257, 'french', 'l_ranks_pnum', 'Nombre total de joueurs', 'ranking'),
(2258, 'french', 'l_ranks_dships', 'Les joueurs avec un vaisseau détruit ne sont pas comptés.', 'ranking'),
(2259, 'french', 'l_ranks_rank', 'Rang', 'ranking'),
(2260, 'french', 'l_ranks_lastlog', 'Dernière connection', 'ranking'),
(2261, 'french', 'l_ranks_good', 'Bon', 'ranking'),
(2262, 'french', 'l_ranks_evil', 'Mauvais', 'ranking'),
(2263, 'french', 'l_readm_title', 'Lire les messages', 'readmail'),
(2264, 'french', 'l_readm_nomessage', 'Vous n''avez aucun message en attente', 'readmail'),
(2265, 'french', 'l_readm_center', 'Centre de messagerie', 'readmail'),
(2266, 'french', 'l_readm_sender', 'Source', 'readmail'),
(2267, 'french', 'l_readm_captn', 'Capitaine du', 'readmail'),
(2268, 'french', 'l_readm_del', 'Effacer', 'readmail'),
(2269, 'french', 'l_readm_repl', 'Répondre', 'readmail'),
(2270, 'french', 'l_readm_delete', 'MESSAGE EFFACÉ', 'readmail'),
(2271, 'french', 'l_report_title', 'État du vaisseau', 'report'),
(2272, 'french', 'l_level', 'Niveau', 'report'),
(2273, 'french', 'l_ship_levels', 'Niveau des composants', 'report'),
(2274, 'french', 'l_hull', 'Coque', 'report'),
(2275, 'french', 'l_engines', 'Moteurs', 'report'),
(2276, 'french', 'l_power', 'Puissance', 'report'),
(2277, 'french', 'l_computer', 'Ordinateur', 'report'),
(2278, 'french', 'l_sensors', 'Sondeurs', 'report'),
(2279, 'french', 'l_armor', 'Armure', 'report'),
(2280, 'french', 'l_shields', 'Boucliers', 'report'),
(2281, 'french', 'l_beams', 'Rayons', 'report'),
(2282, 'french', 'l_torp_launch', 'Lanceurs de torpilles', 'report'),
(2283, 'french', 'l_cloak', 'Camouflage', 'report'),
(2284, 'french', 'l_holds', 'Cargaison', 'report'),
(2285, 'french', 'l_deflect', 'Déflecteurs (mines)', 'report'),
(2286, 'french', 'l_ewd', 'Hyper-espace d''urgence', 'report'),
(2287, 'french', 'l_shipavg', 'Niveau moyen de technologies', 'report'),
(2288, 'french', 'l_arm_weap', 'Armes & Armures', 'report'),
(2289, 'french', 'l_beacons', 'Bouées Spatiales', 'report'),
(2290, 'french', 'l_warpedit', 'Éditeurs de liens', 'report'),
(2291, 'french', 'l_genesis', 'Torpilles Genesis', 'report'),
(2292, 'french', 'l_escape_pod', 'Module de secours', 'report'),
(2293, 'french', 'l_fuel_scoop', 'Collecteur d''énergie', 'report'),
(2294, 'french', 'l_rs_title', 'Déplacement en espace réel', 'rsmove'),
(2295, 'french', 'l_rs_whichsector', 'Quel secteur aimeriez-vous atteindre à travers l''espace réel?', 'rsmove'),
(2296, 'french', 'l_rs_insector', 'Vous êtes présentement dans le secteur [sector] - et les secteurs disponibles vont de 0 à [sector_max].', 'rsmove'),
(2297, 'french', 'l_rs_submit', 'Calculer', 'rsmove'),
(2298, 'french', 'l_rs_movetime', 'Avec vos moteurs, vous prendrez [triptime] tours pour compléter le voyage.', 'rsmove'),
(2299, 'french', 'l_rs_energy', 'Vous collecterez [energy] unités d''énergie', 'rsmove'),
(2300, 'french', 'l_rs_noturns', 'Vous n''avez pas assez de tours disponibles, donc vous ne pouvez faire ce voyage.', 'rsmove'),
(2301, 'french', 'l_rs_engage_link', 'activer', 'rsmove'),
(2302, 'french', 'l_rs_engage', 'Vous avez [turns] tours. [engage] les moteurs?', 'rsmove'),
(2303, 'french', 'l_rs_invalid', 'Destination non-valide', 'rsmove'),
(2304, 'french', 'l_rs_ready', 'Vous êtes maintenant dans le sector [sector]. Vous avez utilisé [triptime] tours et collecté [energy] unités d''énergie.', 'rsmove'),
(2305, 'french', 'l_scan_title', 'Sonder un vaisseau', 'scan'),
(2306, 'french', 'l_scan_turn', 'Vous avez besoin d''au moins un tour pour sonder un autre vaisseau.', 'scan'),
(2307, 'french', 'l_scan_ron', 'Résultats de la sonde sur', 'scan'),
(2308, 'french', 'l_scan_capt', 'Capitaine:', 'scan'),
(2309, 'french', 'l_scan_arma', 'Armement:', 'scan'),
(2310, 'french', 'l_scan_carry', 'Cargaison:', 'scan'),
(2311, 'french', 'l_sys_update', 'Mise à jour système', 'scheduler'),
(2312, 'french', 'l_sf_attacking', 'Les défenses de secteur vous attaquent!', 'sector_fighters'),
(2313, 'french', 'l_sf_destfight', 'Vos rayons détruisent [lost] intercepteurs', 'sector_fighters'),
(2314, 'french', 'l_sf_destfightb', 'Vos rayons détruisent [lost] intercepteurs', 'sector_fighters'),
(2315, 'french', 'l_sf_torphit', 'Les torpilles touchent:', 'sector_fighters'),
(2316, 'french', 'l_sf_destfightt', 'Vos torpilles ont détruit [lost] intercepteurs', 'sector_fighters'),
(2317, 'french', 'l_sf_fighthit', 'Les intercepteurs attaquent:', 'sector_fighters'),
(2318, 'french', 'l_sf_destfightall', 'Vous détruisez tous les intercepteurs.', 'sector_fighters'),
(2319, 'french', 'l_sf_destfightt2', 'Vous détruisez [lost] intercepteurs.', 'sector_fighters'),
(2320, 'french', 'l_sf_lostfight', 'Vous perdez tous vos intercepteurs.', 'sector_fighters'),
(2321, 'french', 'l_sf_lostfight2', 'Vous perdez [lost] intercepteurs.', 'sector_fighters'),
(2322, 'french', 'l_sf_armorbreach', 'Votre armure a été traversée!', 'sector_fighters'),
(2323, 'french', 'l_sf_armorbreach2', 'Votre armure est touchée pour [lost] points de dommage.', 'sector_fighters'),
(2324, 'french', 'l_sf_sendlog', '[player] a détruit [lost] intercepteurs en défense dans le secteur [sector].', 'sector_fighters'),
(2325, 'french', 'l_sf_lreport', 'Vous avez perdu [armor] points d''armure, [fighters] intercepteurs et avez utilisé [torps] torpilles.', 'sector_fighters'),
(2326, 'french', 'l_sf_shipdestroyed', 'Votre vaisseau a été détruit!', 'sector_fighters'),
(2327, 'french', 'l_sf_sendlog2', 'Les intercepteurs en défense dans le secteur [sector] ont détruit [player].', 'sector_fighters'),
(2328, 'french', 'l_sf_escape', 'Heureusement vous aviez un module de secours!', 'sector_fighters'),
(2329, 'french', 'l_die_title', 'Auto-destruction', 'self_destruct'),
(2330, 'french', 'l_die_rusure', 'Êtes-vous certain que vous voulez détruire votre vaisseau? Cette action vous retirera du jeu.', 'self_destruct'),
(2331, 'french', 'l_die_goodbye', 'Adieu, cruelle galaxie!', 'self_destruct'),
(2332, 'french', 'l_die_check', 'Êtes-vous vraiment certain que vous voulez vous retirer du jeu?', 'self_destruct'),
(2333, 'french', 'l_die_nonono', 'NON! NON! NON!', 'self_destruct'),
(2334, 'french', 'l_die_what', 'À quoi je pensais?', 'self_destruct'),
(2335, 'french', 'l_die_count', '5.. 4.. 3.. 2.. 1.. Boom!', 'self_destruct'),
(2336, 'french', 'l_die_vapor', 'Votre vaisseau et tous ceux à bord ont été vaporisés.', 'self_destruct'),
(2337, 'french', 'l_die_please', 'S''il vous plaît, [logout]', 'self_destruct'),
(2338, 'french', 'l_die_exploit', 'Ne jouez pas avec ce que vous ne comprenez pas.', 'self_destruct'),
(2339, 'french', 'l_ship_title', 'Vaisseau', 'ship'),
(2340, 'french', 'l_ship_the', 'Le', 'ship'),
(2341, 'french', 'l_ship_nolonger', 'n''est plus dans ce secteur.', 'ship'),
(2342, 'french', 'l_ship_youc', 'Vous voyez le', 'ship'),
(2343, 'french', 'l_ship_owned', 'appartenant à', 'ship'),
(2344, 'french', 'l_ship_perform', 'Vous pouvez performer les actions suivantes:', 'ship'),
(2345, 'french', 'l_teamplanet_title', 'Rapport des planètes de l''alliance', 'team_planets'),
(2346, 'french', 'l_teamplanet_notally', 'Vous n''êtes dans aucune alliance.', 'team_planets'),
(2347, 'french', 'l_teamplanet_personal', 'Montrer les planètes personnelles', 'team_planets'),
(2348, 'french', 'l_teamplanet_noplanet', 'Votre alliance n''a aucune planète', 'team_planets'),
(2349, 'french', 'l_team_title', 'Alliances', 'teams'),
(2350, 'french', 'l_team_menu', 'pour retourner au menu des Alliances', 'teams'),
(2351, 'french', 'l_team_notyours', 'You must be in the Alliance in order to invite someone.', 'teams'),
(2352, 'french', 'l_team_leavefirst', 'You must leave a team first before joining another.', 'teams'),
(2353, 'french', 'l_team_galax', 'Alliances dans la galaxie:', 'teams'),
(2354, 'french', 'l_team_members', 'Membres', 'teams'),
(2355, 'french', 'l_team_coord', 'Co-ordonateur', 'teams'),
(2356, 'french', 'l_team_member', 'Membre', 'teams'),
(2357, 'french', 'l_team_noinvite', 'Vous n''avez pas été invité à faire partie d''une alliance.', 'teams'),
(2358, 'french', 'l_team_ifyouwant', 'Si vous désirez joindre une alliance, envoyez un message à son co-ordinateur pour être invité.', 'teams'),
(2359, 'french', 'l_team_tocreate', 'pour créer une nouvelle alliance.', 'teams'),
(2360, 'french', 'l_team_injoin', 'Vous avez été invité à rejoindre', 'teams'),
(2361, 'french', 'l_team_tojoin', 'pour accepter', 'teams'),
(2362, 'french', 'l_team_or', 'ou', 'teams'),
(2363, 'french', 'l_team_reject', 'pour rejeter l''invitation.', 'teams'),
(2364, 'french', 'l_team_ed', 'Modifier', 'teams'),
(2365, 'french', 'l_team_inv', 'Inviter', 'teams'),
(2366, 'french', 'l_team_leave', 'Quitter', 'teams'),
(2367, 'french', 'l_team_eject', 'Éjecter', 'teams'),
(2368, 'french', 'l_team_pending', 'Invitations pour', 'teams'),
(2369, 'french', 'l_team_noinvites', 'Personne n''a été invité à faire partie de', 'teams'),
(2370, 'french', 'l_team_confirmleave', 'Êtes vous certain que vous voulez quitter', 'teams'),
(2371, 'french', 'l_team_onlymember', 'Vous étiez le seul membre, alors [team_name] n''existe plus.', 'teams'),
(2372, 'french', 'l_team_youarecoord', 'Vous êtes le co-ordonateur de', 'teams'),
(2373, 'french', 'l_team_relinq', 'Vous devez donner votre poste à un autre joueur.', 'teams'),
(2374, 'french', 'l_team_newc', 'Nouveau co-ordonateur:', 'teams'),
(2375, 'french', 'l_team_youveleft', 'Vous avez quitté l''alliance', 'teams'),
(2376, 'french', 'l_team_relto', 'laissant le rôle de co-ordonateur à', 'teams'),
(2377, 'french', 'l_team_welcome', 'Bienvenue dans l''alliance', 'teams'),
(2378, 'french', 'l_team_noinviteto', 'Vous n''avez pas été invité à faire partie de cette équipe.', 'teams'),
(2379, 'french', 'l_team_ejectsure', 'Êtes-vous certain de vouloir éjecter', 'teams'),
(2380, 'french', 'l_team_ejected', 'a été éjecté de l''alliance!', 'teams'),
(2381, 'french', 'l_team_entername', 'Entrez le nom de l''alliance', 'teams'),
(2382, 'french', 'l_team_enterdesc', 'Entrez une description de l''alliance', 'teams'),
(2383, 'french', 'l_team_hcreated', 'à été créée et vous êtes son co-ordonateur', 'teams'),
(2384, 'french', 'l_team_team', 'Alliance', 'teams'),
(2385, 'french', 'l_team_selectp', 'Sélectionnez le joueur que vous désirez inviter', 'teams'),
(2386, 'french', 'l_team_isorry', 'Désolé, mais [name] à déjà reçu une invitation pour faire partie d''une alliance - seulement une invitation à la fois est permise', 'teams'),
(2387, 'french', 'l_team_plinvted', 'Le joueur a été invité.', 'teams'),
(2388, 'french', 'l_team_plinvted2', 'You must wait for that player to aknowledge your invitation.', 'teams'),
(2389, 'french', 'l_team_refuse', 'Vous avez refusé l''invitation à vous joindre à', 'teams'),
(2390, 'french', 'l_team_edname', 'Modifier le nom de l''alliance', 'teams'),
(2391, 'french', 'l_team_eddesc', 'Modifier la description de l''alliance', 'teams'),
(2392, 'french', 'l_team_hasbeenr', 'a été renommée.', 'teams'),
(2393, 'french', 'l_team_error', 'Une erreur s''est produite', 'teams'),
(2394, 'french', 'l_team_notmember', 'Vous n''êtes membre d''aucune alliance', 'teams'),
(2395, 'french', 'l_team_urejected', 'ATTENTION - vous avez été éjecté de', 'teams'),
(2396, 'french', 'l_team_noteams', 'Il n''y a présentement aucune alliance dans la galaxie.', 'teams'),
(2397, 'french', 'l_team_noattack_members', 'Sorry, You cannot attack a fellow Team mate!', 'teams'),
(2398, 'french', 'l_team_already_combat', 'Sorry, You are already in combat!', 'teams'),
(2399, 'french', 'l_tdr_within', 'in', 'traderoutes'),
(2400, 'french', 'l_tdr_title', 'Routes Commerciales', 'traderoutes'),
(2401, 'french', 'l_tdr_newtdr', 'Cliquez [here] pour créer une nouvelle route', 'traderoutes'),
(2402, 'french', 'l_tdr_modtdrset', 'Pour modifier les paramètres commerciaux globaux, cliquez [here]', 'traderoutes'),
(2403, 'french', 'l_tdr_confdel', 'Cliquez [here] pour confirmer la destruction de la route suivante :', 'traderoutes'),
(2404, 'french', 'l_tdr_noactive', 'Vous n''avez aucune route commerciale.', 'traderoutes'),
(2405, 'french', 'l_tdr_curtdr', 'Routes commerciales courantes', 'traderoutes'),
(2406, 'french', 'l_tdr_deltdr', 'Détruire une route commerciale', 'traderoutes'),
(2407, 'french', 'l_tdr_src', 'Source', 'traderoutes'),
(2408, 'french', 'l_tdr_srctype', 'Src Type', 'traderoutes'),
(2409, 'french', 'l_tdr_dest', 'Destination', 'traderoutes'),
(2410, 'french', 'l_tdr_desttype', 'Dest Type', 'traderoutes'),
(2411, 'french', 'l_tdr_move', 'Mouvement', 'traderoutes'),
(2412, 'french', 'l_tdr_circuit', 'Circuit', 'traderoutes'),
(2413, 'french', 'l_tdr_change', 'Changer', 'traderoutes'),
(2414, 'french', 'l_tdr_portin', 'Port dans', 'traderoutes'),
(2415, 'french', 'l_tdr_planet', 'Planète', 'traderoutes'),
(2416, 'french', 'l_tdr_nonexistance', 'Planète non-existante!', 'traderoutes'),
(2417, 'french', 'l_tdr_na', 'N/D', 'traderoutes'),
(2418, 'french', 'l_tdr_cargo', 'Cargaison', 'traderoutes'),
(2419, 'french', 'l_tdr_none', 'Aucun', 'traderoutes'),
(2420, 'french', 'l_tdr_colonists', 'Colons', 'traderoutes'),
(2421, 'french', 'l_tdr_fighters', 'Intercepteurs', 'traderoutes'),
(2422, 'french', 'l_tdr_torps', 'Torpilles', 'traderoutes'),
(2423, 'french', 'l_tdr_escooped', '[tdr_dist_triptime] tours', 'traderoutes'),
(2424, 'french', 'l_tdr_escooped2', '[tdr_dist_scooped] énergie accumulée', 'traderoutes'),
(2425, 'french', 'l_tdr_warp', 'Hyper-espace', 'traderoutes'),
(2426, 'french', 'l_tdr_turns', 'tours', 'traderoutes'),
(2427, 'french', 'l_tdr_way', 'sens', 'traderoutes'),
(2428, 'french', 'l_tdr_ways', 'sens', 'traderoutes'),
(2429, 'french', 'l_tdr_edit', 'Modifier', 'traderoutes'),
(2430, 'french', 'l_tdr_del', 'Détruire', 'traderoutes'),
(2431, 'french', 'l_tdr_nowlink1', 'Il n''y a pas de lien hyper-espace à partir de [tdr_src_sector_id] vers [tdr_dest_sector_id]', 'traderoutes'),
(2432, 'french', 'l_tdr_nowlink2', 'Il n''y a pas de lien hyper-espace à partir de [tdr_dest_sector_id] vers [tdr_src_sector_id]', 'traderoutes'),
(2433, 'french', 'l_tdr_sportissrc', 'Si un port spécial est la source, une plànete à coloniser doit être la destination.', 'traderoutes'),
(2434, 'french', 'l_tdr_notownplanet', 'Vous ne pouvez coloniser une planète qui ne vous appartient pas.', 'traderoutes'),
(2435, 'french', 'l_tdr_planetisdest', 'Une plànete peut être une destination seulement quand la source est un port spécial.', 'traderoutes'),
(2436, 'french', 'l_tdr_samecom', 'Vous ne pouvez faire une route commerciale entre des ports qui vendent la même commodité.', 'traderoutes'),
(2437, 'french', 'l_tdr_sportcom', 'Vous ne pouvez vendre des commodités d''une planète vers un port spécial.', 'traderoutes'),
(2438, 'french', 'l_tdr_editerr', 'Erreur de modification: la route n''a pas été trouvée dans la base de données', 'traderoutes'),
(2439, 'french', 'l_tdr_maxtdr', 'Désolé, vous avez atteint le nombre maximum de routes commerciales permis.', 'traderoutes'),
(2440, 'french', 'l_tdr_createnew', 'Creation d''une nouvelle', 'traderoutes'),
(2441, 'french', 'l_tdr_editinga', 'Modification d''une', 'traderoutes'),
(2442, 'french', 'l_tdr_traderoute', 'route commerciale', 'traderoutes'),
(2443, 'french', 'l_tdr_unnamed', 'Sans nom', 'traderoutes'),
(2444, 'french', 'l_tdr_cursector', 'Vous êtes présentement dans le secteur', 'traderoutes'),
(2445, 'french', 'l_tdr_selspoint', 'Veuillez spécifier le point de départ :', 'traderoutes'),
(2446, 'french', 'l_tdr_port', 'Port', 'traderoutes'),
(2447, 'french', 'l_tdr_insector', 'dans le secteur', 'traderoutes'),
(2448, 'french', 'l_tdr_selendpoint', 'Veuillez spécifier la destination', 'traderoutes'),
(2449, 'french', 'l_tdr_selmovetype', 'Type de déplacement', 'traderoutes'),
(2450, 'french', 'l_tdr_realspace', 'Espace Réel', 'traderoutes'),
(2451, 'french', 'l_tdr_selcircuit', 'Veuillez spécifier le circuit', 'traderoutes'),
(2452, 'french', 'l_tdr_oneway', 'Sens unique', 'traderoutes'),
(2453, 'french', 'l_tdr_errnotvalidport', 'Erreur : le port source [tdr_port_id] ne semble pas valide.', 'traderoutes'),
(2454, 'french', 'l_tdr_bothways', 'Double sens', 'traderoutes'),
(2455, 'french', 'l_tdr_create', 'Créer', 'traderoutes'),
(2456, 'french', 'l_tdr_modify', 'Modifier', 'traderoutes'),
(2457, 'french', 'l_tdr_returnmenu', 'Cliquez [here] pour retourner au menu des routes commerciales.', 'traderoutes'),
(2458, 'french', 'l_tdr_errnoport', 'Erreur : il n''y a aucun port dans [tdr_port_id].', 'traderoutes'),
(2459, 'french', 'l_tdr_errnosrc', 'Erreur : La planète source n''existe pas.', 'traderoutes'),
(2460, 'french', 'l_tdr_errnotownnotsell', 'Erreur : la planète [tdr_source_name] dans le secteur [tdr_source_sector_id] ne vous appartient pas.', 'traderoutes'),
(2461, 'french', 'l_tdr_errnotvaliddestport', 'Erreur : le port de destination [tdr_port_id] est invalide.', 'traderoutes'),
(2462, 'french', 'l_tdr_errnoport2', 'Erreur : il n''y a aucun port dans le secteur [tdr_port_id].', 'traderoutes'),
(2463, 'french', 'l_tdr_errnodestplanet', 'Erreur : la planète de destination n''existe pas.', 'traderoutes'),
(2464, 'french', 'l_tdr_errnotownnotsell2', 'Erreur : la planète [tdr_dest_name] dans le secteur [tdr_dest_sector_id] ne vous appartient pas.', 'traderoutes'),
(2465, 'french', 'l_tdr_newtdrcreated', 'Nouvelle route commerciale créée!', 'traderoutes'),
(2466, 'french', 'l_tdr_modified', 'Route commerciale modifiée!', 'traderoutes'),
(2467, 'french', 'l_tdr_doesntexist', 'Cette route commerciale n''existe pas!', 'traderoutes'),
(2468, 'french', 'l_tdr_notowntdr', 'Cette route ne vous appartient pas!', 'traderoutes'),
(2469, 'french', 'l_tdr_deleted', 'Route commerciale détruite.', 'traderoutes'),
(2470, 'french', 'l_tdr_globalset', 'Paramètres commerciaux globaux', 'traderoutes'),
(2471, 'french', 'l_tdr_sportsrc', 'Pour les routes commerciales qui ont un port spécial comme point de départ, acheter', 'traderoutes'),
(2472, 'french', 'l_tdr_tdrescooped', 'Pour les routes en espace réel, quoi faire avec l''énergie accumulée?', 'traderoutes'),
(2473, 'french', 'l_tdr_trade', 'Vendre', 'traderoutes'),
(2474, 'french', 'l_tdr_keep', 'Garder', 'traderoutes'),
(2475, 'french', 'l_tdr_save', 'Enregistrer', 'traderoutes'),
(2476, 'french', 'l_tdr_globalsetsaved', 'Vos paramètres de commerce globaux ont étés enregistrés.', 'traderoutes'),
(2477, 'french', 'l_tdr_engagenonexist', 'La route commerciale spécifiées n''existe pas!', 'traderoutes'),
(2478, 'french', 'l_tdr_invalidspoint', 'Le port de départ est invalide!', 'traderoutes'),
(2479, 'french', 'l_tdr_inittdr', 'Vous n''êtes pas dans le secteur [tdr_source_id]! Vous devez être dans le secteur de départ pour initier une route commerciale!', 'traderoutes'),
(2480, 'french', 'l_tdr_invalidsrc', 'La planète source ne semble pas être valide!', 'traderoutes'),
(2481, 'french', 'l_tdr_inittdrsector', 'Vous n''êtes pas dans le secteur [tdr_source_sector_id]! Vous devez être dans le secteur de départ pour initier une route commerciale!', 'traderoutes'),
(2482, 'french', 'l_tdr_notyourplanet', 'La planète [tdr_source_name] dans le secteur [tdr_source_sector_id] ne vous appartient pas!', 'traderoutes'),
(2483, 'french', 'l_tdr_invalidssector', 'Le secteur de départ est invalide!', 'traderoutes'),
(2484, 'french', 'l_tdr_invaliddport', 'Le port de destination est invalide!', 'traderoutes'),
(2485, 'french', 'l_tdr_invaliddplanet', 'La planète de destination est invalide!', 'traderoutes'),
(2486, 'french', 'l_tdr_invaliddsector', 'Le secteur de destination n''est pas valide!', 'traderoutes'),
(2487, 'french', 'l_tdr_moreturnsneeded', 'Cette route requiert [tdr_dist_triptime] tours. Vous n''avez que [tdr_playerinfo_turns] tours disponibles.', 'traderoutes'),
(2488, 'french', 'l_tdr_hostdef', 'Vous ne pouvez utiliser une route commerciale entre des secteurs où il y a des défenses hostiles. Vous devez détruire les défenses en premier.', 'traderoutes'),
(2489, 'french', 'l_tdr_globalsetbuynothing', 'Vos paramètres spécifient de ne rien acheter. Il ne vous servirait à rien de faire cette route!', 'traderoutes'),
(2490, 'french', 'l_tdr_nosrcporttrade', 'Il n''est pas permis d''acheter à partir du port source.', 'traderoutes'),
(2491, 'french', 'l_tdr_tradesrcportoutsider', 'Il n''est pas permis pour vous d''acheter à partir du port source', 'traderoutes'),
(2492, 'french', 'l_tdr_nodestporttrade', 'Il n''est pas permis d''acheter à partir du port de destination.', 'traderoutes'),
(2493, 'french', 'l_tdr_tradedestportoutsider', 'Il n''est pas permis pour vous d''acheter à partir du port de destination', 'traderoutes'),
(2494, 'french', 'l_tdr_res', 'Résultats du commerce', 'traderoutes'),
(2495, 'french', 'l_tdr_bought', 'Acheté', 'traderoutes'),
(2496, 'french', 'l_tdr_nothingtotrade', 'Rien à acheter/vendre', 'traderoutes'),
(2497, 'french', 'l_tdr_sold', 'Vendu', 'traderoutes'),
(2498, 'french', 'l_tdr_ore', 'Métaux', 'traderoutes'),
(2499, 'french', 'l_tdr_portisfull', 'Le port est plein', 'traderoutes'),
(2500, 'french', 'l_tdr_goods', 'Produits', 'traderoutes'),
(2501, 'french', 'l_tdr_organics', 'Végétaux', 'traderoutes'),
(2502, 'french', 'l_tdr_energy', 'Énergie', 'traderoutes'),
(2503, 'french', 'l_tdr_portisempty', 'Le port est vide', 'traderoutes'),
(2504, 'french', 'l_tdr_loaded', 'Embarqué', 'traderoutes'),
(2505, 'french', 'l_tdr_nothingtoload', 'Rien à embarqué', 'traderoutes'),
(2506, 'french', 'l_tdr_scooped', 'Accumulé', 'traderoutes'),
(2507, 'french', 'l_tdr_dumped', 'Débarqué', 'traderoutes'),
(2508, 'french', 'l_tdr_planetisovercrowded', 'La planète est surpeuplée', 'traderoutes'),
(2509, 'french', 'l_tdr_nothingtodump', 'Rien à débarquer', 'traderoutes'),
(2510, 'french', 'l_tdr_onlyonewaytdr', 'Sens-unique', 'traderoutes'),
(2511, 'french', 'l_tdr_profit', 'Profit', 'traderoutes'),
(2512, 'french', 'l_tdr_cost', 'Coût', 'traderoutes'),
(2513, 'french', 'l_tdr_totalprofit', 'Profits totaux', 'traderoutes'),
(2514, 'french', 'l_tdr_totalcost', 'Coûts totaux', 'traderoutes'),
(2515, 'french', 'l_tdr_credits', 'Crédits', 'traderoutes'),
(2516, 'french', 'l_tdr_turnsused', 'Tours utilisés', 'traderoutes'),
(2517, 'french', 'l_tdr_turnsleft', 'Tours restant', 'traderoutes'),
(2518, 'french', 'l_tdr_notowner', 'Cette route ne vous appartient pas.', 'traderoutes'),
(2519, 'french', 'l_tdr_five', 'five', 'traderoutes'),
(2520, 'french', 'l_tdr_ten', 'ten', 'traderoutes'),
(2521, 'french', 'l_tdr_fifty', 'fifty', 'traderoutes'),
(2522, 'french', 'l_warp_title', 'Éditeur de liens', 'warpedit'),
(2523, 'french', 'l_warp_turn', 'Vous avez besoin d''au moins un tour pour utiliser un éditeur de liens.', 'warpedit'),
(2524, 'french', 'l_warp_none', 'Vous n''avez aucun éditeur de liens.', 'warpedit'),
(2525, 'french', 'l_warp_forbid', 'Il n''est pas permis d''utiliser un éditeur de liens.', 'warpedit'),
(2526, 'french', 'l_warp_nolink', 'Il n''y a aucun lien sortant de ce secteur.', 'warpedit'),
(2527, 'french', 'l_warp_linkto', 'Il y a des liens de ce secteur vers', 'warpedit'),
(2528, 'french', 'l_warp_query', 'Vers quel secteur voudriez-vous créer un lien?', 'warpedit'),
(2529, 'french', 'l_warp_oneway', 'Sens unique?', 'warpedit'),
(2530, 'french', 'l_warp_dest', 'Vous pouvez aussi détruire un lien vers ce secteur', 'warpedit'),
(2531, 'french', 'l_warp_destquery', 'Vers quel secteur voudriez-vous détruire le lien?', 'warpedit'),
(2532, 'french', 'l_warp_bothway', 'Deux sens', 'warpedit'),
(2533, 'french', 'l_warp_nosector', 'Ce secteur n''existe pas.', 'warpedit'),
(2534, 'french', 'l_warp_twoerror', 'L''utilisation d''un éditeur de lien pour créer un lien vers [target_sector] n''est pas permis.', 'warpedit'),
(2535, 'french', 'l_warp_sectex', 'Vous ne pouvez créer un lien à partir du secteur courant - vous dépasseriez la limited de $link_max par secteur.', 'warpedit'),
(2536, 'french', 'l_warp_linked', 'Le secteur cible ([target_sector]) à déjà un lien à partir de ce secteur.', 'warpedit'),
(2537, 'french', 'l_warp_unlinked', 'Le secteur cible ([target_sector]) n''a pas de lien à partir de ce secteur.', 'warpedit'),
(2538, 'french', 'l_warp_coneway', 'Lien a sens unique créé vers', 'warpedit'),
(2539, 'french', 'l_warp_ctwoway', 'Lien créé de et vers', 'warpedit'),
(2540, 'french', 'l_warp_forbidtwo', 'L''utilisation d''un éditeur de lien pour détruire un lien de/vers [target_sector] n''est pas permis.', 'warpedit'),
(2541, 'french', 'l_warp_removed', 'Le lien à été détruit, vers', 'warpedit'),
(2542, 'french', 'l_warp_removedtwo', 'Le lien à été détruit, de et vers', 'warpedit'),
(2543, 'french', 'l_warp_cantsame', 'You can''t create a link when the source is the same as the destination.', 'warpedit'),
(2544, 'french', 'l_ai_control', 'Xenobe control', 'xenobe_control'),
(2545, 'french', 'l_ze_title', 'Éditer une zone', 'zoneedit'),
(2546, 'french', 'l_ze_notowner', 'Cette zone ne vous appartient pas alors vous ne pouvez la modifier.', 'zoneedit'),
(2547, 'french', 'l_ze_name', 'Nom de la zone', 'zoneedit'),
(2548, 'french', 'l_ze_allow', 'Permettre', 'zoneedit'),
(2549, 'french', 'l_ze_attacks', 'Permettre l''attaque de vaisseaux', 'zoneedit'),
(2550, 'french', 'l_ze_genesis', 'Permettre la création de planètes', 'zoneedit'),
(2551, 'french', 'l_ze_return', 'pour retourner à la page d''information sur la zone.', 'zoneedit'),
(2552, 'french', 'l_ze_saved', 'Vos modifications ont été sauvegardées.', 'zoneedit'),
(2553, 'french', 'l_zi_title', 'Informations sur la zone', 'zoneinfo'),
(2554, 'french', 'l_zi_nexist', 'Cette section d''espace n''existe pas!', 'zoneinfo'),
(2555, 'french', 'l_zi_feds', 'Fédération', 'zoneinfo'),
(2556, 'french', 'l_zi_traders', 'La coalition du commerce libre', 'zoneinfo'),
(2557, 'french', 'l_zi_nobody', 'Personne', 'zoneinfo'),
(2558, 'french', 'l_zi_war', 'Espace contesté', 'zoneinfo'),
(2559, 'french', 'l_zi_allow', 'Permis', 'zoneinfo'),
(2560, 'french', 'l_zi_notallow', 'Non permis', 'zoneinfo'),
(2561, 'french', 'l_zi_limit', 'Limité aux allié', 'zoneinfo'),
(2562, 'french', 'l_zi_ul', 'Illimité', 'zoneinfo'),
(2563, 'french', 'l_zi_control', 'Vous êtes en contôle de cette zone', 'zoneinfo'),
(2564, 'french', 'l_zi_tochange', 'pour changer ses lois.', 'zoneinfo'),
(2565, 'french', 'l_zi_owner', 'Responsable de la zone', 'zoneinfo'),
(2566, 'french', 'l_zi_maxhull', 'Coque maximum permise', 'zoneinfo'),
(2567, 'german', 'local_date_full_format', 'Y-m-d H:i:s', 'regional'),
(2568, 'german', 'local_date_short_format', 'Y-m-d', 'regional'),
(2569, 'german', 'local_lang', 'de', 'regional'),
(2570, 'german', 'local_logdate_full_format', 'F d Y H:i', 'regional'),
(2571, 'german', 'local_logdate_med_format', 'F d Y', 'regional'),
(2572, 'german', 'local_logdate_short_format', 'M d', 'regional'),
(2573, 'german', 'local_number_dec_point', '.', 'regional'),
(2574, 'german', 'local_number_thousands_sep', ',', 'regional'),
(2575, 'german', 'l_admin_title', 'Verwaltung', 'admin'),
(2576, 'german', 'l_change_uni_title', 'Ändern Sie Größe Universum', 'admin'),
(2577, 'german', 'l_att_title', 'Schiff angreifen', 'attack'),
(2578, 'german', 'l_att_andused', 'und brauchtest', 'attack'),
(2579, 'german', 'l_att_loosepod', 'Luckily you have an escape pod!', 'attack'),
(2580, 'german', 'l_att_notarg', 'Kein Ziel in diesem Sektor.', 'attack'),
(2581, 'german', 'l_att_noturn', 'Du brauchst mindestens einen Zug um anzugreifen.', 'attack'),
(2582, 'german', 'l_att_noatt', 'Angriffe in diesem Sektor sind nicht erlaubt.', 'attack'),
(2583, 'german', 'l_att_flee', 'Ziel hat Dich ausmanövriert!', 'attack'),
(2584, 'german', 'l_att_ewd', 'Ziel hat beim Angriff den Notfall Warpantrieb eingeschaltet!', 'attack'),
(2585, 'german', 'l_att_att', 'Angriff', 'attack'),
(2586, 'german', 'l_att_lost', 'verloren', 'attack'),
(2587, 'german', 'l_att_ylost', 'Du hast verloren:', 'attack'),
(2588, 'german', 'l_att_sdown', 's Schilde sind unten!', 'attack'),
(2589, 'german', 'l_att_ydown', 'Deine Schilde sind komplett unten!', 'attack'),
(2590, 'german', 'l_att_shits', 's Schilde sind getroffen', 'attack'),
(2591, 'german', 'l_att_yhits', 'Deine Schilde sind getroffen', 'attack'),
(2592, 'german', 'l_att_dmg', 'Schaden', 'attack'),
(2593, 'german', 'l_att_sarm', 's Panzer zerstört!', 'attack'),
(2594, 'german', 'l_att_yarm', 'Deine Panzerung ist zerstört!', 'attack'),
(2595, 'german', 'l_att_ashit', 'Panzerung ist getroffen für', 'attack'),
(2596, 'german', 'l_att_ayhit', 'Deine Panzerung ist getroffen', 'attack'),
(2597, 'german', 'l_att_lostf', 'alle Fighter verloren.', 'attack'),
(2598, 'german', 'l_att_ylostf', 'Du hast alle Fighter verloren.', 'attack'),
(2599, 'german', 'l_att_sdest', 's Schiff wurde zerstört.', 'attack'),
(2600, 'german', 'l_att_espod', 'Eine Rettungskapsel wurde gestartet!', 'attack'),
(2601, 'german', 'l_att_ysalv', 'Du hast eingesammelt: [organics] Einheiten organische Produkte, [salv_goods] Einheiten Gebrauchsgüter und [ship_salvage_rate]% von dem Schiff für [ship_salvage] Credits.', 'attack'),
(2602, 'german', 'l_att_ysalv2', 'Dein Rating änderte sich um [rating_change] Punkte.', 'attack'),
(2603, 'german', 'l_att_stilship', 'Du hast [name]s Schiff nicht zerstört.', 'attack'),
(2604, 'german', 'l_att_yshiplost', 'Dein Schiff wurde zerstört!', 'attack'),
(2605, 'german', 'l_att_salv', '[name] sammelte [salv_ore] Einheiten Erz, [salv_organics] Einheiten organische Produkte, [salv_goods] Einheiten Gebrauchsgüter und [ship_salvage_rate]% von dem Schiff für [ship_salvage] Credits.', 'attack'),
(2606, 'german', 'l_beacon_title', 'Raumboje aussetzten', 'beacon'),
(2607, 'german', 'l_beacon_notpermitted', 'Raumboje sind in diesem Sektor nicht erlaubt.', 'beacon'),
(2608, 'german', 'l_beacon_reads', 'Auslesungen Raumboje', 'beacon'),
(2609, 'german', 'l_beacon_none', 'In diesem Sektor ist keine Raumboje .', 'beacon'),
(2610, 'german', 'l_beacon_enter', 'Texteingabe für Raumboje', 'beacon'),
(2611, 'german', 'l_beacon_nowreads', 'Raumbojen Text', 'beacon'),
(2612, 'german', 'l_beacon_donthave', 'Du hast keine Raumbojen.', 'beacon'),
(2613, 'german', 'l_by_title', 'Belohnungen', 'bounty'),
(2614, 'german', 'l_by_noturn', 'Du benötigst mindestens einen Zug um eine Belohnung auszusetzen oder zu ändern.', 'bounty'),
(2615, 'german', 'l_by_amount', 'Höhe der Belohnung', 'bounty'),
(2616, 'german', 'l_by_place', 'Belohnung aussetzen', 'bounty'),
(2617, 'german', 'l_by_nobounties', 'Es gibt zurzeit keine Belozhnungen.', 'bounty'),
(2618, 'german', 'l_by_bountyon', 'Belohnung für', 'bounty'),
(2619, 'german', 'l_by_placedby', 'Ausgesetzt von', 'bounty'),
(2620, 'german', 'l_by_thefeds', 'Die Föderation', 'bounty'),
(2621, 'german', 'l_by_cancel', 'Annullieren', 'bounty'),
(2622, 'german', 'l_by_yourself', 'Du kannst keine Belohnung auf Dich selbst aussetzen.', 'bounty'),
(2623, 'german', 'l_by_notenough', 'Du hast nicht genügends Credits, um eine Belohnung in dieser Höhe auszusetzen.', 'bounty'),
(2624, 'german', 'l_by_toomuch', 'Du kannst die Belohnung nicht aussetzen. Die maximale Belohnung für einen anderen Spieler beträgt [percent] Prozent deines Nettowertes', 'bounty'),
(2625, 'german', 'l_by_zeroamount', 'Belohnungen müssen größer sein als 0 Credits.', 'bounty'),
(2626, 'german', 'l_by_placed', 'Die Belohnung wurde ausgesetzt.', 'bounty'),
(2627, 'german', 'l_by_nobounty', 'Diese Belohnung existiert nicht länger.', 'bounty'),
(2628, 'german', 'l_by_notyours', 'Diese Belohnung wurde nicht von Dir ausgesetzt.', 'bounty'),
(2629, 'german', 'l_by_canceled', 'Die Belohnung wurde zurückgenommen.', 'bounty'),
(2630, 'german', 'l_by_action', 'Aktion', 'bounty'),
(2631, 'german', 'l_by_placebounty', 'Setze oder zeige Belohnungen an.', 'bounty'),
(2632, 'german', 'l_by_moredetails', 'Klicke auf den Namen für mehr Details.', 'bounty'),
(2633, 'german', 'l_by_fedbounty', 'Diesen Spieler anzugreifen hat zur Folge, daß die Föderation eine Belohnung auf Dich aussetzten wird.', 'bounty'),
(2634, 'german', 'l_by_fedbounty2', 'Die Föderation genehmigt nicht die Attacke eines wesentlich kleineren Schiffes. Es wurde eine Belohnung auf Dich ausgesetzt.', 'bounty'),
(2635, 'german', 'l_by_notexists', 'Den Spieler, für den Du eine Belohnung forderst, existiert nicht.', 'bounty'),
(2636, 'german', 'l_by_destroyed', 'Du kannst keine Belohnung für einen Spieler fordern, dessen Schiff zerstört ist.', 'bounty'),
(2637, 'german', 'l_new_pwis', 'Dein Passwort ist', 'bounty'),
(2638, 'german', 'l_planet2_sector', 'Du bist nicht in demselben Sektor wie der Planet.', 'bounty'),
(2639, 'german', 'l_planet_destroyplanet', 'Zerstöre den Planeten', 'bounty'),
(2640, 'german', 'l_planet_warning', 'Dieses wird den Planeten komplett zerstören', 'bounty'),
(2641, 'german', 'l_planet_confirm', 'Willst Du wirklich diesen Planeten zerstören?', 'bounty'),
(2642, 'german', 'l_port_bounty', 'Du kannst keinen speziellen Hafen betreten solange die Föderation eine Belohnung auf Dich ausgesetzt hat.', 'bounty'),
(2643, 'german', 'l_port_bounty2', 'Klicke [here] um die Belohnung von [amount] Credits zu bezahlen.', 'bounty'),
(2644, 'german', 'l_port_btynotenough', 'Du hast nicht genügend Credits um die Belozhnung von [amount] Credits zu bezahlen.', 'bounty'),
(2645, 'german', 'l_port_bountypaid', 'Du hast die Belohnung zu zahlen. Klicke [here] um weiterzumachen.', 'bounty'),
(2646, 'german', 'l_port_loannotrade', 'Die IGB hat die Sperrung deines Schiffsaccounts befohlen, solange bis das alte Dahrlehn bezahlt ist. Du kannst nicht mehr in Spzialhäfen handeln, bevor Du deine Schulden nicht bezahlt hast.', 'bounty'),
(2647, 'german', 'l_tdr_engageagain', 'Klicke [here] um diesen Handelsweg erneut zu bereisen, oder hier um [five] oder [ten] oder [fifty] Mal zu bereisen', 'bounty'),
(2648, 'german', 'l_scan_bounty', 'Dieses Schiff hat eine große Menge an [amount] Credits an Board.', 'bounty'),
(2649, 'german', 'l_scan_fedbounty', 'Dieses Schiff hat eine Belohnung der Föderation an Board.', 'bounty'),
(2650, 'german', 'l_by_nofedbounty', 'Der Angriff dieses Spielers wird NICHT darauf hinauslaufen, daß die Föderation Dich reichlich belohnt...', 'bounty'),
(2651, 'german', 'l_chf_youretreatback', 'Du ziehst dich zu deiner ersten Position zurück', 'check_fighters'),
(2652, 'german', 'l_chf_notenoughcreditstoll', 'Du hast nicht genügend Credits um die Abgabe zu bezahlen.', 'check_fighters'),
(2653, 'german', 'l_chf_movefailed', 'Zug fehlgeschlagen.', 'check_fighters'),
(2654, 'german', 'l_chf_youpaidsometoll', 'Du bezahlst [chf_tollstring] Credits für die Abgabe.', 'check_fighters'),
(2655, 'german', 'l_chf_thefightersdetectyou', 'Die Fighter haben dich entdeckt!', 'check_fighters'),
(2656, 'german', 'l_chf_therearetotalfightersindest', 'Es sind [chf_total_sector_fighters] Fighter in Deinem geforderten Sektor.', 'check_fighters'),
(2657, 'german', 'l_chf_creditsdemanded', 'Sie verlangen [chf_number_fighterstoll] Credits um diesen Sektor einzunehmen.', 'check_fighters'),
(2658, 'german', 'l_chf_youcan', 'You can', 'check_fighters'),
(2659, 'german', 'l_chf_youcanretreat', '[retreat] - Das wird einen zusätzlichen Zug kosten.', 'check_fighters'),
(2660, 'german', 'l_chf_inputpay', '[pay] - die Abgabe ohne den Schaden von den Fightern zu erleiden.', 'check_fighters'),
(2661, 'german', 'l_chf_inputfight', '[fight] - Du musst alle Fighter entsenden um den Sektor einzunehmen.', 'check_fighters'),
(2662, 'german', 'l_chf_inputcloak', '[cloak] - Benutze deine Tarnungseinrichtung und versuche die Fighter zu umgehen.', 'check_fighters'),
(2663, 'german', 'l_chf_go', 'Gehe', 'check_fighters'),
(2664, 'german', 'l_chm_youhitsomemines', 'Du hast [chm_roll] Minen getroffen!', 'check_mines'),
(2665, 'german', 'l_chm_hehitminesinsector', '[chm_playerinfo_character_name] hat [chm_roll] Minen im Sektor [chm_sector] getroffen.', 'check_mines'),
(2666, 'german', 'l_chm_youlostminedeflectors', 'Du hast [chm_roll] Minendeflektoren verloren.', 'check_mines'),
(2667, 'german', 'l_chm_youlostallminedeflectors', 'Du hat alle Minendeflektoren verloren.', 'check_mines'),
(2668, 'german', 'l_chm_youhadnominedeflectors', 'Du hast keine Minendeflektoren.', 'check_mines'),
(2669, 'german', 'l_chm_yourshieldshitforminesdmg', 'Dein Schiff wurde von [chm_mines_left] getroffen und beschädigt.', 'check_mines'),
(2670, 'german', 'l_chm_yourshieldsaredown', 'Deine Schilde sind unten!', 'check_mines'),
(2671, 'german', 'l_chm_youlostallyourshields', 'Du hast alle deine Schilde verloren!', 'check_mines'),
(2672, 'german', 'l_chm_yourarmorhitforminesdmg', 'Deine Panzerung ist durch [chm_mines_left] beschädigt worden.', 'check_mines'),
(2673, 'german', 'l_chm_yourhullisbreached', 'Deine Hülle ist gebrochen!', 'check_mines'),
(2674, 'german', 'l_chm_hewasdestroyedbyyourmines', '[chm_playerinfo_character_name] wurde zerstört durch deine Minen im Sektor [chm_sector].', 'check_mines'),
(2675, 'german', 'l_chm_yourshiphasbeendestroyed', 'Dein Schiff wurde zerstört!', 'check_mines'),
(2676, 'german', 'l_chm_luckescapepod', 'Zum Glück hat du eine Fluchtkapsel!', 'check_mines'),
(2677, 'german', 'l_cmb_atleastoneturn', 'Sie benötigen mindestens einen Zug umanzugreifen', 'combat'),
(2678, 'german', 'l_cmb_shipenergybb', 'Schiffsenergie vor Laserstrahlen', 'combat'),
(2679, 'german', 'l_cmb_shipenergyab', 'Schiffsenergie nach Laserstrahlen', 'combat'),
(2680, 'german', 'l_cmb_shipenergyas', 'Schiffsenergie vor Schilde', 'combat'),
(2681, 'german', 'l_cmb_shiptorpsbtl', 'Torpedos vor Abschuß', 'combat'),
(2682, 'german', 'l_cmb_shiptorpsatl', 'Torpedos nach Abschuß', 'combat'),
(2683, 'german', 'l_cmb_planettorpdamage', 'Torpedoschaden Planet', 'combat'),
(2684, 'german', 'l_cmb_attackertorpdamage', 'Torpedoschaden Angreifer', 'combat'),
(2685, 'german', 'l_cmb_beams', 'Laserstrahlen', 'combat'),
(2686, 'german', 'l_cmb_fighters', 'Fighter', 'combat'),
(2687, 'german', 'l_cmb_shields', 'Schilde', 'combat'),
(2688, 'german', 'l_cmb_torps', 'Torpedos', 'combat'),
(2689, 'german', 'l_cmb_torpdamage', 'Torpedoschaden', 'combat'),
(2690, 'german', 'l_cmb_armor', 'Panzerung', 'combat'),
(2691, 'german', 'l_cmb_you', 'Du', 'combat'),
(2692, 'german', 'l_cmb_planet', 'Planet', 'combat'),
(2693, 'german', 'l_cmb_combatflow', 'Gefechtsablauf', 'combat'),
(2694, 'german', 'l_cmb_defender', 'Verteidiger', 'combat'),
(2695, 'german', 'l_cmb_attackingplanet', 'Angriff auf Planet in Sektor', 'combat'),
(2696, 'german', 'l_cmb_youfireyourbeams', 'Du hast Deine Laserstrahlen abgefeürt', 'combat'),
(2697, 'german', 'l_cmb_defenselost', 'Planetarische Verteidigung verlor [cmb_planetfighters] Fighters durch Laserstrahlen', 'combat'),
(2698, 'german', 'l_cmb_defenselost2', 'Planetarische Verteidigung verlor [cmb_attackerbeams] Fighter, es kommt aber Verstärkung!', 'combat'),
(2699, 'german', 'l_cmb_planetarybeams', 'Planetarische Laserstrahlen zerstörten [cmb_temp] Deiner Fighter', 'combat'),
(2700, 'german', 'l_cmb_planetarybeams2', 'Planetarische Laserstrahlen zerstörten [cmb_planetbeams] Deiner Fighter', 'combat'),
(2701, 'german', 'l_cmb_youdestroyedplanetshields', 'Deine Laserstrahlen haben die planetarischen Schilde zerstört', 'combat'),
(2702, 'german', 'l_cmb_beamsexhausted', 'Du zerstörtest [cmb_attackerbeams] planetarische Schilde bevor Deine Laserstrahlen aufgebraucht waren', 'combat'),
(2703, 'german', 'l_cmb_breachedyourshields', 'Planetarische Laserstrahlen zerstörten Deine Schilde', 'combat'),
(2704, 'german', 'l_cmb_destroyedyourshields', 'Planetarische Laserstrahlen zerstörten [cmb_planetbeams] Punkte Deiner Schilde', 'combat'),
(2705, 'german', 'l_cmb_breachedyourarmor', 'Planetarische Laserstrahlen zerstörten Deine Panzerung', 'combat'),
(2706, 'german', 'l_cmb_destroyedyourarmor', 'Planetarische Laserstrahlen zerstörten [cmb_planetbeams] Punkte Deiner Panzerung', 'combat'),
(2707, 'german', 'l_cmb_torpedoexchangephase', 'Torpedo Austausch Phase', 'combat'),
(2708, 'german', 'l_cmb_nofightersleft', 'Deine Torpedos zerstörten [cmb_planetfighters] sämtliche plantetarischen Fighter.', 'combat'),
(2709, 'german', 'l_cmb_youdestroyfighters', 'Deine Torpedos zerstörten [cmb_attackertorpdamage] plantetarische Fighter', 'combat'),
(2710, 'german', 'l_cmb_planettorpsdestroy', 'Planetarische Torpedos zerstörten [cmb_temp] Deiner Fighter', 'combat'),
(2711, 'german', 'l_cmb_planettorpsdestroy2', 'Planetarische Torpedos zerstörten [cmb_planettorpdamage] Deiner Fighter', 'combat'),
(2712, 'german', 'l_cmb_torpsbreachedyourarmor', 'Planetarische Torpedos zerstörten Deine Pamzerung', 'combat'),
(2713, 'german', 'l_cmb_planettorpsdestroy3', 'Planetarische Torpedos zerstörten [cmb_planettorpdamage] Punkte Deiner Panzerung', 'combat'),
(2714, 'german', 'l_cmb_youdestroyedallfighters', 'Deine Torpedos zerstörten alle planetarischen Fighter', 'combat'),
(2715, 'german', 'l_cmb_youdestroyplanetfighters', 'Deine Torpedos zerstörten [cmb_attackertorpdamage] planetarische Fighter', 'combat'),
(2716, 'german', 'l_cmb_fightercombatphase', 'Fighter Kampf Phase', 'combat'),
(2717, 'german', 'l_cmb_youdestroyedallfighters2', 'Deine Fighter zerstörten alle planetarischen Fighter', 'combat'),
(2718, 'german', 'l_cmb_youdestroyplanetfighters2', 'Deine Fighter zerstörten [cmb_attackerfighters] planetarische Fighter', 'combat'),
(2719, 'german', 'l_cmb_allyourfightersdestroyed', 'Alle Deine Fighter wurden zerstört', 'combat'),
(2720, 'german', 'l_cmb_fightertofighterlost', 'Du hast [cmb_planetfighters] Fighter im Luftkampf verloren', 'combat'),
(2721, 'german', 'l_cmb_youbreachedplanetshields', 'Deine Fighter haben die planetarischen Schilde zerstört', 'combat'),
(2722, 'german', 'l_cmb_shieldsremainup', 'Deine Fighter haben [cmb_attackerfighters] planetarische Schilde zerstört, jedoch nicht alle', 'combat'),
(2723, 'german', 'l_cmb_fighterswarm', 'Planetarische Fighter schwärmen zu Deinem Schiff aus, Deine Panzerung ist zerstört', 'combat'),
(2724, 'german', 'l_cmb_swarmandrepel', 'Planetarische Fighter schwärmen zu Deinem Schiff aus, Deine Panzerung wirft sie zurück', 'combat'),
(2725, 'german', 'l_cmb_engshiptoshipcombat', 'Schiffs Gefechte.', 'combat'),
(2726, 'german', 'l_cmb_shipdock', 'Es sind [cmb_shipsonplanet] Schiffe ans Raumdock angedockt!', 'combat'),
(2727, 'german', 'l_cmb_approachattackvector', 'nähert sich auf Angriffskurs', 'combat'),
(2728, 'german', 'l_cmb_noshipsdocked', 'Es sind keine Schiffe ans Raumdock angedockt!', 'combat'),
(2729, 'german', 'l_cmb_yourshipdestroyed', 'Dein Schiff wurde zerstört!', 'combat'),
(2730, 'german', 'l_cmb_escapepod', 'Glücklicherweise konntest Du in einer Rettungskapsel entkommen!', 'combat'),
(2731, 'german', 'l_cmb_finalcombatstats', 'Abschließender Gefechtsstatus', 'combat'),
(2732, 'german', 'l_cmb_youlostfighters', 'Du hast [cmb_fighters_lost] von insgesamt [cmb_playerinfo_ship_fighters] insgesamt Fightern verloren.', 'combat'),
(2733, 'german', 'l_cmb_youlostarmorpoints', 'Du hast [cmb_armor_lost] von insgesamt [cmb_playerinfo_armor_pts] Panzerungspunkten verloren, Du hast noch [cmb_attackerarmor] Punkte.', 'combat'),
(2734, 'german', 'l_cmb_energyused', 'Verbrauchte Energiepunkte [cmb_energy_lost] von insgesamt [cmb_playerinfo_ship_energy].', 'combat'),
(2735, 'german', 'l_cmb_planetdefeated', 'Planet erobert', 'combat'),
(2736, 'german', 'l_cmb_citizenswanttodie', 'Die Bewohner des Planeten haben beschlossen lieber zu sterben, als unter einem so armseligen Herrscher wie Dir zu dienen. Sie benutzten einen Laserbohrer, um ein dickes Loch in die Planetenhülle zu schneiden. Du hast gerade noch genug Zeit zu entkommen, bevor der Planet zu einem feurigen Haufen geschmolzener Lava wird.', 'combat'),
(2737, 'german', 'l_cmb_youmaycapture', 'Du kannst den Planeten [capture] oder ihn einfach zurücklassen.', 'combat'),
(2738, 'german', 'l_cmb_planetnotdefeated', 'Planet nicht erobert', 'combat'),
(2739, 'german', 'l_cmb_planetstatistics', 'Planeten Statistik', 'combat'),
(2740, 'german', 'l_cmb_fighterloststat', 'Fighter verloren: [cmb_fighters_lost] von insgesamt [cmb_planetinfo_fighters] ([cmb_planetfighters] übrig)', 'combat'),
(2741, 'german', 'l_cmb_energyleft', 'Energie übrig', 'combat'),
(2742, 'german', 'l_cmb_startingstats', 'Starte Statistik', 'combat'),
(2743, 'german', 'l_cmb_statattackerbeams', 'Laserstrahlen Angreifer', 'combat'),
(2744, 'german', 'l_cmb_statattackerfighters', 'Fighter Angreifer', 'combat'),
(2745, 'german', 'l_cmb_statattackershields', 'Schilde Angreifer', 'combat'),
(2746, 'german', 'l_cmb_statattackertorps', 'Torpedos Angreifer', 'combat'),
(2747, 'german', 'l_cmb_statattackerarmor', 'Panzerung Angreifer', 'combat'),
(2748, 'german', 'l_cmb_statattackertorpdamage', 'Torpedoschaden Angreifer', 'combat'),
(2749, 'german', 'l_cmb_isattackingyou', 'greift Dich an', 'combat'),
(2750, 'german', 'l_cmb_beamexchange', 'Laserstrahlen Gefecht', 'combat'),
(2751, 'german', 'l_cmb_beamsdestroy', 'Deine Laserstrahlen zerstören [cmb_lost] Fighter', 'combat'),
(2752, 'german', 'l_cmb_beamsdestroy2', 'Deine Laserstrahlen zerstören [cmb_attackerbeams] Fighter, aber Nachschub ist schon uterwegs', 'combat'),
(2753, 'german', 'l_cmb_nobeamsareleft', 'Du hast keine Laserstrahlen mehr, um die anfliegenden Fighter zu bekämpfen!', 'combat'),
(2754, 'german', 'l_cmb_beamshavenotarget', 'Deine Laserstrahlen haben keine Fighter mehr als Ziel', 'combat'),
(2755, 'german', 'l_cmb_fighterdestroyedbybeams', '[cmb_targetinfo_ship_name] zerstörte [cmb_lost] Deiner Fighter mit Laserstrahlen', 'combat'),
(2756, 'german', 'l_cmb_beamsdestroystillhave', '[cmb_targetinfo_ship_name] zerstörte [cmb_targetbeams] Deiner Fighter mit Laserstrahlen, es sind jedoch noch [cmb_attackerfighters] übrig', 'combat'),
(2757, 'german', 'l_cmb_fighterunhindered', 'Deine Fighter attackieren ungehindert, da der Feind keine Laserstrahlen mehr hat.', 'combat'),
(2758, 'german', 'l_cmb_youhavenofightersleft', 'Du hast keine Fighter mehr um anzugreifen.', 'combat'),
(2759, 'german', 'l_cmb_breachedsomeshields', 'Du hast [cmb_targetinfo_ship_name]s Schilde mit Deinen Laserstrahlen zerstört', 'combat'),
(2760, 'german', 'l_cmb_shieldsarehitbybeams', '[cmb_targetinfo_ship_name]s Schilde haben [cmb_attackerbeams] Schaden durch Deine Laserstrahlen erlitten.', 'combat'),
(2761, 'german', 'l_cmb_nobeamslefttoattack', 'Du hast keine Laserstrahlen mehr, um [cmb_targetinfo_ship_name]s Schilde anzugreifen.', 'combat'),
(2762, 'german', 'l_cmb_yourshieldsbreachedby', '[cmb_targetinfo_ship_name]s Laserstrahlen haben Deine Schilde zerstört.', 'combat'),
(2763, 'german', 'l_cmb_yourshieldsarehit', '[cmb_targetinfo_ship_name]s Laserstrahlen haben Deinen Schilden [cmb_targetbeams] Schaden zugefügt.', 'combat'),
(2764, 'german', 'l_cmb_hehasnobeamslefttoattack', '[cmb_targetinfo_ship_name] hat keine Laserstrahlen mehr um Deine Schilde anzugreifen.', 'combat'),
(2765, 'german', 'l_cmb_yourbeamsbreachedhim', 'Deine Laserstrahlen haben [cmb_targetinfo_ship_name]s Panzerungs zerstört', 'combat'),
(2766, 'german', 'l_cmb_yourbeamshavedonedamage', 'Deine Laserstrahlen haben [cmb_attackerbeams] Schaden an [cmb_targetinfo_ship_name]s Panzerung angerichtet.', 'combat'),
(2767, 'german', 'l_cmb_nobeamstoattackarmor', 'Du hast keine Laserstrahlen mehr um [cmb_targetinfo_ship_name]s Panzerung anzugreifen.', 'combat'),
(2768, 'german', 'l_cmb_yourarmorbreachedbybeams', 'Deine Panzerung wurde durch [cmb_targetinfo_ship_name]s Laserstrahlen zerstört.', 'combat'),
(2769, 'german', 'l_cmb_yourarmorhitdamaged', 'Schaden an Deiner Panzerung von [cmb_targetbeams] durch [cmb_targetinfo_ship_name]s Laserstrahlen.', 'combat'),
(2770, 'german', 'l_cmb_torpedoexchange', 'Torpedo Austausch', 'combat'),
(2771, 'german', 'l_cmb_hehasnobeamslefttoattackyou', '[cmb_targetinfo_ship_name] hat keine Laserstrahlen mehr um Deine Panzerung anzugreifen.', 'combat'),
(2772, 'german', 'l_cmb_yourtorpsdestroy', 'Deine Torpedos zerstörten [cmb_lost] von [cmb_targetinfo_ship_name]s Fightern', 'combat'),
(2773, 'german', 'l_cmb_yourtorpsdestroy2', 'Deine Torpedos zerstörten [cmb_attackertorpdamage] von [cmb_targetinfo_ship_name]s Fightern.', 'combat'),
(2774, 'german', 'l_cmb_youhavenotorpsleft', 'Du hast keine Torpedos mehr übrig um [cmb_targetinfo_ship_name]s Fighter anzugreifen.', 'combat'),
(2775, 'german', 'l_cmb_hehasnofighterleft', '[cmb_targetinfo_ship_name] hat keine Fighter mehr übrig, die Du mit Deinen Torpedos zerstören köntest.', 'combat'),
(2776, 'german', 'l_cmb_torpsdestroyyou', '[cmb_targetinfo_ship_name]s Torpedos zerrstörten [cmb_lost] Deiner Fighter', 'combat'),
(2777, 'german', 'l_cmb_someonedestroyedfighters', '[cmb_targetinfo_ship_name] zerstörte [cmb_targettorpdmg] Deiner Fighter mit Torpedos.', 'combat'),
(2778, 'german', 'l_cmb_hehasnotorpsleftforyou', '[cmb_targetinfo_ship_name] hat keine Torpedos mehr übrig, um Deine Fighter anzugreifen.', 'combat'),
(2779, 'german', 'l_cmb_youhavenofightersanymore', 'Du hast keine Fighter mehr übrig, um [cmb_targetinfo_ship_name]s Torpedos.', 'combat'),
(2780, 'german', 'l_cmb_youbreachedwithtorps', 'Du hast Die Panzerung von [cmb_targetinfo_ship_name]mit Deinen Torpedos zerstört.', 'combat'),
(2781, 'german', 'l_cmb_hisarmorishitbytorps', '[cmb_targetinfo_ship_name]s Panzerung wurde um [cmb_attackertorpdamage] Punkte von Deinen Torpedos zerstört.', 'combat'),
(2782, 'german', 'l_cmb_notorpslefttoattackarmor', 'Du hast keine Torpedos mehr übrig, um [cmb_targetinfo_ship_name]s Panzerung zu zerstören', 'combat'),
(2783, 'german', 'l_cmb_yourarmorbreachedbytorps', 'Deine Panzerung wurde von [cmb_targetinfo_ship_name]s Torpedos zerstört', 'combat');
INSERT INTO `[[dbprefix]]languages` VALUES
(2784, 'german', 'l_cmb_yourarmorhitdmgtorps', 'Deine Panzerung wurde um [cmb_targettorpdmg] Punkte von [cmb_targetinfo_ship_name]s Torpedos zerstört.', 'combat'),
(2785, 'german', 'l_cmb_hehasnotorpsforyourarmor', '[cmb_targetinfo_ship_name] hat keine Torpedos mehr übrig, um Deine Panzerung anzugreifen.', 'combat'),
(2786, 'german', 'l_cmb_fightersattackexchange', 'Fighters Kampfstatus', 'combat'),
(2787, 'german', 'l_cmb_enemylostallfighters', '[cmb_targetinfo_ship_name] verlor alle Fighter.', 'combat'),
(2788, 'german', 'l_cmb_helostsomefighters', '[cmb_targetinfo_ship_name] verlor [cmb_attackerfighters] Fighter.', 'combat'),
(2789, 'german', 'l_cmb_youlostallfighters', 'Du hast alle Fighter verloren.', 'combat'),
(2790, 'german', 'l_cmb_youalsolostsomefighters', 'Du hast [cmb_targetfighters] Fighter verloren.', 'combat'),
(2791, 'german', 'l_cmb_hehasnofightersleftattack', '[cmb_targetinfo_ship_name] hat keine Fighter mehr übrig, um Deine Fighter zu bekämpfen.', 'combat'),
(2792, 'german', 'l_cmb_younofightersattackleft', 'Du hast keine Fighter mehr übrig, um [cmb_targetinfo_ship_name]s Fighter zu bekämpfen', 'combat'),
(2793, 'german', 'l_cmb_youbreachedarmorwithfighters', 'Du hast [cmb_targetinfo_ship_name]s Panzerung mit Deinen Fightern zerstört.', 'combat'),
(2794, 'german', 'l_cmb_youhitarmordmgfighters', 'Du hast [cmb_targetinfo_ship_name]s Panzerung um [cmb_attackerfighters] Punkte mit Deinen Fightern zerstört.', 'combat'),
(2795, 'german', 'l_cmb_youhavenofighterstoarmor', 'Du hat keine Fihgter mehr übrig um [cmb_targetinfo_ship_name]s Panzerung anzugreifen', 'combat'),
(2796, 'german', 'l_cmb_hasbreachedarmorfighters', '[cmb_targetinfo_ship_name] hat deine Panzerung mit seinen Fightern durchbrochen', 'combat'),
(2797, 'german', 'l_cmb_yourarmorishitfordmgby', 'Deine Panzerung ist getroffen und [cmb_targetfighters] beschädigt durch [cmb_targetinfo_ship_name]s Fighter', 'combat'),
(2798, 'german', 'l_cmb_nofightersleftheforyourarmor', '[cmb_targetinfo_ship_name] hat keine Fighter zurückgelassen um deine Panzerung anzugreifen', 'combat'),
(2799, 'german', 'l_cmb_hehasbeendestroyed', '[cmb_targetinfo_ship_name] wurde zerstört', 'combat'),
(2800, 'german', 'l_cmb_escapepodlaunched', 'Eine Fluchtkapsel wurde eingesetzt!', 'combat'),
(2801, 'german', 'l_cmb_yousalvaged', 'Du hast [cmb_salv_ore] Einheiten Erz , [cmb_salv_organics] Einheiten organische Produkte, [cmb_salv_goods] Einheiten von Waren gerettet, und [cmb_salvage_rate]% des Schiffes für [cmb_salvage] Credits geborgen.', 'combat'),
(2802, 'german', 'l_cmb_yousalvaged2', 'Dein Rating ändert sich um [cmb_number_rating_change] Punkte.', 'combat'),
(2803, 'german', 'l_cmb_youdidntdestroyhim', 'Du hast [cmb_targetinfo_ship_name] nicht zerstört', 'combat'),
(2804, 'german', 'l_cmb_shiptoshipcombatstats', 'Schiff zu Schiff Kampfstatus', 'combat'),
(2805, 'german', 'l_sofa', 'Sub-orbitale Fighter Attacke', 'combat'),
(2806, 'german', 'l_bombsaway', 'Du sendest deine Fighter spiralförmig zu dem Planeten aus maximaler Entfernung.', 'combat'),
(2807, 'german', 'l_bigfigs', 'Dein großes Schiff hat eine ausreichende Warnung gesendet. Deine Fighter werden weniger erfolgreich sein.', 'combat'),
(2808, 'german', 'l_bigbeams', 'Da ist ein helles Licht von Strahlenentladungen. Deine Fighter haben wahrscheinlich keine Möglichkeit durch die Atmosphäre zu kommen.', 'combat'),
(2809, 'german', 'l_bigtorps', 'Es ist eine große Explosionswolke in der oberen Luftschicht des Planeten. Deine Fighter haben wahrscheinliche keine Zeit zum Angreifen.', 'combat'),
(2810, 'german', 'l_strafesuccess', 'Es sieht, so aus, dass einige deiner Fighter es durchbrachen, obwohl Du nicht genau weißt, wieviele von ihnen dort sind.', 'combat'),
(2811, 'german', 'l_lss', 'Letztes gesehenes Schiff in diesem Sektor', 'combat'),
(2812, 'german', 'l_map', 'Karte', 'combat'),
(2813, 'german', 'l_igb_errnobase', 'Die IGB kann nicht die Credits zu einem anderen Planeten transferieren ohne eine Basis.', 'combat'),
(2814, 'german', 'l_planet_readlog_link', 'Zeige', 'combat'),
(2815, 'german', 'l_planet_readlog', '[View] Spieler Log', 'combat'),
(2816, 'german', 'l_lang_attribute', 'de', 'common'),
(2817, 'german', 'l_yes', 'Ja', 'common'),
(2818, 'german', 'l_no', 'Nein', 'common'),
(2819, 'german', 'l_here', 'Hier', 'common'),
(2820, 'german', 'l_submit', 'Absenden', 'common'),
(2821, 'german', 'l_reset', 'Zurücksetzten', 'common'),
(2822, 'german', 'l_all', 'Alle', 'common'),
(2823, 'german', 'l_ore', 'Erz', 'common'),
(2824, 'german', 'l_commodities', 'Gebrauchsgüter', 'common'),
(2825, 'german', 'l_organics', 'Agrarprodukte', 'common'),
(2826, 'german', 'l_goods', 'Waren', 'common'),
(2827, 'german', 'l_energy', 'Energie', 'common'),
(2828, 'german', 'l_colonists', 'Siedler', 'common'),
(2829, 'german', 'l_credits', 'Credits', 'common'),
(2830, 'german', 'l_units', 'Einheiten von', 'common'),
(2831, 'german', 'l_special', 'Special', 'common'),
(2832, 'german', 'l_cargo', 'Ladung', 'common'),
(2833, 'german', 'l_fighters', 'Fighter', 'common'),
(2834, 'german', 'l_mines', 'Minen', 'common'),
(2835, 'german', 'l_torps', 'Torpedos', 'common'),
(2836, 'german', 'l_none', 'N/A', 'common'),
(2837, 'german', 'l_unnamed', 'Unbenannt', 'common'),
(2838, 'german', 'l_name', 'Name', 'common'),
(2839, 'german', 'l_unowned', 'Ohne Besitzer', 'common'),
(2840, 'german', 'l_unknown', 'Unbekannt', 'common'),
(2841, 'german', 'l_clickme', 'Hier klicken', 'common'),
(2842, 'german', 'l_player', 'Spieler', 'common'),
(2843, 'german', 'l_ship', 'Schiff', 'common'),
(2844, 'german', 'l_ships', 'Schiffe', 'common'),
(2845, 'german', 'l_set', 'einstellen', 'common'),
(2846, 'german', 'l_realspace', 'Real Raum', 'common'),
(2847, 'german', 'l_armorpts', 'Panzerung', 'common'),
(2848, 'german', 'l_links', 'Links', 'common'),
(2849, 'german', 'l_zname_1', 'Unbesetzte Zone', 'common'),
(2850, 'german', 'l_zname_2', 'Föderationsraum', 'common'),
(2851, 'german', 'l_zname_3', 'Freier Handelsraum', 'common'),
(2852, 'german', 'l_zname_4', 'Kriegszone', 'common'),
(2853, 'german', 'l_logout', 'Logout', 'common'),
(2854, 'german', 'l_error', 'Error', 'common'),
(2855, 'german', 'l_corpm_title', 'Allianz Menü', 'corp'),
(2856, 'german', 'l_corpm_tocorp', 'Der Planet ist nun ein Allianz-Planet!', 'corp'),
(2857, 'german', 'l_corpm_topersonal', 'Der Planet ist nun ein privater Planet!', 'corp'),
(2858, 'german', 'l_corpm_exploit', 'Du empfängst eine verschlüsselte Borg Nachricht auf deinem Scanner... du solltest langsam unruhig werden...', 'corp'),
(2859, 'german', 'l_cu_title', 'Erstellen Universum', 'create_universe'),
(2860, 'german', 'l_sdf_title', 'Bericht Sektor Verteidigung', 'defence_report'),
(2861, 'german', 'l_sdf_none', 'Du hast keine Sektor Verteidigung losgeschickt.', 'defence_report'),
(2862, 'german', 'l_sdf_type', 'Typ', 'defence_report'),
(2863, 'german', 'l_sdf_mode', 'Modus', 'defence_report'),
(2864, 'german', 'l_device_title', 'Geräte', 'device'),
(2865, 'german', 'l_device_expl', 'Dein Schiff hat folgende Geräte (zum Benutzen anklicken):', 'device'),
(2866, 'german', 'l_device', 'Gerät', 'device'),
(2867, 'german', 'l_qty', 'Menge  ', 'device'),
(2868, 'german', 'l_usage', 'Benutzung', 'device'),
(2869, 'german', 'l_manual', 'Manuell', 'device'),
(2870, 'german', 'l_automatic', 'Automatisch', 'device'),
(2871, 'german', 'l_lssd', 'Letzes Schiffsgerät   ', 'device'),
(2872, 'german', 'l_dump_title', 'Siedler abladen', 'dump'),
(2873, 'german', 'l_dump_turn', 'Du brauchst mindestens einen Zug um Siedler abzuladen.', 'dump'),
(2874, 'german', 'l_dump_nocol', 'Du hast keine Siedler an Bord.', 'dump'),
(2875, 'german', 'l_dump_dumped', 'Siedler am Versorgungsdepot abgesetzt.', 'dump'),
(2876, 'german', 'l_dump_nono', 'Dafür mußt Du an einem Versorgungsdepot sein.', 'dump'),
(2877, 'german', 'l_ewd_title', 'Benutzte Notfall Warp Device', 'emerwarp'),
(2878, 'german', 'l_ewd_used', 'Notfall Warp Device ausgelöst - angekommen in Sektor [sector].', 'emerwarp'),
(2879, 'german', 'l_ewd_none', 'Du hast kein Notfall Warp Device.', 'emerwarp'),
(2880, 'german', 'l_feedback_title', 'Sende Feedback', 'feedback'),
(2881, 'german', 'l_feedback_to', 'An:', 'feedback'),
(2882, 'german', 'l_feedback_from', 'Von:', 'feedback'),
(2883, 'german', 'l_feedback_topi', 'Betreff:', 'feedback'),
(2884, 'german', 'l_feedback_feedback', 'Feedback', 'feedback'),
(2885, 'german', 'l_feedback_message', 'Nachricht:', 'feedback'),
(2886, 'german', 'l_feedback_messent', 'Nachricht gesendet', 'feedback'),
(2887, 'german', 'l_feedback_subj', 'Weltraumabenteuer Feedback', 'feedback'),
(2888, 'german', 'l_feedback_info', 'Feedback bitte in Deutsch. English is also possible.', 'feedback'),
(2889, 'german', 'l_footer_one_player_on', 'Es ist ein Spieler online.', 'footer'),
(2890, 'german', 'l_footer_players_on_1', 'Es sind', 'footer'),
(2891, 'german', 'l_footer_players_on_2', 'Spieler online.', 'footer'),
(2892, 'german', 'l_footer_until_update', 'Sekunden bis zum nächsten Update.', 'footer'),
(2893, 'german', 'l_time_gen_page', 'Time to Seite zu erzeugen', 'footer'),
(2894, 'german', 'l_seconds', 'Sekunden', 'footer'),
(2895, 'german', 'l_peak_mem', 'k der Peak-Speicher verwendet', 'footer'),
(2896, 'german', 'l_ore_port', 'Erzhafens', 'galaxy'),
(2897, 'german', 'l_organics_port', 'Organics port', 'galaxy'),
(2898, 'german', 'l_energy_port', 'Energie-Port', 'galaxy'),
(2899, 'german', 'l_goods_port', 'Waren-Port', 'galaxy'),
(2900, 'german', 'l_no_port', 'Kein Anschluss', 'galaxy'),
(2901, 'german', 'l_unexplored', 'Unerforscht', 'galaxy'),
(2902, 'german', 'l_map_title', 'Galaxy Karte', 'galaxy'),
(2903, 'german', 'l_gns_title', 'Benutzte Genesis Torpedo', 'genesis'),
(2904, 'german', 'l_gns_turn', 'Du brauchst mindestens einen Zug um das Genesis Torpedo zu benutzten.', 'genesis'),
(2905, 'german', 'l_gns_onplanet', 'Du kannst das Genesis Torpedo nicht auf Planetenoberflächen einsetzten.', 'genesis'),
(2906, 'german', 'l_gns_full', 'Dieses Sonnensystem ist bereits voll.', 'genesis'),
(2907, 'german', 'l_gns_nogenesis', 'Du besitzt kein Genesis Torpedo.', 'genesis'),
(2908, 'german', 'l_gns_forbid', 'Erzeugen eines Planeten in diesem Sektor ist nicht erlaubt.', 'genesis'),
(2909, 'german', 'l_gns_bforbid', 'Die Basen in diesem Sektor stören Deinem Genesis Torpedo. Erzeugen eines PLaneten unmöglich.', 'genesis'),
(2910, 'german', 'l_gns_pcreate', 'Planet erzeugt.', 'genesis'),
(2911, 'german', 'l_global_mmenu', 'Klicke [here] um ins Hauptmenü zugelangen.', 'global_funcs'),
(2912, 'german', 'l_global_mlogin', 'Klicke [here] um zur Startseite zurück zugelangen.', 'global_funcs'),
(2913, 'german', 'l_global_needlogin', 'You need to log in, click [here].', 'global_funcs'),
(2914, 'german', 'l_global_died', 'Der Spieler ist leider gestorben! [here] Dies passierte', 'global_funcs'),
(2915, 'german', 'l_global_died2', 'Viel Glück beim nächsten Mal!', 'global_funcs'),
(2916, 'german', 'l_global_warzone', 'Zone ist nun eine Kriegszone!', 'global_funcs'),
(2917, 'german', 'l_global_nzone', 'Zone ist eine neutrale Zone.', 'global_funcs'),
(2918, 'german', 'l_global_team', 'Zone gehört nun zu der Allianze', 'global_funcs'),
(2919, 'german', 'l_global_player', 'Zone gehört nun dem Spieler', 'global_funcs'),
(2920, 'german', 'l_insignia_0', 'New Recruit', 'global_includes'),
(2921, 'german', 'l_insignia_1', 'Crewman', 'global_includes'),
(2922, 'german', 'l_insignia_2', 'Crewman First Class', 'global_includes'),
(2923, 'german', 'l_insignia_3', 'Petty Officer 3rd Class', 'global_includes'),
(2924, 'german', 'l_insignia_4', 'Petty Officer 2nd Class', 'global_includes'),
(2925, 'german', 'l_insignia_5', 'Petty Officer 1st Class', 'global_includes'),
(2926, 'german', 'l_insignia_6', 'Chief Petty Officer', 'global_includes'),
(2927, 'german', 'l_insignia_7', 'Senior Chief Petty Officer', 'global_includes'),
(2928, 'german', 'l_insignia_8', 'Master Chief Petty Officer', 'global_includes'),
(2929, 'german', 'l_insignia_9', 'Ensign', 'global_includes'),
(2930, 'german', 'l_insignia_10', 'Lieutenant Junior Grade', 'global_includes'),
(2931, 'german', 'l_insignia_11', 'Lieutenant', 'global_includes'),
(2932, 'german', 'l_insignia_12', 'Lieutenant Commander', 'global_includes'),
(2933, 'german', 'l_insignia_13', 'Commander', 'global_includes'),
(2934, 'german', 'l_insignia_14', 'Captain', 'global_includes'),
(2935, 'german', 'l_insignia_15', 'Fleet Captain', 'global_includes'),
(2936, 'german', 'l_insignia_16', 'Commodore', 'global_includes'),
(2937, 'german', 'l_insignia_17', 'Rear Admiral', 'global_includes'),
(2938, 'german', 'l_insignia_18', 'Vice Admiral', 'global_includes'),
(2939, 'german', 'l_insignia_19', 'Admiral', 'global_includes'),
(2940, 'german', 'l_local_news', 'Local News', 'global_includes'),
(2941, 'german', 'l_igb_credit_symbol', 'C', 'igb'),
(2942, 'german', 'l_igb_title', 'Die Intergalaktische Bank', 'igb'),
(2943, 'german', 'l_igb_humor', 'Ihre Basis gehört uns.', 'igb'),
(2944, 'german', 'l_igb_malfunction', 'Dieses IGB Terminal ist gestört. Die Intergalaktische Bank entschuldigt sich für auftretende Unannehmlichkeiten.', 'igb'),
(2945, 'german', 'l_igb_quit', 'Verlassen', 'igb'),
(2946, 'german', 'l_igb_login', 'Login', 'igb'),
(2947, 'german', 'l_igb_welcometoigb', 'Willkommen auf diesem Intergalaktische Bank Terminal', 'igb'),
(2948, 'german', 'l_igb_accountholder', 'Kontobesitzer', 'igb'),
(2949, 'german', 'l_igb_shipaccount', 'Schiffskonto', 'igb'),
(2950, 'german', 'l_igb_igbaccount', 'IGB Konto', 'igb'),
(2951, 'german', 'l_igb_operations', 'Operationen', 'igb'),
(2952, 'german', 'l_igb_withdraw', 'Abheben', 'igb'),
(2953, 'german', 'l_igb_deposit', 'Einzahlen', 'igb'),
(2954, 'german', 'l_igb_transfer', 'Transfer', 'igb'),
(2955, 'german', 'l_igb_back', 'Zurück', 'igb'),
(2956, 'german', 'l_igb_logout', 'Logout', 'igb'),
(2957, 'german', 'l_igb_withdrawfunds', 'Mittel abheben', 'igb'),
(2958, 'german', 'l_igb_fundsavailable', 'Mittel verfügbar', 'igb'),
(2959, 'german', 'l_igb_selwithdrawamount', 'Betrag zum Abheben auswählen', 'igb'),
(2960, 'german', 'l_igb_depositfunds', 'Mittel einzahlen', 'igb'),
(2961, 'german', 'l_igb_seldepositamount', 'Betrag zum Einzahlen auswählen', 'igb'),
(2962, 'german', 'l_igb_transfertype', 'Transfer Typ', 'igb'),
(2963, 'german', 'l_igb_toanothership', 'Zu einem anderen Schiff', 'igb'),
(2964, 'german', 'l_igb_shiptransfer', 'Schiffstransfer', 'igb'),
(2965, 'german', 'l_igb_fromplanet', 'Von einem Planeten zum Anderen', 'igb'),
(2966, 'german', 'l_igb_unnamed', 'Unbenannt', 'igb'),
(2967, 'german', 'l_igb_in', 'in', 'igb'),
(2968, 'german', 'l_igb_none', 'Nichts', 'igb'),
(2969, 'german', 'l_igb_destination', 'Ziel', 'igb'),
(2970, 'german', 'l_igb_planettransfer', 'Planeten Transfer', 'igb'),
(2971, 'german', 'l_igb_sendyourself', 'Du kannst Dir nicht selbst Geld überweisen!', 'igb'),
(2972, 'german', 'l_igb_unknowntargetship', 'Unbekanntes Zielschiff!', 'igb'),
(2973, 'german', 'l_igb_min_turns', 'Spieler [igb_target_char_name] muß [igb_min_turns] Züge gespielt haben, bevor er Geld empfangen kann.', 'igb'),
(2974, 'german', 'l_igb_min_turns2', 'Du mußt [igb_min_turns] Züge gespielt haben, bevor Du Geld überweisen kannst.', 'igb'),
(2975, 'german', 'l_igb_mustwait', 'Du hast bereits eine überweisung getätigt an [igb_target_char_name] in den letzten [igb_trate] Minuten. Du mußt [igb_difftime] Minuten warten, bis Du an diesen Spieler überweisen kannst.', 'igb'),
(2976, 'german', 'l_igb_maxtransfer', 'Maximum Transfer erlaubt', 'igb'),
(2977, 'german', 'l_igb_unlimited', 'Unbegrenzt', 'igb'),
(2978, 'german', 'l_igb_maxtransferpercent', 'Maximum Transfer erlaubt ([igb_percent]% des Nettowertes)', 'igb'),
(2979, 'german', 'l_igb_recipient', 'Empfänger', 'igb'),
(2980, 'german', 'l_igb_seltransferamount', 'Bitte Geldmenge für Transfer auswählen', 'igb'),
(2981, 'german', 'l_igb_transferrate', 'Gebühren für den Transfer: [igb_num_percent]% der Gesamtsumme. Die Gebühr wird von der transferierten Geldmenge abgezogen.', 'igb'),
(2982, 'german', 'l_igb_errplanetsrcanddest', 'Ein einziger Planet kann nicht Quelle und Ziel sein.', 'igb'),
(2983, 'german', 'l_igb_errunknownplanet', 'DB Fehler! Unbekannter Planet!', 'igb'),
(2984, 'german', 'l_igb_errnotyourplanet', 'Du kannst kein Geld transferieren zu einem Planeten, der Dir nicht gehört.', 'igb'),
(2985, 'german', 'l_igb_srcplanet', 'Quelle -> Planet', 'igb'),
(2986, 'german', 'l_igb_destplanet', 'Ziel -> Planet', 'igb'),
(2987, 'german', 'l_igb_transferrate2', 'Gebühren für den Transfer: [igb_num_percent]% er Gesamtsumme. Die Gebühr wird von der transferierten Geldmenge abgezogen.', 'igb'),
(2988, 'german', 'l_igb_errsendyourself', 'Du kannst Dir nicht selbst Geld überweisen!', 'igb'),
(2989, 'german', 'l_igb_min_turns3', 'Spieler [igb_target_char_name] muß [igb_min_turns] Züge gespielt haben, bevor er Geld empfangen kann.', 'igb'),
(2990, 'german', 'l_igb_min_turns4', 'Du mußt [igb_min_turns] Züge gespielt haben, bevor Du Geld überweisen kannst.', 'igb'),
(2991, 'german', 'l_igb_mustwait2', 'Du hast bereits eine überweisung getätigt an [igb_target_char_name] in den letzten [igb_trate] Minuten. Du mußt [igb_difftime] Minuten warten, bis Du an diesen Spieler überweisen kannst.', 'igb'),
(2992, 'german', 'l_igb_invalidtransferinput', 'Ungültige Eingabe für Transfer.', 'igb'),
(2993, 'german', 'l_igb_nozeroamount', 'Transfersumme darf nicht 0 sein.', 'igb'),
(2994, 'german', 'l_igb_notenoughcredits', 'Du hast nicht genug Credits für diese Operation.', 'igb'),
(2995, 'german', 'l_igb_amounttoogreat', 'Die eingegebene Summe war größer als die maximal erlaubte Transfersumme.', 'igb'),
(2996, 'german', 'l_igb_transfersuccessful', 'Transfer erfolgerich', 'igb'),
(2997, 'german', 'l_igb_creditsto', 'Credits wurden überwiesen an', 'igb'),
(2998, 'german', 'l_igb_transferamount', 'Transfer Summe', 'igb'),
(2999, 'german', 'l_igb_transferfee', 'Transfer Gebühr', 'igb'),
(3000, 'german', 'l_igb_amounttransferred', 'Transferierte Summe', 'igb'),
(3001, 'german', 'l_igb_notenoughcredits2', 'Es sind nicht genug Credits auf dem Qüllplaneten um die Transaktion durchzuführen.', 'igb'),
(3002, 'german', 'l_igb_to', 'an', 'igb'),
(3003, 'german', 'l_igb_ctransferredfrom', 'Credits wurden transferiert von', 'igb'),
(3004, 'german', 'l_igb_invaliddepositinput', 'Ungültige Eingabe für Einzahlung.', 'igb'),
(3005, 'german', 'l_igb_nozeroamount2', 'Einzahlungssumme darf nicht 0 sein.', 'igb'),
(3006, 'german', 'l_igb_operationsuccessful', 'Operation erfolgreich', 'igb'),
(3007, 'german', 'l_igb_creditstoyou', 'Credits wurden auf Ihr IGB Konto transferiert.', 'igb'),
(3008, 'german', 'l_igb_accounts', 'Konten', 'igb'),
(3009, 'german', 'l_igb_invalidwithdrawinput', 'ngültige Eingabe für Abhebung.', 'igb'),
(3010, 'german', 'l_igb_nozeroamount3', 'Auszahlungssumme darf nicht 0 sein.', 'igb'),
(3011, 'german', 'l_igb_creditstoyourship', 'Credits wurden auf Ihr Schiffskonto transferiert.', 'igb'),
(3012, 'german', 'l_igb_igberrreport', 'IGB Fehler Report', 'igb'),
(3013, 'german', 'l_igb_source', 'Quelle', 'igb'),
(3014, 'german', 'l_igb_loans', 'Darlehen', 'igb'),
(3015, 'german', 'l_igb_loanstatus', 'Darlehen Status', 'igb'),
(3016, 'german', 'l_igb_currentloan', 'Gesamtsumme Darlehen', 'igb'),
(3017, 'german', 'l_igb_maxloanpercent', 'Maximaler Kreditrahmen ([igb_percent]% des Nettowertes)', 'igb'),
(3018, 'german', 'l_igb_loanamount', 'Darlehenssumme eingeben', 'igb'),
(3019, 'german', 'l_igb_borrow', 'Kredit aufnehmen', 'igb'),
(3020, 'german', 'l_igb_loanrates', 'Alle Darlehen beinhalten eine einmalige Gebühr von [factor]% der Gesamtsumme. Zusätzlich werden [interest]% Zinsen berechnet für jeden Zug bis zur Rückzahlung.', 'igb'),
(3021, 'german', 'l_igb_invalidamount', 'Ungültige Eingabe.', 'igb'),
(3022, 'german', 'l_igb_notwoloans', 'Sie können kein Darlehen aufnehmen, ohne das alte zuvor zurückgezahlt zu haben.', 'igb'),
(3023, 'german', 'l_igb_loantoobig', 'Ihr Kreditrahmen würde überschritten.', 'igb'),
(3024, 'german', 'l_igb_takenaloan', 'Darlehen aufgenommen', 'igb'),
(3025, 'german', 'l_igb_loancongrats', 'Glückwunsch! Sie haben ein Darlehen aufgenommen bei dem freundlichsten Bank Konsortium weit und breit!', 'igb'),
(3026, 'german', 'l_igb_loantransferred', 'Geldmenge transferiert zu Ihrem Schiffskonto', 'igb'),
(3027, 'german', 'l_igb_loanfee', 'Einmalige Darlehensgebühr', 'igb'),
(3028, 'german', 'l_igb_amountowned', 'Gesamtsumme geschuldet an die IGB', 'igb'),
(3029, 'german', 'l_igb_loanreminder', 'Freundliche Erinnerung: Wenn Sie ihr Darlehen nicht komplett zurückgezahlt haben in [hours]h [mins]m, sehen wir uns gezwungen, ihr Schiffskonto für Spezialhäfen zu sperren.', 'igb'),
(3030, 'german', 'l_igb_loanreminder2', 'Die IGB, Erfüller Ihrer Träume', 'igb'),
(3031, 'german', 'l_igb_loantimeleft', 'Zeit bis zur Fälligkeit des Darlehens', 'igb'),
(3032, 'german', 'l_igb_loanlate', 'Rückzahlung zu spät!', 'igb'),
(3033, 'german', 'l_igb_repayamount', 'Betrag der Rückzahlung', 'igb'),
(3034, 'german', 'l_igb_repay', 'Zurückzahlen', 'igb'),
(3035, 'german', 'l_igb_notrepay', 'Sie haben keine Darlehen zurückzubezahlen.', 'igb'),
(3036, 'german', 'l_igb_notenoughrepay', 'Sie haben nicht genug Geld auf Ihrem Schiffskonto, um diese Operation auszuführen.', 'igb'),
(3037, 'german', 'l_igb_payloan', 'Darlehenstilgung', 'igb'),
(3038, 'german', 'l_igb_loanthanks', 'Ihre Zahlung ist eingegangen. Wir danken für Ihr Vertrauen in die IGB.', 'igb'),
(3039, 'german', 'l_igb_transferrate3', 'Die Gebühr für die Konsolidierung beträgt [igb_num_percent]% der Gesamtsumme. Die Gebühr wird von der transferierten Geldmenge abgezogen. Der Transfer kostet einen Zug für jeden der [nbplanets] Planeten.', 'igb'),
(3040, 'german', 'l_igb_currentpl', 'Credits auf Planet', 'igb'),
(3041, 'german', 'l_igb_consolrates', 'Sie können einen Kreditrahmen festlegen. Planeten mit weniger Credits als das Minimum und mit mehr Credits als das Maximum sind ausgenommen. 0 für unbegrentz', 'igb'),
(3042, 'german', 'l_igb_minimum', 'Minimum', 'igb'),
(3043, 'german', 'l_igb_maximum', 'Maximum', 'igb'),
(3044, 'german', 'l_igb_planetconsolidate', 'Planeten Konsolidierung', 'igb'),
(3045, 'german', 'l_igb_compute', 'Berechne', 'igb'),
(3046, 'german', 'l_igb_plaffected', 'Anzahl betroffener Planeten', 'igb'),
(3047, 'german', 'l_igb_turncost', 'Gesamtkosten Züge', 'igb'),
(3048, 'german', 'l_igb_consolidate', 'Konsolidiere', 'igb'),
(3049, 'german', 'l_igb_conspl', 'Konsolidiere Credits für einen einzelnen Planeten', 'igb'),
(3050, 'german', 'l_igb_notenturns', 'Sie haben nicht genug züge, um diese Operation auszuführen.', 'igb'),
(3051, 'german', 'l_welcome_bnt', 'Willkommen bei Blacknova Traders!', 'index'),
(3052, 'german', 'l_bnt_description', 'Ein web-basiertes Massively-Multiplayer-Raum zu bekämpfen und Trading-Spiel', 'index'),
(3053, 'german', 'l_cookie_warning', 'Blacknova Traders erfordert Cookies für die Authentifizierung Das Spiel wird ohne sie nicht arbeiten Mit der Anmeldung oder der Anmeldung erklären Sie sich mit uns setzen Cookies...', 'index'),
(3054, 'german', 'l_new_player', 'Neuer Spieler', 'index'),
(3055, 'german', 'l_log_titlet', 'Zeige Log', 'log'),
(3056, 'german', 'l_log_pod', 'Glücklicherweise hast Du eine Rettungskapsel!', 'log'),
(3057, 'german', 'l_log_nopod', 'Du hast keine Rettungskapsel und bist gestorben!', 'log'),
(3058, 'german', 'l_log_log', '[player]s Log', 'log'),
(3059, 'german', 'l_log_start', 'Log Eintrag für', 'log'),
(3060, 'german', 'l_log_end', 'Ende des Log Eintrages für', 'log'),
(3061, 'german', 'l_log_click', 'Klicke [here] um zum Hauptmenü zu gelangen.', 'log'),
(3062, 'german', 'l_log_note', 'Anmerkung: Wenn diese Seite nicht korrekt dargestellt wird oder Dich nervt, kannst Du das hier ändern:[here]', 'log'),
(3063, 'german', 'l_log_note_disable', 'disable them', 'log'),
(3064, 'german', 'l_log_text_LOG_LOGIN', 'Du bist eingeloggt mit IP [ip].', 'log'),
(3065, 'german', 'l_log_title_LOG_LOGIN', 'Eingeloggt', 'log'),
(3066, 'german', 'l_log_text_LOG_LOGOUT', 'Ausgeloggt von IP [ip].', 'log'),
(3067, 'german', 'l_log_title_LOG_LOGOUT', 'Ausgeloggt', 'log'),
(3068, 'german', 'l_log_text_LOG_ATTACK_OUTMAN', '[player] war dabei Dich anzugreifen. Deine hervorragenden Fähigkeiten als Pilot und Dein prima Antrieb haben ihn locker ausmanövriert.', 'log'),
(3069, 'german', 'l_log_title_LOG_ATTACK_OUTMAN', 'Ausweichmanöver!', 'log'),
(3070, 'german', 'l_log_text_LOG_ATTACK_OUTSCAN', '[player]s Waffen wollten Dein Schiff aufs Korn nehmen, aber Deine Tarnungseinrichtung hat seine primitiven Sensoren genarrt.', 'log'),
(3071, 'german', 'l_log_title_LOG_ATTACK_OUTSCAN', 'Tarnungseinrichtung erfolgreich aktiviert!', 'log'),
(3072, 'german', 'l_log_text_LOG_ATTACK_EWD', 'Du wurdest von [player]s gefährlicher Attacke überrascht. Du siehst bereits seine Sprengköpfe auf Dich zufliegen, als Du wild auf den Notfallwarpknopf einschlägst. Die Welt verschwimmt vor Deinen Augen und für einen kurzen Moment denkst Du, Du bist tot. Als Du Deine Augen wieder öffnest, siehst Du, daß Du sicher irgendwohin transportiert wurdest. Aber wohin genau weißt Du leider nicht...', 'log'),
(3073, 'german', 'l_log_title_LOG_ATTACK_EWD', 'Notfall Warp!', 'log'),
(3074, 'german', 'l_log_text_LOG_ATTACK_EWDFAIL', 'Deine Sensors entdecken [player]s Schiff aud Angriffskurs. "Lieber feige als tot.", denkst Du Dir und drückst den Notfallwarp Knopf. Du hörst ein seltsam stotterndes Geräusch aus dem Maschinenraum und riechst verbrannte Schaltkreise. Du brüllst "Verdammter Mist!" und trittst wütend gegen den Computer. Der quittiert das mit ein paar protestierenden Piepsern und Du machst Dich bereit für die unvermeidliche Schlacht..', 'log'),
(3075, 'german', 'l_log_title_LOG_ATTACK_EWDFAIL', 'Notfallwarp ausgefallen!', 'log'),
(3076, 'german', 'l_log_text_LOG_ATTACK_LOSE', 'Dein Schiff wird von [player] angegriffen. Egal was Du machst, Du kannst Dich gegen [player]s hervorragende Bewaffnung nicht verteidigen. Dein Schiff wird zerstört.', 'log'),
(3077, 'german', 'l_log_title_LOG_ATTACK_LOSE', 'Gefecht verloren!', 'log'),
(3078, 'german', 'l_log_text_LOG_ATTACKED_WIN', 'Dein Schiff wurde von [player] angegriffen. Das Gefecht dauert eine Weile, bis es zum Erliegen kommt. Du hast [armor] Panzerung und [fighters] Fighters in dem Geplänkel verloren.', 'log'),
(3079, 'german', 'l_log_title_LOG_ATTACKED_WIN', 'Scharmützel!', 'log'),
(3080, 'german', 'l_log_text_LOG_TOLL_PAID', 'Du mußt [toll] Credits Zoll bezahlen, um Sektor [sector] zu betreten. Du schwörst Dir einen Weg zu finden, um das Geld zurück zu bekommen.', 'log'),
(3081, 'german', 'l_log_title_LOG_TOLL_PAID', 'Erpressung', 'log'),
(3082, 'german', 'l_log_text_LOG_HIT_MINES', 'You triffst auf [mines] Minen, als Du durch Sektor [sector] reist.', 'log'),
(3083, 'german', 'l_log_title_LOG_HIT_MINES', 'Minen Alarm!', 'log'),
(3084, 'german', 'l_log_text_LOG_SHIP_DESTROYED_MINES', 'Dein Schiff wurde durch ein Mienenfeld in Sektor [sector] zerstört.', 'log'),
(3085, 'german', 'l_log_title_LOG_SHIP_DESTROYED_MINES', 'Minen Alarm!', 'log'),
(3086, 'german', 'l_log_text_LOG_PLANET_DEFEATED_D', 'Dein Planet [planet_name] in Sektor [sector] wurde von [name] erobert. Glücklicherweise sind die dortigen Siedler sreng loyal, was Dir zugute kommt. Sie würden lieber sterben, als den Planeten in feindliche Hände fallen zu lassen. Zum Gedenken für die Gefallenen organisierst Du ergreifende Begräbnisfeiern.', 'log'),
(3087, 'german', 'l_log_title_LOG_PLANET_DEFEATED_D', 'Planet zerstört', 'log'),
(3088, 'german', 'l_log_text_LOG_PLANET_DEFEATED', 'Dein Planet [planet_name] in Sektor [sector] wurde von [name] erobert. Die Bewohner des Planeten heißen den Eroberer wilkommen. Du siehst ein Interviev auf BNN: "Wir sind froh, die alte Schnarchnase los zu sein. Wir bracuhen keine stinkenden Verlierer, die uns nicht einmal beschützen können." Du schwörst Dir, sie für diese Arroganz bezahlen zu lassen.', 'log'),
(3089, 'german', 'l_log_title_LOG_PLANET_DEFEATED', 'Planet erobert!', 'log'),
(3090, 'german', 'l_log_text_LOG_PLANET_NOT_DEFEATED', 'Dein Planet [planet_name] in Sektor [sector] wurde von [name] angegriffen. Die Bürger organisierten einen tapferen Wiederstand und erreichten schließlich die Zerstörung des Gegners. Ergebnis der Plünderung des Gegners: [salv_ore] Einheiten Erz, [salv_organics] Einheiten organische Produkte, [salv_goods] Einheiten Gebrauchsgüter und [ship_salvage_rate]% von dem Schiff für [ship_salvage] Credits.', 'log'),
(3091, 'german', 'l_log_title_LOG_PLANET_NOT_DEFEATED', 'Sieg!', 'log'),
(3092, 'german', 'l_log_title_LOG_RAW', 'Notiz', 'log'),
(3093, 'german', 'l_log_text_LOG_TOLL_RECV', 'Deine Fighter in Sektor [sector] haben "Zoll" in Höhe von [toll] Credits eingetrieben.', 'log'),
(3094, 'german', 'l_log_title_LOG_TOLL_RECV', 'Zolleinnahmen', 'log'),
(3095, 'german', 'l_log_text_LOG_DEFS_DESTROYED', '[quantity] [type] sind in Settor [sector] zerstört worden.', 'log'),
(3096, 'german', 'l_log_title_LOG_DEFS_DESTROYED', 'Sektorenverteidigung zerstört', 'log'),
(3097, 'german', 'l_log_text_LOG_PLANET_EJECT', 'Du wurdest von dem Planeten in Sektor [sector] vertrieben, dä [name] die Allianz verlassen hat.', 'log'),
(3098, 'german', 'l_log_title_LOG_PLANET_EJECT', 'Vertrieben!', 'log'),
(3099, 'german', 'l_log_text_LOG_BADLOGIN', 'Erfolgloser Loginversuch von IP [ip].', 'log'),
(3100, 'german', 'l_log_title_LOG_BADLOGIN', 'Erfolgloser Loginversuch', 'log'),
(3101, 'german', 'l_log_text_LOG_PLANET_SCAN', '[name] hat Deinen Planeten [planet_name] in Sektor [sector] gescannt.', 'log'),
(3102, 'german', 'l_log_title_LOG_PLANET_SCAN', 'Planet gescannt', 'log'),
(3103, 'german', 'l_log_text_LOG_PLANET_SCAN_FAIL', '[name] hat erfolglos versucht, Deinen Planeten [planet_name] in Sektor [sector] zu scannen.', 'log'),
(3104, 'german', 'l_log_title_LOG_PLANET_SCAN_FAIL', 'Planet Scan gescheitert', 'log'),
(3105, 'german', 'l_log_text_LOG_SHIP_SCAN', '[player] hat Dein Schiff gescannt.', 'log'),
(3106, 'german', 'l_log_title_LOG_SHIP_SCAN', 'Schiff gescannt', 'log'),
(3107, 'german', 'l_log_text_LOG_SHIP_SCAN_FAIL', '[player] hat erfolglos versucht, Dein Schiff zu scannen.', 'log'),
(3108, 'german', 'l_log_title_LOG_SHIP_SCAN_FAIL', 'Schiff Scan gescheitert', 'log'),
(3109, 'german', 'l_log_text_LOG_Xenobe_ATTACK', 'Angriff auf Spieler [player]...', 'log'),
(3110, 'german', 'l_log_title_LOG_Xenobe_ATTACK', 'Attacke', 'log'),
(3111, 'german', 'l_log_text_LOG_STARVATION', 'Einer Deiner Planeten in [sector] kann seine Bevölkerung nicht ernähren! Mehr organische Produkte sind notwendig. [starvation] Siedler sind schon an Hunger gestorben.', 'log'),
(3112, 'german', 'l_log_title_LOG_STARVATION', 'Hungersnot!', 'log'),
(3113, 'german', 'l_log_text_LOG_TOW', 'Dein Schiff wurde von Sektor [sector] nach Sektor [newsector] abgeschleppt, weil dein technischer Durchschnitt den Grenzwert überschritten hat [hull].', 'log'),
(3114, 'german', 'l_log_title_LOG_TOW', 'Abgeschleppt!', 'log'),
(3115, 'german', 'l_log_text_LOG_DEFS_DESTROYED_F', 'Du hast [fighters] patrollierende Fighter in Sektor [sector] zerstört.', 'log'),
(3116, 'german', 'l_log_title_LOG_DEFS_DESTROYED_F', 'Fighter zerstört', 'log'),
(3117, 'german', 'l_log_text_LOG_DEFS_KABOOM', 'Du wurdest von einer Flotte von Fightern in sector [sector] zerstört.', 'log'),
(3118, 'german', 'l_log_title_LOG_DEFS_KABOOM', 'Schiff zerstört!', 'log'),
(3119, 'german', 'l_log_text_LOG_HARAKIRI', 'Du hast die Nase voll davon, mit diesem Frachtkahn durchs Universum zu schippern und beschließt, daß die Welt ohne Dich besser dran ist. Authorisiert von [ip].', 'log'),
(3120, 'german', 'l_log_title_LOG_HARAKIRI', 'Selbstzerstörung!', 'log'),
(3121, 'german', 'l_log_text_LOG_TEAM_REJECT', '[player] hat es abgelehnt, Deiner Allianz [teamname] beizutreten.', 'log'),
(3122, 'german', 'l_log_title_LOG_TEAM_REJECT', 'Abgelehnt', 'log'),
(3123, 'german', 'l_log_text_LOG_TEAM_RENAME', 'Du hast Deine Allianz in [team] umbenannt.', 'log'),
(3124, 'german', 'l_log_title_LOG_TEAM_RENAME', 'Allianz umbenannt', 'log'),
(3125, 'german', 'l_log_text_LOG_TEAM_M_RENAME', 'Dein Allianz Koordinator hat die Allianz in [team] umbenannt.', 'log'),
(3126, 'german', 'l_log_title_LOG_TEAM_M_RENAME', 'Alliance umbenannt', 'log'),
(3127, 'german', 'l_log_text_LOG_TEAM_KICK', 'Du bist aus der Allianz [team] herausgeworfen worden.', 'log'),
(3128, 'german', 'l_log_title_LOG_TEAM_KICK', 'Rauswurf aus der Allianz!', 'log'),
(3129, 'german', 'l_log_text_LOG_TEAM_CREATE', 'Du hast die Allianz [team] gegründet.', 'log'),
(3130, 'german', 'l_log_title_LOG_TEAM_CREATE', 'Allianz gegründet', 'log'),
(3131, 'german', 'l_log_text_LOG_TEAM_LEAVE', 'Du hast die Allianz [team] verlassen.', 'log'),
(3132, 'german', 'l_log_title_LOG_TEAM_LEAVE', 'Allianz verlassen', 'log'),
(3133, 'german', 'l_log_text_LOG_TEAM_NEWLEAD', 'Du hast die Allianz [team] verlassen. Du hast die Führerschaft an [name] übertragen.', 'log'),
(3134, 'german', 'l_log_title_LOG_TEAM_NEWLEAD', 'Allianz verlassen', 'log'),
(3135, 'german', 'l_log_text_LOG_TEAM_LEAD', 'Dein Allianz Koordinator hat [team] verlassen. Du wurdest ausgesucht, seinen Platz einzunehmen.', 'log'),
(3136, 'german', 'l_log_title_LOG_TEAM_LEAD', 'Beförderung!', 'log'),
(3137, 'german', 'l_log_text_LOG_TEAM_JOIN', 'Du bist der Allianz [team] beigetreten.', 'log'),
(3138, 'german', 'l_log_title_LOG_TEAM_JOIN', 'Allianz beigetreten', 'log'),
(3139, 'german', 'l_log_text_LOG_TEAM_NEWMEMBER', '[name] ist [team] beigetreten. Dies bringt uns der Herschafft über das Universum einen Schritt näher.', 'log'),
(3140, 'german', 'l_log_title_LOG_TEAM_NEWMEMBER', 'Neues Allianzmitglied', 'log'),
(3141, 'german', 'l_log_text_LOG_TEAM_INVITE', 'Du wurdest aufgefordert, Mitglied bei [team] zu werden.', 'log'),
(3142, 'german', 'l_log_title_LOG_TEAM_INVITE', 'Angebot!', 'log'),
(3143, 'german', 'l_log_text_LOG_TEAM_NOT_LEAVE', '[player] hat Deine Allianz verlassen.', 'log'),
(3144, 'german', 'l_log_title_LOG_TEAM_NOT_LEAVE', 'Allianz hat Mitglied verloren', 'log'),
(3145, 'german', 'l_log_text_LOG_ADMIN_HARAKIRI', '[player] hat sich selbst zerstört von IP [ip].', 'log'),
(3146, 'german', 'l_log_title_LOG_ADMIN_HARAKIRI', 'Selbstzerstörung', 'log'),
(3147, 'german', 'l_log_text_LOG_ADMIN_ILLEGVALUE', '[player] hat [quantity] [type], mit maximalem Laderaumvolumen von [holds]', 'log'),
(3148, 'german', 'l_log_title_LOG_ADMIN_ILLEGVALUE', 'Illegale Schiffsbeladung!', 'log'),
(3149, 'german', 'l_log_text_LOG_ADMIN_PLANETDEL', '[attacker] hat versucht [defender]s Planet in Sektor [sector] zu übernehmen. Der Planet wurde statdessen zerstört.', 'log'),
(3150, 'german', 'l_log_title_LOG_ADMIN_PLANETDEL', 'Planet zerstört', 'log'),
(3151, 'german', 'l_log_text_LOG_DEFENCE_DEGRADE', 'Sektor Verteidigungs Fighter in Sektor [sector] verlieren [degrade]% wegen unzureichender Energie.', 'log'),
(3152, 'german', 'l_log_title_LOG_DEFENCE_DEGRADE', 'Sektor Verteidiger degradiert.', 'log'),
(3153, 'german', 'l_log_text_LOG_PLANET_CAPTURED', 'Du hast einen Planeten von [owner] erobert mit [cols] Siedlern und [credits] Credits.', 'log'),
(3154, 'german', 'l_log_title_LOG_PLANET_CAPTURED', 'Planet erobert!', 'log'),
(3155, 'german', 'l_log_text_LOG_PLANET_BOMBED', 'Dein Planet [planet_name] im Sektor] wurde zerstört von [name]. Du brauchst [beams] Energie und [torps] Torpedos zu deiner Verteidigung. Du verlierst [figs] Fighter.', 'log'),
(3156, 'german', 'l_log_title_LOG_PLANET_BOMBED', 'Planet bombardiert!', 'log'),
(3157, 'german', 'l_log_text_LOG_BOUNTY_CLAIMED', 'Du forderst eine Belohnung in Höhe von [amount] Credits für die Zerstörung des Schiffes von [bounty_on]. Die Belohnung wurde ausgesetzt von [placed_by].', 'log'),
(3158, 'german', 'l_log_title_LOG_BOUNTY_CLAIMED', 'Belohnung gefordert.', 'log'),
(3159, 'german', 'l_log_text_LOG_BOUNTY_PAID', 'Deine Belohnung für [bounty_on] wurde in Höhe von [amount] Credits bezahlt.', 'log'),
(3160, 'german', 'l_log_title_LOG_BOUNTY_PAID', 'Belohnung bezahlt.', 'log'),
(3161, 'german', 'l_log_text_LOG_BOUNTY_CANCELLED', 'Deine Belohnung für [bounty_on] in Höhe von [amount] Credits zurückgenommen.', 'log'),
(3162, 'german', 'l_log_title_LOG_BOUNTY_CANCELLED', 'Belohnung zurückgenommen.', 'log'),
(3163, 'german', 'l_log_text_LOG_SPACE_PLAGUE', 'Dein Planet [name] im Sektor [sector] wurde von einer Weltraumplage heimgesucht. [percentage] Prozent der Siedler wurden getötet.', 'log'),
(3164, 'german', 'l_log_title_LOG_SPACE_PLAGUE', 'Weltraumplage!', 'log'),
(3165, 'german', 'l_log_text_LOG_PLASMA_STORM', 'Dein Planet [name] im Sektor [sector] wurde von einem Plasmasturm getroffen. Alle Energie ist verloren.', 'log'),
(3166, 'german', 'l_log_title_LOG_PLASMA_STORM', 'Plasma Sturm!', 'log'),
(3167, 'german', 'l_log_text_LOG_BOUNTY_FEDBOUNTY', 'Die Föderation hat eine Belohnung auf Dich ausgesetzt in der Höhe von [amount] Credits.', 'log'),
(3168, 'german', 'l_log_title_LOG_BOUNTY_FEDBOUNTY', 'Föderale Belohnung!', 'log'),
(3169, 'german', 'l_log_months_1', 'Januar', 'log'),
(3170, 'german', 'l_log_months_2', 'Februar', 'log'),
(3171, 'german', 'l_log_months_3', 'März', 'log'),
(3172, 'german', 'l_log_months_4', 'April', 'log'),
(3173, 'german', 'l_log_months_5', 'Mai', 'log'),
(3174, 'german', 'l_log_months_6', 'Juni', 'log'),
(3175, 'german', 'l_log_months_7', 'Juli', 'log'),
(3176, 'german', 'l_log_months_8', 'August', 'log'),
(3177, 'german', 'l_log_months_9', 'September', 'log'),
(3178, 'german', 'l_log_months_10', 'Oktober', 'log'),
(3179, 'german', 'l_log_months_11', 'November', 'log'),
(3180, 'german', 'l_log_months_12', 'Dezember', 'log'),
(3181, 'german', 'l_log_months_short_1', 'Jan', 'log'),
(3182, 'german', 'l_log_months_short_2', 'Feb', 'log'),
(3183, 'german', 'l_log_months_short_3', 'Mar', 'log'),
(3184, 'german', 'l_log_months_short_4', 'Apr', 'log'),
(3185, 'german', 'l_log_months_short_5', 'Mai', 'log'),
(3186, 'german', 'l_log_months_short_6', 'Jun', 'log'),
(3187, 'german', 'l_log_months_short_7', 'Jul', 'log'),
(3188, 'german', 'l_log_months_short_8', 'Aug', 'log'),
(3189, 'german', 'l_log_months_short_9', 'Sep', 'log'),
(3190, 'german', 'l_log_months_short_10', 'Okt', 'log'),
(3191, 'german', 'l_log_months_short_11', 'Nov', 'log'),
(3192, 'german', 'l_log_months_short_12', 'Dez', 'log'),
(3193, 'german', 'l_login_title', 'Login', 'login'),
(3194, 'german', 'l_login_email', 'E-mailadresse:', 'login'),
(3195, 'german', 'l_login_pw', 'Passwort:', 'login'),
(3196, 'german', 'l_login_newp', 'Wenn Du ein neuer Spieler bist, dann klicke [here].', 'login'),
(3197, 'german', 'l_login_prbs', 'Probleme?', 'login'),
(3198, 'german', 'l_login_emailus', 'Mail uns', 'login'),
(3199, 'german', 'l_login_sclosed', 'Server geschlossen', 'login'),
(3200, 'german', 'l_login_closed_message', 'Server geschlossen bis zur nächsten Ankündigung.', 'login'),
(3201, 'german', 'l_login_title2', 'Login Phase Zwei', 'login'),
(3202, 'german', 'l_login_died', 'Dein Schiff wurde zerstört, aber die Fluchtkapsel hat dich und deine Mannschaft gerettet. Klicke [here] um mit einem neuen Schiff weiterzumachen.', 'login'),
(3203, 'german', 'l_login_newbie', 'Auf Grund der Ernsthaftigkeit dieses Verbrechens und des bösartigen Angriffs auf dich hat die Föderation gnädigerweise entscheiden, dass du die Möglichkeit eines freien Klonings Deiner übereste hast. Aber in diesen Tagen dürfen leider neue Klone kein Eigentum besitzten, um abseits der Basis zu leben. Du hast die Möglichkeit mit einem Basisschiff und ein paar Credits wieder anzufangen. Hoffentlich wird dein nächstes Leben besser laufen.', 'login'),
(3204, 'german', 'l_login_newlife', 'Klicke [here] um mit einem neuen Leben weiterzumachen.', 'login'),
(3205, 'german', 'l_login_looser', 'Du hast keine Fluchtkapsel, auf Grund Deines Glücks in diesem Leben, entscheidet die Föderation Dich zu klonen. Deine übereste sollten in die Anziehungskraft fallen, hoffentlich bist Du geeignet ein neues Leben woanders zu wählen ... in mehreren Millarden Jahren von jetzt an.', 'login'),
(3206, 'german', 'l_login_looser2', 'Viel Glück beim nächsten Spiel...', 'login'),
(3207, 'german', 'l_login_4gotpw1a', 'Das Passwort, welches du eingegeben hast, ist falsch.', 'login'),
(3208, 'german', 'l_login_4gotpw1b', 'Wenn du dein Passwort vergessen hast,', 'login'),
(3209, 'german', 'l_login_4gotpw2a', 'es wurde dir zugemailt.', 'login'),
(3210, 'german', 'l_login_4gotpw2b', 'Ansonsten,', 'login'),
(3211, 'german', 'l_login_4gotpw3', 'um es erneut zuversuchen. Versuchtes Login mit der IP-Adresse von', 'login'),
(3212, 'german', 'l_login_noone', 'Kein solcher Spieler! - Erstelle einen neuen Spieler [here].', 'login'),
(3213, 'german', 'l_login_lang', 'Sprache', 'login'),
(3214, 'german', 'l_login_settings', 'Spiel Einstellungen', 'login'),
(3215, 'german', 'l_login_change', 'Wechsel', 'login'),
(3216, 'german', 'l_login_banned', 'Du wurdest vom Administrator von diesem Spiel ausgeschlossen. Du bist nicht länger willkommen auf diesem Server. Benimm Dich das nächste Mal.', 'login'),
(3217, 'german', 'l_login_forgotpw', 'Passwort vergessen?    Geben Sie das Feld leer und drücken Sie auf Login.', 'login'),
(3218, 'german', 'l_logout_score', 'Derzeitiger Punktestand:', 'logout'),
(3219, 'german', 'l_logout_text', '[name] ist nun ausgeloggt. Klicke [here] um zum Spiel zurückzukehren.', 'logout'),
(3220, 'german', 'l_lrs_title', 'Long Range Scan', 'lrscan'),
(3221, 'german', 'l_lrs_nofull', 'Deine Scanner haben keine Long Range Scan Fähigkeiten.', 'lrscan'),
(3222, 'german', 'l_lrs_noturns', 'Du brauchst $fullscan_cost Züge für einen Long Range Scan.', 'lrscan'),
(3223, 'german', 'l_lrs_used', 'Brauchte', 'lrscan'),
(3224, 'german', 'l_lrs_turns', 'Züge', 'lrscan'),
(3225, 'german', 'l_lrs_left', 'übrig', 'lrscan'),
(3226, 'german', 'l_lrs_reach', 'Die folgenden Orte können von Sektor [sector] erreicht werden:', 'lrscan'),
(3227, 'german', 'l_lrs_links', 'Links', 'lrscan'),
(3228, 'german', 'l_lrs_ships', 'Schiffe', 'lrscan'),
(3229, 'german', 'l_lrs_click', 'Auf einen Links um zu diesem Sektor zu reisen.', 'lrscan'),
(3230, 'german', 'l_lrs_cantscan', 'Kann vom derzeitigen Sektor nicht scannen!', 'lrscan'),
(3231, 'german', 'l_lrs_zero', 'Sector 0 kann nicht auf Schiffe gescannt werden!', 'lrscan'),
(3232, 'german', 'l_lrs_moveto', 'um zu Sektor zu reisen', 'lrscan'),
(3233, 'german', 'l_mail_title', 'E-mail Passwort', 'mail'),
(3234, 'german', 'l_mail_noplayer', 'Kein solcher Spieler! - Erstelle einen neuen Spieler [here].', 'mail'),
(3235, 'german', 'l_mail_sent', 'Das Passwort wurde gesendet an', 'mail'),
(3236, 'german', 'l_mail_topic', '[game_name] Passwort', 'mail'),
(3237, 'german', 'l_mail_message', 'Hallo,\\r\\n\\r\\nJemand mit der IP [ip] hat ein Passwort für [game_name] angefordert, es wurde dir zugesandt.\\r\\n\\r\\nDein Passwort lautet: [pass]\\r\\n\\r\\nThank you\\r\\n\\r\\nDas [game_name] -Team.', 'mail'),
(3238, 'german', 'l_mt_title', 'Sende Nachricht', 'mailto'),
(3239, 'german', 'l_mt_from', 'Von:', 'mailto'),
(3240, 'german', 'l_mt_subject', 'Betreff:', 'mailto'),
(3241, 'german', 'l_mt_message', 'Nachricht:', 'mailto'),
(3242, 'german', 'l_mt_sent', 'Nachricht gesendet', 'mailto'),
(3243, 'german', 'l_mt_send', 'Senden', 'mailto'),
(3244, 'german', 'l_sendm_title', 'Nachricht senden', 'mailto2'),
(3245, 'german', 'l_sendm_to', 'An', 'mailto2'),
(3246, 'german', 'l_sendm_from', 'Von', 'mailto2'),
(3247, 'german', 'l_sendm_ally', 'Allianz:', 'mailto2'),
(3248, 'german', 'l_sendm_subj', 'Betreff', 'mailto2'),
(3249, 'german', 'l_sendm_mess', 'Nachricht', 'mailto2'),
(3250, 'german', 'l_sendm_send', 'Senden', 'mailto2'),
(3251, 'german', 'l_sendm_sent', 'Nachricht gesendet', 'mailto2'),
(3252, 'german', 'l_main_title', 'Hauptmenü', 'main'),
(3253, 'german', 'l_main_warpto', 'Warp Routen', 'main'),
(3254, 'german', 'l_main_other', 'Anderes', 'main'),
(3255, 'german', 'l_traderoutes', 'Handelsrouten', 'main'),
(3256, 'german', 'l_trade_control', 'Handelskontrolle', 'main'),
(3257, 'german', 'l_youhave', 'Du hast', 'main'),
(3258, 'german', 'l_turns_used', 'Züge verbraucht:', 'main'),
(3259, 'german', 'l_turns_have', 'Züge übrig:', 'main'),
(3260, 'german', 'l_score', 'Punkte:', 'main'),
(3261, 'german', 'l_sector', 'Sektor', 'main'),
(3262, 'german', 'l_help', 'Hilfe', 'main'),
(3263, 'german', 'l_faq', 'FAQ', 'main'),
(3264, 'german', 'l_feedback', 'Feedback', 'main'),
(3265, 'german', 'l_forums', 'Forum', 'main'),
(3266, 'german', 'l_commands', 'Kommandos', 'main'),
(3267, 'german', 'l_command_no', 'Kommando nicht vorhanden.', 'main'),
(3268, 'german', 'l_devices', 'Geräte', 'main'),
(3269, 'german', 'l_planets', 'Planeten', 'main'),
(3270, 'german', 'l_log', 'Log', 'main'),
(3271, 'german', 'l_sector_def', 'Sektor Verteidigung', 'main'),
(3272, 'german', 'l_defense', 'Verteidigungen', 'main'),
(3273, 'german', 'l_read_msg', 'Lese Nachricht', 'main'),
(3274, 'german', 'l_send_msg', 'Sende Nachricht', 'main'),
(3275, 'german', 'l_rankings', 'Rangliste', 'main'),
(3276, 'german', 'l_teams', 'Allianzen', 'main'),
(3277, 'german', 'l_ohno', 'Selbstzerstörung', 'main'),
(3278, 'german', 'l_options', 'Optionen', 'main'),
(3279, 'german', 'l_navcomp', 'Navigationsrechner', 'main'),
(3280, 'german', 'l_incompletemove', 'Der letzte Zug wurde nicht beendet.', 'main'),
(3281, 'german', 'l_clicktocontinue', 'Für Weiter hier klicken', 'main'),
(3282, 'german', 'l_toplanetmenu', 'Zum Planetenmenü.', 'main'),
(3283, 'german', 'l_nonexistant_pl', 'Ein nichtexistierender Planet?', 'main'),
(3284, 'german', 'l_aboard', ', an Bord der', 'main'),
(3285, 'german', 'l_messages_wait', 'Nachricht', 'main'),
(3286, 'german', 'l_no_warplink', 'Keine Warplinks', 'main'),
(3287, 'german', 'l_scan', 'scan', 'main'),
(3288, 'german', 'l_fullscan', 'Full scan', 'main'),
(3289, 'german', 'l_port', 'Hafen', 'main'),
(3290, 'german', 'l_tradingport', 'Handelshafen', 'main'),
(3291, 'german', 'l_planet_in_sec', 'Planeten im Sektor', 'main'),
(3292, 'german', 'l_ships_in_sec', 'Andere Schiffe im Sektor', 'main'),
(3293, 'german', 'l_sector_0', 'Es gibt soviel Verkehr in Sol (Sector 0) daß einzelne Schiffe nicht unterschieden werden können!', 'main'),
(3294, 'german', 'l_settings', 'Einstellungen', 'main'),
(3295, 'german', 'l_main_ships_detected', 'Ship(s) Detected', 'main'),
(3296, 'german', 'l_mines_title', 'Setze Sektorminen und Fighter ein', 'mines'),
(3297, 'german', 'l_mines_noturn', 'Du brauchst mindestens Zug um die Sektorabwehr einzusetzen.', 'mines'),
(3298, 'german', 'l_mines_nopermit', 'Die Absetzen von Minen und Fighter in diesem Sektor ist nicht gestattet.', 'mines'),
(3299, 'german', 'l_mines_nodeploy', 'Können hier nicht eingesetzt werden. Ein anderes Schiff oder die Allianze hat in diesem Sektor Minen oder Fighter.', 'mines'),
(3300, 'german', 'l_mines_info1', 'In Kürze bist du im Sektor [sector]. Dort befinden sich [mines] Minen und [fighters] Fighter.', 'mines'),
(3301, 'german', 'l_mines_info2', 'Du hast [mines] Minen und [fighters] Fighter zum Einsatz bereit', 'mines'),
(3302, 'german', 'l_mines_deploy', 'Aussetzen', 'mines'),
(3303, 'german', 'l_mines_att', 'Angriff', 'mines'),
(3304, 'german', 'l_mines_toll', 'Abgabe', 'mines'),
(3305, 'german', 'l_mines_notorps', 'Du hast nicht genügend Torpedos.', 'mines'),
(3306, 'german', 'l_mines_nofighters', 'Du hast nicht genügend Fighter', 'mines'),
(3307, 'german', 'l_mines_dmines', 'Setze [mines] Minen.', 'mines'),
(3308, 'german', 'l_mines_dfighter', 'Setze [fighters] Fighter in [mode] Modus.', 'mines'),
(3309, 'german', 'l_md_title', 'Sektor Verteidigung', 'modify_defences'),
(3310, 'german', 'l_md_invalid', 'Ungültige Sektor Verteidigung', 'modify_defences'),
(3311, 'german', 'l_md_nolonger', 'Die ausgewählte Sektor Verteidigung ist nicht länger dort.', 'modify_defences'),
(3312, 'german', 'l_md_you', 'Du', 'modify_defences'),
(3313, 'german', 'l_md_bmines', 'Deine Laserstrahlen wurden zerstört', 'modify_defences'),
(3314, 'german', 'l_md_msgdownerb', '[name] zerstörte [mines] Minen in Sektor [sector].', 'modify_defences'),
(3315, 'german', 'l_md_retr', 'Zurückgewonnen', 'modify_defences'),
(3316, 'german', 'l_md_mode', 'Die ausgewählten Fighter wurden in den [mode] Modus gesetzt.', 'modify_defences'),
(3317, 'german', 'l_md_consist', 'Die Sektor Verteidigung besteht aus [qty] [type] Besitzer: [owner].', 'modify_defences'),
(3318, 'german', 'l_md_youcan', 'Du kannst', 'modify_defences'),
(3319, 'german', 'l_md_retrieve', 'Zurückgewinnen', 'modify_defences'),
(3320, 'german', 'l_md_change', 'ändere Fighter Einstellungen', 'modify_defences'),
(3321, 'german', 'l_md_cmode', 'Fighter Modus', 'modify_defences'),
(3322, 'german', 'l_md_attack', 'Angriff', 'modify_defences'),
(3323, 'german', 'l_md_toll', 'Zoll', 'modify_defences'),
(3324, 'german', 'l_md_attdef', 'Attackiere die Sektor Verteidigung. Fighter im Sektor werden Vergeltung üben.', 'modify_defences'),
(3325, 'german', 'l_md_noturn', 'Du benötigst mindestens einen Zug.', 'modify_defences'),
(3326, 'german', 'l_md_nothere', 'Du mußt im selben Sektor sein wie die Sektor Verteidigung.', 'modify_defences'),
(3327, 'german', 'l_md_notyours', 'Aktion nicht erlaubt. Dies ist nicht Deine Sektor Verteidigung.', 'modify_defences'),
(3328, 'german', 'l_md_yours', 'Du kannst nicht Deine eigene Sektor Verteidigung angreifen.', 'modify_defences'),
(3329, 'german', 'l_move_title', 'Reise', 'move'),
(3330, 'german', 'l_move_turn', 'Du brauchst mindestens einen Zug um reisen.', 'move'),
(3331, 'german', 'l_move_failed', 'Reise fehlgeschlagen!', 'move'),
(3332, 'german', 'l_nav_title', 'Navigations Computer', 'navcomp');
INSERT INTO `[[dbprefix]]languages` VALUES
(3333, 'german', 'l_nav_nocomp', 'Navigations Computer ist nicht verfügbar', 'navcomp'),
(3334, 'german', 'l_nav_query', 'Sektor eingeben um Weg zu finden zu:', 'navcomp'),
(3335, 'german', 'l_nav_pathfnd', 'Weg gefunden', 'navcomp'),
(3336, 'german', 'l_nav_answ1', 'Es braucht', 'navcomp'),
(3337, 'german', 'l_nav_answ2', 'Züge bis zu diesem Sektor.', 'navcomp'),
(3338, 'german', 'l_nav_proper', 'Dein Computer ist zu primitiv, um eine Warp Route über diese Distanz zu berechnen.', 'navcomp'),
(3339, 'german', 'l_new_title', 'Neuen Spieler erstellen', 'new'),
(3340, 'german', 'l_new_title2', 'Neuen Spieler erstellen Teil zwei', 'new'),
(3341, 'german', 'l_new_shipname', 'Schiffsname', 'new'),
(3342, 'german', 'l_new_pname', 'Spieler Charakter Name', 'new'),
(3343, 'german', 'l_new_info', 'Wir versprechen, Deine E-Mailadresse weder an jemanden zu verkaufen noch sonstwie weiterzugeben. Es ist ausschließlich erforderlich, um Dir ein servergeneriertes Passwort zuzusenden. Es ist nur für den Administrator sichtbar, den es nebenbei überhaupt nicht interessiert, solange es nur funktioniert;-)', 'new'),
(3344, 'german', 'l_new_closed_message', 'Spiel wurde für ein Tunierspiel geschlossen', 'new'),
(3345, 'german', 'l_new_blank', 'Email, Schiffsname und Charaktername sollten nicht leer sein.', 'new'),
(3346, 'german', 'l_new_inuse', 'Die Emailadresse gibt es bereits.', 'new'),
(3347, 'german', 'l_new_4gotpw1', 'Falls Du dein Passwort vergessen hast,', 'new'),
(3348, 'german', 'l_new_4gotpw2', 'um es Dir zukommen zulassen.', 'new'),
(3349, 'german', 'l_new_inusechar', 'Den Charakter [character] gibt es bereits.', 'new'),
(3350, 'german', 'l_new_inuseship', 'Der Schiffsname [shipname] ist bereits vergeben.', 'new'),
(3351, 'german', 'l_new_pwsent', 'Das Passwort wurde an [username] gesendet.', 'new'),
(3352, 'german', 'l_new_login', 'Um zur Startseite zurückzukehren.', 'new'),
(3353, 'german', 'l_new_err', 'Gehe zurück oder klick [here] um es erneut zuversuchen.', 'new'),
(3354, 'german', 'l_new_topic', 'Black Nova Trader Passwort', 'new'),
(3355, 'german', 'l_new_message', 'Hallo,\\r\\n\\r\\nJemand mit der IP [ip] hat ein Passwort für Dich für Dich als Black Nova Trader angefordert und an Dich gesendet.\\r\\n\\r\\nDein Passwort ist: [pass]\\r\\n\\r\\nThank you\\r\\n\\r\\n', 'new'),
(3356, 'german', 'l_news_title', 'BlackNova Universe News', 'news'),
(3357, 'german', 'l_news_info_1', 'BNN ist der führende Nachrichten- und', 'news'),
(3358, 'german', 'l_news_info_2', 'Informationslieferant der Galaxis.', 'news'),
(3359, 'german', 'l_news_info_3', 'Besetzt 24 Stunde täglich, 7 Tage die Woche', 'news'),
(3360, 'german', 'l_news_info_4', 'im BNN galaktischem Hauptquartier', 'news'),
(3361, 'german', 'l_news_info_5', 'in Alpha Centauri and mit Büros galaxisweit!', 'news'),
(3362, 'german', 'l_news_for', 'Nachrichten für', 'news'),
(3363, 'german', 'l_news_prev', 'den letzten Tag', 'news'),
(3364, 'german', 'l_news_next', 'den nächsten Tag', 'news'),
(3365, 'german', 'l_news_none', 'Sorry, heute keine News.', 'news'),
(3366, 'german', 'l_news_flash', 'Schlagzeilen', 'news'),
(3367, 'german', 'l_news_planets', 'Planeten', 'news'),
(3368, 'german', 'l_news_cols', 'Million Siedler', 'news'),
(3369, 'german', 'l_news_p_headline', '[player]s Reich hat nun', 'news'),
(3370, 'german', 'l_killheadline', 'wurde bei einem Unfall getötet', 'news'),
(3371, 'german', 'l_news_killed', '[name] wurde heute bei einem tragischen Unfall getötet. Wie heroisch - Käptain [name] war das letzte Mitglied an Board seines Schiffes, als er registrierte, dass es keine Fluchtkapsel mehr für ihn gab. Ruhe er in Frieden!', 'news'),
(3372, 'german', 'l_news_p_text5', 'Das aufsteigende Reich des [name] hat nun 5 Planeten, die BNN will die Aktionen von [name] in Zukunft genauer beobachten!', 'news'),
(3373, 'german', 'l_news_p_text10', 'Das wachsende Reich des [name] kontrolliert nun 10 Planeten, Berichte der BNN sagen, dass weiter Expansionen [name] einen Krieg auslösen könnten!', 'news'),
(3374, 'german', 'l_news_p_text25', 'Das große Reich des [name] hat bereits 25 Planeten kolonisiert, in einem Interview gab [name] bekannt, dass er überlege, das schnelle Wachstum in der Zukunft zu mindern!', 'news'),
(3375, 'german', 'l_news_p_text50', 'Das enorm wachsende Reich des [name], repräsentiert Durch 50 Planeten in der gesamten Galaxis, bekommt eine bedrohliche Stärke. Einer der BNN Reporter hat herausgefunden, das [name] sein Schiff ausbaut für einen größeren Krieg. In einem Interview gab [name] bekannt, dass er dies nur zu Verteidigungszwecken macht!', 'news'),
(3376, 'german', 'l_news_c_text25', 'Das aufsteigende Reich des [name] hat nun 25 Millionen Siedler, die BNN will die Aktionen des [name] in Zukunft genauer überwachen, aber es ist mehr als offensichtlich, dass die Geburtenraten explodieren!', 'news'),
(3377, 'german', 'l_news_c_text100', 'Das aufstrebende Reich des [name] hat nun 100 Millionen Siedler, nach der Explosion der Geburtsraten, [name] Kolonien scheinen ein guter Ort für Familien zu sein!', 'news'),
(3378, 'german', 'l_news_c_text500', 'Das große Reich des [name] hat nun 500 Millionen Siedler, [name] sagte in einem Interview, dass die Kolonisation jetzt erst begonnen hätte', 'news'),
(3379, 'german', 'l_news_c_text1000', 'Das mächtige Reich des [name] hat nun eine Milliarde Siedler, BNN Reporter fanden heraus das [name] im Besitz eines unheimlichen Klon-Mechanismuses ist, welcher ihm erlaubt, Siedler in dieser riesiegen Anzahl zu erstellen. Mit dieser Anzahl von Siedler. Mit dieser Menge an Siedler ist die ökonomische Kraft dieses Reiches enorm. BNN hofft, daß [name] sein Geld nicht für einen Krieg benutzt.', 'news'),
(3380, 'german', 'l_opt2_title', 'Speichere Optionen', 'option2'),
(3381, 'german', 'l_opt2_passunchanged', 'Passwort wurde nicht geändert.', 'option2'),
(3382, 'german', 'l_opt2_srcpassfalse', 'Originales Passwort falsch. Passwort wurde nicht geändert.', 'option2'),
(3383, 'german', 'l_opt2_newpassnomatch', 'Die neuen Passwort-Felder passen nicht zusammen. Passwort wurde nicht geändert.', 'option2'),
(3384, 'german', 'l_opt2_passchanged', 'Passwort geändert.', 'option2'),
(3385, 'german', 'l_opt2_passchangeerr', 'Fehler beim Passwortwechsel', 'option2'),
(3386, 'german', 'l_opt2_chlang', 'Sprache wurde auf [lang] gestellt.', 'option2'),
(3387, 'german', 'l_opt_title', 'Optionen', 'options'),
(3388, 'german', 'l_opt_chpass', 'ändere Passwort', 'options'),
(3389, 'german', 'l_opt_curpass', 'Derzeitiges Passwort:', 'options'),
(3390, 'german', 'l_opt_newpass', 'Neues Passwort:', 'options'),
(3391, 'german', 'l_opt_newpagain', 'Neues Passwort (wiederholen):', 'options'),
(3392, 'german', 'l_opt_lang', 'Sprache', 'options'),
(3393, 'german', 'l_opt_select', 'Wähle eins:', 'options'),
(3394, 'german', 'l_opt_save', 'Gespeichert', 'options'),
(3395, 'german', 'l_planet', 'Planeten', 'planet'),
(3396, 'german', 'l_planet_title', 'Planeten Menü', 'planet'),
(3397, 'german', 'l_planet_none', 'Du bist nicht im gleichen Sektor wie dieser Planet, daher ist keine Interaktion möglich.', 'planet'),
(3398, 'german', 'l_planet_capture1', 'besetzten', 'planet'),
(3399, 'german', 'l_planet_capture2', 'Du kannst diesen Planeten [capture] oder ihn unverteidigt lassen.', 'planet'),
(3400, 'german', 'l_planet_unowned', 'Dieser Planet gehört niemandem.', 'planet'),
(3401, 'german', 'l_planet_unnamed', 'Willkommen auf [name]s unbenannten Planeten.', 'planet'),
(3402, 'german', 'l_planet_named', 'Willkommen auf [planetname], Besitzer [name].', 'planet'),
(3403, 'german', 'l_planet_onsurface', 'Du bist gerade auf der Oberfläche des Planeten', 'planet'),
(3404, 'german', 'l_planet_orbit', 'Du bist gerade im Orbit des Planeten', 'planet'),
(3405, 'german', 'l_planet_leave_link', 'Verlasse', 'planet'),
(3406, 'german', 'l_planet_leave', '[leave] den Planeten', 'planet'),
(3407, 'german', 'l_planet_name_link', 'Benenne', 'planet'),
(3408, 'german', 'l_planet_name2', '[name] Planeten', 'planet'),
(3409, 'german', 'l_planet_land_link', 'Lande', 'planet'),
(3410, 'german', 'l_planet_land', '[land] auf dem Planeten', 'planet'),
(3411, 'german', 'l_planet_logout', 'Du kannst auch in der Sicherheit Deines Planeten [logout].', 'planet'),
(3412, 'german', 'l_planet_selling', 'Der Planet verkauft Gebrauchsgüter', 'planet'),
(3413, 'german', 'l_planet_not_selling', 'Der Planet verkauft keine Gebrauchsgüter.', 'planet'),
(3414, 'german', 'l_planet_transfer_link', 'Transferiere', 'planet'),
(3415, 'german', 'l_planet_transfer', '[transfer] Gebrauchsgüter/Resourcen/Siedler vom/zum Planeten', 'planet'),
(3416, 'german', 'l_planet_hasbase', 'Du hast eine Basis auf diesem Planeten.', 'planet'),
(3417, 'german', 'l_planet_perc', 'Produktion Prozentsätze', 'planet'),
(3418, 'german', 'l_planet_interest', '* Produktion von Credits ist 100 minus Summe der anderen Prozentsätze', 'planet'),
(3419, 'german', 'l_planet_update', 'Update', 'planet'),
(3420, 'german', 'l_planet_tsell_link', 'Verkauf', 'planet'),
(3421, 'german', 'l_planet_tsell', 'Umschalten Gebrauchsgüter [selling]', 'planet'),
(3422, 'german', 'l_planet_bbase_link', 'Basis bauen', 'planet'),
(3423, 'german', 'l_planet_bbase', 'Mit genügend Gebrauchsgüter und Credits kannst Du [build] um Deinen Planeten zu verteidigen.', 'planet'),
(3424, 'german', 'l_planet_bbuild', 'Basis errichten', 'planet'),
(3425, 'german', 'l_planet_mcorp_linkC', 'Allianzplanet', 'planet'),
(3426, 'german', 'l_planet_mcorp_linkP', 'private Planeten', 'planet'),
(3427, 'german', 'l_planet_mcorp', 'Du kannst diesen Planeten zu einem [planet] machen.', 'planet'),
(3428, 'german', 'l_planet_buy_link', 'Kaufe', 'planet'),
(3429, 'german', 'l_planet_buy', '[buy] Gebrauchsgüter von diesem Planeten', 'planet'),
(3430, 'german', 'l_planet_att_link', 'Angriff', 'planet'),
(3431, 'german', 'l_planet_att', '[attack] auf Planet', 'planet'),
(3432, 'german', 'l_planet_att_sure', 'Bist Du sicher...', 'planet'),
(3433, 'german', 'l_planet_scn_link', 'Scan', 'planet'),
(3434, 'german', 'l_planet_scn', '[scan] Planet', 'planet'),
(3435, 'german', 'l_planet_nowsell', 'Planet steht nun zum Verkauf.', 'planet'),
(3436, 'german', 'l_planet_nownosell', 'Planet steht nun nicht zum Verkauf.', 'planet'),
(3437, 'german', 'l_planet_iname', 'Neuen Namen für Planet eingeben.', 'planet'),
(3438, 'german', 'l_planet_cname', 'Name des Planeten geändert auf', 'planet'),
(3439, 'german', 'l_planet_landed', 'Du bist auf der Planetenoberfläche gelandet.', 'planet'),
(3440, 'german', 'l_planet_left', 'Du bist nicht mehr auf der Planetenoberfläche.', 'planet'),
(3441, 'german', 'l_planet_cinfo', 'Du hast Platz für [cargo] zusätzliche Frachteinheiten. Du hast Platz für [energy] zusätzliche Energieeinheiten.', 'planet'),
(3442, 'german', 'l_planet_toplanet', 'Zu Planet?', 'planet'),
(3443, 'german', 'l_planet_baseinfo', 'Um eine Basis zu bauen, benötigst Du $base_credits Credits, $base_ore Einheiten Erz, $base_organics Einheiten organische Produkte und $base_goods Einheiten Gebrauchsgüter auf dem Planeten.', 'planet'),
(3444, 'german', 'l_planet_p_under', 'Prozentzahl Produktion darf nicht negativ sein.', 'planet'),
(3445, 'german', 'l_planet_p_over', 'Prozentzahl Produktion darf nicht größer als 100% sein.', 'planet'),
(3446, 'german', 'l_planet_p_changed', 'Prozentzahl Produktion geändert.', 'planet'),
(3447, 'german', 'l_plant_scn_turn', 'Du benötigst mindestens einen Zug um einen Planeten zu scannen.', 'planet'),
(3448, 'german', 'l_planet_noscan', 'Sensoren können nicht auf Ziel fixiert werden!', 'planet'),
(3449, 'german', 'l_planet_scn_report', 'Scan Ergebnise von [name], Eigentümer: [owner]', 'planet'),
(3450, 'german', 'l_base', 'Basis', 'planet'),
(3451, 'german', 'l_planet_ison', 'ist auf dem Planeten.', 'planet'),
(3452, 'german', 'l_planet_captured', 'Planet erobert', 'planet'),
(3453, 'german', 'l_planet_notdef', 'Planet nicht erobert!', 'planet'),
(3454, 'german', 'l_planet_noone', 'niemand', 'planet'),
(3455, 'german', 'l_planet2_title', 'Planetarischer Transfer', 'planet'),
(3456, 'german', 'l_planet2_noturn', 'Du benötigst mindestens einen Zug um einen planetarischen Transfer auszuführen.', 'planet'),
(3457, 'german', 'l_planet2_noten', 'Du hast nicht genug', 'planet'),
(3458, 'german', 'l_planet2_fortr', 'für den gewünschten Transfer.', 'planet'),
(3459, 'german', 'l_planet2_settr', 'Setze Transfermenge zu', 'planet'),
(3460, 'german', 'l_planet2_losup', 'Der Planet konnte nur liefern:', 'planet'),
(3461, 'german', 'l_planet2_notowner', 'Das ist nicht Dein Planet.', 'planet'),
(3462, 'german', 'l_planet2_compl', 'Transfer komplett.', 'planet'),
(3463, 'german', 'l_planet2_power', 'Energiekapazität', 'planet'),
(3464, 'german', 'l_planet2_comp', 'Computerkapazität', 'planet'),
(3465, 'german', 'l_planet2_laun', 'Launcherkapazität', 'planet'),
(3466, 'german', 'l_planet2_nocorptransfer', 'Du kannst keine Credits von/zu Allianzplaneten transferieren.', 'planet'),
(3467, 'german', 'l_planet2_baseexceeded', 'Planeten ohne Basis können nicht soviel Credits aufnehmen.', 'planet'),
(3468, 'german', 'l_planet3_title', 'Planet verkaufen', 'planet'),
(3469, 'german', 'l_pr_title', 'Planeten Report', 'planet_report'),
(3470, 'german', 'l_pr_teamlink', 'Zeige aliierte Planeten', 'planet_report'),
(3471, 'german', 'l_pr_noplanet', 'Du hast bisher keine Planeten', 'planet_report'),
(3472, 'german', 'l_pr_clicktosort', 'Zum Sortieren oben auf die Spalte klicken.', 'planet_report'),
(3473, 'german', 'l_pr_totals', 'Gesamtsummen', 'planet_report'),
(3474, 'german', 'l_trade', 'Handeln', 'port'),
(3475, 'german', 'l_title_port', 'Hafen Handel', 'port'),
(3476, 'german', 'l_title_trade', 'Handeln Gebrauchsgüter', 'port'),
(3477, 'german', 'l_sector_war', 'Kriegsembargo', 'port'),
(3478, 'german', 'l_war_info', 'Krieg in diesem Sektor. Wegen der vielen feindlichen Schiffe kannst Du den Hafen nicht erreichen.', 'port'),
(3479, 'german', 'l_no_trade', 'Handel verboten.', 'port'),
(3480, 'german', 'l_no_trade_out', 'In diesem Hafen ist Fremden das Handeln verboten.', 'port'),
(3481, 'german', 'l_no_trade_info', 'In diesem Hafen ist das Handeln verboten.', 'port'),
(3482, 'german', 'l_buying', 'Kaufen', 'port'),
(3483, 'german', 'l_selling', 'Verkaufen', 'port'),
(3484, 'german', 'l_commodity', 'Gebrauchsgüter', 'port'),
(3485, 'german', 'l_amount', 'Menge', 'port'),
(3486, 'german', 'l_price', 'Preis', 'port'),
(3487, 'german', 'l_buy', 'Kaufen', 'port'),
(3488, 'german', 'l_sell', 'Verkaufen', 'port'),
(3489, 'german', 'l_trade_st_info', 'Du hast [free_holds] freie Frachträume, Platz für [free_power] mehr Energieeinheiten, und hast [credits] credits.', 'port'),
(3490, 'german', 'l_special_port', 'Spezial Hafen', 'port'),
(3491, 'german', 'l_no_credits', 'Nicht genug Credits', 'port'),
(3492, 'german', 'l_creds_to_spend', 'Du hast [credits] Credits zum Ausgeben.', 'port'),
(3493, 'german', 'l_cost', 'Kosten', 'port'),
(3494, 'german', 'l_avail', 'Verfügbar', 'port'),
(3495, 'german', 'l_profit', 'Profit', 'port'),
(3496, 'german', 'l_current', 'Derzeit  ', 'port'),
(3497, 'german', 'l_current_qty', 'Derzeitige Menge', 'port'),
(3498, 'german', 'l_max', 'Max', 'port'),
(3499, 'german', 'l_ifyouneedmore', 'Wenn Du mehr benötigst, gehe in diesem Hafen zu [igb]', 'port'),
(3500, 'german', 'l_ifyouneedplan', 'Benutzte des Planeten', 'port'),
(3501, 'german', 'l_igb_term', 'IGB Banking Terminal', 'port'),
(3502, 'german', 'l_upgrade', 'Aufrüsten?', 'port'),
(3503, 'german', 'l_unlimited', 'Unbegrenzt  ', 'port'),
(3504, 'german', 'l_full', 'Voll', 'port'),
(3505, 'german', 'l_equipped', 'vorhanden', 'port'),
(3506, 'german', 'l_n_a', 'N/A', 'port'),
(3507, 'german', 'l_item', 'Einzelteil', 'port'),
(3508, 'german', 'l_totalcost', 'Gesamtkosten', 'port'),
(3509, 'german', 'l_would_dump', 'Klicken um alle Siedler hier anzusetzten', 'port'),
(3510, 'german', 'l_noport', 'Hier ist kein Hafen!', 'port'),
(3511, 'german', 'l_trade_turnneed', 'Du mußt mindestens einen Zug machen um auf einem Planeten oder in einem Hafen zu handeln.', 'port'),
(3512, 'german', 'l_returnto_port', 'Klick [here] um zum Hafenmenü zu gelangen.', 'port'),
(3513, 'german', 'l_notenough_cargo', 'Du hast nicht genug Frachtraum um diese Menge an Gebrauchsgüter zu transportieren.', 'port'),
(3514, 'german', 'l_notenough_power', 'Du hast nicht genug Platz im Energiespeicher für diese Menge an Energie.', 'port'),
(3515, 'german', 'l_notenough_credits', 'Du hast nicht genug Credits für diese Transaktion.', 'port'),
(3516, 'german', 'l_notenough_turns', 'Du hast nicht genug Züge um diese Transaktion zu beenden.', 'port'),
(3517, 'german', 'l_notenough_ore', 'Du hast nicht genug Erz um diese Transaktion zu beenden.', 'port'),
(3518, 'german', 'l_notenough_goods', 'Du hast nicht genug Waren um diese Transaktion zu beenden.', 'port'),
(3519, 'german', 'l_notenough_energy', 'Du hast nicht genug Energie um diese Transaktion zu beenden.', 'port'),
(3520, 'german', 'l_notenough_organics', 'Du hast nicht genug organische Produkte um diese Transaktion zu beenden.', 'port'),
(3521, 'german', 'l_exceed_organics', 'Anzahl der organischen Produkte übersteigt Angebot/Nachfrage.', 'port'),
(3522, 'german', 'l_exceed_ore', 'Anzahl der Erze übersteigt Angebot/Nachfrage.', 'port'),
(3523, 'german', 'l_exceed_energy', 'Anzahl von Energie übersteigt Angebot/Nachfrage.', 'port'),
(3524, 'german', 'l_exceed_goods', 'Anzahl der Gebrauchsgüter übersteigt Angebot/Nachfrage.', 'port'),
(3525, 'german', 'l_trade_result', 'Ergebnisse dieses Handels', 'port'),
(3526, 'german', 'l_traded_ore', 'Gehandeltes Erz', 'port'),
(3527, 'german', 'l_traded_goods', 'Gehandelte Gebrauchsgüter', 'port'),
(3528, 'german', 'l_traded_organics', 'Gehandelte organische Produkte', 'port'),
(3529, 'german', 'l_traded_energy', 'Gehandelte Energie', 'port'),
(3530, 'german', 'l_trade_complete', 'Handel abgeschlossen', 'port'),
(3531, 'german', 'l_trade_upgraded', 'aufgerüstet auf Level', 'port'),
(3532, 'german', 'l_trade_added', 'hinzugefügt', 'port'),
(3533, 'german', 'l_trade_installed', 'installiert', 'port'),
(3534, 'german', 'l_pre_title', 'Wechel der Realspace Einstellungen', 'presets'),
(3535, 'german', 'l_pre_exceed', 'Einstellung [preset] übersteigt das Maximum von [sector_max]. Einstellungen nichtgespeichert.', 'presets'),
(3536, 'german', 'l_pre_set', 'Setze 1 für [preset1], Setze 2 für [preset2] und setze 3 für [preset3].', 'presets'),
(3537, 'german', 'l_pre_save', 'Speichern', 'presets'),
(3538, 'german', 'l_ranks_title', 'Top [max_ranks] Spieler', 'ranking'),
(3539, 'german', 'l_ranks_none', 'Keine Ergebnisse anzuzeigen.', 'ranking'),
(3540, 'german', 'l_ranks_pnum', 'Gesamtzahl der Spieler', 'ranking'),
(3541, 'german', 'l_ranks_dships', 'Spieler mit zerstörten Schiffen werden nicht gezählt.', 'ranking'),
(3542, 'german', 'l_ranks_rank', 'Rang', 'ranking'),
(3543, 'german', 'l_ranks_lastlog', 'Lestes Login', 'ranking'),
(3544, 'german', 'l_ranks_good', 'Gut', 'ranking'),
(3545, 'german', 'l_ranks_evil', 'Böse', 'ranking'),
(3546, 'german', 'l_readm_title', 'Nachricht lesen', 'readmail'),
(3547, 'german', 'l_readm_nomessage', 'Keine Nachricht für Dich...', 'readmail'),
(3548, 'german', 'l_readm_center', 'Nachrichten Empfangscenter', 'readmail'),
(3549, 'german', 'l_readm_sender', 'Nachrichten Sender', 'readmail'),
(3550, 'german', 'l_readm_captn', 'Captain der', 'readmail'),
(3551, 'german', 'l_readm_del', 'Löschen', 'readmail'),
(3552, 'german', 'l_readm_repl', 'Antworten', 'readmail'),
(3553, 'german', 'l_readm_delete', 'Nachricht gelöscht', 'readmail'),
(3554, 'german', 'l_report_title', 'Schiffsreport', 'report'),
(3555, 'german', 'l_level', 'Level', 'report'),
(3556, 'german', 'l_ship_levels', 'Schiffskomponenten  ', 'report'),
(3557, 'german', 'l_hull', 'Laderäume', 'report'),
(3558, 'german', 'l_engines', 'Maschinen', 'report'),
(3559, 'german', 'l_power', 'Energie', 'report'),
(3560, 'german', 'l_computer', 'Computer', 'report'),
(3561, 'german', 'l_sensors', 'Sensoren', 'report'),
(3562, 'german', 'l_armor', 'Panzerung', 'report'),
(3563, 'german', 'l_shields', 'Schilde', 'report'),
(3564, 'german', 'l_beams', 'Laserwaffen', 'report'),
(3565, 'german', 'l_torp_launch', 'Torpedowerfer', 'report'),
(3566, 'german', 'l_cloak', 'Tarnung', 'report'),
(3567, 'german', 'l_holds', 'Frachträume', 'report'),
(3568, 'german', 'l_deflect', 'Minendeflektoren', 'report'),
(3569, 'german', 'l_ewd', 'Notfallwarp', 'report'),
(3570, 'german', 'l_shipavg', 'Ø Tech Level', 'report'),
(3571, 'german', 'l_arm_weap', 'Panzer & Waffen', 'report'),
(3572, 'german', 'l_beacons', 'Raum Bojen', 'report'),
(3573, 'german', 'l_warpedit', 'Warp Editor', 'report'),
(3574, 'german', 'l_genesis', 'Genesis Torpedos', 'report'),
(3575, 'german', 'l_escape_pod', 'Rettungskapsel', 'report'),
(3576, 'german', 'l_fuel_scoop', 'Treibstoffsammler', 'report'),
(3577, 'german', 'l_rs_title', 'Realraum Reise', 'rsmove'),
(3578, 'german', 'l_rs_whichsector', 'Welchen Sektor möchtest Du via RealSpace erreichen?', 'rsmove'),
(3579, 'german', 'l_rs_insector', 'Du bist in Sektor [sector] - dort gibt es Sektoren von 0 bis [sector_max].', 'rsmove'),
(3580, 'german', 'l_rs_submit', 'Berechne', 'rsmove'),
(3581, 'german', 'l_rs_movetime', 'Mit Deinen Maschinen braucht es [triptime] Züge um die Reise zu beenden.', 'rsmove'),
(3582, 'german', 'l_rs_energy', 'Du würdest [energy] Energieeinheiten sammeln', 'rsmove'),
(3583, 'german', 'l_rs_noturns', 'Du hast nicht genug Züge übrig, um diese Reise zu beginnen.', 'rsmove'),
(3584, 'german', 'l_rs_engage_link', 'einschalten', 'rsmove'),
(3585, 'german', 'l_rs_engage', 'Du hast [turns] Züge. Maschinen [engage]?', 'rsmove'),
(3586, 'german', 'l_rs_invalid', 'Ungültiges Ziel', 'rsmove'),
(3587, 'german', 'l_rs_ready', 'Du bist nun in Sektor [sector]. Du hast [triptime] Züge benötigt und [energy] Energieeinheiten gesammelt.', 'rsmove'),
(3588, 'german', 'l_scan_title', 'Schiff Scannen', 'scan'),
(3589, 'german', 'l_scan_turn', 'Du brauchst mindestens einen Zug um ein Schiff zu scannen.', 'scan'),
(3590, 'german', 'l_scan_ron', 'Scan Ergebnisse von', 'scan'),
(3591, 'german', 'l_scan_capt', 'Gesteuert von:', 'scan'),
(3592, 'german', 'l_scan_arma', 'Bewaffnung:', 'scan'),
(3593, 'german', 'l_scan_carry', 'Ladung:', 'scan'),
(3594, 'german', 'l_sys_update', 'System-update', 'scheduler'),
(3595, 'german', 'l_sf_attacking', 'Sektorverteidiger greifen Dich an!', 'sector_fighters'),
(3596, 'german', 'l_sf_destfight', 'Deine Beams zerstörten [lost] Fighter', 'sector_fighters'),
(3597, 'german', 'l_sf_destfightb', 'Deine Beams zerstörten [lost] Fighter', 'sector_fighters'),
(3598, 'german', 'l_sf_torphit', 'Torpedotreffer:', 'sector_fighters'),
(3599, 'german', 'l_sf_destfightt', 'Deine Torpedos zerstörten [lost] Fighter', 'sector_fighters'),
(3600, 'german', 'l_sf_fighthit', 'Fighter Attacke:', 'sector_fighters'),
(3601, 'german', 'l_sf_destfightall', 'Du hast alle Fighter zerstört.', 'sector_fighters'),
(3602, 'german', 'l_sf_destfightt2', 'Du hast [lost] Fighter zerstört.', 'sector_fighters'),
(3603, 'german', 'l_sf_lostfight', 'Du hast alle Fighter verloren.', 'sector_fighters'),
(3604, 'german', 'l_sf_lostfight2', 'Du hast [lost] Fighter verloren.', 'sector_fighters'),
(3605, 'german', 'l_sf_armorbreach', 'Deine Panzerung ist gebrochen!', 'sector_fighters'),
(3606, 'german', 'l_sf_armorbreach2', 'Deine Panzerung hat [lost] Trefferschäden.', 'sector_fighters'),
(3607, 'german', 'l_sf_sendlog', '[player] zerstörte [lost] Fighter der Sektorverteidigung in Sektor [sector].', 'sector_fighters'),
(3608, 'german', 'l_sf_lreport', 'Du hast [armor] Panzerungspunkte, [fighters] Fighter verloren, und Du hast [torps] Torpedoes verbraucht.', 'sector_fighters'),
(3609, 'german', 'l_sf_shipdestroyed', 'Dein Schiff wurde zerstört!', 'sector_fighters'),
(3610, 'german', 'l_sf_sendlog2', 'Sektor Verteidiger von [player] wurden im Sektor [sector] zerstört.', 'sector_fighters'),
(3611, 'german', 'l_sf_escape', 'Zum Glück hast Du eine Fluchtkapsel!', 'sector_fighters'),
(3612, 'german', 'l_die_title', 'Selbstzerstörung', 'self_destruct'),
(3613, 'german', 'l_die_rusure', 'Bist Du sicher, daß Du das Schiff zerstören willst? Das beendet das Spiel für Dich.', 'self_destruct'),
(3614, 'german', 'l_die_goodbye', 'Auf Wiedersehen schnöde Galaxy!', 'self_destruct'),
(3615, 'german', 'l_die_check', 'Bist Du sicher, daß Du das Spiel beenden möchtest?', 'self_destruct'),
(3616, 'german', 'l_die_nonono', 'Nein, nein, nein!', 'self_destruct'),
(3617, 'german', 'l_die_what', 'Was dachte ich mir nur dabei?', 'self_destruct'),
(3618, 'german', 'l_die_count', '5.. 4.. 3.. 2.. 1.. Buuum!', 'self_destruct'),
(3619, 'german', 'l_die_vapor', 'Dein Schiff und alles an Board wurde pulverisiert.', 'self_destruct'),
(3620, 'german', 'l_die_please', 'Bitte [logout]', 'self_destruct'),
(3621, 'german', 'l_die_exploit', 'Spiele nicht mit Dingen herum, von denen Du nichts verstehst.Cheater haben kleine Pimmel!', 'self_destruct'),
(3622, 'german', 'l_ship_title', 'Schiffs Kommandos', 'ship'),
(3623, 'german', 'l_ship_the', 'Die', 'ship'),
(3624, 'german', 'l_ship_nolonger', 'ist nicht länger in diesem Sektor', 'ship'),
(3625, 'german', 'l_ship_youc', 'Du siehst die', 'ship'),
(3626, 'german', 'l_ship_owned', 'Besitzer:', 'ship'),
(3627, 'german', 'l_ship_perform', 'Du kannst folgende Aktionen ausführen:', 'ship'),
(3628, 'german', 'l_teamplanet_title', 'Allianz Planeten Bericht', 'team_planets'),
(3629, 'german', 'l_teamplanet_notally', 'Du bist nicht in einer Allianz.', 'team_planets'),
(3630, 'german', 'l_teamplanet_personal', 'Zeige private Planeten', 'team_planets'),
(3631, 'german', 'l_teamplanet_noplanet', 'Deine Allianz hat keine Planeten', 'team_planets'),
(3632, 'german', 'l_team_title', 'Allianzen', 'teams'),
(3633, 'german', 'l_team_menu', 'um zum Allianz Menü zurückzukehren', 'teams'),
(3634, 'german', 'l_team_notyours', 'Du musst in der Allianz sein, um in der Lage zu sein, jemanden einzuladen.', 'teams'),
(3635, 'german', 'l_team_leavefirst', 'Du musst erst ein Team verlassen, bevor Du in ein anderes wechselst.', 'teams'),
(3636, 'german', 'l_team_galax', 'Allianz präsent in Galaxis:', 'teams'),
(3637, 'german', 'l_team_members', 'Mitglieder', 'teams'),
(3638, 'german', 'l_team_coord', 'Koordinator', 'teams'),
(3639, 'german', 'l_team_member', 'Mitglieder', 'teams'),
(3640, 'german', 'l_team_noinvite', 'Niemand hat Dich eingeladen an einer Allianz teilzunehmen.', 'teams'),
(3641, 'german', 'l_team_ifyouwant', 'Um an einer Allianz teilzunehmen sende eine Nachricht an den jeweiligen Koordinator mit der Bitte um Aufnahme.', 'teams'),
(3642, 'german', 'l_team_tocreate', 'um eine neue Allianz zu gründen', 'teams'),
(3643, 'german', 'l_team_injoin', 'Du bist gebeten worden beizutreten', 'teams'),
(3644, 'german', 'l_team_tojoin', 'beizutreten', 'teams'),
(3645, 'german', 'l_team_or', 'oder', 'teams'),
(3646, 'german', 'l_team_reject', 'die Einladung abzulehnen.', 'teams'),
(3647, 'german', 'l_team_ed', 'Editiere', 'teams'),
(3648, 'german', 'l_team_inv', 'Einladen', 'teams'),
(3649, 'german', 'l_team_leave', 'Verlassen', 'teams'),
(3650, 'german', 'l_team_eject', 'Rauswerfen', 'teams'),
(3651, 'german', 'l_team_pending', 'Anstehende Einladung für', 'teams'),
(3652, 'german', 'l_team_noinvites', 'Niemand hat Dich eingeladen teilzunehmen an', 'teams'),
(3653, 'german', 'l_team_confirmleave', 'Du möchtest wirklich verlassen?', 'teams'),
(3654, 'german', 'l_team_onlymember', 'Du warst das einzige Mitglied, daher besteht [team_name] nicht mehr.', 'teams'),
(3655, 'german', 'l_team_youarecoord', 'Du bist Koordinator von', 'teams'),
(3656, 'german', 'l_team_relinq', 'Du mußt Deine Position einem anderen Spieler übertragen.', 'teams'),
(3657, 'german', 'l_team_newc', 'Neuer Koordinator:', 'teams'),
(3658, 'german', 'l_team_youveleft', 'Du hast die Allianz verlassen', 'teams'),
(3659, 'german', 'l_team_relto', 'übertrage die Position des Koordinators auf', 'teams'),
(3660, 'german', 'l_team_welcome', 'Willkommen in der Allianz', 'teams'),
(3661, 'german', 'l_team_noinviteto', 'Niemand hat Dich eingeladen an dieser Allianz teilzunehmen.', 'teams'),
(3662, 'german', 'l_team_ejectsure', 'Bist Du sicher mit dem Rauswurf?', 'teams'),
(3663, 'german', 'l_team_ejected', 'wurde aus der Allianz geworfen!', 'teams'),
(3664, 'german', 'l_team_entername', 'Name der Allianz eingeben', 'teams'),
(3665, 'german', 'l_team_enterdesc', 'Beschreibung der Allianz eingeben', 'teams'),
(3666, 'german', 'l_team_hcreated', 'wurde erstellt und Du bist ihr Führer', 'teams'),
(3667, 'german', 'l_team_team', 'Team', 'teams'),
(3668, 'german', 'l_team_selectp', 'Spieler für Einladung auswählen', 'teams'),
(3669, 'german', 'l_team_isorry', 'Sorry, aber [name] wurde schon von einer anderen Allianz eingeladen - es kann nur eine altive Einladung geben.', 'teams'),
(3670, 'german', 'l_team_plinvted', 'Spieler eingeladen.', 'teams'),
(3671, 'german', 'l_team_plinvted2', 'Bitte abwarten, ob der Spieler die Einladung annimmt.', 'teams'),
(3672, 'german', 'l_team_refuse', 'Du hast die Einladung abgelehnt', 'teams'),
(3673, 'german', 'l_team_edname', 'Editiere den Namen Deiner Allianz', 'teams'),
(3674, 'german', 'l_team_eddesc', 'Editiere die Beschreibung Deiner Allianz', 'teams'),
(3675, 'german', 'l_team_hasbeenr', 'wurde umbenannt.', 'teams'),
(3676, 'german', 'l_team_error', 'Du bist nicht der Führer dieser Allianz.', 'teams'),
(3677, 'german', 'l_team_notmember', 'Du bist kein Mitglied dieser Allianz', 'teams'),
(3678, 'german', 'l_team_urejected', 'ACHTUNG - Du wurdest rausgeworfen aus', 'teams'),
(3679, 'german', 'l_team_noteams', 'Es gibt in der Galaxis derzeit keine Allianzen.', 'teams'),
(3680, 'german', 'l_team_noattack_members', 'Sorry, You cannot attack a fellow Team mate!', 'teams'),
(3681, 'german', 'l_team_already_combat', 'Sorry, You are already in combat!', 'teams'),
(3682, 'german', 'l_tdr_within', 'in', 'traderoutes'),
(3683, 'german', 'l_tdr_title', 'Handelsrouten', 'traderoutes'),
(3684, 'german', 'l_tdr_newtdr', 'Klicke [here] um eine neue Handelsroute zu erstellen', 'traderoutes'),
(3685, 'german', 'l_tdr_modtdrset', 'Um Deine globalen Handelseinstellungen zu ändern klicke [here]', 'traderoutes'),
(3686, 'german', 'l_tdr_confdel', 'Klicke [here] um das Löschen der folgenden Handelsroute zu bestätigen:', 'traderoutes'),
(3687, 'german', 'l_tdr_noactive', 'Du hast keine aktiven Handelsrouten.', 'traderoutes'),
(3688, 'german', 'l_tdr_curtdr', 'Derzeitige Handelsrouten', 'traderoutes'),
(3689, 'german', 'l_tdr_deltdr', 'Lösche Handelsrouten', 'traderoutes'),
(3690, 'german', 'l_tdr_src', 'Start', 'traderoutes'),
(3691, 'german', 'l_tdr_srctype', 'Start Typ', 'traderoutes'),
(3692, 'german', 'l_tdr_dest', 'Ziel', 'traderoutes'),
(3693, 'german', 'l_tdr_desttype', 'Ziel Type', 'traderoutes'),
(3694, 'german', 'l_tdr_move', 'Reise', 'traderoutes'),
(3695, 'german', 'l_tdr_circuit', 'Kreis', 'traderoutes'),
(3696, 'german', 'l_tdr_change', 'ändere', 'traderoutes'),
(3697, 'german', 'l_tdr_portin', 'Hafen in', 'traderoutes'),
(3698, 'german', 'l_tdr_planet', 'Planet', 'traderoutes'),
(3699, 'german', 'l_tdr_nonexistance', 'Nichtexistierenden Planet!', 'traderoutes'),
(3700, 'german', 'l_tdr_na', 'Nicht verfügbar', 'traderoutes'),
(3701, 'german', 'l_tdr_cargo', 'Fracht', 'traderoutes'),
(3702, 'german', 'l_tdr_none', 'Nichts', 'traderoutes'),
(3703, 'german', 'l_tdr_colonists', 'Siedler', 'traderoutes'),
(3704, 'german', 'l_tdr_fighters', 'Fighter', 'traderoutes'),
(3705, 'german', 'l_tdr_torps', 'Torpedos', 'traderoutes'),
(3706, 'german', 'l_tdr_escooped', '[tdr_dist_triptime] Züge', 'traderoutes'),
(3707, 'german', 'l_tdr_escooped2', '[tdr_dist_scooped] Energie', 'traderoutes'),
(3708, 'german', 'l_tdr_warp', 'Warp', 'traderoutes'),
(3709, 'german', 'l_tdr_turns', 'Züge', 'traderoutes'),
(3710, 'german', 'l_tdr_way', 'Weg', 'traderoutes'),
(3711, 'german', 'l_tdr_ways', 'Wege', 'traderoutes'),
(3712, 'german', 'l_tdr_edit', 'Editiere', 'traderoutes'),
(3713, 'german', 'l_tdr_del', 'Lösche', 'traderoutes'),
(3714, 'german', 'l_tdr_nowlink1', 'Es gibt keinen Warp Link von Sektor [tdr_src_sector_id] nach Sektor [tdr_dest_sector_id]', 'traderoutes'),
(3715, 'german', 'l_tdr_nowlink2', 'Es gibt keinen Warp Link von Sektor [tdr_dest_sector_id] nach Sektor [tdr_src_sector_id]', 'traderoutes'),
(3716, 'german', 'l_tdr_sportissrc', 'Wenn Start ein Spezialhafen ist, muß das Ziel ein Planet für die Kolonisation sein.', 'traderoutes'),
(3717, 'german', 'l_tdr_notownplanet', 'Du kannst keinen Planeten besiedeln, der nicht Deinem Team gehört.', 'traderoutes'),
(3718, 'german', 'l_tdr_planetisdest', 'Ein Planet kann nur Ziel sein, wenn Start ein Spezialhafen ist.', 'traderoutes'),
(3719, 'german', 'l_tdr_samecom', 'Du kannst keine Handelsrouten erstellen zu Häfen, die die gleichen Gebrauchsgüter produzieren', 'traderoutes'),
(3720, 'german', 'l_tdr_sportcom', 'Du kannst keine Gebrauchsgüter eines Planeten in einem Spezialhafen verkaufen', 'traderoutes'),
(3721, 'german', 'l_tdr_editerr', 'Editierfehler: Handelsroute nicht in Datenbank', 'traderoutes'),
(3722, 'german', 'l_tdr_maxtdr', 'Sorry, Du hast die maximale Anzahl erlaubter Handelsrouten erreicht.', 'traderoutes'),
(3723, 'german', 'l_tdr_createnew', 'Erstelle neue', 'traderoutes'),
(3724, 'german', 'l_tdr_editinga', 'Editiere eine', 'traderoutes'),
(3725, 'german', 'l_tdr_traderoute', 'Handelsroute', 'traderoutes'),
(3726, 'german', 'l_tdr_unnamed', 'Unbenannt', 'traderoutes'),
(3727, 'german', 'l_tdr_cursector', 'Du bist derzeit in Sektor', 'traderoutes'),
(3728, 'german', 'l_tdr_selspoint', 'Bitte Startpunkt auswählen :', 'traderoutes'),
(3729, 'german', 'l_tdr_port', 'Hafen', 'traderoutes'),
(3730, 'german', 'l_tdr_insector', 'in Sektor', 'traderoutes'),
(3731, 'german', 'l_tdr_selendpoint', 'Bitte Zielpunkt auswählen', 'traderoutes'),
(3732, 'german', 'l_tdr_selmovetype', 'Bitte Reiseart auswählen', 'traderoutes'),
(3733, 'german', 'l_tdr_realspace', 'Real Space', 'traderoutes'),
(3734, 'german', 'l_tdr_selcircuit', 'Bitte Rundreise auswählen', 'traderoutes'),
(3735, 'german', 'l_tdr_oneway', 'Einweg', 'traderoutes'),
(3736, 'german', 'l_tdr_errnotvalidport', 'Fehler: Starthafen [tdr_port_id] ungültig.', 'traderoutes'),
(3737, 'german', 'l_tdr_bothways', 'Zweiwege', 'traderoutes'),
(3738, 'german', 'l_tdr_create', 'Erstelle', 'traderoutes'),
(3739, 'german', 'l_tdr_modify', 'ändere', 'traderoutes'),
(3740, 'german', 'l_tdr_returnmenu', 'Klicke [here] um zum Handelsrouten Menü zurückzukehren.', 'traderoutes'),
(3741, 'german', 'l_tdr_errnoport', 'Fehler: da ist kein Hafen in Sektor [tdr_port_id].', 'traderoutes'),
(3742, 'german', 'l_tdr_errnosrc', 'Fehler: ausgewählter Startplanet existiert nicht.', 'traderoutes'),
(3743, 'german', 'l_tdr_errnotownnotsell', 'Fehler: Du besitzt nicht dem Planeten [tdr_source_name] in Sektor [tdr_source_sector_id] und der Planet steht nicht zum Verkauf.', 'traderoutes'),
(3744, 'german', 'l_tdr_errnotvaliddestport', 'Fehler: Der Zielhafen [tdr_port_id] ist ungültig.', 'traderoutes'),
(3745, 'german', 'l_tdr_errnoport2', 'Fehler: Es gibt keinen Hafen in Sektor [tdr_port_id].', 'traderoutes'),
(3746, 'german', 'l_tdr_errnodestplanet', 'Fehler: Der gewählte Zielplanet existiert nicht.', 'traderoutes'),
(3747, 'german', 'l_tdr_errnotownnotsell2', 'Fehler: u besitzt nicht dem Planeten [tdr_dest_name] in Sektor [tdr_dest_sector_id] und der Planet steht nicht zum Verkauf.', 'traderoutes'),
(3748, 'german', 'l_tdr_newtdrcreated', 'Neue Handelsroute erstellt!', 'traderoutes'),
(3749, 'german', 'l_tdr_modified', 'Trade route modified!', 'traderoutes'),
(3750, 'german', 'l_tdr_doesntexist', 'Diese Handelsroute existiert nicht!', 'traderoutes'),
(3751, 'german', 'l_tdr_notowntdr', 'Das ist nicht Deine Handelsroute!', 'traderoutes'),
(3752, 'german', 'l_tdr_deleted', 'Trade route deleted.', 'traderoutes'),
(3753, 'german', 'l_tdr_globalset', 'Globale Handelsrouten Einstellungen', 'traderoutes'),
(3754, 'german', 'l_tdr_sportsrc', 'For trade routes having a special port as a source, trade', 'traderoutes'),
(3755, 'german', 'l_tdr_tdrescooped', 'Bei Real Space Handelsrouten, was machst Du mit der eingesammelten Energie?', 'traderoutes'),
(3756, 'german', 'l_tdr_trade', 'Handeln', 'traderoutes'),
(3757, 'german', 'l_tdr_keep', 'Behalten', 'traderoutes'),
(3758, 'german', 'l_tdr_save', 'Sichern', 'traderoutes'),
(3759, 'german', 'l_tdr_globalsetsaved', 'Globale Handelsrouten Einstellungen gesichert.', 'traderoutes'),
(3760, 'german', 'l_tdr_engagenonexist', 'Versuchter Zugrif auf eine nichtexistente Handelsroute!', 'traderoutes'),
(3761, 'german', 'l_tdr_invalidspoint', 'Start Hafen ungültig!', 'traderoutes'),
(3762, 'german', 'l_tdr_inittdr', 'Du bist nicht in Sektor [tdr_source_id]! Du mußt Dich im Startsektor befinden um eine Handelsroute zu erstellen!', 'traderoutes'),
(3763, 'german', 'l_tdr_invalidsrc', 'Start Planet ungültig!', 'traderoutes'),
(3764, 'german', 'l_tdr_inittdrsector', 'Du bist nicht in Sektor [tdr_source_sector_id]! Du mußt Dich im Startsektor befinden um eine Handelsroute zu erstellen!', 'traderoutes'),
(3765, 'german', 'l_tdr_notyourplanet', 'Su bist nicht Besitzer von Planet [tdr_source_name] in Sektor [tdr_source_sector_id]!', 'traderoutes'),
(3766, 'german', 'l_tdr_invalidssector', 'Start Sektor ungültig!', 'traderoutes'),
(3767, 'german', 'l_tdr_invaliddport', 'Zielhafen ungültig!', 'traderoutes'),
(3768, 'german', 'l_tdr_invaliddplanet', 'Zielplanet ungültig!', 'traderoutes'),
(3769, 'german', 'l_tdr_invaliddsector', 'Zielsektor ungültig!', 'traderoutes'),
(3770, 'german', 'l_tdr_moreturnsneeded', 'Diese Handelsroute benötigt [tdr_dist_triptime]. Du hast jedoch nur noch [tdr_playerinfo_turns] Züge.', 'traderoutes'),
(3771, 'german', 'l_tdr_hostdef', 'You can not use trade routes between sectors with hostile defences. You must defeat the defences first.', 'traderoutes'),
(3772, 'german', 'l_tdr_globalsetbuynothing', 'Bei diesen Einstellungen kaufst Du nichts! Diese Route wäre eine Verschwendung von Zügen!', 'traderoutes'),
(3773, 'german', 'l_tdr_nosrcporttrade', 'Handel auf dem Starthafen ist nicht erlaubt.', 'traderoutes'),
(3774, 'german', 'l_tdr_tradesrcportoutsider', 'Handel auf dem Starthafen ist für Fremde nicht erlaubt.', 'traderoutes'),
(3775, 'german', 'l_tdr_nodestporttrade', 'Handel auf dem Zielhafen ist nicht erlaubt..', 'traderoutes'),
(3776, 'german', 'l_tdr_tradedestportoutsider', 'Handel auf dem Zielhafen ist für Fremde nicht erlaubt.', 'traderoutes'),
(3777, 'german', 'l_tdr_res', 'Trade Route Results', 'traderoutes'),
(3778, 'german', 'l_tdr_bought', 'Gekauft', 'traderoutes'),
(3779, 'german', 'l_tdr_nothingtotrade', 'Nichts zum Handeln', 'traderoutes'),
(3780, 'german', 'l_tdr_sold', 'Verkauft', 'traderoutes'),
(3781, 'german', 'l_tdr_ore', 'Erz', 'traderoutes'),
(3782, 'german', 'l_tdr_portisfull', 'Hafen ist voll', 'traderoutes'),
(3783, 'german', 'l_tdr_goods', 'Gebrauchsgüter', 'traderoutes'),
(3784, 'german', 'l_tdr_organics', 'organanische Produkte', 'traderoutes'),
(3785, 'german', 'l_tdr_energy', 'Energie', 'traderoutes'),
(3786, 'german', 'l_tdr_portisempty', 'Hafen ist leer', 'traderoutes'),
(3787, 'german', 'l_tdr_loaded', 'Geladen', 'traderoutes'),
(3788, 'german', 'l_tdr_nothingtoload', 'Nichts zu laden', 'traderoutes'),
(3789, 'german', 'l_tdr_scooped', 'Eingesammelt', 'traderoutes'),
(3790, 'german', 'l_tdr_dumped', 'Abgesetz', 'traderoutes'),
(3791, 'german', 'l_tdr_planetisovercrowded', 'Planet ist überbevölkert', 'traderoutes'),
(3792, 'german', 'l_tdr_nothingtodump', 'Nichts zum absetzten', 'traderoutes'),
(3793, 'german', 'l_tdr_onlyonewaytdr', 'Nichts zu tun, Handelsroute war Einweg', 'traderoutes'),
(3794, 'german', 'l_tdr_profit', 'Profit', 'traderoutes'),
(3795, 'german', 'l_tdr_cost', 'Kosten', 'traderoutes'),
(3796, 'german', 'l_tdr_totalprofit', 'Gesamtprofit', 'traderoutes'),
(3797, 'german', 'l_tdr_totalcost', 'Gesamtkosten', 'traderoutes'),
(3798, 'german', 'l_tdr_credits', 'Credits', 'traderoutes'),
(3799, 'german', 'l_tdr_turnsused', 'Züge benötigt', 'traderoutes'),
(3800, 'german', 'l_tdr_turnsleft', 'Züge übrig', 'traderoutes'),
(3801, 'german', 'l_tdr_notowner', 'Dies ist nicht Deine Handelsroute', 'traderoutes'),
(3802, 'german', 'l_tdr_five', 'fünf', 'traderoutes'),
(3803, 'german', 'l_tdr_ten', 'zehn', 'traderoutes'),
(3804, 'german', 'l_tdr_fifty', 'fünfzig', 'traderoutes'),
(3805, 'german', 'l_warp_title', 'Benutze Warp Editor', 'warpedit'),
(3806, 'german', 'l_warp_turn', 'Du brauchst mindestens einen Zug um den Warp Editor zu benutzten.', 'warpedit'),
(3807, 'german', 'l_warp_none', 'Du hast keinen Warp Editor.', 'warpedit'),
(3808, 'german', 'l_warp_forbid', 'Der Warp Editor darf in diesem Sektor nicht benutzt werden.', 'warpedit'),
(3809, 'german', 'l_warp_nolink', 'Es gibt keine Links aus diesem Sektor heraus.', 'warpedit'),
(3810, 'german', 'l_warp_linkto', 'Link führt von diesem Sektor zu', 'warpedit'),
(3811, 'german', 'l_warp_query', 'Zu welchem Sektor möchtest Du einen Link erzeugen?', 'warpedit'),
(3812, 'german', 'l_warp_oneway', 'Einweg (Eine Richtung)?', 'warpedit'),
(3813, 'german', 'l_warp_dest', 'Alternativ kannst Du einen Link zu diesem Sektor zerstören.', 'warpedit'),
(3814, 'german', 'l_warp_destquery', 'Zu welchem Sektor möchtest Du einen Link entfernen?', 'warpedit'),
(3815, 'german', 'l_warp_bothway', 'Zweiweg(Hin und Zurück)', 'warpedit'),
(3816, 'german', 'l_warp_nosector', 'Sektor existiert nicht.', 'warpedit'),
(3817, 'german', 'l_warp_twoerror', 'Benutzung des Warp Editor zur Erzeugung eines Zweiweg Links zu Sektor [target_sector] ist nicht erlaubt.', 'warpedit'),
(3818, 'german', 'l_warp_sectex', 'Warp Link von diesem Sektor nicht möglich - maximal $link_max per sector möglich.', 'warpedit'),
(3819, 'german', 'l_warp_linked', 'Zielsektor ([target_sector]) hat bereits einen Link von diesem Sektor.', 'warpedit'),
(3820, 'german', 'l_warp_unlinked', 'Zielsektor ([target_sector]) hat keinen Link von diesem Sektor.', 'warpedit'),
(3821, 'german', 'l_warp_coneway', 'Einweg Link erstellt zu', 'warpedit'),
(3822, 'german', 'l_warp_ctwoway', 'Zweiweg Link erstellt von und zu', 'warpedit'),
(3823, 'german', 'l_warp_forbidtwo', 'Benutztung des Warp Editor um einen Zweiweg Link zu Sektor [target_sector] zu entfernen ist nicht erlaubt.', 'warpedit'),
(3824, 'german', 'l_warp_removed', 'Link entfernt zu', 'warpedit'),
(3825, 'german', 'l_warp_removedtwo', 'Link entfernt von und zu', 'warpedit'),
(3826, 'german', 'l_warp_cantsame', 'Du kannst keinen Link erstelle, wenn Start- und Zielpunkt derselbe sind.', 'warpedit'),
(3827, 'german', 'l_ai_control', 'AI Steuerung', 'xenobe_control'),
(3828, 'german', 'l_ze_title', 'Editiere Zone', 'zoneedit'),
(3829, 'german', 'l_ze_notowner', 'Nur Zonenbesitzer können Zonen editieren.', 'zoneedit'),
(3830, 'german', 'l_ze_name', 'Zonen Name', 'zoneedit'),
(3831, 'german', 'l_ze_allow', 'Erlauben', 'zoneedit'),
(3832, 'german', 'l_ze_attacks', 'Erlaube Angriff auf andere Schiffe', 'zoneedit'),
(3833, 'german', 'l_ze_genesis', 'Erlaube die Kreation neuer PLaneten', 'zoneedit'),
(3834, 'german', 'l_ze_return', 'um zur Zonen Informationsseite zurückzukehren', 'zoneedit'),
(3835, 'german', 'l_ze_saved', 'Die änderungen wurden gespeichert.', 'zoneedit'),
(3836, 'german', 'l_zi_title', 'Zonen Information', 'zoneinfo'),
(3837, 'german', 'l_zi_nexist', 'Dieser Raumsektor existiert nicht!', 'zoneinfo'),
(3838, 'german', 'l_zi_feds', 'Föderation', 'zoneinfo'),
(3839, 'german', 'l_zi_traders', 'The Freihandels-Koalition', 'zoneinfo'),
(3840, 'german', 'l_zi_nobody', 'Niemand', 'zoneinfo'),
(3841, 'german', 'l_zi_war', 'Umstrittener Raum', 'zoneinfo'),
(3842, 'german', 'l_zi_allow', 'Erlaubt', 'zoneinfo'),
(3843, 'german', 'l_zi_notallow', 'Nicht erlaubt', 'zoneinfo'),
(3844, 'german', 'l_zi_limit', 'Zugang nur für Besitzer und Alliierte', 'zoneinfo'),
(3845, 'german', 'l_zi_ul', 'Unbegrenzt', 'zoneinfo'),
(3846, 'german', 'l_zi_control', 'Du kontrollierst diese Zone', 'zoneinfo'),
(3847, 'german', 'l_zi_tochange', 'um die Gesetzte zu ändern.', 'zoneinfo'),
(3848, 'german', 'l_zi_owner', 'Zonen Eigentümer', 'zoneinfo'),
(3849, 'german', 'l_zi_maxhull', 'Maximal erlaubter durchschnittlicher Technikstand', 'zoneinfo'),
(3850, 'spanish', 'local_date_full_format', 'Y-m-d H:i:s', 'regional'),
(3851, 'spanish', 'local_date_short_format', 'Y-m-d', 'regional'),
(3852, 'spanish', 'local_lang', 'es', 'regional'),
(3853, 'spanish', 'local_logdate_full_format', 'F d Y H:i', 'regional'),
(3854, 'spanish', 'local_logdate_med_format', 'F d Y', 'regional'),
(3855, 'spanish', 'local_logdate_short_format', 'M d', 'regional'),
(3856, 'spanish', 'local_number_dec_point', '.', 'regional'),
(3857, 'spanish', 'local_number_thousands_sep', ',', 'regional'),
(3858, 'spanish', 'l_admin_title', 'Administración', 'admin'),
(3859, 'spanish', 'l_change_uni_title', 'Cambiar tamaño de universo', 'admin'),
(3860, 'spanish', 'l_att_title', 'Atacar Nave', 'attack'),
(3861, 'spanish', 'l_att_andused', 'y has usado', 'attack'),
(3862, 'spanish', 'l_att_loosepod', 'Luckily you have an escape pod!', 'attack'),
(3863, 'spanish', 'l_att_notarg', 'El objetivo no está en este sector.', 'attack'),
(3864, 'spanish', 'l_att_noturn', 'Necesitas al menos un turno para atacar.', 'attack'),
(3865, 'spanish', 'l_att_noatt', 'No está permitido atacar a alguien en este sector.', 'attack'),
(3866, 'spanish', 'l_att_flee', '¡El objetivo te ha esquivado!', 'attack'),
(3867, 'spanish', 'l_att_ewd', '¡El objetivo a iniciado un dispositivo de salto de emergencia cuando ha sido atacado!', 'attack'),
(3868, 'spanish', 'l_att_att', 'Ataques', 'attack'),
(3869, 'spanish', 'l_att_lost', 'perdido', 'attack'),
(3870, 'spanish', 'l_att_ylost', 'Has perdido', 'attack'),
(3871, 'spanish', 'l_att_sdown', 'ha perdido sus escudos !', 'attack'),
(3872, 'spanish', 'l_att_ydown', '¡Has perdido tus escudos!', 'attack'),
(3873, 'spanish', 'l_att_shits', 'ha recibido un ataque en sus escudos por', 'attack'),
(3874, 'spanish', 'l_att_yhits', 'Tus escudos han sido atacados por', 'attack'),
(3875, 'spanish', 'l_att_dmg', 'daño', 'attack'),
(3876, 'spanish', 'l_att_sarm', 'tiene una brecha en su armadura!', 'attack'),
(3877, 'spanish', 'l_att_yarm', '¡Tienes una brecha en tu armadura!', 'attack'),
(3878, 'spanish', 'l_att_ashit', 'ha recibido un ataque en su armadura por', 'attack'),
(3879, 'spanish', 'l_att_ayhit', 'Has recibido un ataque en tu armadura por', 'attack'),
(3880, 'spanish', 'l_att_lostf', 'perdió todos sus cazas.', 'attack'),
(3881, 'spanish', 'l_att_ylostf', 'Has perdido todos tus cazas.', 'attack'),
(3882, 'spanish', 'l_att_sdest', 'contempla como su nave es destruida.', 'attack'),
(3883, 'spanish', 'l_att_espod', '¡Ha sido lanzada una cápsula de salvamento!', 'attack'),
(3884, 'spanish', 'l_att_ysalv', 'Has capturado [salv_ore] unidades de minerales, [salv_organics] unidades de orgánicos, [salv_goods] unidades de bienes, y has capturado el [ship_salvage_rate]% de la nave por [ship_salvage] créditos.', 'attack'),
(3885, 'spanish', 'l_att_ysalv2', 'Tu puntuación ha cambiado en [rating_change] puntos.', 'attack'),
(3886, 'spanish', 'l_att_stilship', 'No has destruido la nave de [name].', 'attack'),
(3887, 'spanish', 'l_att_yshiplost', '¡Tu nave ha sido destruida!', 'attack'),
(3888, 'spanish', 'l_att_salv', '[name] ha capturado [salv_ore] unidades de minerales, [salv_organics] unidades de orgánicos, [salv_goods] unidades de bienes, y ha capturado el [ship_salvage_rate]% de la nave por [ship_salvage] créditos.', 'attack'),
(3889, 'spanish', 'l_beacon_title', 'Lanzar Aerofaro Espacial', 'beacon'),
(3890, 'spanish', 'l_beacon_notpermitted', 'No está permitido lanzar aerofaros espaciales en este sector.', 'beacon'),
(3891, 'spanish', 'l_beacon_reads', 'En el aerofaro actual se puede leer', 'beacon'),
(3892, 'spanish', 'l_beacon_none', 'Actualmente no hay ningún aerofaro en este sector.', 'beacon'),
(3893, 'spanish', 'l_beacon_enter', 'Introduce el texto para el aerofaro', 'beacon'),
(3894, 'spanish', 'l_beacon_nowreads', 'En el aerofaro ahora puede leerse', 'beacon'),
(3895, 'spanish', 'l_beacon_donthave', 'No tienes aerofaros espaciales.', 'beacon'),
(3896, 'spanish', 'l_by_title', 'Recompensas', 'bounty'),
(3897, 'spanish', 'l_by_noturn', 'Necesitas al menos un turno para ofrecer o modificar una recompensa.', 'bounty'),
(3898, 'spanish', 'l_by_amount', 'Cantidad de la Recompensa', 'bounty'),
(3899, 'spanish', 'l_by_place', 'Ofrecer Recompensa', 'bounty'),
(3900, 'spanish', 'l_by_nobounties', 'Actualmente no hay recompensas.', 'bounty'),
(3901, 'spanish', 'l_by_bountyon', 'Recompensa sobre', 'bounty'),
(3902, 'spanish', 'l_by_placedby', 'Ofrecida por', 'bounty'),
(3903, 'spanish', 'l_by_thefeds', 'La Federación', 'bounty'),
(3904, 'spanish', 'l_by_cancel', 'Cancelar', 'bounty'),
(3905, 'spanish', 'l_by_yourself', 'No puedes ofrecer una recompensa sobre ti mismo.', 'bounty'),
(3906, 'spanish', 'l_by_notenough', 'No tienes suficientes créditos para ofrecer una recompensa por esa cantidad.', 'bounty'),
(3907, 'spanish', 'l_by_toomuch', 'No puedes ofrecer esa recompensa. La máxima recompensa permitida sobre otro jugador es [percent] por ciento de tus bienes netos', 'bounty'),
(3908, 'spanish', 'l_by_zeroamount', 'Las recompensas deben ser mayores que 0 créditos.', 'bounty'),
(3909, 'spanish', 'l_by_placed', 'La recompensa ha sido establecida.', 'bounty'),
(3910, 'spanish', 'l_by_nobounty', 'Ya no existe esa recompensa.', 'bounty'),
(3911, 'spanish', 'l_by_notyours', 'Esa recompensa no ha sido establecida por ti.', 'bounty'),
(3912, 'spanish', 'l_by_canceled', 'La recompensa ha sido cancelada.', 'bounty'),
(3913, 'spanish', 'l_by_action', 'Acción', 'bounty'),
(3914, 'spanish', 'l_by_placebounty', 'Establecer o ver recompensas.', 'bounty');
INSERT INTO `[[dbprefix]]languages` VALUES
(3915, 'spanish', 'l_by_moredetails', 'Pulsa en el nombre para más detalles.', 'bounty'),
(3916, 'spanish', 'l_by_fedbounty', 'Al atacar a este jugador la Federación ofrecerá una recompensa por tu cabeza.', 'bounty'),
(3917, 'spanish', 'l_by_fedbounty2', 'La Federación no aprueba el ataque a naves más pequeñas. Se ha ofrecido una recompensa por tu cabeza.', 'bounty'),
(3918, 'spanish', 'l_by_notexists', 'El jugador por el que ofreces una recompensa no existe.', 'bounty'),
(3919, 'spanish', 'l_by_destroyed', 'No puedes ofrecer una recompensa por un jugador con una nave destruida.', 'bounty'),
(3920, 'spanish', 'l_new_pwis', 'Tu contraseña es', 'bounty'),
(3921, 'spanish', 'l_planet2_sector', 'No estás en el mismo sector que ese planeta.', 'bounty'),
(3922, 'spanish', 'l_planet_destroyplanet', 'Destruir Planeta', 'bounty'),
(3923, 'spanish', 'l_planet_warning', 'Al hacer esto destruirás totalmente este planeta', 'bounty'),
(3924, 'spanish', 'l_planet_confirm', '¿Realmente quieres destruir este planeta?', 'bounty'),
(3925, 'spanish', 'l_port_bounty', 'No puedes acceder a un puerto especial mientras tengas una recompensa ofrecida por la Federación.', 'bounty'),
(3926, 'spanish', 'l_port_bounty2', 'Pulsa [here] para pagar la recompensa de [amount] créditos.', 'bounty'),
(3927, 'spanish', 'l_port_btynotenough', 'No tienes suficientes créditos para pagar la recompensa de [amount] créditos.', 'bounty'),
(3928, 'spanish', 'l_port_bountypaid', 'Has pagado la recompensa. Pulsa [here] para continuar.', 'bounty'),
(3929, 'spanish', 'l_port_loannotrade', 'IGB ha establecido un bloqueo en la cuenta de tu nave debido a un retraso en el pago de un préstamo. No puedes comerciar en un puerto especial hasta que devuelvas tu préstamo.', 'bounty'),
(3930, 'spanish', 'l_tdr_engageagain', 'Pulsa [here] para hacer esta ruta comercial de nuevo, o aquí para hacerla [five] o [ten] o [fifty] veces', 'bounty'),
(3931, 'spanish', 'l_scan_bounty', 'Esta nave tiene una recompensa total sobre ella de [amount] créditos.', 'bounty'),
(3932, 'spanish', 'l_scan_fedbounty', 'Esta nave tiene una recompensa sobre ella por parte de la Federación.', 'bounty'),
(3933, 'spanish', 'l_by_nofedbounty', 'Atacar a este jugador NO acabará con la Federación ofreciendo una recompensa por tu cabeza.', 'bounty'),
(3934, 'spanish', 'l_chf_youretreatback', 'Regresas a tu localización anterior', 'check_fighters'),
(3935, 'spanish', 'l_chf_notenoughcreditstoll', 'No tienes suficientes créditos para pagar el peaje.', 'check_fighters'),
(3936, 'spanish', 'l_chf_movefailed', 'Movimiento fallido.', 'check_fighters'),
(3937, 'spanish', 'l_chf_youpaidsometoll', 'Has pagado [chf_tollstring] créditos por el peaje.', 'check_fighters'),
(3938, 'spanish', 'l_chf_thefightersdetectyou', '¡Los cazas te han detectado!', 'check_fighters'),
(3939, 'spanish', 'l_chf_therearetotalfightersindest', 'Hay un total de [chf_total_sector_fighters] cazas en tu sector de destino.', 'check_fighters'),
(3940, 'spanish', 'l_chf_creditsdemanded', 'Piden [chf_number_fighterstoll] créditos para entrar en este sector.', 'check_fighters'),
(3941, 'spanish', 'l_chf_youcan', 'You can', 'check_fighters'),
(3942, 'spanish', 'l_chf_youcanretreat', '[retreat] - Te costará un turno extra.', 'check_fighters'),
(3943, 'spanish', 'l_chf_inputpay', '[pay] - el peaje y entrar sin correr riesgo por los cazas.', 'check_fighters'),
(3944, 'spanish', 'l_chf_inputfight', '[fight] - debes derrotar a todos los cazas para entrar en el sector.', 'check_fighters'),
(3945, 'spanish', 'l_chf_inputcloak', '[cloak] - Usar tu dispositivo de ocultación e intentar evitar a los cazas.', 'check_fighters'),
(3946, 'spanish', 'l_chf_go', 'Adelante', 'check_fighters'),
(3947, 'spanish', 'l_chm_youhitsomemines', '¡Has golpeado [chm_roll] minas!', 'check_mines'),
(3948, 'spanish', 'l_chm_hehitminesinsector', '[chm_playerinfo_character_name] ha golpeado [chm_roll] minas en el sector [chm_sector].', 'check_mines'),
(3949, 'spanish', 'l_chm_youlostminedeflectors', 'Has perdido [chm_roll] deflectores de minas.', 'check_mines'),
(3950, 'spanish', 'l_chm_youlostallminedeflectors', 'Has perdido todos tus deflectores de minas.', 'check_mines'),
(3951, 'spanish', 'l_chm_youhadnominedeflectors', 'No tienes deflectores de minas.', 'check_mines'),
(3952, 'spanish', 'l_chm_yourshieldshitforminesdmg', 'Tus escudos han sido alcanzados por [chm_mines_left] de daño.', 'check_mines'),
(3953, 'spanish', 'l_chm_yourshieldsaredown', '¡Tus escudos están desactivados!', 'check_mines'),
(3954, 'spanish', 'l_chm_youlostallyourshields', '¡Has perdido todos tus escudos!', 'check_mines'),
(3955, 'spanish', 'l_chm_yourarmorhitforminesdmg', 'Tu armadura ha sido alcanzada por [chm_mines_left] de daño.', 'check_mines'),
(3956, 'spanish', 'l_chm_yourhullisbreached', '¡Hay una brecha en tu casco!', 'check_mines'),
(3957, 'spanish', 'l_chm_hewasdestroyedbyyourmines', '[chm_playerinfo_character_name] fue destruido por minas en el sector [chm_sector]', 'check_mines'),
(3958, 'spanish', 'l_chm_yourshiphasbeendestroyed', '¡Tu nave ha sido destruida!', 'check_mines'),
(3959, 'spanish', 'l_chm_luckescapepod', '¡Afortunadamente tienes una cápsula de salvamento!', 'check_mines'),
(3960, 'spanish', 'l_cmb_atleastoneturn', 'Necesitas al menos un turno para atacar un planeta.', 'combat'),
(3961, 'spanish', 'l_cmb_shipenergybb', 'Energía de la nave antes de los disparos', 'combat'),
(3962, 'spanish', 'l_cmb_shipenergyab', 'Energía de la nave tras los disparos', 'combat'),
(3963, 'spanish', 'l_cmb_shipenergyas', 'Energía de la nave tras los escudos', 'combat'),
(3964, 'spanish', 'l_cmb_shiptorpsbtl', 'Torpedos a bordo antes del lanzamiento de torpedos', 'combat'),
(3965, 'spanish', 'l_cmb_shiptorpsatl', 'Torpedos a bordo tras el lanzamiento de torpedos', 'combat'),
(3966, 'spanish', 'l_cmb_planettorpdamage', 'Daño de los torpedos del planeta', 'combat'),
(3967, 'spanish', 'l_cmb_attackertorpdamage', 'Daños de los torpedos del atacante', 'combat'),
(3968, 'spanish', 'l_cmb_beams', 'Disparos', 'combat'),
(3969, 'spanish', 'l_cmb_fighters', 'Cazas', 'combat'),
(3970, 'spanish', 'l_cmb_shields', 'Escudos', 'combat'),
(3971, 'spanish', 'l_cmb_torps', 'Torpedos', 'combat'),
(3972, 'spanish', 'l_cmb_torpdamage', 'Daño de los torpedos', 'combat'),
(3973, 'spanish', 'l_cmb_armor', 'Armadura', 'combat'),
(3974, 'spanish', 'l_cmb_you', 'Tú', 'combat'),
(3975, 'spanish', 'l_cmb_planet', 'Planeta', 'combat'),
(3976, 'spanish', 'l_cmb_combatflow', 'Seguimiento del combate', 'combat'),
(3977, 'spanish', 'l_cmb_defender', 'Defensor', 'combat'),
(3978, 'spanish', 'l_cmb_attackingplanet', 'Atacando al planeta en el sector', 'combat'),
(3979, 'spanish', 'l_cmb_youfireyourbeams', 'Disparas tus lásers', 'combat'),
(3980, 'spanish', 'l_cmb_defenselost', 'La defensa planetaria ha perdido [cmb_planetfighters] cazas con tus disparos', 'combat'),
(3981, 'spanish', 'l_cmb_defenselost2', 'La defensa planetaria ha perdido [cmb_attackerbeams] cazas, ¡pero hay más viniendo', 'combat'),
(3982, 'spanish', 'l_cmb_planetarybeams', 'Los disparos planetarios han destruido [cmb_temp] de tus cazas', 'combat'),
(3983, 'spanish', 'l_cmb_planetarybeams2', 'Los disparos planetarios han destruido [cmb_planetbeams] de tus cazas', 'combat'),
(3984, 'spanish', 'l_cmb_youdestroyedplanetshields', 'Tus disparos han destruido los escudos del planeta', 'combat'),
(3985, 'spanish', 'l_cmb_beamsexhausted', 'Has destruido [cmb_attackerbeams] escudos planetarios antes de que tus disparos se agotasen', 'combat'),
(3986, 'spanish', 'l_cmb_breachedyourshields', 'Los disparos planetarios han abierto brecha en tus escudos', 'combat'),
(3987, 'spanish', 'l_cmb_destroyedyourshields', 'Los disparos planetarios han destruido [cmb_planetbeams] de tus escudos', 'combat'),
(3988, 'spanish', 'l_cmb_breachedyourarmor', 'Los disparos planetarios han abierto brecha en tu armadura', 'combat'),
(3989, 'spanish', 'l_cmb_destroyedyourarmor', 'Los disparos planetarios han destruido [cmb_planetbeams] puntos de armadura', 'combat'),
(3990, 'spanish', 'l_cmb_torpedoexchangephase', 'Fase de Intercambio de Torpedos', 'combat'),
(3991, 'spanish', 'l_cmb_nofightersleft', 'Tus torpedos han destruido [cmb_planetfighters] cazas planetarios. Ya no quedan cazas', 'combat'),
(3992, 'spanish', 'l_cmb_youdestroyfighters', 'Tus torpedos han destruido [cmb_attackertorpdamage] cazas planetarios', 'combat'),
(3993, 'spanish', 'l_cmb_planettorpsdestroy', 'Los torpedos planetarios han destruido [cmb_temp] de tus cazas', 'combat'),
(3994, 'spanish', 'l_cmb_planettorpsdestroy2', 'Los torpedos planetarios han destruido [cmb_planettorpdamage] de tus cazas', 'combat'),
(3995, 'spanish', 'l_cmb_torpsbreachedyourarmor', 'Los torpedos planetarios han abierto brecha en tu armadura', 'combat'),
(3996, 'spanish', 'l_cmb_planettorpsdestroy3', 'Los torpedos planetarios han destruido [cmb_planettorpdamage] puntos de armadura', 'combat'),
(3997, 'spanish', 'l_cmb_youdestroyedallfighters', 'Tus torpedos han destruido todos los cazas planetarios', 'combat'),
(3998, 'spanish', 'l_cmb_youdestroyplanetfighters', 'Tus torpedos han destruido [cmb_attackertorpdamage] cazas planetarios', 'combat'),
(3999, 'spanish', 'l_cmb_fightercombatphase', 'Fase de Combate de Cazas', 'combat'),
(4000, 'spanish', 'l_cmb_youdestroyedallfighters2', 'Tus cazas han destruido todos los cazas planetarios.', 'combat'),
(4001, 'spanish', 'l_cmb_youdestroyplanetfighters2', 'Tus cazas han destruido [cmb_attackerfighters] cazas planetarios', 'combat'),
(4002, 'spanish', 'l_cmb_allyourfightersdestroyed', 'Todos tus cazas han sido destruidos', 'combat'),
(4003, 'spanish', 'l_cmb_fightertofighterlost', 'Has perdido [cmb_planetfighters] cazas en combate caza contra caza', 'combat'),
(4004, 'spanish', 'l_cmb_youbreachedplanetshields', 'Tus cazas han abierto brecha en los escudos planetarios', 'combat'),
(4005, 'spanish', 'l_cmb_shieldsremainup', 'Tus cazas han destruido [cmb_attackerfighters] escudos planetarios, pero todavía están activos', 'combat'),
(4006, 'spanish', 'l_cmb_fighterswarm', 'Los cazas planetarios rodean tu nave, hay una brecha en tu armadura', 'combat'),
(4007, 'spanish', 'l_cmb_swarmandrepel', 'Los cazas planetarios rodean tu nave, pero la armadura los repele', 'combat'),
(4008, 'spanish', 'l_cmb_engshiptoshipcombat', 'Entrando en combate nave contra nave.', 'combat'),
(4009, 'spanish', 'l_cmb_shipdock', '¡Hay [cmb_shipsonplanet] naves atracadas en el Espaciopuerto!', 'combat'),
(4010, 'spanish', 'l_cmb_approachattackvector', 'está acercándose en un vector de ataque', 'combat'),
(4011, 'spanish', 'l_cmb_noshipsdocked', '¡NO hay naves atracadas en el Espaciopuerto!', 'combat'),
(4012, 'spanish', 'l_cmb_yourshipdestroyed', '¡Tu nave ha sido destruida!', 'combat'),
(4013, 'spanish', 'l_cmb_escapepod', '¡Afortunadamente tenías una cápsula de salvamento!', 'combat'),
(4014, 'spanish', 'l_cmb_finalcombatstats', 'Estadísticas Finales del Combate', 'combat'),
(4015, 'spanish', 'l_cmb_youlostfighters', 'Has perdido [cmb_fighters_lost] de un total de [cmb_playerinfo_ship_fighters] cazas.', 'combat'),
(4016, 'spanish', 'l_cmb_youlostarmorpoints', 'has perdido [cmb_armor_lost] de un total de [cmb_playerinfo_armour_pts] puntos de armadura. Te quedan [cmb_attackerarmor] puntos.', 'combat'),
(4017, 'spanish', 'l_cmb_energyused', 'Has usado [cmb_energy_lost] energía, de un total de [cmb_playerinfo_ship_energy] energía.', 'combat'),
(4018, 'spanish', 'l_cmb_planetdefeated', 'Planeta vencido', 'combat'),
(4019, 'spanish', 'l_cmb_citizenswanttodie', 'Los ciudadanos de este planeta han decidido que prefieren morir antes que servir a un gobernante tan patético como tú. Han usado un taladro laser para hacer un gran agujero hacia el corazón del planeta. Apenas has tenido tiempo de escapar a una órbita segura antes de que todo el planeta haya sido reducido a una bola de lava fundida.', 'combat'),
(4020, 'spanish', 'l_cmb_youmaycapture', 'Puedes [capture] el planeta o dejarlo indefenso.', 'combat'),
(4021, 'spanish', 'l_cmb_planetnotdefeated', 'Planeta no vencido', 'combat'),
(4022, 'spanish', 'l_cmb_planetstatistics', 'Estadísticas del planeta', 'combat'),
(4023, 'spanish', 'l_cmb_fighterloststat', 'Cazas perdidos: [cmb_fighters_lost] de un total de [cmb_planetinfo_fighters] ([cmb_planetfighters] vivos)', 'combat'),
(4024, 'spanish', 'l_cmb_energyleft', 'Energía restante', 'combat'),
(4025, 'spanish', 'l_cmb_startingstats', 'Estadísticas iniciales', 'combat'),
(4026, 'spanish', 'l_cmb_statattackerbeams', 'Disparos atacante', 'combat'),
(4027, 'spanish', 'l_cmb_statattackerfighters', 'Cazas atacante', 'combat'),
(4028, 'spanish', 'l_cmb_statattackershields', 'Escudos atacante', 'combat'),
(4029, 'spanish', 'l_cmb_statattackertorps', 'Torpedos atacante', 'combat'),
(4030, 'spanish', 'l_cmb_statattackerarmor', 'Armadura atacante', 'combat'),
(4031, 'spanish', 'l_cmb_statattackertorpdamage', 'Daño torpedos atacante', 'combat'),
(4032, 'spanish', 'l_cmb_isattackingyou', 'te está atacando', 'combat'),
(4033, 'spanish', 'l_cmb_beamexchange', 'Intercambio de disparos', 'combat'),
(4034, 'spanish', 'l_cmb_beamsdestroy', 'Tus disparos destruyen [cmb_lost] cazas', 'combat'),
(4035, 'spanish', 'l_cmb_beamsdestroy2', 'Tus disparos destruyen [cmb_attackerbeams] cazas, pero hay más viniendo', 'combat'),
(4036, 'spanish', 'l_cmb_nobeamsareleft', '¡No te quedan disparos para destruir los cazas que se acercan!', 'combat'),
(4037, 'spanish', 'l_cmb_beamshavenotarget', 'Tus disparos no tienen cazas marcados como objetivo para destruir', 'combat'),
(4038, 'spanish', 'l_cmb_fighterdestroyedbybeams', '[cmb_targetinfo_ship_name] destruyó [cmb_lost] de tus cazas con disparos', 'combat'),
(4039, 'spanish', 'l_cmb_beamsdestroystillhave', '[cmb_targetinfo_ship_name] ha destruido [cmb_targetbeams] de tus cazas con disparos, pero aún te quedan [cmb_attackerfighters]', 'combat'),
(4040, 'spanish', 'l_cmb_fighterunhindered', 'Tus cazas atacaron sin problemas, al enemigo ya no le quedaban disparos.', 'combat'),
(4041, 'spanish', 'l_cmb_youhavenofightersleft', 'No te quedan cazas con los que atacar', 'combat'),
(4042, 'spanish', 'l_cmb_breachedsomeshields', 'Has abierto brecha en los escudos de [cmb_targetinfo_ship_name] con tus disparos', 'combat'),
(4043, 'spanish', 'l_cmb_shieldsarehitbybeams', 'Los escudos de [cmb_targetinfo_ship_name] han sido atacos por [cmb_attackerbeams] de daño por tus disparos', 'combat'),
(4044, 'spanish', 'l_cmb_nobeamslefttoattack', 'No te quedan disparos para atacar los escudos de [cmb_targetinfo_ship_name]', 'combat'),
(4045, 'spanish', 'l_cmb_yourshieldsbreachedby', 'Los disparos de [cmb_targetinfo_ship_name] han abierto brecha en tus escudos', 'combat'),
(4046, 'spanish', 'l_cmb_yourshieldsarehit', 'Los disparos de [cmb_targetinfo_ship_name] han alcanzado a tus escudos por [cmb_targetbeams] de daño.', 'combat'),
(4047, 'spanish', 'l_cmb_hehasnobeamslefttoattack', 'A [cmb_targetinfo_ship_name] no le quedan disparos para atacar tus escudos', 'combat'),
(4048, 'spanish', 'l_cmb_yourbeamsbreachedhim', 'Tus disparos han abierto brecha en la armadura de [cmb_targetinfo_ship_name]', 'combat'),
(4049, 'spanish', 'l_cmb_yourbeamshavedonedamage', 'Tus disparos han hecho [cmb_attackerbeams] de daño a la armadura de [cmb_targetinfo_ship_name]', 'combat'),
(4050, 'spanish', 'l_cmb_nobeamstoattackarmor', 'No te quedan disparos para atacar la armadura de [cmb_targetinfo_ship_name]', 'combat'),
(4051, 'spanish', 'l_cmb_yourarmorbreachedbybeams', 'Hay una brecha en tu armadura debida a los disparos de [cmb_targetinfo_ship_name]', 'combat'),
(4052, 'spanish', 'l_cmb_yourarmorhitdamaged', 'Tu armadura ha sido alcanzada por [cmb_targetbeams] de daño por los disparos de [cmb_targetinfo_ship_name]', 'combat'),
(4053, 'spanish', 'l_cmb_torpedoexchange', 'Intercambio de torpedos', 'combat'),
(4054, 'spanish', 'l_cmb_hehasnobeamslefttoattackyou', 'A [cmb_targetinfo_ship_name] no le quedan disparos para atacar tu armadura', 'combat'),
(4055, 'spanish', 'l_cmb_yourtorpsdestroy', 'Tus torpedos han destruido [cmb_lost] de los cazas de [cmb_targetinfo_ship_name]', 'combat'),
(4056, 'spanish', 'l_cmb_yourtorpsdestroy2', 'Tus torpedos han destruido [cmb_attackertorpdamage] de los cazas de [cmb_targetinfo_ship_name]', 'combat'),
(4057, 'spanish', 'l_cmb_youhavenotorpsleft', 'No te quedan torpedos para atacar los cazas de [cmb_targetinfo_ship_name]', 'combat'),
(4058, 'spanish', 'l_cmb_hehasnofighterleft', 'A [cmb_targetinfo_ship_name] no le quedan cazas para destruir tus torpedos', 'combat'),
(4059, 'spanish', 'l_cmb_torpsdestroyyou', 'Los torpedos de [cmb_targetinfo_ship_name] destruyen [cmb_lost] de tus cazas', 'combat'),
(4060, 'spanish', 'l_cmb_someonedestroyedfighters', '[cmb_targetinfo_ship_name] ha destruido [cmb_targettorpdmg] de tus cazas con torpedos', 'combat'),
(4061, 'spanish', 'l_cmb_hehasnotorpsleftforyou', 'A [cmb_targetinfo_ship_name] no le quedan torpedos para atacar a tus cazas', 'combat'),
(4062, 'spanish', 'l_cmb_youhavenofightersanymore', 'No te quedan cazas para destruir los torpedos de [cmb_targetinfo_ship_name]', 'combat'),
(4063, 'spanish', 'l_cmb_youbreachedwithtorps', 'Has abierto brecha en la armadura de [cmb_targetinfo_ship_name] con tus torpedos', 'combat'),
(4064, 'spanish', 'l_cmb_hisarmorishitbytorps', 'La armadura de [cmb_targetinfo_ship_name] ha sido alcanzada por [cmb_attackertorpdamage] de daño por tus torpedos', 'combat'),
(4065, 'spanish', 'l_cmb_notorpslefttoattackarmor', 'No te quedan torpedos para atacar la armadura de [cmb_targetinfo_ship_name]', 'combat'),
(4066, 'spanish', 'l_cmb_yourarmorbreachedbytorps', 'Los torpedos de [cmb_targetinfo_ship_name] han abierto una brecha en tu armadura', 'combat'),
(4067, 'spanish', 'l_cmb_yourarmorhitdmgtorps', 'Tu armadura es alcanzada por [cmb_targettorpdmg] de daño por los torpedos de [cmb_targettorpdmg]', 'combat'),
(4068, 'spanish', 'l_cmb_hehasnotorpsforyourarmor', 'A [cmb_targetinfo_ship_name] no le quedan torpedos para atacar tu armadura', 'combat'),
(4069, 'spanish', 'l_cmb_fightersattackexchange', 'Intercambio de Ataques de Cazas', 'combat'),
(4070, 'spanish', 'l_cmb_enemylostallfighters', '[cmb_targetinfo_ship_name] ha perdido todos sus cazas', 'combat'),
(4071, 'spanish', 'l_cmb_helostsomefighters', '[cmb_targetinfo_ship_name] ha perdido [cmb_attackerfighters] cazas.', 'combat'),
(4072, 'spanish', 'l_cmb_youlostallfighters', 'Has perdido todos tus cazas', 'combat'),
(4073, 'spanish', 'l_cmb_youalsolostsomefighters', 'Has perdido [cmb_targetfighters] cazas.', 'combat'),
(4074, 'spanish', 'l_cmb_hehasnofightersleftattack', 'A [cmb_targetinfo_ship_name] no le quedan cazas para atacar a tus cazas', 'combat'),
(4075, 'spanish', 'l_cmb_younofightersattackleft', 'No te quedan cazas para atacar a los cazas de [cmb_targetinfo_ship_name]', 'combat'),
(4076, 'spanish', 'l_cmb_youbreachedarmorwithfighters', 'Has abierto brecha en la armadura de [cmb_targetinfo_ship_name] con tus cazas', 'combat'),
(4077, 'spanish', 'l_cmb_youhitarmordmgfighters', 'Has alcanzado la armadura de [cmb_targetinfo_ship_name] por [cmb_attackerfighters] de daño con tus cazas', 'combat'),
(4078, 'spanish', 'l_cmb_youhavenofighterstoarmor', 'No te quedan cazas para atacar la armadura de [cmb_targetinfo_ship_name]', 'combat'),
(4079, 'spanish', 'l_cmb_hasbreachedarmorfighters', '[cmb_targetinfo_ship_name] ha abierto brecha en tu armadura con sus cazas', 'combat'),
(4080, 'spanish', 'l_cmb_yourarmorishitfordmgby', 'Tu armadura ha sido alcanzada por [cmb_targetfighters] de daño por los cazas de [cmb_targetinfo_ship_name]', 'combat'),
(4081, 'spanish', 'l_cmb_nofightersleftheforyourarmor', 'A [cmb_targetinfo_ship_name] no le quedan cazas para atacar tu armadura', 'combat'),
(4082, 'spanish', 'l_cmb_hehasbeendestroyed', '[cmb_targetinfo_ship_name] ha sido destruido', 'combat'),
(4083, 'spanish', 'l_cmb_escapepodlaunched', '¡Ha sido lanzada una cápsula de salvamento!', 'combat'),
(4084, 'spanish', 'l_cmb_yousalvaged', 'Has capturado [cmb_salv_ore] unidades de minerales, [cmb_salv_organics] unidades de orgánicos, [cmb_salv_goods] unidades de bienes, y has capturado un [cmb_salvage_rate]% de la nave por un valor de [cmb_salvage] créditos.', 'combat'),
(4085, 'spanish', 'l_cmb_yousalvaged2', 'Tu puntuación ha cambiado en [cmb_number_rating_change] puntos.', 'combat'),
(4086, 'spanish', 'l_cmb_youdidntdestroyhim', 'No has destruido [cmb_targetinfo_ship_name]', 'combat'),
(4087, 'spanish', 'l_cmb_shiptoshipcombatstats', 'Estadísticas de combate Nave contra Nave', 'combat'),
(4088, 'spanish', 'l_sofa', 'Ataque Sub-Orbital de Cazas', 'combat'),
(4089, 'spanish', 'l_bombsaway', 'Lanzas tus cazas bajando en espiral hacia el planeta mientras tú avanzas velozmente a máximo alcance.', 'combat'),
(4090, 'spanish', 'l_bigfigs', 'Tu enorme nave les ha dado una amplia advertencia. Tus cazas serán menos efectivos.', 'combat'),
(4091, 'spanish', 'l_bigbeams', 'Hay destellos brillates de lásers descargando. Tus cazas probablemente no consiguieron atravesar la atmósfera.', 'combat'),
(4092, 'spanish', 'l_bigtorps', 'Una gran explosión aparece en la parte más alta de la atmósfera del planeta. Tus cazas probablemente no tuvieron tiempo de atacar.', 'combat'),
(4093, 'spanish', 'l_strafesuccess', 'Parece que algunos de tus cazas han conseguido pasar, aunque no puedes decir cuántos son desde aquí.', 'combat'),
(4094, 'spanish', 'l_lss', 'Última nave vista en este sector', 'combat'),
(4095, 'spanish', 'l_map', 'Mapa', 'combat'),
(4096, 'spanish', 'l_igb_errnobase', 'IGB no puede transferir créditos a un planeta sin una base.', 'combat'),
(4097, 'spanish', 'l_planet_readlog_link', 'Ver', 'combat'),
(4098, 'spanish', 'l_planet_readlog', '[Ver] Diario del jugador', 'combat'),
(4099, 'spanish', 'l_lang_attribute', 'es', 'common'),
(4100, 'spanish', 'l_yes', 'Si', 'common'),
(4101, 'spanish', 'l_no', 'No', 'common'),
(4102, 'spanish', 'l_here', 'aqui', 'common'),
(4103, 'spanish', 'l_submit', 'Enviar', 'common'),
(4104, 'spanish', 'l_reset', 'Borrar', 'common'),
(4105, 'spanish', 'l_all', 'Todo', 'common'),
(4106, 'spanish', 'l_ore', 'Oro', 'common'),
(4107, 'spanish', 'l_commodities', 'Articulos', 'common'),
(4108, 'spanish', 'l_organics', 'Minerales', 'common'),
(4109, 'spanish', 'l_goods', 'Bienes', 'common'),
(4110, 'spanish', 'l_energy', 'Energia', 'common'),
(4111, 'spanish', 'l_colonists', 'Colonos', 'common'),
(4112, 'spanish', 'l_credits', 'Creditos', 'common'),
(4113, 'spanish', 'l_units', 'unidades de', 'common'),
(4114, 'spanish', 'l_special', 'Especial', 'common'),
(4115, 'spanish', 'l_cargo', 'Cargo', 'common'),
(4116, 'spanish', 'l_fighters', 'Cazas', 'common'),
(4117, 'spanish', 'l_mines', 'Minas', 'common'),
(4118, 'spanish', 'l_torps', 'Torpedos', 'common'),
(4119, 'spanish', 'l_none', 'Ninguno', 'common'),
(4120, 'spanish', 'l_unnamed', 'Sin nombre', 'common'),
(4121, 'spanish', 'l_name', 'Nombre', 'common'),
(4122, 'spanish', 'l_unowned', 'Sin propietario', 'common'),
(4123, 'spanish', 'l_unknown', 'Desconocido', 'common'),
(4124, 'spanish', 'l_clickme', 'Pulsa aquí', 'common'),
(4125, 'spanish', 'l_player', 'Jugador', 'common'),
(4126, 'spanish', 'l_ship', 'Nave', 'common'),
(4127, 'spanish', 'l_ships', 'Naves', 'common'),
(4128, 'spanish', 'l_set', 'set', 'common'),
(4129, 'spanish', 'l_realspace', 'Espacio Real', 'common'),
(4130, 'spanish', 'l_armorpts', 'Armor points', 'common'),
(4131, 'spanish', 'l_links', 'Enlaces', 'common'),
(4132, 'spanish', 'l_zname_1', 'Espacio no cartografiado', 'common'),
(4133, 'spanish', 'l_zname_2', 'Espacio de la Federación', 'common'),
(4134, 'spanish', 'l_zname_3', 'Espacio de Libre Comercio', 'common'),
(4135, 'spanish', 'l_zname_4', 'Zona de Guerra', 'common'),
(4136, 'spanish', 'l_logout', 'Salir', 'common'),
(4137, 'spanish', 'l_error', 'Error', 'common'),
(4138, 'spanish', 'l_corpm_title', 'Menú de la Corporación', 'corp'),
(4139, 'spanish', 'l_corpm_tocorp', '¡El planeta es ahora un Planeta de la Corporación!', 'corp'),
(4140, 'spanish', 'l_corpm_topersonal', '¡El planeta es ahora un Planeta Personal!', 'corp'),
(4141, 'spanish', 'l_corpm_exploit', 'Has interceptado un mensaje borg cortado en tu escaner... deberías empezar a preocuparte...', 'corp'),
(4142, 'spanish', 'l_cu_title', 'Crear universo', 'create_universe'),
(4143, 'spanish', 'l_sdf_title', 'Informe de la Defensa de Sector', 'defence_report'),
(4144, 'spanish', 'l_sdf_none', 'No has instalado Defensas de Sector.', 'defence_report'),
(4145, 'spanish', 'l_sdf_type', 'Tipo', 'defence_report'),
(4146, 'spanish', 'l_sdf_mode', 'Modo', 'defence_report'),
(4147, 'spanish', 'l_device_title', 'Dispositivos', 'device'),
(4148, 'spanish', 'l_device_expl', 'Tu nave está equipada con los siguientes dispositivos (pulsa en un dispositivo para usarlo):', 'device'),
(4149, 'spanish', 'l_device', 'Dispositivo', 'device'),
(4150, 'spanish', 'l_qty', 'Cantidad', 'device'),
(4151, 'spanish', 'l_usage', 'Utilización', 'device'),
(4152, 'spanish', 'l_manual', 'Manual', 'device'),
(4153, 'spanish', 'l_automatic', 'Automatico', 'device'),
(4154, 'spanish', 'l_lssd', 'Última nave vista', 'device'),
(4155, 'spanish', 'l_dump_title', 'Dejando colonos', 'dump'),
(4156, 'spanish', 'l_dump_turn', 'Necesitas al menos un turno para dejar colonos.', 'dump'),
(4157, 'spanish', 'l_dump_nocol', 'No tienes colonos en tu nave para realizar la acción.', 'dump'),
(4158, 'spanish', 'l_dump_dumped', 'Los colonos han sido dejandos en el almacén de provisiones.', 'dump'),
(4159, 'spanish', 'l_dump_nono', 'Necesitas al menos un almacén de provisiones para hacer esto.', 'dump'),
(4160, 'spanish', 'l_ewd_title', 'Usar Dispositivo de Salto de Emergencia', 'emerwarp'),
(4161, 'spanish', 'l_ewd_used', 'Dispositivo de salto de emergencía accionado - has llegado al sector [sector].', 'emerwarp'),
(4162, 'spanish', 'l_ewd_none', 'No tienes un dispositivo de salto de emergencia.', 'emerwarp'),
(4163, 'spanish', 'l_feedback_title', 'Enviar comentarios', 'feedback'),
(4164, 'spanish', 'l_feedback_to', 'PARA:', 'feedback'),
(4165, 'spanish', 'l_feedback_from', 'DE:', 'feedback'),
(4166, 'spanish', 'l_feedback_topi', 'ASUNTO:', 'feedback'),
(4167, 'spanish', 'l_feedback_feedback', 'Comentarios', 'feedback'),
(4168, 'spanish', 'l_feedback_message', 'MENSAJE:', 'feedback'),
(4169, 'spanish', 'l_feedback_messent', 'Mensaje Enviado', 'feedback'),
(4170, 'spanish', 'l_feedback_subj', 'Comentarios WTW', 'feedback'),
(4171, 'spanish', 'l_feedback_info', 'Por favor, envía comentarios solo en inglés. Gracias.', 'feedback'),
(4172, 'spanish', 'l_footer_one_player_on', 'Hay 1 jugador conectado.', 'footer'),
(4173, 'spanish', 'l_footer_players_on_1', 'Hay', 'footer'),
(4174, 'spanish', 'l_footer_players_on_2', 'jugadores conectados', 'footer'),
(4175, 'spanish', 'l_footer_until_update', 'segundos hasta la nueva actualización.', 'footer'),
(4176, 'spanish', 'l_time_gen_page', 'para crear la página', 'footer'),
(4177, 'spanish', 'l_seconds', 'segundo', 'footer'),
(4178, 'spanish', 'l_peak_mem', 'k de la memoria máxima utilizada', 'footer'),
(4179, 'spanish', 'l_ore_port', 'Ore Port', 'galaxy'),
(4180, 'spanish', 'l_organics_port', 'Organics Port', 'galaxy'),
(4181, 'spanish', 'l_energy_port', 'Energy Port', 'galaxy'),
(4182, 'spanish', 'l_goods_port', 'Goods Port', 'galaxy'),
(4183, 'spanish', 'l_no_port', 'No Port', 'galaxy'),
(4184, 'spanish', 'l_unexplored', 'Unexplored', 'galaxy'),
(4185, 'spanish', 'l_map_title', 'Blacknova Traders Galaxy Map', 'galaxy'),
(4186, 'spanish', 'l_gns_title', 'Usar Dispositivo Génesis', 'genesis'),
(4187, 'spanish', 'l_gns_turn', 'Necesitas al menos un turno para usar un dispositivo génesis.', 'genesis'),
(4188, 'spanish', 'l_gns_onplanet', 'No puedes usar este dispostivo mientras estás en la superficie del planeta.', 'genesis'),
(4189, 'spanish', 'l_gns_full', 'Este sistema solar ya está lleno.', 'genesis'),
(4190, 'spanish', 'l_gns_nogenesis', 'No tienes ningún dispositivo génesis.', 'genesis'),
(4191, 'spanish', 'l_gns_forbid', 'No está permitido crear un planeta en este sector.', 'genesis'),
(4192, 'spanish', 'l_gns_bforbid', 'Las bases que hay en este sector estan interfiriendo con tu dispositivo génesis. La creación del planeta no es posible.', 'genesis'),
(4193, 'spanish', 'l_gns_pcreate', 'Planeta creado.', 'genesis'),
(4194, 'spanish', 'l_global_mmenu', 'Pulsa [here] para volver al menú principal.', 'global_funcs'),
(4195, 'spanish', 'l_global_mlogin', 'Pulsa [here] para volver a la pantalla de conexión.', 'global_funcs'),
(4196, 'spanish', 'l_global_needlogin', 'Necesitas estar conectado, pulsa [here].', 'global_funcs'),
(4197, 'spanish', 'l_global_died', '¡El jugador está MUERTO! [here] está lo que ha ocurido', 'global_funcs'),
(4198, 'spanish', 'l_global_died2', '¡Mejor suerte la próxima vez!', 'global_funcs'),
(4199, 'spanish', 'l_global_warzone', '¡La zona es una zona de guerra!', 'global_funcs'),
(4200, 'spanish', 'l_global_nzone', 'La zona es una zona neutral.', 'global_funcs'),
(4201, 'spanish', 'l_global_team', 'La zona pertenece ahora a la alianza', 'global_funcs'),
(4202, 'spanish', 'l_global_player', 'La zona pertenece ahora al jugador', 'global_funcs'),
(4203, 'spanish', 'l_insignia_0', 'Nuevo Recluta', 'global_includes'),
(4204, 'spanish', 'l_insignia_1', 'Tripulante', 'global_includes'),
(4205, 'spanish', 'l_insignia_2', 'Tripulante de Primera Clase', 'global_includes'),
(4206, 'spanish', 'l_insignia_3', 'Suboficial de 3ª Clase', 'global_includes'),
(4207, 'spanish', 'l_insignia_4', 'Suboficial de 2ª Clase', 'global_includes'),
(4208, 'spanish', 'l_insignia_5', 'Suboficial de 1ª Clase', 'global_includes'),
(4209, 'spanish', 'l_insignia_6', 'Suboficial en Jefe', 'global_includes'),
(4210, 'spanish', 'l_insignia_7', 'Suboficial en Jefe Senior', 'global_includes'),
(4211, 'spanish', 'l_insignia_8', 'Suboficial en Jefe Mayor', 'global_includes'),
(4212, 'spanish', 'l_insignia_9', 'Alférez', 'global_includes'),
(4213, 'spanish', 'l_insignia_10', 'Teniente Grado Junior', 'global_includes'),
(4214, 'spanish', 'l_insignia_11', 'Teniente', 'global_includes'),
(4215, 'spanish', 'l_insignia_12', 'Capitán de Corbeta', 'global_includes'),
(4216, 'spanish', 'l_insignia_13', 'Comandante', 'global_includes'),
(4217, 'spanish', 'l_insignia_14', 'Capitán', 'global_includes'),
(4218, 'spanish', 'l_insignia_15', 'Capitán de Flota', 'global_includes'),
(4219, 'spanish', 'l_insignia_16', 'Comodoro', 'global_includes'),
(4220, 'spanish', 'l_insignia_17', 'ContraAlmirante', 'global_includes'),
(4221, 'spanish', 'l_insignia_18', 'ViceAlmirante', 'global_includes'),
(4222, 'spanish', 'l_insignia_19', 'Almirante', 'global_includes'),
(4223, 'spanish', 'l_local_news', 'Noticias Locales', 'global_includes'),
(4224, 'spanish', 'l_igb_credit_symbol', 'C', 'igb'),
(4225, 'spanish', 'l_igb_title', 'El Banco Intergaláctico', 'igb'),
(4226, 'spanish', 'l_igb_humor', 'All your base are belong to us.', 'igb'),
(4227, 'spanish', 'l_igb_malfunction', 'Esta terminal de IGB funciona defectuosamente. El Banco Intergaláctico desea pedirle disculpas por cualquier inconveniente ocasionado.', 'igb'),
(4228, 'spanish', 'l_igb_quit', 'Salir', 'igb'),
(4229, 'spanish', 'l_igb_login', 'Conectar', 'igb'),
(4230, 'spanish', 'l_igb_welcometoigb', 'Bienvenido a esta Terminal del Banco Intergaláctico', 'igb'),
(4231, 'spanish', 'l_igb_accountholder', 'Propietario de la Cuenta', 'igb'),
(4232, 'spanish', 'l_igb_shipaccount', 'Cuenta de la Nave', 'igb'),
(4233, 'spanish', 'l_igb_igbaccount', 'Cuenta de IGB', 'igb'),
(4234, 'spanish', 'l_igb_operations', 'Operaciones', 'igb'),
(4235, 'spanish', 'l_igb_withdraw', 'Retirar', 'igb'),
(4236, 'spanish', 'l_igb_deposit', 'Depositar', 'igb'),
(4237, 'spanish', 'l_igb_transfer', 'Transferir', 'igb'),
(4238, 'spanish', 'l_igb_back', 'Volver', 'igb'),
(4239, 'spanish', 'l_igb_logout', 'Desconectar', 'igb'),
(4240, 'spanish', 'l_igb_withdrawfunds', 'Retirar Fondos', 'igb'),
(4241, 'spanish', 'l_igb_fundsavailable', 'Fondos disponibles', 'igb'),
(4242, 'spanish', 'l_igb_selwithdrawamount', 'Por favor, seleccione la cantidad a retirar', 'igb'),
(4243, 'spanish', 'l_igb_depositfunds', 'Depositar Fondos', 'igb'),
(4244, 'spanish', 'l_igb_seldepositamount', 'Por favor, seleccione la cantidad a depositar', 'igb'),
(4245, 'spanish', 'l_igb_transfertype', 'Tipo de Transferencia', 'igb'),
(4246, 'spanish', 'l_igb_toanothership', 'A otra nave', 'igb'),
(4247, 'spanish', 'l_igb_shiptransfer', 'Transferir entre Naves', 'igb'),
(4248, 'spanish', 'l_igb_fromplanet', 'De un planeta a otro', 'igb'),
(4249, 'spanish', 'l_igb_unnamed', 'Sin nombre', 'igb'),
(4250, 'spanish', 'l_igb_in', 'en', 'igb'),
(4251, 'spanish', 'l_igb_none', 'Ninguno', 'igb'),
(4252, 'spanish', 'l_igb_destination', 'Destino', 'igb'),
(4253, 'spanish', 'l_igb_planettransfer', 'Transferir entre Planetas', 'igb'),
(4254, 'spanish', 'l_igb_sendyourself', '¡No puede enviarse dinero a usted mismo!', 'igb'),
(4255, 'spanish', 'l_igb_unknowntargetship', '¡Nave de destino desconocida!', 'igb'),
(4256, 'spanish', 'l_igb_min_turns', 'El jugador [igb_target_char_name] debe haber jugado al menos [igb_min_turns] turnos antes de recibir el dinero.', 'igb'),
(4257, 'spanish', 'l_igb_min_turns2', 'Usted debe haber jugado al menos [igb_min_turns] turnos antes de poder enviar dinero.', 'igb'),
(4258, 'spanish', 'l_igb_mustwait', 'Usted ya ha realizado una transferencia a [igb_target_char_name] en los últimos [igb_trate] minutos. Debe esperar [igb_difftime] minutos antes de poder volver a transferir créditos a ese jugador.', 'igb'),
(4259, 'spanish', 'l_igb_maxtransfer', 'Máxima transferencia permitida', 'igb'),
(4260, 'spanish', 'l_igb_unlimited', 'Ilimitada', 'igb'),
(4261, 'spanish', 'l_igb_maxtransferpercent', 'La máxima transferencia permitida es un ([igb_percent]% de los bienes netos)', 'igb'),
(4262, 'spanish', 'l_igb_recipient', 'Receptor', 'igb'),
(4263, 'spanish', 'l_igb_seltransferamount', 'Por favor, selecciona la cantidad a transferir', 'igb'),
(4264, 'spanish', 'l_igb_transferrate', 'La tasa actual para las transferencias es un [igb_num_percent]% de la cantidad total. Será deducida automáticamente de la cantidad transferida.', 'igb'),
(4265, 'spanish', 'l_igb_errplanetsrcanddest', 'El mismo planeta no puede ser a la vez origen y destino.', 'igb'),
(4266, 'spanish', 'l_igb_errunknownplanet', '¡Error en la BD! ¡Planeta desconocido!', 'igb'),
(4267, 'spanish', 'l_igb_errnotyourplanet', 'Usted no puede transferir dinero desde/hacia un planeta del que sea propietario.', 'igb'),
(4268, 'spanish', 'l_igb_srcplanet', 'Orig -> Planeta', 'igb'),
(4269, 'spanish', 'l_igb_destplanet', 'Dest -> Planeta', 'igb'),
(4270, 'spanish', 'l_igb_transferrate2', 'La tasa actual para transferencias es un [igb_num_percent]% de la cantidad total. Será automáticamente deducida de la cantidad que usted transfiera.', 'igb'),
(4271, 'spanish', 'l_igb_errsendyourself', '¡No puede enviarse dinero a usted mismo!', 'igb'),
(4272, 'spanish', 'l_igb_min_turns3', 'El jugador [igb_target_char_name] debe haber jugado al menos [igb_min_turns] turnos antes de que pueda recibir el dinero.', 'igb'),
(4273, 'spanish', 'l_igb_min_turns4', 'Usted debe jugar al menos [igb_min_turns] turnos antes de poder enviar dinero.', 'igb'),
(4274, 'spanish', 'l_igb_mustwait2', 'Usted ya ha realizado una transferencia a [igb_target_char_name] en los últimos [igb_trate] minutos. Debe esperar [igb_difftime] minutos antes de que pueda volver a transferir créditos a ese jugador.', 'igb'),
(4275, 'spanish', 'l_igb_invalidtransferinput', 'Cantidad para transferir no válida.', 'igb'),
(4276, 'spanish', 'l_igb_nozeroamount', 'La cantidad a transferir no puede ser cero.', 'igb'),
(4277, 'spanish', 'l_igb_notenoughcredits', 'Usted no tiene suficientes créditos para realizar esta operación.', 'igb'),
(4278, 'spanish', 'l_igb_amounttoogreat', 'La cantidad que ha introducido es mayor que la cantidad máxima permitida para transferencias.', 'igb'),
(4279, 'spanish', 'l_igb_transfersuccessful', 'Transferencia realizada con éxito', 'igb'),
(4280, 'spanish', 'l_igb_creditsto', 'créditos han sido transferidos a', 'igb'),
(4281, 'spanish', 'l_igb_transferamount', 'Transferir Cantidad', 'igb'),
(4282, 'spanish', 'l_igb_transferfee', 'Cuota de la Transferencia', 'igb'),
(4283, 'spanish', 'l_igb_amounttransferred', 'Cantidad Transferida', 'igb'),
(4284, 'spanish', 'l_igb_notenoughcredits2', 'No hay suficientes créditos en el planeta de origen para completar la transacción.', 'igb'),
(4285, 'spanish', 'l_igb_to', 'hacia', 'igb'),
(4286, 'spanish', 'l_igb_ctransferredfrom', 'créditos han sido transferidos desde', 'igb'),
(4287, 'spanish', 'l_igb_invaliddepositinput', 'Cantidad a depositar no válida.', 'igb'),
(4288, 'spanish', 'l_igb_nozeroamount2', 'La cantidad a depositar no puede ser cero.', 'igb'),
(4289, 'spanish', 'l_igb_operationsuccessful', 'Operación realizada con éxito', 'igb'),
(4290, 'spanish', 'l_igb_creditstoyou', 'Créditos han sido transferidos a tu cuenta de IGB.', 'igb'),
(4291, 'spanish', 'l_igb_accounts', 'Cuentas', 'igb'),
(4292, 'spanish', 'l_igb_invalidwithdrawinput', 'Cantidad a retirar no válida.', 'igb'),
(4293, 'spanish', 'l_igb_nozeroamount3', 'La cantidad a retirar no puede ser cero.', 'igb'),
(4294, 'spanish', 'l_igb_creditstoyourship', 'Créditos han sido transferidos a la cuenta de tu nave.', 'igb'),
(4295, 'spanish', 'l_igb_igberrreport', 'Informe de Errores de IGB', 'igb'),
(4296, 'spanish', 'l_igb_source', 'Origen', 'igb'),
(4297, 'spanish', 'l_igb_loans', 'Préstamos', 'igb'),
(4298, 'spanish', 'l_igb_loanstatus', 'Estado de los Préstamos', 'igb'),
(4299, 'spanish', 'l_igb_currentloan', 'Total del Préstamo Actual', 'igb'),
(4300, 'spanish', 'l_igb_maxloanpercent', 'Prestamo máximo permitido ([igb_percent]% de los bienes netos)', 'igb'),
(4301, 'spanish', 'l_igb_loanamount', 'Introduce la cantidad del préstamo', 'igb'),
(4302, 'spanish', 'l_igb_borrow', 'Solicitar', 'igb'),
(4303, 'spanish', 'l_igb_loanrates', 'Todos los préstamos incurren en una única cuota del [factor]% del total del préstamo. Adicionalmente, usted será cargado un [interest]% en intereses cada turno que pase hasta que el préstamo sea devuelto.', 'igb'),
(4304, 'spanish', 'l_igb_invalidamount', 'Ha introducido una cantidad no válida.', 'igb'),
(4305, 'spanish', 'l_igb_notwoloans', 'No puede pedir un préstamo sin haber devuelto previamente el primero.', 'igb'),
(4306, 'spanish', 'l_igb_loantoobig', 'No le está permitido solicitar un préstamo de tantos créditos.', 'igb'),
(4307, 'spanish', 'l_igb_takenaloan', 'ha pedido un préstamo', 'igb'),
(4308, 'spanish', 'l_igb_loancongrats', '¡Enhorabuena! ¡Usted ha solicitado un préstamo con el consorcio bancario más amigable!', 'igb'),
(4309, 'spanish', 'l_igb_loantransferred', 'Cantidad transferida a su cuenta de la nave', 'igb'),
(4310, 'spanish', 'l_igb_loanfee', 'Cuota única por el préstamo', 'igb'),
(4311, 'spanish', 'l_igb_amountowned', 'Cantidad total debida a IGB', 'igb'),
(4312, 'spanish', 'l_igb_loanreminder', 'Recordatorio amistoso: si usted no ha devuelto el préstamo en un total de [hours]h [mins]m, nos veremos forzados a invalidar la cuenta de su nave en los puertos especiales.', 'igb'),
(4313, 'spanish', 'l_igb_loanreminder2', 'IGB, el proveedor de sus sueños', 'igb'),
(4314, 'spanish', 'l_igb_loantimeleft', 'Tiempo que le queda para realizar el pago', 'igb'),
(4315, 'spanish', 'l_igb_loanlate', '¡El pago llega con retraso!', 'igb'),
(4316, 'spanish', 'l_igb_repayamount', 'Introduzca la cantidad a devolver', 'igb'),
(4317, 'spanish', 'l_igb_repay', 'Devolver', 'igb'),
(4318, 'spanish', 'l_igb_notrepay', 'No tiene préstamos que devolver', 'igb'),
(4319, 'spanish', 'l_igb_notenoughrepay', 'No tiene suficientes créditos en la cuenta de su nave para realizar esta operación.', 'igb'),
(4320, 'spanish', 'l_igb_payloan', 'Pago del Préstamo', 'igb'),
(4321, 'spanish', 'l_igb_loanthanks', 'Su pago ha sido recibido. Gracias por hacer negocios con IGB.', 'igb'),
(4322, 'spanish', 'l_igb_transferrate3', 'La tasa actual para consolidar es de un [igb_num_percent]% de la cantidad total. Será automaticamente deducida de la cantidad consolidada. La transferencia costará un turno por cada uno de los [nbplanets] planetas afectados.', 'igb'),
(4323, 'spanish', 'l_igb_currentpl', 'Créditos en el planeta', 'igb'),
(4324, 'spanish', 'l_igb_consolrates', 'Usted puede especificar un margen de crédito. Los planetas con menos créditos que el Mínimo y con más créditos que el Máximo no se verán afectados. Establezca a 0 para que no existan límites', 'igb'),
(4325, 'spanish', 'l_igb_minimum', 'Mínimo', 'igb'),
(4326, 'spanish', 'l_igb_maximum', 'Máximo', 'igb'),
(4327, 'spanish', 'l_igb_planetconsolidate', 'Consolidar Planeta', 'igb'),
(4328, 'spanish', 'l_igb_compute', 'Computar', 'igb'),
(4329, 'spanish', 'l_igb_plaffected', 'Total de planetas afectados', 'igb'),
(4330, 'spanish', 'l_igb_turncost', 'Coste total de turnos', 'igb'),
(4331, 'spanish', 'l_igb_consolidate', 'Consolidar', 'igb'),
(4332, 'spanish', 'l_igb_conspl', 'Consolidar los Créditos a un solo planeta', 'igb'),
(4333, 'spanish', 'l_igb_notenturns', 'No tiene suficientes turnos para realizar esta operación', 'igb'),
(4334, 'spanish', 'l_welcome_bnt', 'Bienvenido a los comerciantes Blacknova!', 'index'),
(4335, 'spanish', 'l_bnt_description', 'Una red multijugador masivo de combate el espacio y el juego del comercio', 'index'),
(4336, 'spanish', 'l_cookie_warning', 'Blacknova Traders requiere que las cookies de autenticación El juego no funcionará sin ellos Al registrarse o iniciar sesión en la que están de acuerdo para hacernos cookies...', 'index'),
(4337, 'spanish', 'l_new_player', 'Nuevo Jugador', 'index'),
(4338, 'spanish', 'l_log_titlet', 'Ver Diario', 'log'),
(4339, 'spanish', 'l_log_pod', '¡Afortunadamente tenías una cápsula de salvamento!', 'log'),
(4340, 'spanish', 'l_log_nopod', 'No tenías cápsula de salvamento. Has muerto.', 'log'),
(4341, 'spanish', 'l_log_log', 'Diario de [player]', 'log'),
(4342, 'spanish', 'l_log_start', 'Entrada en el diario para', 'log'),
(4343, 'spanish', 'l_log_end', 'Fin de la entrada de diario para', 'log'),
(4344, 'spanish', 'l_log_click', 'Pulsa [here] para volver al menú principal.', 'log'),
(4345, 'spanish', 'l_log_note', 'NOTA: Si esta página se muestra incorrectamente, o si simplemente no te gustan los efectos de html dinámico, o lo encuentras molesto, puedes desactivarlos [here]', 'log'),
(4346, 'spanish', 'l_log_note_disable', 'disable them', 'log'),
(4347, 'spanish', 'l_log_text_LOG_LOGIN', 'Te has conectado, desde [ip].', 'log'),
(4348, 'spanish', 'l_log_title_LOG_LOGIN', 'Conectado', 'log'),
(4349, 'spanish', 'l_log_text_LOG_LOGOUT', 'Te has desconectado, desde [ip].', 'log'),
(4350, 'spanish', 'l_log_title_LOG_LOGOUT', 'Desconectado', 'log'),
(4351, 'spanish', 'l_log_text_LOG_ATTACK_OUTMAN', '[player] fue avistado en un vector de ataque, pero tus grandes habilidades como piloto y tus buenos motores te permitieron esquivar al enemigo.', 'log'),
(4352, 'spanish', 'l_log_title_LOG_ATTACK_OUTMAN', '¡Acción evasiva!', 'log'),
(4353, 'spanish', 'l_log_text_LOG_ATTACK_OUTSCAN', 'Has detectado cómo las armas de [player] intentaban fijarte como objetivo, pero tus generadores de ocultación consiguieron engañar los primitivos sensores del enemigo.', 'log'),
(4354, 'spanish', 'l_log_title_LOG_ATTACK_OUTSCAN', '¡Ocultación exitosa!', 'log'),
(4355, 'spanish', 'l_log_text_LOG_ATTACK_EWD', 'Eres sorprendido por el traicionero ataque de [player]. Puedes ver cómo los misiles se dirigen hacia ti mientras frenéticamente pulsas el botón para el salto de emergencia. El mundo se desvanece alrededor y, por un milisegundo, crees que estás muerto. Cuando finalmente abres los ojos puedes ver que has sido seguramente transportado a otro lugar. Pero dónde exactamente, no lo sabes...', 'log'),
(4356, 'spanish', 'l_log_title_LOG_ATTACK_EWD', '¡Salto de Emergencia!', 'log'),
(4357, 'spanish', 'l_log_text_LOG_ATTACK_EWDFAIL', 'Tus sensores detectan la nave de [player] en un vector de ataque. "Mejor estar seguro que lamentarlo", piensas, pulsando el botón del salto de emergencia. Oyes un extraño sonido de choque que proviene de la sala de motores y hueles a circuitería quemada. "¡Estúpido trozo de chatarra!", gritas, pateando a la computadora. La computadora emite unos bips de protesta mientras te preparas para la batalla que se avecina...', 'log'),
(4358, 'spanish', 'l_log_title_LOG_ATTACK_EWDFAIL', '¡Salto de emergencia fallido!', 'log'),
(4359, 'spanish', 'l_log_text_LOG_ATTACK_LOSE', 'Tu nave ha sido atacada por [player]. Por mucho que lo intentas no puedes defenderte contra el superior armamento de [player]. Tu nave ha sido destruida.', 'log'),
(4360, 'spanish', 'l_log_title_LOG_ATTACK_LOSE', '¡Combate perdido!', 'log'),
(4361, 'spanish', 'l_log_text_LOG_ATTACKED_WIN', 'Tu nave ha sido atacada por [player]. Batallas un poco, luego la pelea se acaba. Pierdes [armor] puntos de armadura y [fighters] cazas en la escaramuza.', 'log'),
(4362, 'spanish', 'l_log_title_LOG_ATTACKED_WIN', '¡Escaramuza!', 'log'),
(4363, 'spanish', 'l_log_text_LOG_TOLL_PAID', 'Debes pagar [toll] créditos para entrar en el sector [sector]. Te prometes a ti mismo que encontrarás un modo de que te devuelvan el dinero.', 'log'),
(4364, 'spanish', 'l_log_title_LOG_TOLL_PAID', 'Extorsión', 'log'),
(4365, 'spanish', 'l_log_text_LOG_HIT_MINES', 'Golpeas [mines] minas mientras navegas en el sector [sector].', 'log'),
(4366, 'spanish', 'l_log_title_LOG_HIT_MINES', '¡Alerta de minas!', 'log'),
(4367, 'spanish', 'l_log_text_LOG_SHIP_DESTROYED_MINES', 'Tu nave ha sido destruida por un campo de minas en el sector [sector].', 'log'),
(4368, 'spanish', 'l_log_title_LOG_SHIP_DESTROYED_MINES', '¡Alerta de minas!', 'log'),
(4369, 'spanish', 'l_log_text_LOG_PLANET_DEFEATED_D', 'Tu planeta [planet_name] en el sector [sector] ha sido capturado durante una batalla contra [name]. Afortunadamente, la fuerte lealtad de tus ciudadanos ha jugado a tu favor. Valientemente han elegido destruir el planeta antes que tener que caer en manos enemigas. Organizas impresionantes funerales en memoria de tu fervorosa gente.', 'log'),
(4370, 'spanish', 'l_log_title_LOG_PLANET_DEFEATED_D', 'Planeta destruido', 'log'),
(4371, 'spanish', 'l_log_text_LOG_PLANET_DEFEATED', 'Tu planeta [planet_name] en el sector [sector] ha sido capturado durante una batalla contra el despreciable [name]. La gente de tu planeta dan la bienvenida al nuevo gobernante. Escuchas un testimonio en la BNN: "¡Nos alegramos de habernos desecho de ese patético comeyogures! ¡No queremos a un apestoso perdedor que no sepa protegernos!". Juras que les harás pagar su arrogancia.', 'log'),
(4372, 'spanish', 'l_log_title_LOG_PLANET_DEFEATED', '¡Planeta capturado!', 'log'),
(4373, 'spanish', 'l_log_text_LOG_PLANET_NOT_DEFEATED', 'Tu planeta [planet_name] en el sector [sector] ha sido atacado por [name]. De todos modos los ciudadanos han organizado una valiente defensa y han conseguido destruir al oponente. Han capturado algunos recursos de los restos de la nave destruida: [goods] bienes, [ore] minerales, [organics] orgánicos y el [salvage]% de los bienes de la nave por [credits] créditos.', 'log'),
(4374, 'spanish', 'l_log_title_LOG_PLANET_NOT_DEFEATED', '¡Victoria!', 'log'),
(4375, 'spanish', 'l_log_title_LOG_RAW', 'Noticia', 'log'),
(4376, 'spanish', 'l_log_text_LOG_TOLL_RECV', 'Los cazas en el sector [sector] han recogido un ''impuesto'' de [toll] créditos.', 'log'),
(4377, 'spanish', 'l_log_title_LOG_TOLL_RECV', 'Ingresos de peaje', 'log'),
(4378, 'spanish', 'l_log_text_LOG_DEFS_DESTROYED', '[quantity] [type] han sido destruidos en el sector [sector].', 'log'),
(4379, 'spanish', 'l_log_title_LOG_DEFS_DESTROYED', 'Defensas de sector destruidas', 'log'),
(4380, 'spanish', 'l_log_text_LOG_PLANET_EJECT', 'Has sido expulsado del planeta en el sector [sector] porque [name] dejó la alianza.', 'log'),
(4381, 'spanish', 'l_log_title_LOG_PLANET_EJECT', '¡Expulsado!', 'log'),
(4382, 'spanish', 'l_log_text_LOG_BADLOGIN', 'Ha habido un intento de conexión erróneo desde [ip].', 'log'),
(4383, 'spanish', 'l_log_title_LOG_BADLOGIN', 'Conexión errónea', 'log'),
(4384, 'spanish', 'l_log_text_LOG_PLANET_SCAN', '[name] ha escaneado tu planeta [planet_name] en el sector [sector].', 'log'),
(4385, 'spanish', 'l_log_title_LOG_PLANET_SCAN', 'Planeta escaneado', 'log'),
(4386, 'spanish', 'l_log_text_LOG_PLANET_SCAN_FAIL', '[name] ha intentado escanear tu planeta [planet_name] en el sector [sector], pero ha fallado.', 'log'),
(4387, 'spanish', 'l_log_title_LOG_PLANET_SCAN_FAIL', 'Escaneo de planeta fallido', 'log'),
(4388, 'spanish', 'l_log_text_LOG_SHIP_SCAN', '[player] ha escaneado tu nave.', 'log'),
(4389, 'spanish', 'l_log_title_LOG_SHIP_SCAN', 'Nave escaneada', 'log'),
(4390, 'spanish', 'l_log_text_LOG_SHIP_SCAN_FAIL', '[player] ha intentado escanear tu nave, pero ha fallado.', 'log'),
(4391, 'spanish', 'l_log_title_LOG_SHIP_SCAN_FAIL', 'Escaneo de nave fallido', 'log'),
(4392, 'spanish', 'l_log_text_LOG_Xenobe_ATTACK', 'Atacando a [player]...', 'log'),
(4393, 'spanish', 'l_log_title_LOG_Xenobe_ATTACK', 'Ataque', 'log'),
(4394, 'spanish', 'l_log_text_LOG_STARVATION', '¡Uno de tus planetas en [sector] no puede sostener a su población! Se necesitan más orgánicos. [starvation] colonos han muerto de hambre.', 'log'),
(4395, 'spanish', 'l_log_title_LOG_STARVATION', '¡Hambruna!', 'log'),
(4396, 'spanish', 'l_log_text_LOG_TOW', 'Tu nave ha sido remolcada del sector [sector] al sector [sector] debido a que tu promedio de nivel tecnológico supera el valor límite de [hull].', 'log'),
(4397, 'spanish', 'l_log_title_LOG_TOW', '¡Remolcado!', 'log'),
(4398, 'spanish', 'l_log_text_LOG_DEFS_DESTROYED_F', 'Has destruido [fighters] cazas patrulla en el sector [sector].', 'log'),
(4399, 'spanish', 'l_log_title_LOG_DEFS_DESTROYED_F', 'Cazas destruidos', 'log'),
(4400, 'spanish', 'l_log_text_LOG_DEFS_KABOOM', 'Has sido destruido por un grupo de cazas en el sector [sector].', 'log'),
(4401, 'spanish', 'l_log_title_LOG_DEFS_KABOOM', '¡Nave destruida!', 'log'),
(4402, 'spanish', 'l_log_text_LOG_HARAKIRI', 'Estabas cansado de capitanear esa canoa espacial, así que decidiste que el universo estaría mejor sin ella. Autorizado por [ip].', 'log'),
(4403, 'spanish', 'l_log_title_LOG_HARAKIRI', '¡Autodestruido!', 'log'),
(4404, 'spanish', 'l_log_text_LOG_TEAM_REJECT', '[player] ha rechazado una invitación de unirse a tu alianza, [teamname].', 'log'),
(4405, 'spanish', 'l_log_title_LOG_TEAM_REJECT', 'Invitación rechazada', 'log');
INSERT INTO `[[dbprefix]]languages` VALUES
(4406, 'spanish', 'l_log_text_LOG_TEAM_RENAME', 'Has renombrado tu alianza a [team].', 'log'),
(4407, 'spanish', 'l_log_title_LOG_TEAM_RENAME', 'Alianza renombrada', 'log'),
(4408, 'spanish', 'l_log_text_LOG_TEAM_M_RENAME', 'El coordinador de tu alianza la ha renombrado a [team].', 'log'),
(4409, 'spanish', 'l_log_title_LOG_TEAM_M_RENAME', 'Alianza renombrada', 'log'),
(4410, 'spanish', 'l_log_text_LOG_TEAM_KICK', 'Has sido expulsado de la alianza [team].', 'log'),
(4411, 'spanish', 'l_log_title_LOG_TEAM_KICK', '¡Expulsado de la alianza!', 'log'),
(4412, 'spanish', 'l_log_text_LOG_TEAM_CREATE', 'Has creado una nueva alianza, [team].', 'log'),
(4413, 'spanish', 'l_log_title_LOG_TEAM_CREATE', 'Nueva alianza creada', 'log'),
(4414, 'spanish', 'l_log_text_LOG_TEAM_LEAVE', 'Has dejado la alianza [team].', 'log'),
(4415, 'spanish', 'l_log_title_LOG_TEAM_LEAVE', 'Alianza abandonada', 'log'),
(4416, 'spanish', 'l_log_text_LOG_TEAM_NEWLEAD', 'Has dejado la alianza [team]. Has relegado el liderazgo de la alianza a [name].', 'log'),
(4417, 'spanish', 'l_log_title_LOG_TEAM_NEWLEAD', 'Alianza abandonada', 'log'),
(4418, 'spanish', 'l_log_text_LOG_TEAM_LEAD', 'El coordinador de tu alianza ha decidido abandonar [team]. Has sido desgnado como nuevo líder.', 'log'),
(4419, 'spanish', 'l_log_title_LOG_TEAM_LEAD', '¡Promoción!', 'log'),
(4420, 'spanish', 'l_log_text_LOG_TEAM_JOIN', 'Te has unido a la alianza [team].', 'log'),
(4421, 'spanish', 'l_log_title_LOG_TEAM_JOIN', 'Unido a alianza', 'log'),
(4422, 'spanish', 'l_log_text_LOG_TEAM_NEWMEMBER', '[name] ha aceptado unirse a [team]. Esto te lleva un paso más allá hacia la dominación galáctica.', 'log'),
(4423, 'spanish', 'l_log_title_LOG_TEAM_NEWMEMBER', 'Nuevo miembro de la alianza', 'log'),
(4424, 'spanish', 'l_log_text_LOG_TEAM_INVITE', 'Has sido invitado a formar parte de [team].', 'log'),
(4425, 'spanish', 'l_log_title_LOG_TEAM_INVITE', 'Invitación', 'log'),
(4426, 'spanish', 'l_log_text_LOG_TEAM_NOT_LEAVE', '[player] ha abandonado tu alianza.', 'log'),
(4427, 'spanish', 'l_log_title_LOG_TEAM_NOT_LEAVE', 'La alianza pierde a un miembro', 'log'),
(4428, 'spanish', 'l_log_text_LOG_ADMIN_HARAKIRI', '[player] se ha autodestruido desde la ip [ip].', 'log'),
(4429, 'spanish', 'l_log_title_LOG_ADMIN_HARAKIRI', 'Autodestruido', 'log'),
(4430, 'spanish', 'l_log_text_LOG_ADMIN_ILLEGVALUE', '[player] tenía [quantity] [type], con un máximo de contenedores de [holds]', 'log'),
(4431, 'spanish', 'l_log_title_LOG_ADMIN_ILLEGVALUE', 'Valor ilegal de la nave', 'log'),
(4432, 'spanish', 'l_log_text_LOG_ADMIN_PLANETDEL', '[attacker] ha intentado capturar el planeta de [defender]  en el sector [sector]. En vez de eso el planeta ha sido destruido.', 'log'),
(4433, 'spanish', 'l_log_title_LOG_ADMIN_PLANETDEL', 'Planeta destruido', 'log'),
(4434, 'spanish', 'l_log_text_LOG_DEFENCE_DEGRADE', 'Los cazas de la defensa de sector [sector] se han degradado un [degrade] por ciento debido a falta de energía.', 'log'),
(4435, 'spanish', 'l_log_title_LOG_DEFENCE_DEGRADE', 'Sector Defences degraded.', 'log'),
(4436, 'spanish', 'l_log_text_LOG_PLANET_CAPTURED', 'Has capturado un planeta que pertenece a [owner]. Tenía [cols] colonos y [credits] créditos en él.', 'log'),
(4437, 'spanish', 'l_log_title_LOG_PLANET_CAPTURED', '¡Planeta capturado!', 'log'),
(4438, 'spanish', 'l_log_text_LOG_PLANET_BOMBED', 'Tu planeta [planet_name] en el sector [sector] ha sido bombardeado por [name]. Tú usaste [beams] energía y [torps] torpedos durante tu defensa.  Perdiste [figs] cazas.', 'log'),
(4439, 'spanish', 'l_log_title_LOG_PLANET_BOMBED', '¡Planeta bombardeado!', 'log'),
(4440, 'spanish', 'l_log_text_LOG_BOUNTY_CLAIMED', 'Reclamas una recompensa de [amount] créditos por la destrucción de la nave perteneciente a [bounty_on]. La recompensa fue ofrecida por [placed_by].', 'log'),
(4441, 'spanish', 'l_log_title_LOG_BOUNTY_CLAIMED', 'Recompensa Reclamada.', 'log'),
(4442, 'spanish', 'l_log_text_LOG_BOUNTY_PAID', 'Tu recompensa por [bounty_on] ha sido pagada por la cantidad de [amount] créditos.', 'log'),
(4443, 'spanish', 'l_log_title_LOG_BOUNTY_PAID', 'Recompensa Pagada.', 'log'),
(4444, 'spanish', 'l_log_text_LOG_BOUNTY_CANCELLED', 'Tu recompensa por [bounty_on] por la cantidad de [amount] créditos te ha sido devuelta.', 'log'),
(4445, 'spanish', 'l_log_title_LOG_BOUNTY_CANCELLED', 'Recompensa Devuelta.', 'log'),
(4446, 'spanish', 'l_log_text_LOG_SPACE_PLAGUE', 'Tu planeta [name] en el sector [sector] ha sido atacado por una Plaga Espacial. Un [percentage] por ciento de los colonos han muerto.', 'log'),
(4447, 'spanish', 'l_log_title_LOG_SPACE_PLAGUE', '¡Plaga Espacial!', 'log'),
(4448, 'spanish', 'l_log_text_LOG_PLASMA_STORM', 'Tu planeta [name] en el sector [sector] ha sido azotado por una Tormenta de Plasma. Se ha perdido toda la energía almacenada.', 'log'),
(4449, 'spanish', 'l_log_title_LOG_PLASMA_STORM', '¡Tormenta de Plasma!', 'log'),
(4450, 'spanish', 'l_log_text_LOG_BOUNTY_FEDBOUNTY', 'La Federación ha ofrecido una recompensa por tu cabeza por la cantidad de [amount] créditos.', 'log'),
(4451, 'spanish', 'l_log_title_LOG_BOUNTY_FEDBOUNTY', '¡Recompensa de la Federación!', 'log'),
(4452, 'spanish', 'l_log_months_1', 'Enero', 'log'),
(4453, 'spanish', 'l_log_months_2', 'Febrero', 'log'),
(4454, 'spanish', 'l_log_months_3', 'Marzo', 'log'),
(4455, 'spanish', 'l_log_months_4', 'Abril', 'log'),
(4456, 'spanish', 'l_log_months_5', 'Mayo', 'log'),
(4457, 'spanish', 'l_log_months_6', 'Junio', 'log'),
(4458, 'spanish', 'l_log_months_7', 'Julio', 'log'),
(4459, 'spanish', 'l_log_months_8', 'Agosto', 'log'),
(4460, 'spanish', 'l_log_months_9', 'Septiembre', 'log'),
(4461, 'spanish', 'l_log_months_10', 'Octubre', 'log'),
(4462, 'spanish', 'l_log_months_11', 'Noviembre', 'log'),
(4463, 'spanish', 'l_log_months_12', 'Diciembre', 'log'),
(4464, 'spanish', 'l_log_months_short_1', 'Ene', 'log'),
(4465, 'spanish', 'l_log_months_short_2', 'Feb', 'log'),
(4466, 'spanish', 'l_log_months_short_3', 'Mar', 'log'),
(4467, 'spanish', 'l_log_months_short_4', 'Abr', 'log'),
(4468, 'spanish', 'l_log_months_short_5', 'May', 'log'),
(4469, 'spanish', 'l_log_months_short_6', 'Jun', 'log'),
(4470, 'spanish', 'l_log_months_short_7', 'Jul', 'log'),
(4471, 'spanish', 'l_log_months_short_8', 'Ago', 'log'),
(4472, 'spanish', 'l_log_months_short_9', 'Sep', 'log'),
(4473, 'spanish', 'l_log_months_short_10', 'Oct', 'log'),
(4474, 'spanish', 'l_log_months_short_11', 'Nov', 'log'),
(4475, 'spanish', 'l_log_months_short_12', 'Dic', 'log'),
(4476, 'spanish', 'l_login_title', 'Conectar', 'login'),
(4477, 'spanish', 'l_login_email', 'Dirección de email:', 'login'),
(4478, 'spanish', 'l_login_pw', 'Contraseña:', 'login'),
(4479, 'spanish', 'l_login_newp', 'Si eres un jugador nuevo, pulsa [here].', 'login'),
(4480, 'spanish', 'l_login_prbs', '¿Problemas?', 'login'),
(4481, 'spanish', 'l_login_emailus', 'Mándanos un email', 'login'),
(4482, 'spanish', 'l_login_sclosed', 'Servidor Cerrado', 'login'),
(4483, 'spanish', 'l_login_closed_message', 'Servidor cerrado hasta futuras notificaciones.', 'login'),
(4484, 'spanish', 'l_login_title2', 'Fase Dos de la Conexión', 'login'),
(4485, 'spanish', 'l_login_died', 'Tu nave ha sido destruida, pero tú y tu tripulación os habéis salvado gracias a una cápsula de salvamento. Pulsa [here] para continuar con una nueva nave.', 'login'),
(4486, 'spanish', 'l_login_newbie', 'Debido a la seriedad de este crimen y el terrible ataque contra ti, la Federación ha decidido proveerte sin cargo alguno de una clonación de tus restos. Lamentablemente, incluso a estas alturas los nuevos clones no pueden poseer propiedades, aparte de las fundamentales para poder vivir. Te será otorgado una nave básica y unos cuantos créditos para que comiences. Esperamos que te vaya mejor en tu nueva vida.', 'login'),
(4487, 'spanish', 'l_login_newlife', 'Pulsa [here] para continuar una nueva vida.', 'login'),
(4488, 'spanish', 'l_login_looser', 'No tenías cápsula de salvamento, y debido a tu modesto éxite en esta vida, la Federación no accede a clonarte. Tus restos caerán probablemente en un campo gravitatorio, con la esperanza de ser usados para crear vida en cualquier lugar... dentro de un billón de años.', 'login'),
(4489, 'spanish', 'l_login_looser2', 'Mejor suerte en tu siguiente partida...', 'login'),
(4490, 'spanish', 'l_login_4gotpw1a', 'La contraseña que has introducido es incorrecta', 'login'),
(4491, 'spanish', 'l_login_4gotpw1b', 'Si has olvidado tu contraseña,', 'login'),
(4492, 'spanish', 'l_login_4gotpw2a', 'para que te sea enviada por email.', 'login'),
(4493, 'spanish', 'l_login_4gotpw2b', 'De otro modo,', 'login'),
(4494, 'spanish', 'l_login_4gotpw3', 'inténtalo de nuevo. Intento de conexión con la dirección IP de', 'login'),
(4495, 'spanish', 'l_login_noone', '¡No existe ese jugador! - Crea un nuevo jugador [here].', 'login'),
(4496, 'spanish', 'l_login_lang', 'Idioma', 'login'),
(4497, 'spanish', 'l_login_settings', 'Configuración del Juego', 'login'),
(4498, 'spanish', 'l_login_change', 'Cambiar', 'login'),
(4499, 'spanish', 'l_login_banned', 'Has sido vetado de este juego por el administrador. Ya no eres bienvenido a jugar en este servidor. La próxima vez, compórtate.', 'login'),
(4500, 'spanish', 'l_login_forgotpw', '¿Olvidaste tu contraseña?    Introduzca en blanco y pulse inicio de sesión.', 'login'),
(4501, 'spanish', 'l_logout_score', 'Tu puntuación actual es', 'logout'),
(4502, 'spanish', 'l_logout_text', '[name] está ahora desconectado. Pulsa [here] para volver al juego.', 'logout'),
(4503, 'spanish', 'l_lrs_title', 'Escaneo de Largo Alcance', 'lrscan'),
(4504, 'spanish', 'l_lrs_nofull', 'Tus escáners no poseen la capacidad de realizar escaneos de largo alcance.', 'lrscan'),
(4505, 'spanish', 'l_lrs_noturns', 'Necesitas al menos $fullscan_cost turno(s) para realizar un escaneo de largo alcance.', 'lrscan'),
(4506, 'spanish', 'l_lrs_used', 'Usado', 'lrscan'),
(4507, 'spanish', 'l_lrs_turns', 'turno(s)', 'lrscan'),
(4508, 'spanish', 'l_lrs_left', 'restantes', 'lrscan'),
(4509, 'spanish', 'l_lrs_reach', 'Las siguientes localizaciones pueden ser alcanzadas desde el sector [sector]:', 'lrscan'),
(4510, 'spanish', 'l_lrs_links', 'Enlaces', 'lrscan'),
(4511, 'spanish', 'l_lrs_ships', 'Naves', 'lrscan'),
(4512, 'spanish', 'l_lrs_click', 'Pulsa en los enlaces para moverte hacia ese sector.', 'lrscan'),
(4513, 'spanish', 'l_lrs_cantscan', '¡No puede escanear el sector desde el sector actual!', 'lrscan'),
(4514, 'spanish', 'l_lrs_zero', '¡El sector 0 está demasiado abarrotado para escanear por naves!', 'lrscan'),
(4515, 'spanish', 'l_lrs_moveto', 'para mover hacia el sector', 'lrscan'),
(4516, 'spanish', 'l_mail_title', 'Enviar Contraseña', 'mail'),
(4517, 'spanish', 'l_mail_noplayer', '¡No existe ese jugador! - Crea un nuevo jugador desde [here].', 'mail'),
(4518, 'spanish', 'l_mail_sent', 'La contraseña ha sido enviada a', 'mail'),
(4519, 'spanish', 'l_mail_topic', 'Contraseña de [game_name]', 'mail'),
(4520, 'spanish', 'l_mail_message', 'Saludos,\\r\\n\\r\\nAlguien desde la dirección IP [ip] ha solicitado que tu contraseña para [game_name] te sea enviada.\\r\\n\\r\\nTu contraseña es: [pass]\\r\\n\\r\\nGracias\\r\\n\\r\\nEl equipo web de [game_name].', 'mail'),
(4521, 'spanish', 'l_mt_title', 'Enviar Mensaje', 'mailto'),
(4522, 'spanish', 'l_mt_from', 'De:', 'mailto'),
(4523, 'spanish', 'l_mt_subject', 'Asunto:', 'mailto'),
(4524, 'spanish', 'l_mt_message', 'Mensaje:', 'mailto'),
(4525, 'spanish', 'l_mt_sent', 'Mensaje envidao', 'mailto'),
(4526, 'spanish', 'l_mt_send', 'Enviar', 'mailto'),
(4527, 'spanish', 'l_sendm_title', 'Enviar Mensaje', 'mailto2'),
(4528, 'spanish', 'l_sendm_to', 'Para', 'mailto2'),
(4529, 'spanish', 'l_sendm_from', 'De', 'mailto2'),
(4530, 'spanish', 'l_sendm_ally', 'Alianza:', 'mailto2'),
(4531, 'spanish', 'l_sendm_subj', 'Asunto', 'mailto2'),
(4532, 'spanish', 'l_sendm_mess', 'Mensaje', 'mailto2'),
(4533, 'spanish', 'l_sendm_send', 'Enviar', 'mailto2'),
(4534, 'spanish', 'l_sendm_sent', 'Mensake enviado', 'mailto2'),
(4535, 'spanish', 'l_main_title', 'Menú principal', 'main'),
(4536, 'spanish', 'l_main_warpto', 'Warp to', 'main'),
(4537, 'spanish', 'l_main_other', 'Otro', 'main'),
(4538, 'spanish', 'l_traderoutes', 'Rutas comerciales', 'main'),
(4539, 'spanish', 'l_trade_control', 'Control de comercio', 'main'),
(4540, 'spanish', 'l_youhave', 'Tienes', 'main'),
(4541, 'spanish', 'l_turns_used', 'Turnos usados:', 'main'),
(4542, 'spanish', 'l_turns_have', 'Turnos disponibles:', 'main'),
(4543, 'spanish', 'l_score', 'Puntuacion:', 'main'),
(4544, 'spanish', 'l_sector', 'Sector', 'main'),
(4545, 'spanish', 'l_help', 'Ayuda', 'main'),
(4546, 'spanish', 'l_faq', 'Preguntas Frecuentes (FAQ)', 'main'),
(4547, 'spanish', 'l_feedback', 'Comentarios', 'main'),
(4548, 'spanish', 'l_forums', 'Foros', 'main'),
(4549, 'spanish', 'l_commands', 'Comandos', 'main'),
(4550, 'spanish', 'l_command_no', 'Comando no disponible.', 'main'),
(4551, 'spanish', 'l_devices', 'Dispositivos', 'main'),
(4552, 'spanish', 'l_planets', 'Planetas', 'main'),
(4553, 'spanish', 'l_log', 'Log', 'main'),
(4554, 'spanish', 'l_sector_def', 'Defensas del Sector', 'main'),
(4555, 'spanish', 'l_defense', 'Defensas', 'main'),
(4556, 'spanish', 'l_read_msg', 'Leer Mensajes', 'main'),
(4557, 'spanish', 'l_send_msg', 'Enviar Mensajes', 'main'),
(4558, 'spanish', 'l_rankings', 'Rankings', 'main'),
(4559, 'spanish', 'l_teams', 'Alianzas', 'main'),
(4560, 'spanish', 'l_ohno', 'Auto-Destruccion', 'main'),
(4561, 'spanish', 'l_options', 'Opciones', 'main'),
(4562, 'spanish', 'l_navcomp', 'Ordenador de Navegacion', 'main'),
(4563, 'spanish', 'l_incompletemove', 'No has completado tu movimiento anterior.', 'main'),
(4564, 'spanish', 'l_clicktocontinue', 'Pulsa Aqui para continuar', 'main'),
(4565, 'spanish', 'l_toplanetmenu', 'para ir al menu del planeta.', 'main'),
(4566, 'spanish', 'l_nonexistant_pl', 'En un planeta inexistente???', 'main'),
(4567, 'spanish', 'l_aboard', ', a bordo de', 'main'),
(4568, 'spanish', 'l_messages_wait', 'Mensajes esperandote.', 'main'),
(4569, 'spanish', 'l_no_warplink', 'Sin enlaces warp', 'main'),
(4570, 'spanish', 'l_scan', 'escanear', 'main'),
(4571, 'spanish', 'l_fullscan', 'Escaneo Completo', 'main'),
(4572, 'spanish', 'l_port', 'Puerto', 'main'),
(4573, 'spanish', 'l_tradingport', 'Puerto comercial', 'main'),
(4574, 'spanish', 'l_planet_in_sec', 'Planetas en el sector', 'main'),
(4575, 'spanish', 'l_ships_in_sec', 'Otras naves en el sector', 'main'),
(4576, 'spanish', 'l_sector_0', 'Hay tanto trafico en el Sistema Solar (Sector 0) que no puedes ni siquiera puedes aislar otras naves!', 'main'),
(4577, 'spanish', 'l_settings', 'Settings', 'main'),
(4578, 'spanish', 'l_main_ships_detected', 'Ship(s) Detected', 'main'),
(4579, 'spanish', 'l_mines_title', 'Instalar Minas de sector y Cazas', 'mines'),
(4580, 'spanish', 'l_mines_noturn', 'Necesitas al menos un turno para instalar defensas de sector.', 'mines'),
(4581, 'spanish', 'l_mines_nopermit', 'No está permitido instalar Minas y Cazas en este sector.', 'mines'),
(4582, 'spanish', 'l_mines_nodeploy', 'No puedes instalarlo aquí. Otra nave o Alianza tiene minas o cazas en este sector.', 'mines'),
(4583, 'spanish', 'l_mines_info1', 'Actualmente estás en el sector [sector]. Hay [mines] minas y [fighters] cazas aquí.', 'mines'),
(4584, 'spanish', 'l_mines_info2', 'Tienes [mines] minas y [fighters] cazas disponibles para instalar', 'mines'),
(4585, 'spanish', 'l_mines_deploy', 'Instalar', 'mines'),
(4586, 'spanish', 'l_mines_att', 'Atacar', 'mines'),
(4587, 'spanish', 'l_mines_toll', 'Peaje', 'mines'),
(4588, 'spanish', 'l_mines_notorps', 'No tienes suficientes torpedos.', 'mines'),
(4589, 'spanish', 'l_mines_nofighters', 'No tienes suficientes cazas', 'mines'),
(4590, 'spanish', 'l_mines_dmines', 'Instaladas [mines] minas.', 'mines'),
(4591, 'spanish', 'l_mines_dfighter', 'Instalados [fighters] cazas en modo [mode].', 'mines'),
(4592, 'spanish', 'l_md_title', 'Defensas de Sector', 'modify_defences'),
(4593, 'spanish', 'l_md_invalid', 'Defensas de Sector no válidas', 'modify_defences'),
(4594, 'spanish', 'l_md_nolonger', 'Las Defensas de Sector seleccionadas ya no están ahí.', 'modify_defences'),
(4595, 'spanish', 'l_md_you', 'tú mismo', 'modify_defences'),
(4596, 'spanish', 'l_md_bmines', 'Tus lásers han destruido', 'modify_defences'),
(4597, 'spanish', 'l_md_msgdownerb', '[name] ha destruido [mines] minas en el sector [sector].', 'modify_defences'),
(4598, 'spanish', 'l_md_retr', 'Te han sido devueltos', 'modify_defences'),
(4599, 'spanish', 'l_md_mode', 'Los cazas seleccionados han sido modificados a modo [mode].', 'modify_defences'),
(4600, 'spanish', 'l_md_consist', 'Las defensas de este sector consisten en [qty] [type] propiedad de [owner].', 'modify_defences'),
(4601, 'spanish', 'l_md_youcan', 'Puedes', 'modify_defences'),
(4602, 'spanish', 'l_md_retrieve', 'Devolver', 'modify_defences'),
(4603, 'spanish', 'l_md_change', 'Cambiar la configuración de los cazas', 'modify_defences'),
(4604, 'spanish', 'l_md_cmode', 'Modo de los cazas', 'modify_defences'),
(4605, 'spanish', 'l_md_attack', 'Atacar', 'modify_defences'),
(4606, 'spanish', 'l_md_toll', 'Peaje', 'modify_defences'),
(4607, 'spanish', 'l_md_attdef', 'Ataca las Defensas de Sector. Todos los cazas del sector tomarán represalias.', 'modify_defences'),
(4608, 'spanish', 'l_md_noturn', 'Necesitas al menos un turno.', 'modify_defences'),
(4609, 'spanish', 'l_md_nothere', 'Necesitas estar en el mismo sector que las Defensas de Sector.', 'modify_defences'),
(4610, 'spanish', 'l_md_notyours', 'Acción no permitida. Esas Defensas de Sector no te pertenecen.', 'modify_defences'),
(4611, 'spanish', 'l_md_yours', 'No puedes atacar tus propias Defensas de Sector.', 'modify_defences'),
(4612, 'spanish', 'l_move_title', 'Mover', 'move'),
(4613, 'spanish', 'l_move_turn', 'Necesitas al menos un turno para moverte.', 'move'),
(4614, 'spanish', 'l_move_failed', '¡Movimiento fallido!', 'move'),
(4615, 'spanish', 'l_nav_title', 'Computadora de Navegación', 'navcomp'),
(4616, 'spanish', 'l_nav_nocomp', 'La computadora de navegación no está disponible', 'navcomp'),
(4617, 'spanish', 'l_nav_query', 'Introduce el sector hacia el que deseas encontrar una ruta:', 'navcomp'),
(4618, 'spanish', 'l_nav_pathfnd', 'Ruta encontrada', 'navcomp'),
(4619, 'spanish', 'l_nav_answ1', 'Te costará', 'navcomp'),
(4620, 'spanish', 'l_nav_answ2', 'turnos llegar a ese sector.', 'navcomp'),
(4621, 'spanish', 'l_nav_proper', 'La tecnología de tu computadora es demasiado primitiva para calcular la ruta de salto a esa distancia.', 'navcomp'),
(4622, 'spanish', 'l_new_title', 'Crear Nuevo Jugador', 'new'),
(4623, 'spanish', 'l_new_title2', 'Fase Dos de la Creación de un Nuevo Jugador', 'new'),
(4624, 'spanish', 'l_new_shipname', 'Nombre de la Nave', 'new'),
(4625, 'spanish', 'l_new_pname', 'Nombre del Personaje del Jugador', 'new'),
(4626, 'spanish', 'l_new_info', 'Prometemos no dar (o vender) tu dirección de email a nadie. Se requiere para enviarte la contraseña generada por el servidor.', 'new'),
(4627, 'spanish', 'l_new_closed_message', 'Juego cerrado por Partida de Torneo', 'new'),
(4628, 'spanish', 'l_new_blank', 'El email, nombre de la nave, y nombre del personaje no pueden estar en blanco.', 'new'),
(4629, 'spanish', 'l_new_inuse', 'La dirección de email ya está en uso.', 'new'),
(4630, 'spanish', 'l_new_4gotpw1', 'Si has olvidado tu contraseña,', 'new'),
(4631, 'spanish', 'l_new_4gotpw2', 'para que te sea enviada por email.', 'new'),
(4632, 'spanish', 'l_new_inusechar', 'El nombre de personaje [character] ya está en uso.', 'new'),
(4633, 'spanish', 'l_new_inuseship', 'El nombre de la nave [shipname] ya está en uso.', 'new'),
(4634, 'spanish', 'l_new_pwsent', 'La contraseña ha sido enviada a [username]', 'new'),
(4635, 'spanish', 'l_new_login', 'para ir a la pantalla de conexión', 'new'),
(4636, 'spanish', 'l_new_err', 'Por favor, ve atrás o [here] e inténtalo de nuevo.', 'new'),
(4637, 'spanish', 'l_new_topic', 'Contraseña de Traders', 'new'),
(4638, 'spanish', 'l_new_message', 'Saludos,\\r\\n\\r\\nAlguien desde la dirección IP [ip] ha solicitado tu contraseña para Traders te sea enviada.\\r\\n\\r\\nTu contraseña es: [pass]\\r\\n\\r\\nGracias\\r\\n\\r\\nEl equipo web de Traders.', 'new'),
(4639, 'spanish', 'l_news_title', 'Blacknova Universe News (Noticias del Unverso Blacknova)', 'news'),
(4640, 'spanish', 'l_news_info_1', 'BNN está entre los líderes de la galaxia', 'news'),
(4641, 'spanish', 'l_news_info_2', 'en la comunicación de noticias e información.', 'news'),
(4642, 'spanish', 'l_news_info_3', '¡Una plantilla activa las 24 horas, los siete días de la semana,', 'news'),
(4643, 'spanish', 'l_news_info_4', 'ubicada en la sede central galáctica de BNN', 'news'),
(4644, 'spanish', 'l_news_info_5', 'situada en Alfa Centauri y con agencias en toda la galaxia!', 'news'),
(4645, 'spanish', 'l_news_for', 'Noticias para', 'news'),
(4646, 'spanish', 'l_news_prev', 'día anterior', 'news'),
(4647, 'spanish', 'l_news_next', 'día siguiente', 'news'),
(4648, 'spanish', 'l_news_none', 'Lo sentimos, no hay noticias hoy.', 'news'),
(4649, 'spanish', 'l_news_flash', 'Avance Informativo', 'news'),
(4650, 'spanish', 'l_news_planets', 'planetas', 'news'),
(4651, 'spanish', 'l_news_cols', 'Millones de colonos', 'news'),
(4652, 'spanish', 'l_news_p_headline', 'El Imperio de [player] tiene ahora', 'news'),
(4653, 'spanish', 'l_killheadline', 'ha muerto en un accidente', 'news'),
(4654, 'spanish', 'l_news_killed', '[name] ha muerto en un trágico accidente hoy. Qué heroico - el capitán [name] era el último miembro a bordo de su nave, cuando notó que ya no quedaban cápsulas de salvamento para él. ¡Descanse en paz!', 'news'),
(4655, 'spanish', 'l_news_p_text5', 'El emergente imperio de [name] tiene ahora cinco planetas, ¡la BNN estará al tanto de las acciones de [name] en el futuro!', 'news'),
(4656, 'spanish', 'l_news_p_text10', 'El emergente imperio de [name] tiene ahora el control de diez planetas, ¡Informes de la BNN dicen que la progresiva expansión de [name] puede llevar a la guerra!', 'news'),
(4657, 'spanish', 'l_news_p_text25', 'El gran imperio de [name] ha colonizado ya 25 planetas, ¡en una entrevista, [name] anunció que considera ralentizar sus expansiones en el futuro!', 'news'),
(4658, 'spanish', 'l_news_p_text50', 'El enorme y vasto imperio de [name], representado por 50 planetas en toda la galaxia está consiguiendo una fuerza amenazadora. Uno de los reporteros de BNN descubrió que [name] está actualizando su nave, planeando una guerra masiva. ¡En una entrevista [name] anunció que esto se debe a motivos puramente devensivos!', 'news'),
(4659, 'spanish', 'l_news_c_text25', 'El creciente imperio de [name] tiene ahora 25 millones de colonos, la BNN prestará más atención a las acciones de [name] en el futuro, ¡pero es realmente obvio que los índices de natalidad van a explotar!', 'news'),
(4660, 'spanish', 'l_news_c_text100', 'El aspirante imperio de [name] tiene ahora 100 millones de colonos, ¡después de una explosión demográfica, las colonias de [name] parecen un buen lugar para que las familias se establezcan!', 'news'),
(4661, 'spanish', 'l_news_c_text500', 'El gran imperio de [name] tiene ahora 500 millones de colonos, [name] dijo en una entrevista que la colonización de la galaxia tan solo acaba de empezar', 'news'),
(4662, 'spanish', 'l_news_c_text1000', 'El inmenso imperio de [name] tiene ahora un billón de colonos, los reporteros de la BNN han descubierto que [name] está en posesión de algún tipo de extraño mecanismo de clonación que le permite crear nuevos colonos en cantidades industriales. Con esta cantidad de colonos, la fuerza económica de este imperio es enorme, la BNN espera que [name] no gaste su dinero en asuntos bélicos', 'news'),
(4663, 'spanish', 'l_opt2_title', 'Guardar Opciones', 'option2'),
(4664, 'spanish', 'l_opt2_passunchanged', 'La contraseña no ha sido modificada.', 'option2'),
(4665, 'spanish', 'l_opt2_srcpassfalse', 'La contraseña original es incorrecta. La contraseña no ha sido modificada.', 'option2'),
(4666, 'spanish', 'l_opt2_newpassnomatch', 'Los campos de la nueva contraseña no coinciden. La contraseña no ha sido modificada.', 'option2'),
(4667, 'spanish', 'l_opt2_passchanged', 'Contraseña cambiada.', 'option2'),
(4668, 'spanish', 'l_opt2_passchangeerr', 'Error al cambiar la contraseña', 'option2'),
(4669, 'spanish', 'l_opt2_chlang', 'El idioma ha sido cambiado a [lang].', 'option2'),
(4670, 'spanish', 'l_opt_title', 'Opciones', 'options'),
(4671, 'spanish', 'l_opt_chpass', 'Cambiar cntraseña:', 'options'),
(4672, 'spanish', 'l_opt_curpass', 'Contraseña actual:', 'options'),
(4673, 'spanish', 'l_opt_newpass', 'Nueva contraseña:', 'options'),
(4674, 'spanish', 'l_opt_newpagain', 'Nueva contraseña (de nuevo):', 'options'),
(4675, 'spanish', 'l_opt_lang', 'Idioma', 'options'),
(4676, 'spanish', 'l_opt_select', 'Elije uno:', 'options'),
(4677, 'spanish', 'l_opt_save', 'Guardar', 'options'),
(4678, 'spanish', 'l_planet', 'Planeta', 'planet'),
(4679, 'spanish', 'l_planet_title', 'Menú del Planeta', 'planet'),
(4680, 'spanish', 'l_planet_none', 'No estás en el mismo sector que este planeta, así que no puedes interactuar con él.', 'planet'),
(4681, 'spanish', 'l_planet_capture1', 'capturar', 'planet'),
(4682, 'spanish', 'l_planet_capture2', 'Puedes [capture] el planeta o solo dejarlo indefenso.', 'planet'),
(4683, 'spanish', 'l_planet_unowned', 'Este planeta no tiene propietário', 'planet'),
(4684, 'spanish', 'l_planet_unnamed', 'Bienvenido al planeta sin nombre de [name]', 'planet'),
(4685, 'spanish', 'l_planet_named', 'Bienvenido a [planetname], propiedad de [name].', 'planet'),
(4686, 'spanish', 'l_planet_onsurface', 'Actualmente estás en la superficie del planeta.', 'planet'),
(4687, 'spanish', 'l_planet_orbit', 'Actualmente estás orbitando el planeta.', 'planet'),
(4688, 'spanish', 'l_planet_leave_link', 'Despegar', 'planet'),
(4689, 'spanish', 'l_planet_leave', '[leave] del Planeta', 'planet'),
(4690, 'spanish', 'l_planet_name_link', 'Nombre', 'planet'),
(4691, 'spanish', 'l_planet_name2', '[name] del Planeta', 'planet'),
(4692, 'spanish', 'l_planet_land_link', 'Aterrizar', 'planet'),
(4693, 'spanish', 'l_planet_land', '[land] en el Planeta', 'planet'),
(4694, 'spanish', 'l_planet_logout', 'También puedes [logout] en la seguridad de tu planeta.', 'planet'),
(4695, 'spanish', 'l_planet_selling', 'El planeta está vendiendo actualmente mercancías.', 'planet'),
(4696, 'spanish', 'l_planet_not_selling', 'El planeta no está vendiendo actualmente mercancías.', 'planet'),
(4697, 'spanish', 'l_planet_transfer_link', 'Transferir', 'planet'),
(4698, 'spanish', 'l_planet_transfer', '[transfer] mercancías/recursos/colonos de/hacia el Planeta', 'planet'),
(4699, 'spanish', 'l_planet_hasbase', 'Tienes una base en este planeta.', 'planet'),
(4700, 'spanish', 'l_planet_perc', 'Porcentajes de Producción', 'planet'),
(4701, 'spanish', 'l_planet_interest', '* La producción de créditos más allá de los intereses del banco son 100 - otros porcentajes', 'planet'),
(4702, 'spanish', 'l_planet_update', 'Actualizar', 'planet'),
(4703, 'spanish', 'l_planet_tsell_link', 'Vendiendo', 'planet'),
(4704, 'spanish', 'l_planet_tsell', 'Cambiar a planeta [selling] mercancías', 'planet'),
(4705, 'spanish', 'l_planet_bbase_link', 'construir una base', 'planet'),
(4706, 'spanish', 'l_planet_bbase', 'Con mercancías y créditos suficientes puedes [build] para ayudar a defender el planeta.', 'planet'),
(4707, 'spanish', 'l_planet_bbuild', 'Base construída', 'planet'),
(4708, 'spanish', 'l_planet_mcorp_linkC', 'Planeta Corporativo', 'planet'),
(4709, 'spanish', 'l_planet_mcorp_linkP', 'Planeta Personal', 'planet'),
(4710, 'spanish', 'l_planet_mcorp', 'También puedes convertir este planeta en un [planet]', 'planet'),
(4711, 'spanish', 'l_planet_buy_link', 'Comprar', 'planet'),
(4712, 'spanish', 'l_planet_buy', '[buy] mercancías del Planeta', 'planet'),
(4713, 'spanish', 'l_planet_att_link', 'Atacar', 'planet'),
(4714, 'spanish', 'l_planet_att', '[attack] al Planeta', 'planet'),
(4715, 'spanish', 'l_planet_att_sure', '¿Estás SEGURO...?', 'planet'),
(4716, 'spanish', 'l_planet_scn_link', 'Escanear', 'planet'),
(4717, 'spanish', 'l_planet_scn', '[scan] Planeta', 'planet'),
(4718, 'spanish', 'l_planet_nowsell', 'Ahora el planeta puede vender.', 'planet'),
(4719, 'spanish', 'l_planet_nownosell', 'Ahora el planeta no puede vender.', 'planet'),
(4720, 'spanish', 'l_planet_iname', 'Introduce un nuevo nombre para el planeta', 'planet'),
(4721, 'spanish', 'l_planet_cname', 'El nombre del planeta ha cambiado a', 'planet'),
(4722, 'spanish', 'l_planet_landed', 'Has aterrizado en la superficie del planeta.', 'planet'),
(4723, 'spanish', 'l_planet_left', 'Ya no estás en la superficie del planeta.', 'planet'),
(4724, 'spanish', 'l_planet_cinfo', 'Tienes espacio para [cargo] unidades de carga adicional. Tienes capacidad para [energy] unidades adicionales de energía.', 'planet'),
(4725, 'spanish', 'l_planet_toplanet', '¿Al Planeta?', 'planet'),
(4726, 'spanish', 'l_planet_baseinfo', 'Para construir una base debe haber al menos $base_credits créditos, $base_ore unidades de oro, $base_organics unidades de minerales, y $base_goods undidades de bienes en el planeta.', 'planet'),
(4727, 'spanish', 'l_planet_p_under', 'No puedes cambiar los porcentajes de producción a un número negativo.', 'planet'),
(4728, 'spanish', 'l_planet_p_over', 'No puedes cambiar los porcentajes de producción a un total mayor que el 100%.', 'planet'),
(4729, 'spanish', 'l_planet_p_changed', 'Porcentajes de producción cambiados.', 'planet'),
(4730, 'spanish', 'l_plant_scn_turn', 'Necesitas al menos un turno para escanear un planeta.', 'planet'),
(4731, 'spanish', 'l_planet_noscan', '¡Los sensores no pueden fijar el objetivo!', 'planet'),
(4732, 'spanish', 'l_planet_scn_report', 'Resultados del escaneo a [name], propiedad de [owner]', 'planet'),
(4733, 'spanish', 'l_base', 'Base', 'planet'),
(4734, 'spanish', 'l_planet_ison', 'está en el planeta', 'planet'),
(4735, 'spanish', 'l_planet_captured', 'Planeta capturado', 'planet'),
(4736, 'spanish', 'l_planet_notdef', '¡El planeta no ha sido vencido!', 'planet'),
(4737, 'spanish', 'l_planet_noone', 'nadie', 'planet'),
(4738, 'spanish', 'l_planet2_title', 'Transferencia Planetaria', 'planet'),
(4739, 'spanish', 'l_planet2_noturn', 'Necesitas al menos un turno para realizar una transferencia planetaria.', 'planet'),
(4740, 'spanish', 'l_planet2_noten', 'No tienes suficiente', 'planet'),
(4741, 'spanish', 'l_planet2_fortr', 'para la transferencia solicitada.', 'planet'),
(4742, 'spanish', 'l_planet2_settr', 'Estableciendo la cantidad de la transferencia a', 'planet'),
(4743, 'spanish', 'l_planet2_losup', 'El planeta solo ha sido capaz de ofrecer', 'planet'),
(4744, 'spanish', 'l_planet2_notowner', 'No eres el propietario de este planeta.', 'planet'),
(4745, 'spanish', 'l_planet2_compl', 'Transferencia completada.', 'planet'),
(4746, 'spanish', 'l_planet2_power', 'capacidad de energía', 'planet'),
(4747, 'spanish', 'l_planet2_comp', 'capacidad de computadora', 'planet'),
(4748, 'spanish', 'l_planet2_laun', 'capacidad de lanzadora', 'planet'),
(4749, 'spanish', 'l_planet2_nocorptransfer', 'No puedes transferir créditos desde o hacia planetas corporativos.', 'planet'),
(4750, 'spanish', 'l_planet2_baseexceeded', 'Los planetas sin una base no puede contener esa cantidad de créditos.', 'planet'),
(4751, 'spanish', 'l_planet3_title', 'Comerciando en el Planeta', 'planet'),
(4752, 'spanish', 'l_pr_title', 'Informe del Planeta', 'planet_report'),
(4753, 'spanish', 'l_pr_teamlink', 'Mostrar planetas de la Alianza', 'planet_report'),
(4754, 'spanish', 'l_pr_noplanet', 'No tienes tantos planetas', 'planet_report'),
(4755, 'spanish', 'l_pr_clicktosort', 'Pulsa en un título de columna para ordenarlo', 'planet_report'),
(4756, 'spanish', 'l_pr_totals', 'Totales', 'planet_report'),
(4757, 'spanish', 'l_trade', 'Comerciar', 'port'),
(4758, 'spanish', 'l_title_port', 'Comerciar con Puerto', 'port'),
(4759, 'spanish', 'l_title_trade', 'Comerciar Mercancías', 'port'),
(4760, 'spanish', 'l_sector_war', 'Embargo de Guerra', 'port'),
(4761, 'spanish', 'l_war_info', 'La guerra está azotando este sector. No puedes llegar al puerto a través de todas las fuerzas hostiles.', 'port'),
(4762, 'spanish', 'l_no_trade', 'Comercio prohibido', 'port'),
(4763, 'spanish', 'l_no_trade_out', 'El comercio en este puerte no está permitido a los extranjeros', 'port'),
(4764, 'spanish', 'l_no_trade_info', 'El comercio en este puerto no está permitido', 'port'),
(4765, 'spanish', 'l_buying', 'Comprando', 'port'),
(4766, 'spanish', 'l_selling', 'Vendiendo', 'port'),
(4767, 'spanish', 'l_commodity', 'Mercancía', 'port'),
(4768, 'spanish', 'l_amount', 'Cantidad', 'port'),
(4769, 'spanish', 'l_price', 'Precio', 'port'),
(4770, 'spanish', 'l_buy', 'Comprar', 'port'),
(4771, 'spanish', 'l_sell', 'Vender', 'port'),
(4772, 'spanish', 'l_trade_st_info', 'Tienes [free_holds] contenedores de carga vacíos. Puedes llevar [free_power] unidades de energía más. Tienes [credits] créditos.', 'port'),
(4773, 'spanish', 'l_special_port', 'Puerto Especial', 'port'),
(4774, 'spanish', 'l_no_credits', 'Te faltan créditos', 'port'),
(4775, 'spanish', 'l_creds_to_spend', 'Tienes [credits] créditos para gastar.', 'port'),
(4776, 'spanish', 'l_cost', 'Coste', 'port'),
(4777, 'spanish', 'l_avail', 'Disponible', 'port'),
(4778, 'spanish', 'l_profit', 'Beneficio', 'port'),
(4779, 'spanish', 'l_current', 'Actual', 'port'),
(4780, 'spanish', 'l_current_qty', 'Cantidades Actuales', 'port'),
(4781, 'spanish', 'l_max', 'Max', 'port'),
(4782, 'spanish', 'l_ifyouneedmore', 'Si necesitas más créditos puedes acceder al [igb] de este puerto', 'port'),
(4783, 'spanish', 'l_ifyouneedplan', 'Acceder al', 'port'),
(4784, 'spanish', 'l_igb_term', 'Terminal Bancario IGB', 'port'),
(4785, 'spanish', 'l_upgrade', '¿Actualizar?', 'port'),
(4786, 'spanish', 'l_unlimited', 'ilimitado', 'port'),
(4787, 'spanish', 'l_full', 'Lleno', 'port'),
(4788, 'spanish', 'l_equipped', 'Equipado', 'port'),
(4789, 'spanish', 'l_n_a', 'n/a', 'port'),
(4790, 'spanish', 'l_item', 'Unidad', 'port'),
(4791, 'spanish', 'l_totalcost', 'Coste Total', 'port'),
(4792, 'spanish', 'l_would_dump', 'Si quieres puedes soltar a todos tus colonos aquí, pulsa', 'port'),
(4793, 'spanish', 'l_noport', '¡Aquí no hay ningún puerto!', 'port'),
(4794, 'spanish', 'l_trade_turnneed', 'Necesitas al menos un turno para comerciar con un puerto o planeta.', 'port'),
(4795, 'spanish', 'l_returnto_port', 'Pulsa [here] para volver al menú del puerto.', 'port'),
(4796, 'spanish', 'l_notenough_cargo', 'No tienes suficientes contenedores vacíos para las mercancías que quieres comprar.', 'port'),
(4797, 'spanish', 'l_notenough_power', 'No tienes suficiente espacio libre de energía para la energía que quieres conseguir.', 'port'),
(4798, 'spanish', 'l_notenough_credits', 'No tienes suficientes créditos para completar la transacción.', 'port'),
(4799, 'spanish', 'l_notenough_turns', 'No tienes suficientes turnos para completar la transacción.', 'port'),
(4800, 'spanish', 'l_notenough_ore', 'No tienes suficientes minerales para completar la transacción.', 'port'),
(4801, 'spanish', 'l_notenough_goods', 'No tienes suficientes bienes para completar la transacción.', 'port'),
(4802, 'spanish', 'l_notenough_energy', 'No tienes suficiente energía para completar la transacción.', 'port'),
(4803, 'spanish', 'l_notenough_organics', 'No tienes suficientes orgánicos para completar la transacción.', 'port'),
(4804, 'spanish', 'l_exceed_organics', 'El número de orgánicos supera la oferta/demanda.', 'port'),
(4805, 'spanish', 'l_exceed_ore', 'El número de minerales supera la oferta/demanda.', 'port'),
(4806, 'spanish', 'l_exceed_energy', 'El número de energía supera la oferta/demanda.', 'port'),
(4807, 'spanish', 'l_exceed_goods', 'El número de bienes supera la oferta/demanda.', 'port'),
(4808, 'spanish', 'l_trade_result', 'Resultado de esta transacción', 'port'),
(4809, 'spanish', 'l_traded_ore', 'Minerales comerciados', 'port'),
(4810, 'spanish', 'l_traded_goods', 'Bienes comerciados', 'port'),
(4811, 'spanish', 'l_traded_organics', 'Orgánicos comerciados', 'port'),
(4812, 'spanish', 'l_traded_energy', 'Energía comerciados', 'port'),
(4813, 'spanish', 'l_trade_complete', 'Transacción completada', 'port'),
(4814, 'spanish', 'l_trade_upgraded', 'Actualizado al nivel', 'port'),
(4815, 'spanish', 'l_trade_added', 'añadido', 'port'),
(4816, 'spanish', 'l_trade_installed', 'instalado', 'port'),
(4817, 'spanish', 'l_pre_title', 'Cambiar Presets de EspacioReal', 'presets'),
(4818, 'spanish', 'l_pre_exceed', 'El preset [preset] excede el máximo de [sector_max]. No se ha guardado ningún preset.', 'presets'),
(4819, 'spanish', 'l_pre_set', 'Preset 1 fijado en [preset1], preset 2 fijado en [preset2] y preset 3 fijado en [preset3].', 'presets'),
(4820, 'spanish', 'l_pre_save', 'Guardar', 'presets'),
(4821, 'spanish', 'l_ranks_title', 'Mejores [max_ranks] Jugadores', 'ranking'),
(4822, 'spanish', 'l_ranks_none', 'No hay resultados a mostrar.', 'ranking'),
(4823, 'spanish', 'l_ranks_pnum', 'Número total de jugadores', 'ranking'),
(4824, 'spanish', 'l_ranks_dships', 'Los jugadores con naves destruidas no son contados.', 'ranking'),
(4825, 'spanish', 'l_ranks_rank', 'Posic.', 'ranking'),
(4826, 'spanish', 'l_ranks_lastlog', 'Última conexión', 'ranking'),
(4827, 'spanish', 'l_ranks_good', 'Bueno', 'ranking'),
(4828, 'spanish', 'l_ranks_evil', 'Malvado', 'ranking'),
(4829, 'spanish', 'l_readm_title', 'Leer Mensaje', 'readmail'),
(4830, 'spanish', 'l_readm_nomessage', 'No hay mensajes esperándote...', 'readmail'),
(4831, 'spanish', 'l_readm_center', 'Centro de Recepción de Mensajes', 'readmail'),
(4832, 'spanish', 'l_readm_sender', 'Remitente del Mensaje', 'readmail'),
(4833, 'spanish', 'l_readm_captn', 'Capitán de la', 'readmail'),
(4834, 'spanish', 'l_readm_del', 'Borrar', 'readmail'),
(4835, 'spanish', 'l_readm_repl', 'Responder', 'readmail'),
(4836, 'spanish', 'l_readm_delete', 'MENSAJE BORRADO', 'readmail'),
(4837, 'spanish', 'l_report_title', 'Informe de la Nave', 'report'),
(4838, 'spanish', 'l_level', 'Nivel', 'report'),
(4839, 'spanish', 'l_ship_levels', 'Ship Component Levels', 'report'),
(4840, 'spanish', 'l_hull', 'Casco', 'report'),
(4841, 'spanish', 'l_engines', 'Motores', 'report'),
(4842, 'spanish', 'l_power', 'Energía', 'report'),
(4843, 'spanish', 'l_computer', 'Ordenador', 'report'),
(4844, 'spanish', 'l_sensors', 'Sensores', 'report'),
(4845, 'spanish', 'l_armor', 'Armor', 'report'),
(4846, 'spanish', 'l_shields', 'Escudos', 'report'),
(4847, 'spanish', 'l_beams', 'Armas de Rayos', 'report'),
(4848, 'spanish', 'l_torp_launch', 'Lanzadores de Torpedos', 'report'),
(4849, 'spanish', 'l_cloak', 'Camuflaje', 'report'),
(4850, 'spanish', 'l_holds', 'Bahias de carga', 'report'),
(4851, 'spanish', 'l_deflect', 'Deflectores de Minas', 'report'),
(4852, 'spanish', 'l_ewd', 'Dispositivo de Emergencia Warp', 'report'),
(4853, 'spanish', 'l_shipavg', 'Nivel Tecnológico medio', 'report'),
(4854, 'spanish', 'l_arm_weap', 'Armadura & Armas', 'report'),
(4855, 'spanish', 'l_beacons', 'Faros Espaciales', 'report'),
(4856, 'spanish', 'l_warpedit', 'Editores Warp', 'report'),
(4857, 'spanish', 'l_genesis', 'Torpedos Genesis', 'report'),
(4858, 'spanish', 'l_escape_pod', 'Modulo de Escape', 'report'),
(4859, 'spanish', 'l_fuel_scoop', 'Generador de Fuel', 'report'),
(4860, 'spanish', 'l_rs_title', 'Movimiento EspacioReal', 'rsmove'),
(4861, 'spanish', 'l_rs_whichsector', '¿Qué sector quieres alcanzar a través de EspacioReal?', 'rsmove'),
(4862, 'spanish', 'l_rs_insector', 'Actualmente estás en el sector [sector] - y hay sectores disponibles de 0 a [sector_max].', 'rsmove'),
(4863, 'spanish', 'l_rs_submit', 'Computar', 'rsmove'),
(4864, 'spanish', 'l_rs_movetime', 'Con tus motores te llevará [triptime] turnos completar el viaje.', 'rsmove'),
(4865, 'spanish', 'l_rs_energy', 'Conseguirás [energy] unidades de energía', 'rsmove'),
(4866, 'spanish', 'l_rs_noturns', 'No tienes suficientes turnos, y no puedes embarcarte en este viaje.', 'rsmove'),
(4867, 'spanish', 'l_rs_engage_link', 'Iniciar', 'rsmove'),
(4868, 'spanish', 'l_rs_engage', 'Tienes [turns] turnos. ¿[engage] motores?', 'rsmove'),
(4869, 'spanish', 'l_rs_invalid', 'Destino no válido', 'rsmove'),
(4870, 'spanish', 'l_rs_ready', 'Estas en el sector [sector]. Has usado [triptime] turnos, y has conseguido [energy] unidades de energía.', 'rsmove'),
(4871, 'spanish', 'l_scan_title', 'Escanear Nave', 'scan'),
(4872, 'spanish', 'l_scan_turn', 'Necesitas al menos un turno para escanear la nave de otro.', 'scan'),
(4873, 'spanish', 'l_scan_ron', 'Los resultados del escaneo de', 'scan'),
(4874, 'spanish', 'l_scan_capt', 'Capitaneada por:', 'scan'),
(4875, 'spanish', 'l_scan_arma', 'Armamento:', 'scan'),
(4876, 'spanish', 'l_scan_carry', 'Transportando:', 'scan'),
(4877, 'spanish', 'l_sys_update', 'Actualización del sistema', 'scheduler'),
(4878, 'spanish', 'l_sf_attacking', '¡Los cazas de la defensa de sector te estan atacando!', 'sector_fighters'),
(4879, 'spanish', 'l_sf_destfight', 'Tus disparos han destruido [lost] cazas', 'sector_fighters'),
(4880, 'spanish', 'l_sf_destfightb', 'Tus disparos han destruido [lost] cazas', 'sector_fighters'),
(4881, 'spanish', 'l_sf_torphit', 'Ataque de torpedos:', 'sector_fighters'),
(4882, 'spanish', 'l_sf_destfightt', 'Tus torpedos han destruido [lost] cazas', 'sector_fighters'),
(4883, 'spanish', 'l_sf_fighthit', 'Ataque de Cazas:', 'sector_fighters'),
(4884, 'spanish', 'l_sf_destfightall', 'Has destruido todos los cazas.', 'sector_fighters'),
(4885, 'spanish', 'l_sf_destfightt2', 'Has destruido [lost] cazas.', 'sector_fighters'),
(4886, 'spanish', 'l_sf_lostfight', 'Has perdido todos tus cazas.', 'sector_fighters'),
(4887, 'spanish', 'l_sf_lostfight2', 'Has perdido [lost] cazas.', 'sector_fighters'),
(4888, 'spanish', 'l_sf_armorbreach', '¡Han abierto brecha en tu armadura!', 'sector_fighters'),
(4889, 'spanish', 'l_sf_armorbreach2', 'Tu armadura ha sido alcanzada por [lost] de daño.', 'sector_fighters'),
(4890, 'spanish', 'l_sf_sendlog', '[player] ha destruido [lost] cazas de la defensa de sector [sector]', 'sector_fighters'),
(4891, 'spanish', 'l_sf_lreport', 'Has perdido [armor] puntos de armadura, [fighters] cazas, y has usado [torps] torpedos.', 'sector_fighters'),
(4892, 'spanish', 'l_sf_shipdestroyed', '¡Tu nave ha sido destruida!', 'sector_fighters'),
(4893, 'spanish', 'l_sf_sendlog2', 'Los cazas de la defensa de sector han destruido a [player] en el sector [sector].', 'sector_fighters'),
(4894, 'spanish', 'l_sf_escape', '¡Afortunadamente tienes una cápsula de salvamento!', 'sector_fighters'),
(4895, 'spanish', 'l_die_title', 'Autodestrucción', 'self_destruct'),
(4896, 'spanish', 'l_die_rusure', '¿Estás seguro de que deseas destruir tu nave? Esto te eliminará del juego.', 'self_destruct'),
(4897, 'spanish', 'l_die_goodbye', '¡Adios, galaxia cruel!', 'self_destruct'),
(4898, 'spanish', 'l_die_check', '¿Estás seguro de que deseas eliminarte del juego?', 'self_destruct'),
(4899, 'spanish', 'l_die_nonono', '¡NO! ¡NO! ¡NO!', 'self_destruct'),
(4900, 'spanish', 'l_die_what', '¿En qué estaba yo pensando?', 'self_destruct'),
(4901, 'spanish', 'l_die_count', '5.. 4.. 3.. 2.. 1.. ¡Bum!', 'self_destruct'),
(4902, 'spanish', 'l_die_vapor', 'Tu nave y todos los que estaban a bordo han sido vaporizados.', 'self_destruct'),
(4903, 'spanish', 'l_die_please', 'Por favor, [logout]', 'self_destruct'),
(4904, 'spanish', 'l_die_exploit', 'No juegues con lo que no entiendes.', 'self_destruct'),
(4905, 'spanish', 'l_ship_title', 'Órdenes de la Nave', 'ship'),
(4906, 'spanish', 'l_ship_the', 'La', 'ship'),
(4907, 'spanish', 'l_ship_nolonger', 'ya no está en este sector', 'ship'),
(4908, 'spanish', 'l_ship_youc', 'Ves la', 'ship'),
(4909, 'spanish', 'l_ship_owned', 'propiedad de', 'ship'),
(4910, 'spanish', 'l_ship_perform', 'Puedes realizar las siguientes acciones:', 'ship'),
(4911, 'spanish', 'l_teamplanet_title', 'Informe de Alianza Planetaria', 'team_planets'),
(4912, 'spanish', 'l_teamplanet_notally', 'No estás en una alianza', 'team_planets'),
(4913, 'spanish', 'l_teamplanet_personal', 'Mostrar planetas personales', 'team_planets'),
(4914, 'spanish', 'l_teamplanet_noplanet', 'Tu alianza no tiene planetas', 'team_planets'),
(4915, 'spanish', 'l_team_title', 'Alianzas', 'teams'),
(4916, 'spanish', 'l_team_menu', 'para regresar al Menú de Alianzas', 'teams'),
(4917, 'spanish', 'l_team_notyours', 'Debes estar en la Alianza para invitar a alguien.', 'teams'),
(4918, 'spanish', 'l_team_leavefirst', 'Debes dejar un equipo primero antes de unirte a otro.', 'teams'),
(4919, 'spanish', 'l_team_galax', 'Alianzas presentes en la Galaxia:', 'teams'),
(4920, 'spanish', 'l_team_members', 'Miembros', 'teams'),
(4921, 'spanish', 'l_team_coord', 'Coordinador', 'teams'),
(4922, 'spanish', 'l_team_member', 'Miembro', 'teams'),
(4923, 'spanish', 'l_team_noinvite', 'Nadie te ha invitado a unirte a una alianza.', 'teams'),
(4924, 'spanish', 'l_team_ifyouwant', 'Si quieres unirte a una alianza, envía un mensaje a su coordinador pidiendo ser invitado.', 'teams'),
(4925, 'spanish', 'l_team_tocreate', 'para crear una nueva alianza.', 'teams'),
(4926, 'spanish', 'l_team_injoin', 'Te han invitado a unirte', 'teams'),
(4927, 'spanish', 'l_team_tojoin', 'para unirte', 'teams'),
(4928, 'spanish', 'l_team_or', 'o', 'teams'),
(4929, 'spanish', 'l_team_reject', 'para rechazar la invitación.', 'teams'),
(4930, 'spanish', 'l_team_ed', 'Editar', 'teams'),
(4931, 'spanish', 'l_team_inv', 'Invitar', 'teams'),
(4932, 'spanish', 'l_team_leave', 'Abandonar', 'teams'),
(4933, 'spanish', 'l_team_eject', 'Expulsar', 'teams'),
(4934, 'spanish', 'l_team_pending', 'Invitación pendiente para', 'teams'),
(4935, 'spanish', 'l_team_noinvites', 'Nadie ha sido invitado para formar parte de', 'teams'),
(4936, 'spanish', 'l_team_confirmleave', '¿Estás seguro de querer abandonar', 'teams'),
(4937, 'spanish', 'l_team_onlymember', 'Eras el único miembro, así que [team_name] ya no existe.', 'teams'),
(4938, 'spanish', 'l_team_youarecoord', 'Eres el coordinador de', 'teams'),
(4939, 'spanish', 'l_team_relinq', 'Debes relegar tu papel a otro jugador.', 'teams'),
(4940, 'spanish', 'l_team_newc', 'Nuevo coordinador:', 'teams'),
(4941, 'spanish', 'l_team_youveleft', 'Has dejado la alianza', 'teams'),
(4942, 'spanish', 'l_team_relto', 'relegando las funciones de coordinador a', 'teams'),
(4943, 'spanish', 'l_team_welcome', 'Bienvenido a la alianza', 'teams'),
(4944, 'spanish', 'l_team_noinviteto', 'No has sido invitado en ese equipo.', 'teams'),
(4945, 'spanish', 'l_team_ejectsure', 'Estás seguro de que deseas expulsar a', 'teams'),
(4946, 'spanish', 'l_team_ejected', 'ha sido expulsado de la alianza!', 'teams'),
(4947, 'spanish', 'l_team_entername', 'Introduce el nombre de la Alianza', 'teams'),
(4948, 'spanish', 'l_team_enterdesc', 'Introduce una descripción de la Alianza', 'teams'),
(4949, 'spanish', 'l_team_hcreated', 'ha sido creada y tú eres su líder', 'teams'),
(4950, 'spanish', 'l_team_team', 'Alianza', 'teams'),
(4951, 'spanish', 'l_team_selectp', 'Elije el Jugador al que deseas invitar', 'teams'),
(4952, 'spanish', 'l_team_isorry', 'Lo lamento, pero [name] ya ha sido invitado a formar parte de una alianza - solo una invitación puede estar activa en cualquier momento', 'teams'),
(4953, 'spanish', 'l_team_plinvted', 'Jugador invitado.', 'teams'),
(4954, 'spanish', 'l_team_plinvted2', 'Debes esperar a que el jugador lea tu invitación.', 'teams'),
(4955, 'spanish', 'l_team_refuse', 'Has rechazado la invitación para unirte a', 'teams'),
(4956, 'spanish', 'l_team_edname', 'Editar el nombre de tu Alianza', 'teams'),
(4957, 'spanish', 'l_team_eddesc', 'Editar la descripción de tu Alianza', 'teams'),
(4958, 'spanish', 'l_team_hasbeenr', 'ha sido renombrada.', 'teams'),
(4959, 'spanish', 'l_team_error', 'Ha ocurrido un error - No eres el líder de esta Alianza.', 'teams'),
(4960, 'spanish', 'l_team_notmember', 'No eres miembro de ninguna alianza.', 'teams'),
(4961, 'spanish', 'l_team_urejected', 'ATENCIÓN - has sido expulsado de', 'teams'),
(4962, 'spanish', 'l_team_noteams', 'No hay alianzas en la Galaxia en este momento.', 'teams'),
(4963, 'spanish', 'l_team_noattack_members', 'Sorry, You cannot attack a fellow Team mate!', 'teams'),
(4964, 'spanish', 'l_team_already_combat', 'Sorry, You are already in combat!', 'teams'),
(4965, 'spanish', 'l_tdr_within', 'en', 'traderoutes'),
(4966, 'spanish', 'l_tdr_title', 'rutas comerciales', 'traderoutes'),
(4967, 'spanish', 'l_tdr_newtdr', 'Pulsa [here] para crear una nueva ruta', 'traderoutes'),
(4968, 'spanish', 'l_tdr_modtdrset', 'Para modificar la configuración global de tus rutas comerciales, pulsa [here]', 'traderoutes'),
(4969, 'spanish', 'l_tdr_confdel', 'Pulsa [here] para confirmar la eliminación de la siguiente ruta comercial:', 'traderoutes'),
(4970, 'spanish', 'l_tdr_noactive', 'No tienes ninguna ruta comercial activa para mostrar.', 'traderoutes'),
(4971, 'spanish', 'l_tdr_curtdr', 'rutas comerciales Actuales', 'traderoutes'),
(4972, 'spanish', 'l_tdr_deltdr', 'Eliminar ruta comercial', 'traderoutes'),
(4973, 'spanish', 'l_tdr_src', 'Origen', 'traderoutes'),
(4974, 'spanish', 'l_tdr_srctype', 'Tipo (orig)', 'traderoutes'),
(4975, 'spanish', 'l_tdr_dest', 'Destino', 'traderoutes'),
(4976, 'spanish', 'l_tdr_desttype', 'Tipo (dest)', 'traderoutes'),
(4977, 'spanish', 'l_tdr_move', 'Movimiento', 'traderoutes'),
(4978, 'spanish', 'l_tdr_circuit', 'Circuito', 'traderoutes'),
(4979, 'spanish', 'l_tdr_change', 'Cambiar', 'traderoutes'),
(4980, 'spanish', 'l_tdr_portin', 'Puerto en', 'traderoutes'),
(4981, 'spanish', 'l_tdr_planet', 'Planeta', 'traderoutes'),
(4982, 'spanish', 'l_tdr_nonexistance', '¡El planeta no existe!', 'traderoutes'),
(4983, 'spanish', 'l_tdr_na', 'N/A', 'traderoutes'),
(4984, 'spanish', 'l_tdr_cargo', 'Carga', 'traderoutes'),
(4985, 'spanish', 'l_tdr_none', 'Ninguno', 'traderoutes'),
(4986, 'spanish', 'l_tdr_colonists', 'Colonos', 'traderoutes'),
(4987, 'spanish', 'l_tdr_fighters', 'Cazas', 'traderoutes'),
(4988, 'spanish', 'l_tdr_torps', 'Torpedos', 'traderoutes'),
(4989, 'spanish', 'l_tdr_escooped', '[tdr_dist_triptime] turnos', 'traderoutes'),
(4990, 'spanish', 'l_tdr_escooped2', '[tdr_dist_scooped] energía conseguida', 'traderoutes'),
(4991, 'spanish', 'l_tdr_warp', 'Salto', 'traderoutes'),
(4992, 'spanish', 'l_tdr_turns', 'turnos', 'traderoutes'),
(4993, 'spanish', 'l_tdr_way', 'dirección', 'traderoutes'),
(4994, 'spanish', 'l_tdr_ways', 'direcciones', 'traderoutes');
INSERT INTO `[[dbprefix]]languages` VALUES
(4995, 'spanish', 'l_tdr_edit', 'Editar', 'traderoutes'),
(4996, 'spanish', 'l_tdr_del', 'Eliminar', 'traderoutes'),
(4997, 'spanish', 'l_tdr_nowlink1', 'No hay un salto de enlace desde el sector [tdr_src_sector_id] hasta el sector [tdr_dest_sector_id]', 'traderoutes'),
(4998, 'spanish', 'l_tdr_nowlink2', 'No hay un salto de enlace desde el sector [tdr_dest_sector_id] hasta el sector [tdr_src_sector_id]', 'traderoutes'),
(4999, 'spanish', 'l_tdr_sportissrc', 'Si un puerto especial es el destino, un planeta debe ser el destino para la colonización.', 'traderoutes'),
(5000, 'spanish', 'l_tdr_notownplanet', 'No puedes colonizar un planeta que tú o tu equipo no posea.', 'traderoutes'),
(5001, 'spanish', 'l_tdr_planetisdest', 'Un planeta puede ser un destino solo si el origen es un puerto especial.', 'traderoutes'),
(5002, 'spanish', 'l_tdr_samecom', 'No puedes crear una ruta comercial para puertos que venden las mismas mercancías.', 'traderoutes'),
(5003, 'spanish', 'l_tdr_sportcom', 'No puedes vender mercancías desde un planeta a un puerto especial.', 'traderoutes'),
(5004, 'spanish', 'l_tdr_editerr', 'Error al editar: la ruta comercial no se ha encontrado en la BD', 'traderoutes'),
(5005, 'spanish', 'l_tdr_maxtdr', 'Lo lamento, pero has alcanzado el máximo número de rutas comerciales permitidas.', 'traderoutes'),
(5006, 'spanish', 'l_tdr_createnew', 'Creando una nueva', 'traderoutes'),
(5007, 'spanish', 'l_tdr_editinga', 'Editando una', 'traderoutes'),
(5008, 'spanish', 'l_tdr_traderoute', 'ruta comercial', 'traderoutes'),
(5009, 'spanish', 'l_tdr_unnamed', 'Sin nombre', 'traderoutes'),
(5010, 'spanish', 'l_tdr_cursector', 'Actualmente estás en el sector', 'traderoutes'),
(5011, 'spanish', 'l_tdr_selspoint', 'Por favor, selecciona el punto de origen:', 'traderoutes'),
(5012, 'spanish', 'l_tdr_port', 'Puerto', 'traderoutes'),
(5013, 'spanish', 'l_tdr_insector', 'en el sector', 'traderoutes'),
(5014, 'spanish', 'l_tdr_selendpoint', 'Por favor, selecciona un punto de destino', 'traderoutes'),
(5015, 'spanish', 'l_tdr_selmovetype', 'Por favor, selecciona un tipo de movimiento', 'traderoutes'),
(5016, 'spanish', 'l_tdr_realspace', 'EspacioReal (RS)', 'traderoutes'),
(5017, 'spanish', 'l_tdr_selcircuit', 'Por favor, selecciona un circuito', 'traderoutes'),
(5018, 'spanish', 'l_tdr_oneway', 'Una dirección', 'traderoutes'),
(5019, 'spanish', 'l_tdr_errnotvalidport', 'Error: el puerto de origen [tdr_port_id] no parece ser válido.', 'traderoutes'),
(5020, 'spanish', 'l_tdr_bothways', 'Ambas direcciones', 'traderoutes'),
(5021, 'spanish', 'l_tdr_create', 'Crear', 'traderoutes'),
(5022, 'spanish', 'l_tdr_modify', 'Modificar', 'traderoutes'),
(5023, 'spanish', 'l_tdr_returnmenu', 'Pulsa [here] para volver al menú de rutas comerciales.', 'traderoutes'),
(5024, 'spanish', 'l_tdr_errnoport', 'Error: no hay puertos en el sector [tdr_port_id]', 'traderoutes'),
(5025, 'spanish', 'l_tdr_errnosrc', 'Error: el planeta de origen especificado no existe.', 'traderoutes'),
(5026, 'spanish', 'l_tdr_errnotownnotsell', 'Error: no eres el propietario del planeta [tdr_source_name] en el sector [tdr_source_sector_id] y el planeta no está vendiendo.', 'traderoutes'),
(5027, 'spanish', 'l_tdr_errnotvaliddestport', 'Error : el puerto de destino [tdr_port_id] no es un puerto válido.', 'traderoutes'),
(5028, 'spanish', 'l_tdr_errnoport2', 'Error: no hay puertos en el sector [tdr_port_id].', 'traderoutes'),
(5029, 'spanish', 'l_tdr_errnodestplanet', 'Error: el planeta de destino especificado no existe.', 'traderoutes'),
(5030, 'spanish', 'l_tdr_errnotownnotsell2', 'Error: no eres el propietario del planeta [tdr_dest_name] en el sector [tdr_dest_sector_id] y el planeta no está vendiendo.', 'traderoutes'),
(5031, 'spanish', 'l_tdr_newtdrcreated', '¡Nueva ruta comercial creada!', 'traderoutes'),
(5032, 'spanish', 'l_tdr_modified', 'Trade route modified!', 'traderoutes'),
(5033, 'spanish', 'l_tdr_doesntexist', '¡La ruta comercial no existe!', 'traderoutes'),
(5034, 'spanish', 'l_tdr_notowntdr', '¡No eres el propietario de esa ruta comercial!', 'traderoutes'),
(5035, 'spanish', 'l_tdr_deleted', 'Trade route deleted.', 'traderoutes'),
(5036, 'spanish', 'l_tdr_globalset', 'Configuración global de las rutas comerciales', 'traderoutes'),
(5037, 'spanish', 'l_tdr_sportsrc', 'For trade routes having a special port as a source, trade', 'traderoutes'),
(5038, 'spanish', 'l_tdr_tdrescooped', 'Para las rutas comerciales via EspacioReal, ¿qué quieres hacer con la energía conseguida?', 'traderoutes'),
(5039, 'spanish', 'l_tdr_trade', 'Comerciar', 'traderoutes'),
(5040, 'spanish', 'l_tdr_keep', 'Almacenar', 'traderoutes'),
(5041, 'spanish', 'l_tdr_save', 'Guardar', 'traderoutes'),
(5042, 'spanish', 'l_tdr_globalsetsaved', 'Configuración global de las rutas comerciales guardada.', 'traderoutes'),
(5043, 'spanish', 'l_tdr_engagenonexist', '¡Has intentado usar una ruta comercial que no existe!', 'traderoutes'),
(5044, 'spanish', 'l_tdr_invalidspoint', '¡El punto de origen no parece ser válido!', 'traderoutes'),
(5045, 'spanish', 'l_tdr_inittdr', '¡No estás en el sector [tdr_source_id]! ¡Debes estar en el sector de origen antes de iniciar una ruta comercial!', 'traderoutes'),
(5046, 'spanish', 'l_tdr_invalidsrc', '¡El planeta de origen no parece ser un planeta válido!', 'traderoutes'),
(5047, 'spanish', 'l_tdr_inittdrsector', '¡No estás en el sector [tdr_source_sector_id]! ¡Debes estar en el sector de origen antes de iniciar una ruta comercial!', 'traderoutes'),
(5048, 'spanish', 'l_tdr_notyourplanet', '¡No eres el propietario del planeta [tdr_source_name] en el sector [tdr_source_sector_id]!', 'traderoutes'),
(5049, 'spanish', 'l_tdr_invalidssector', '¡El sector de origen no parece ser válido!', 'traderoutes'),
(5050, 'spanish', 'l_tdr_invaliddport', '¡El puerto de destino no parece ser válido!', 'traderoutes'),
(5051, 'spanish', 'l_tdr_invaliddplanet', '¡El planeta de destino no parece ser válido!', 'traderoutes'),
(5052, 'spanish', 'l_tdr_invaliddsector', '¡El sector de destino no parece ser válido!', 'traderoutes'),
(5053, 'spanish', 'l_tdr_moreturnsneeded', 'Esta ruta comercial requiere [tdr_dist_triptime] turnos para ser completada. Solo te quedan [tdr_playerinfo_turns].', 'traderoutes'),
(5054, 'spanish', 'l_tdr_hostdef', 'You can not use trade routes between sectors with hostile defences. You must defeat the defences first.', 'traderoutes'),
(5055, 'spanish', 'l_tdr_globalsetbuynothing', '¡Tu configuración global ha sido establecida para no comprar nada! ¡Solo gastarías turnos haciendo esta ruta!', 'traderoutes'),
(5056, 'spanish', 'l_tdr_nosrcporttrade', 'No está permitido el comercio con el puerto de origen.', 'traderoutes'),
(5057, 'spanish', 'l_tdr_tradesrcportoutsider', 'No está permitido el comercio en el punto de origen para los extranjeros.', 'traderoutes'),
(5058, 'spanish', 'l_tdr_nodestporttrade', 'No está permitido el comercio desde el puerto de destino.', 'traderoutes'),
(5059, 'spanish', 'l_tdr_tradedestportoutsider', 'No está permitido el comercio en el puerto de destino para los extranjeros.', 'traderoutes'),
(5060, 'spanish', 'l_tdr_res', 'Trade Route Results', 'traderoutes'),
(5061, 'spanish', 'l_tdr_bought', 'Comprado', 'traderoutes'),
(5062, 'spanish', 'l_tdr_nothingtotrade', 'Nada con que comerciar', 'traderoutes'),
(5063, 'spanish', 'l_tdr_sold', 'Vendido', 'traderoutes'),
(5064, 'spanish', 'l_tdr_ore', 'Minerales', 'traderoutes'),
(5065, 'spanish', 'l_tdr_portisfull', 'El puerto está lleno', 'traderoutes'),
(5066, 'spanish', 'l_tdr_goods', 'bienes', 'traderoutes'),
(5067, 'spanish', 'l_tdr_organics', 'orgánicos', 'traderoutes'),
(5068, 'spanish', 'l_tdr_energy', 'energía', 'traderoutes'),
(5069, 'spanish', 'l_tdr_portisempty', 'El puerto está vacío', 'traderoutes'),
(5070, 'spanish', 'l_tdr_loaded', 'Cargado', 'traderoutes'),
(5071, 'spanish', 'l_tdr_nothingtoload', 'Nada que cargar', 'traderoutes'),
(5072, 'spanish', 'l_tdr_scooped', 'Conseguido', 'traderoutes'),
(5073, 'spanish', 'l_tdr_dumped', 'Dejado', 'traderoutes'),
(5074, 'spanish', 'l_tdr_planetisovercrowded', 'El planeta está superpoblado', 'traderoutes'),
(5075, 'spanish', 'l_tdr_nothingtodump', 'Nada que dejar', 'traderoutes'),
(5076, 'spanish', 'l_tdr_onlyonewaytdr', 'No se ha hecho nada. La ruta comercial era solo de una dirección.', 'traderoutes'),
(5077, 'spanish', 'l_tdr_profit', 'Beneficio', 'traderoutes'),
(5078, 'spanish', 'l_tdr_cost', 'Coste', 'traderoutes'),
(5079, 'spanish', 'l_tdr_totalprofit', 'Beneficio Total', 'traderoutes'),
(5080, 'spanish', 'l_tdr_totalcost', 'Coste Total', 'traderoutes'),
(5081, 'spanish', 'l_tdr_credits', 'Créditos', 'traderoutes'),
(5082, 'spanish', 'l_tdr_turnsused', 'Turnos usados', 'traderoutes'),
(5083, 'spanish', 'l_tdr_turnsleft', 'Turnos restantes', 'traderoutes'),
(5084, 'spanish', 'l_tdr_notowner', 'No eres el propietario de esta ruta comercial', 'traderoutes'),
(5085, 'spanish', 'l_tdr_five', 'five', 'traderoutes'),
(5086, 'spanish', 'l_tdr_ten', 'ten', 'traderoutes'),
(5087, 'spanish', 'l_tdr_fifty', 'fifty', 'traderoutes'),
(5088, 'spanish', 'l_warp_title', 'Usar Editor de Saltos', 'warpedit'),
(5089, 'spanish', 'l_warp_turn', 'Necesitas al menos un turno para usar el editor de saltos.', 'warpedit'),
(5090, 'spanish', 'l_warp_none', 'No tienes ningún editor de saltos.', 'warpedit'),
(5091, 'spanish', 'l_warp_forbid', 'No está permitido usar un Editor de Saltos en este sector.', 'warpedit'),
(5092, 'spanish', 'l_warp_nolink', 'No hay enlaces hacia fuera de este sector.', 'warpedit'),
(5093, 'spanish', 'l_warp_linkto', 'Los enlaces llevan de este sector hacia', 'warpedit'),
(5094, 'spanish', 'l_warp_query', '¿Hacia qué sector te gustaría crear un enlace?', 'warpedit'),
(5095, 'spanish', 'l_warp_oneway', '¿De una dirección?', 'warpedit'),
(5096, 'spanish', 'l_warp_dest', 'Alternativamente, puedes destruir un enlace hacia un sector.', 'warpedit'),
(5097, 'spanish', 'l_warp_destquery', '¿Hacia qué sector quieres quitar el enlace?', 'warpedit'),
(5098, 'spanish', 'l_warp_bothway', 'Ambas direcciones', 'warpedit'),
(5099, 'spanish', 'l_warp_nosector', 'El sector no existe.', 'warpedit'),
(5100, 'spanish', 'l_warp_twoerror', 'No está permitido usar un Editor de Saltos para crear un enlace de ambas direcciones en el sector [target_sector].', 'warpedit'),
(5101, 'spanish', 'l_warp_sectex', 'No se puede crear un enlace de salto desde el sector actual - habrás excedido el máximo de $link_max por sector.', 'warpedit'),
(5102, 'spanish', 'l_warp_linked', 'El sector de destino ([target_sector]) ya tiene un enlace desde este sector.', 'warpedit'),
(5103, 'spanish', 'l_warp_unlinked', 'El enlace de destino ([target_sector]) no tiene un enlace desde este sector.', 'warpedit'),
(5104, 'spanish', 'l_warp_coneway', 'Se ha creado un enlace de una dirección hacia', 'warpedit'),
(5105, 'spanish', 'l_warp_ctwoway', 'Se ha creado un enlace desde y hacia', 'warpedit'),
(5106, 'spanish', 'l_warp_forbidtwo', 'No está permitido usar un Editor de Saltos para quitar un enlace de dos direcciones hacia el sector [target_sector].', 'warpedit'),
(5107, 'spanish', 'l_warp_removed', 'Enlace quitado hacia', 'warpedit'),
(5108, 'spanish', 'l_warp_removedtwo', 'Enlace quitado desde y hacia', 'warpedit'),
(5109, 'spanish', 'l_warp_cantsame', 'No puedes crear un enlace cuando el origen es el mismo que el destino.', 'warpedit'),
(5110, 'spanish', 'l_ai_control', 'control Xenobe', 'xenobe_control'),
(5111, 'spanish', 'l_ze_title', 'Editar Zona', 'zoneedit'),
(5112, 'spanish', 'l_ze_notowner', 'No eres el propietario de esta zona, así que no puedes editarla.', 'zoneedit'),
(5113, 'spanish', 'l_ze_name', 'Nombre de la zona', 'zoneedit'),
(5114, 'spanish', 'l_ze_allow', 'Permitir', 'zoneedit'),
(5115, 'spanish', 'l_ze_attacks', 'Permitir atacar a otras naves', 'zoneedit'),
(5116, 'spanish', 'l_ze_genesis', 'Permitir crear nuevos planetas', 'zoneedit'),
(5117, 'spanish', 'l_ze_return', 'para volver a a página de información de la zona', 'zoneedit'),
(5118, 'spanish', 'l_ze_saved', 'Tus cambios han sido guardados.', 'zoneedit'),
(5119, 'spanish', 'l_zi_title', 'Información de la Zona', 'zoneinfo'),
(5120, 'spanish', 'l_zi_nexist', '¡Esta sección de espacio no existe!', 'zoneinfo'),
(5121, 'spanish', 'l_zi_feds', 'Federación', 'zoneinfo'),
(5122, 'spanish', 'l_zi_traders', 'La Coalición de Comercio Libre', 'zoneinfo'),
(5123, 'spanish', 'l_zi_nobody', 'Nadie', 'zoneinfo'),
(5124, 'spanish', 'l_zi_war', 'Espacio en concurso', 'zoneinfo'),
(5125, 'spanish', 'l_zi_allow', 'Permitido', 'zoneinfo'),
(5126, 'spanish', 'l_zi_notallow', 'No permitido', 'zoneinfo'),
(5127, 'spanish', 'l_zi_limit', 'Limitado al propietario y aliados', 'zoneinfo'),
(5128, 'spanish', 'l_zi_ul', 'ilimitado', 'zoneinfo'),
(5129, 'spanish', 'l_zi_control', 'Tienes el control de esta zona', 'zoneinfo'),
(5130, 'spanish', 'l_zi_tochange', 'para cambiar sus leyes.', 'zoneinfo'),
(5131, 'spanish', 'l_zi_owner', 'Propietario de la zona', 'zoneinfo'),
(5132, 'spanish', 'l_zi_maxhull', 'Máximo promedio de nivel tecnológico permitido', 'zoneinfo');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]links`
--

CREATE TABLE `[[dbprefix]]links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `link_start` int(10) unsigned NOT NULL DEFAULT '0',
  `link_dest` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`link_id`),
  KEY `link_start` (`link_start`),
  KEY `link_dest` (`link_dest`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5001 ;

--
-- Dumping data for table `[[dbprefix]]links`
--

INSERT INTO `[[dbprefix]]links` VALUES
(1, 0, 1),
(2, 1, 0),
(3, 1, 2),
(4, 2, 1),
(5, 2, 3),
(6, 3, 2),
(7, 3, 4),
(8, 4, 3),
(9, 4, 5),
(10, 5, 4),
(11, 5, 6),
(12, 6, 5),
(13, 6, 7),
(14, 7, 6),
(15, 7, 8),
(16, 8, 7),
(17, 8, 9),
(18, 9, 8),
(19, 9, 10),
(20, 10, 9),
(21, 10, 11),
(22, 11, 10),
(23, 11, 12),
(24, 12, 11),
(25, 12, 13),
(26, 13, 12),
(27, 13, 14),
(28, 14, 13),
(29, 14, 15),
(30, 15, 14),
(31, 15, 16),
(32, 16, 15),
(33, 16, 17),
(34, 17, 16),
(35, 17, 18),
(36, 18, 17),
(37, 18, 19),
(38, 19, 18),
(39, 19, 20),
(40, 20, 19),
(41, 20, 21),
(42, 21, 20),
(43, 21, 22),
(44, 22, 21),
(45, 22, 23),
(46, 23, 22),
(47, 23, 24),
(48, 24, 23),
(49, 24, 25),
(50, 25, 24),
(51, 25, 26),
(52, 26, 25),
(53, 26, 27),
(54, 27, 26),
(55, 27, 28),
(56, 28, 27),
(57, 28, 29),
(58, 29, 28),
(59, 29, 30),
(60, 30, 29),
(61, 30, 31),
(62, 31, 30),
(63, 31, 32),
(64, 32, 31),
(65, 32, 33),
(66, 33, 32),
(67, 33, 34),
(68, 34, 33),
(69, 34, 35),
(70, 35, 34),
(71, 35, 36),
(72, 36, 35),
(73, 36, 37),
(74, 37, 36),
(75, 37, 38),
(76, 38, 37),
(77, 38, 39),
(78, 39, 38),
(79, 39, 40),
(80, 40, 39),
(81, 40, 41),
(82, 41, 40),
(83, 41, 42),
(84, 42, 41),
(85, 42, 43),
(86, 43, 42),
(87, 43, 44),
(88, 44, 43),
(89, 44, 45),
(90, 45, 44),
(91, 45, 46),
(92, 46, 45),
(93, 46, 47),
(94, 47, 46),
(95, 47, 48),
(96, 48, 47),
(97, 48, 49),
(98, 49, 48),
(99, 49, 50),
(100, 50, 49),
(101, 50, 51),
(102, 51, 50),
(103, 51, 52),
(104, 52, 51),
(105, 52, 53),
(106, 53, 52),
(107, 53, 54),
(108, 54, 53),
(109, 54, 55),
(110, 55, 54),
(111, 55, 56),
(112, 56, 55),
(113, 56, 57),
(114, 57, 56),
(115, 57, 58),
(116, 58, 57),
(117, 58, 59),
(118, 59, 58),
(119, 59, 60),
(120, 60, 59),
(121, 60, 61),
(122, 61, 60),
(123, 61, 62),
(124, 62, 61),
(125, 62, 63),
(126, 63, 62),
(127, 63, 64),
(128, 64, 63),
(129, 64, 65),
(130, 65, 64),
(131, 65, 66),
(132, 66, 65),
(133, 66, 67),
(134, 67, 66),
(135, 67, 68),
(136, 68, 67),
(137, 68, 69),
(138, 69, 68),
(139, 69, 70),
(140, 70, 69),
(141, 70, 71),
(142, 71, 70),
(143, 71, 72),
(144, 72, 71),
(145, 72, 73),
(146, 73, 72),
(147, 73, 74),
(148, 74, 73),
(149, 74, 75),
(150, 75, 74),
(151, 75, 76),
(152, 76, 75),
(153, 76, 77),
(154, 77, 76),
(155, 77, 78),
(156, 78, 77),
(157, 78, 79),
(158, 79, 78),
(159, 79, 80),
(160, 80, 79),
(161, 80, 81),
(162, 81, 80),
(163, 81, 82),
(164, 82, 81),
(165, 82, 83),
(166, 83, 82),
(167, 83, 84),
(168, 84, 83),
(169, 84, 85),
(170, 85, 84),
(171, 85, 86),
(172, 86, 85),
(173, 86, 87),
(174, 87, 86),
(175, 87, 88),
(176, 88, 87),
(177, 88, 89),
(178, 89, 88),
(179, 89, 90),
(180, 90, 89),
(181, 90, 91),
(182, 91, 90),
(183, 91, 92),
(184, 92, 91),
(185, 92, 93),
(186, 93, 92),
(187, 93, 94),
(188, 94, 93),
(189, 94, 95),
(190, 95, 94),
(191, 95, 96),
(192, 96, 95),
(193, 96, 97),
(194, 97, 96),
(195, 97, 98),
(196, 98, 97),
(197, 98, 99),
(198, 99, 98),
(199, 99, 100),
(200, 100, 99),
(201, 100, 101),
(202, 101, 100),
(203, 101, 102),
(204, 102, 101),
(205, 102, 103),
(206, 103, 102),
(207, 103, 104),
(208, 104, 103),
(209, 104, 105),
(210, 105, 104),
(211, 105, 106),
(212, 106, 105),
(213, 106, 107),
(214, 107, 106),
(215, 107, 108),
(216, 108, 107),
(217, 108, 109),
(218, 109, 108),
(219, 109, 110),
(220, 110, 109),
(221, 110, 111),
(222, 111, 110),
(223, 111, 112),
(224, 112, 111),
(225, 112, 113),
(226, 113, 112),
(227, 113, 114),
(228, 114, 113),
(229, 114, 115),
(230, 115, 114),
(231, 115, 116),
(232, 116, 115),
(233, 116, 117),
(234, 117, 116),
(235, 117, 118),
(236, 118, 117),
(237, 118, 119),
(238, 119, 118),
(239, 119, 120),
(240, 120, 119),
(241, 120, 121),
(242, 121, 120),
(243, 121, 122),
(244, 122, 121),
(245, 122, 123),
(246, 123, 122),
(247, 123, 124),
(248, 124, 123),
(249, 124, 125),
(250, 125, 124),
(251, 125, 126),
(252, 126, 125),
(253, 126, 127),
(254, 127, 126),
(255, 127, 128),
(256, 128, 127),
(257, 128, 129),
(258, 129, 128),
(259, 129, 130),
(260, 130, 129),
(261, 130, 131),
(262, 131, 130),
(263, 131, 132),
(264, 132, 131),
(265, 132, 133),
(266, 133, 132),
(267, 133, 134),
(268, 134, 133),
(269, 134, 135),
(270, 135, 134),
(271, 135, 136),
(272, 136, 135),
(273, 136, 137),
(274, 137, 136),
(275, 137, 138),
(276, 138, 137),
(277, 138, 139),
(278, 139, 138),
(279, 139, 140),
(280, 140, 139),
(281, 140, 141),
(282, 141, 140),
(283, 141, 142),
(284, 142, 141),
(285, 142, 143),
(286, 143, 142),
(287, 143, 144),
(288, 144, 143),
(289, 144, 145),
(290, 145, 144),
(291, 145, 146),
(292, 146, 145),
(293, 146, 147),
(294, 147, 146),
(295, 147, 148),
(296, 148, 147),
(297, 148, 149),
(298, 149, 148),
(299, 149, 150),
(300, 150, 149),
(301, 150, 151),
(302, 151, 150),
(303, 151, 152),
(304, 152, 151),
(305, 152, 153),
(306, 153, 152),
(307, 153, 154),
(308, 154, 153),
(309, 154, 155),
(310, 155, 154),
(311, 155, 156),
(312, 156, 155),
(313, 156, 157),
(314, 157, 156),
(315, 157, 158),
(316, 158, 157),
(317, 158, 159),
(318, 159, 158),
(319, 159, 160),
(320, 160, 159),
(321, 160, 161),
(322, 161, 160),
(323, 161, 162),
(324, 162, 161),
(325, 162, 163),
(326, 163, 162),
(327, 163, 164),
(328, 164, 163),
(329, 164, 165),
(330, 165, 164),
(331, 165, 166),
(332, 166, 165),
(333, 166, 167),
(334, 167, 166),
(335, 167, 168),
(336, 168, 167),
(337, 168, 169),
(338, 169, 168),
(339, 169, 170),
(340, 170, 169),
(341, 170, 171),
(342, 171, 170),
(343, 171, 172),
(344, 172, 171),
(345, 172, 173),
(346, 173, 172),
(347, 173, 174),
(348, 174, 173),
(349, 174, 175),
(350, 175, 174),
(351, 175, 176),
(352, 176, 175),
(353, 176, 177),
(354, 177, 176),
(355, 177, 178),
(356, 178, 177),
(357, 178, 179),
(358, 179, 178),
(359, 179, 180),
(360, 180, 179),
(361, 180, 181),
(362, 181, 180),
(363, 181, 182),
(364, 182, 181),
(365, 182, 183),
(366, 183, 182),
(367, 183, 184),
(368, 184, 183),
(369, 184, 185),
(370, 185, 184),
(371, 185, 186),
(372, 186, 185),
(373, 186, 187),
(374, 187, 186),
(375, 187, 188),
(376, 188, 187),
(377, 188, 189),
(378, 189, 188),
(379, 189, 190),
(380, 190, 189),
(381, 190, 191),
(382, 191, 190),
(383, 191, 192),
(384, 192, 191),
(385, 192, 193),
(386, 193, 192),
(387, 193, 194),
(388, 194, 193),
(389, 194, 195),
(390, 195, 194),
(391, 195, 196),
(392, 196, 195),
(393, 196, 197),
(394, 197, 196),
(395, 197, 198),
(396, 198, 197),
(397, 198, 199),
(398, 199, 198),
(399, 199, 200),
(400, 200, 199),
(401, 200, 201),
(402, 201, 200),
(403, 201, 202),
(404, 202, 201),
(405, 202, 203),
(406, 203, 202),
(407, 203, 204),
(408, 204, 203),
(409, 204, 205),
(410, 205, 204),
(411, 205, 206),
(412, 206, 205),
(413, 206, 207),
(414, 207, 206),
(415, 207, 208),
(416, 208, 207),
(417, 208, 209),
(418, 209, 208),
(419, 209, 210),
(420, 210, 209),
(421, 210, 211),
(422, 211, 210),
(423, 211, 212),
(424, 212, 211),
(425, 212, 213),
(426, 213, 212),
(427, 213, 214),
(428, 214, 213),
(429, 214, 215),
(430, 215, 214),
(431, 215, 216),
(432, 216, 215),
(433, 216, 217),
(434, 217, 216),
(435, 217, 218),
(436, 218, 217),
(437, 218, 219),
(438, 219, 218),
(439, 219, 220),
(440, 220, 219),
(441, 220, 221),
(442, 221, 220),
(443, 221, 222),
(444, 222, 221),
(445, 222, 223),
(446, 223, 222),
(447, 223, 224),
(448, 224, 223),
(449, 224, 225),
(450, 225, 224),
(451, 225, 226),
(452, 226, 225),
(453, 226, 227),
(454, 227, 226),
(455, 227, 228),
(456, 228, 227),
(457, 228, 229),
(458, 229, 228),
(459, 229, 230),
(460, 230, 229),
(461, 230, 231),
(462, 231, 230),
(463, 231, 232),
(464, 232, 231),
(465, 232, 233),
(466, 233, 232),
(467, 233, 234),
(468, 234, 233),
(469, 234, 235),
(470, 235, 234),
(471, 235, 236),
(472, 236, 235),
(473, 236, 237),
(474, 237, 236),
(475, 237, 238),
(476, 238, 237),
(477, 238, 239),
(478, 239, 238),
(479, 239, 240),
(480, 240, 239),
(481, 240, 241),
(482, 241, 240),
(483, 241, 242),
(484, 242, 241),
(485, 242, 243),
(486, 243, 242),
(487, 243, 244),
(488, 244, 243),
(489, 244, 245),
(490, 245, 244),
(491, 245, 246),
(492, 246, 245),
(493, 246, 247),
(494, 247, 246),
(495, 247, 248),
(496, 248, 247),
(497, 248, 249),
(498, 249, 248),
(499, 249, 250),
(500, 250, 249),
(501, 250, 251),
(502, 251, 250),
(503, 251, 252),
(504, 252, 251),
(505, 252, 253),
(506, 253, 252),
(507, 253, 254),
(508, 254, 253),
(509, 254, 255),
(510, 255, 254),
(511, 255, 256),
(512, 256, 255),
(513, 256, 257),
(514, 257, 256),
(515, 257, 258),
(516, 258, 257),
(517, 258, 259),
(518, 259, 258),
(519, 259, 260),
(520, 260, 259),
(521, 260, 261),
(522, 261, 260),
(523, 261, 262),
(524, 262, 261),
(525, 262, 263),
(526, 263, 262),
(527, 263, 264),
(528, 264, 263),
(529, 264, 265),
(530, 265, 264),
(531, 265, 266),
(532, 266, 265),
(533, 266, 267),
(534, 267, 266),
(535, 267, 268),
(536, 268, 267),
(537, 268, 269),
(538, 269, 268),
(539, 269, 270),
(540, 270, 269),
(541, 270, 271),
(542, 271, 270),
(543, 271, 272),
(544, 272, 271),
(545, 272, 273),
(546, 273, 272),
(547, 273, 274),
(548, 274, 273),
(549, 274, 275),
(550, 275, 274),
(551, 275, 276),
(552, 276, 275),
(553, 276, 277),
(554, 277, 276),
(555, 277, 278),
(556, 278, 277),
(557, 278, 279),
(558, 279, 278),
(559, 279, 280),
(560, 280, 279),
(561, 280, 281),
(562, 281, 280),
(563, 281, 282),
(564, 282, 281),
(565, 282, 283),
(566, 283, 282),
(567, 283, 284),
(568, 284, 283),
(569, 284, 285),
(570, 285, 284),
(571, 285, 286),
(572, 286, 285),
(573, 286, 287),
(574, 287, 286),
(575, 287, 288),
(576, 288, 287),
(577, 288, 289),
(578, 289, 288),
(579, 289, 290),
(580, 290, 289),
(581, 290, 291),
(582, 291, 290),
(583, 291, 292),
(584, 292, 291),
(585, 292, 293),
(586, 293, 292),
(587, 293, 294),
(588, 294, 293),
(589, 294, 295),
(590, 295, 294),
(591, 295, 296),
(592, 296, 295),
(593, 296, 297),
(594, 297, 296),
(595, 297, 298),
(596, 298, 297),
(597, 298, 299),
(598, 299, 298),
(599, 299, 300),
(600, 300, 299),
(601, 300, 301),
(602, 301, 300),
(603, 301, 302),
(604, 302, 301),
(605, 302, 303),
(606, 303, 302),
(607, 303, 304),
(608, 304, 303),
(609, 304, 305),
(610, 305, 304),
(611, 305, 306),
(612, 306, 305),
(613, 306, 307),
(614, 307, 306),
(615, 307, 308),
(616, 308, 307),
(617, 308, 309),
(618, 309, 308),
(619, 309, 310),
(620, 310, 309),
(621, 310, 311),
(622, 311, 310),
(623, 311, 312),
(624, 312, 311),
(625, 312, 313),
(626, 313, 312),
(627, 313, 314),
(628, 314, 313),
(629, 314, 315),
(630, 315, 314),
(631, 315, 316),
(632, 316, 315),
(633, 316, 317),
(634, 317, 316),
(635, 317, 318),
(636, 318, 317),
(637, 318, 319),
(638, 319, 318),
(639, 319, 320),
(640, 320, 319),
(641, 320, 321),
(642, 321, 320),
(643, 321, 322),
(644, 322, 321),
(645, 322, 323),
(646, 323, 322),
(647, 323, 324),
(648, 324, 323),
(649, 324, 325),
(650, 325, 324),
(651, 325, 326),
(652, 326, 325),
(653, 326, 327),
(654, 327, 326),
(655, 327, 328),
(656, 328, 327),
(657, 328, 329),
(658, 329, 328),
(659, 329, 330),
(660, 330, 329),
(661, 330, 331),
(662, 331, 330),
(663, 331, 332),
(664, 332, 331),
(665, 332, 333),
(666, 333, 332),
(667, 333, 334),
(668, 334, 333),
(669, 334, 335),
(670, 335, 334),
(671, 335, 336),
(672, 336, 335),
(673, 336, 337),
(674, 337, 336),
(675, 337, 338),
(676, 338, 337),
(677, 338, 339),
(678, 339, 338),
(679, 339, 340),
(680, 340, 339),
(681, 340, 341),
(682, 341, 340),
(683, 341, 342),
(684, 342, 341),
(685, 342, 343),
(686, 343, 342),
(687, 343, 344),
(688, 344, 343),
(689, 344, 345),
(690, 345, 344),
(691, 345, 346),
(692, 346, 345),
(693, 346, 347),
(694, 347, 346),
(695, 347, 348),
(696, 348, 347),
(697, 348, 349),
(698, 349, 348),
(699, 349, 350),
(700, 350, 349),
(701, 350, 351),
(702, 351, 350),
(703, 351, 352),
(704, 352, 351),
(705, 352, 353),
(706, 353, 352),
(707, 353, 354),
(708, 354, 353),
(709, 354, 355),
(710, 355, 354),
(711, 355, 356),
(712, 356, 355),
(713, 356, 357),
(714, 357, 356),
(715, 357, 358),
(716, 358, 357),
(717, 358, 359),
(718, 359, 358),
(719, 359, 360),
(720, 360, 359),
(721, 360, 361),
(722, 361, 360),
(723, 361, 362),
(724, 362, 361),
(725, 362, 363),
(726, 363, 362),
(727, 363, 364),
(728, 364, 363),
(729, 364, 365),
(730, 365, 364),
(731, 365, 366),
(732, 366, 365),
(733, 366, 367),
(734, 367, 366),
(735, 367, 368),
(736, 368, 367),
(737, 368, 369),
(738, 369, 368),
(739, 369, 370),
(740, 370, 369),
(741, 370, 371),
(742, 371, 370),
(743, 371, 372),
(744, 372, 371),
(745, 372, 373),
(746, 373, 372),
(747, 373, 374),
(748, 374, 373),
(749, 374, 375),
(750, 375, 374),
(751, 375, 376),
(752, 376, 375),
(753, 376, 377),
(754, 377, 376),
(755, 377, 378),
(756, 378, 377),
(757, 378, 379),
(758, 379, 378),
(759, 379, 380),
(760, 380, 379),
(761, 380, 381),
(762, 381, 380),
(763, 381, 382),
(764, 382, 381),
(765, 382, 383),
(766, 383, 382),
(767, 383, 384),
(768, 384, 383),
(769, 384, 385),
(770, 385, 384),
(771, 385, 386),
(772, 386, 385),
(773, 386, 387),
(774, 387, 386),
(775, 387, 388),
(776, 388, 387),
(777, 388, 389),
(778, 389, 388),
(779, 389, 390),
(780, 390, 389),
(781, 390, 391),
(782, 391, 390),
(783, 391, 392),
(784, 392, 391),
(785, 392, 393),
(786, 393, 392),
(787, 393, 394),
(788, 394, 393),
(789, 394, 395),
(790, 395, 394),
(791, 395, 396),
(792, 396, 395),
(793, 396, 397),
(794, 397, 396),
(795, 397, 398),
(796, 398, 397),
(797, 398, 399),
(798, 399, 398),
(799, 399, 400),
(800, 400, 399),
(801, 400, 401),
(802, 401, 400),
(803, 401, 402),
(804, 402, 401),
(805, 402, 403),
(806, 403, 402),
(807, 403, 404),
(808, 404, 403),
(809, 404, 405),
(810, 405, 404),
(811, 405, 406),
(812, 406, 405),
(813, 406, 407),
(814, 407, 406),
(815, 407, 408),
(816, 408, 407),
(817, 408, 409),
(818, 409, 408),
(819, 409, 410),
(820, 410, 409),
(821, 410, 411),
(822, 411, 410),
(823, 411, 412),
(824, 412, 411),
(825, 412, 413),
(826, 413, 412),
(827, 413, 414),
(828, 414, 413),
(829, 414, 415),
(830, 415, 414),
(831, 415, 416),
(832, 416, 415),
(833, 416, 417),
(834, 417, 416),
(835, 417, 418),
(836, 418, 417),
(837, 418, 419),
(838, 419, 418),
(839, 419, 420),
(840, 420, 419),
(841, 420, 421),
(842, 421, 420),
(843, 421, 422),
(844, 422, 421),
(845, 422, 423),
(846, 423, 422),
(847, 423, 424),
(848, 424, 423),
(849, 424, 425),
(850, 425, 424),
(851, 425, 426),
(852, 426, 425),
(853, 426, 427),
(854, 427, 426),
(855, 427, 428),
(856, 428, 427),
(857, 428, 429),
(858, 429, 428),
(859, 429, 430),
(860, 430, 429),
(861, 430, 431),
(862, 431, 430),
(863, 431, 432),
(864, 432, 431),
(865, 432, 433),
(866, 433, 432),
(867, 433, 434),
(868, 434, 433),
(869, 434, 435),
(870, 435, 434),
(871, 435, 436),
(872, 436, 435),
(873, 436, 437),
(874, 437, 436),
(875, 437, 438),
(876, 438, 437),
(877, 438, 439),
(878, 439, 438),
(879, 439, 440),
(880, 440, 439),
(881, 440, 441),
(882, 441, 440),
(883, 441, 442),
(884, 442, 441),
(885, 442, 443),
(886, 443, 442),
(887, 443, 444),
(888, 444, 443),
(889, 444, 445),
(890, 445, 444),
(891, 445, 446),
(892, 446, 445),
(893, 446, 447),
(894, 447, 446),
(895, 447, 448),
(896, 448, 447),
(897, 448, 449),
(898, 449, 448),
(899, 449, 450),
(900, 450, 449),
(901, 450, 451),
(902, 451, 450),
(903, 451, 452),
(904, 452, 451),
(905, 452, 453),
(906, 453, 452),
(907, 453, 454),
(908, 454, 453),
(909, 454, 455),
(910, 455, 454),
(911, 455, 456),
(912, 456, 455),
(913, 456, 457),
(914, 457, 456),
(915, 457, 458),
(916, 458, 457),
(917, 458, 459),
(918, 459, 458),
(919, 459, 460),
(920, 460, 459),
(921, 460, 461),
(922, 461, 460),
(923, 461, 462),
(924, 462, 461),
(925, 462, 463),
(926, 463, 462),
(927, 463, 464),
(928, 464, 463),
(929, 464, 465),
(930, 465, 464),
(931, 465, 466),
(932, 466, 465),
(933, 466, 467),
(934, 467, 466),
(935, 467, 468),
(936, 468, 467),
(937, 468, 469),
(938, 469, 468),
(939, 469, 470),
(940, 470, 469),
(941, 470, 471),
(942, 471, 470),
(943, 471, 472),
(944, 472, 471),
(945, 472, 473),
(946, 473, 472),
(947, 473, 474),
(948, 474, 473),
(949, 474, 475),
(950, 475, 474),
(951, 475, 476),
(952, 476, 475),
(953, 476, 477),
(954, 477, 476),
(955, 477, 478),
(956, 478, 477),
(957, 478, 479),
(958, 479, 478),
(959, 479, 480),
(960, 480, 479),
(961, 480, 481),
(962, 481, 480),
(963, 481, 482),
(964, 482, 481),
(965, 482, 483),
(966, 483, 482),
(967, 483, 484),
(968, 484, 483),
(969, 484, 485),
(970, 485, 484),
(971, 485, 486),
(972, 486, 485),
(973, 486, 487),
(974, 487, 486),
(975, 487, 488),
(976, 488, 487),
(977, 488, 489),
(978, 489, 488),
(979, 489, 490),
(980, 490, 489),
(981, 490, 491),
(982, 491, 490),
(983, 491, 492),
(984, 492, 491),
(985, 492, 493),
(986, 493, 492),
(987, 493, 494),
(988, 494, 493),
(989, 494, 495),
(990, 495, 494),
(991, 495, 496),
(992, 496, 495),
(993, 496, 497),
(994, 497, 496),
(995, 497, 498),
(996, 498, 497),
(997, 498, 499),
(998, 499, 498),
(999, 499, 500),
(1000, 500, 499),
(1001, 500, 501),
(1002, 501, 500),
(1003, 501, 502),
(1004, 502, 501),
(1005, 502, 503),
(1006, 503, 502),
(1007, 503, 504),
(1008, 504, 503),
(1009, 504, 505),
(1010, 505, 504),
(1011, 505, 506),
(1012, 506, 505),
(1013, 506, 507),
(1014, 507, 506),
(1015, 507, 508),
(1016, 508, 507),
(1017, 508, 509),
(1018, 509, 508),
(1019, 509, 510),
(1020, 510, 509),
(1021, 510, 511),
(1022, 511, 510),
(1023, 511, 512),
(1024, 512, 511),
(1025, 512, 513),
(1026, 513, 512),
(1027, 513, 514),
(1028, 514, 513),
(1029, 514, 515),
(1030, 515, 514),
(1031, 515, 516),
(1032, 516, 515),
(1033, 516, 517),
(1034, 517, 516),
(1035, 517, 518),
(1036, 518, 517),
(1037, 518, 519),
(1038, 519, 518),
(1039, 519, 520),
(1040, 520, 519),
(1041, 520, 521),
(1042, 521, 520),
(1043, 521, 522),
(1044, 522, 521),
(1045, 522, 523),
(1046, 523, 522),
(1047, 523, 524),
(1048, 524, 523),
(1049, 524, 525),
(1050, 525, 524),
(1051, 525, 526),
(1052, 526, 525),
(1053, 526, 527),
(1054, 527, 526),
(1055, 527, 528),
(1056, 528, 527),
(1057, 528, 529),
(1058, 529, 528),
(1059, 529, 530),
(1060, 530, 529),
(1061, 530, 531),
(1062, 531, 530),
(1063, 531, 532),
(1064, 532, 531),
(1065, 532, 533),
(1066, 533, 532),
(1067, 533, 534),
(1068, 534, 533),
(1069, 534, 535),
(1070, 535, 534),
(1071, 535, 536),
(1072, 536, 535),
(1073, 536, 537),
(1074, 537, 536),
(1075, 537, 538),
(1076, 538, 537),
(1077, 538, 539),
(1078, 539, 538),
(1079, 539, 540),
(1080, 540, 539),
(1081, 540, 541),
(1082, 541, 540),
(1083, 541, 542),
(1084, 542, 541),
(1085, 542, 543),
(1086, 543, 542),
(1087, 543, 544),
(1088, 544, 543),
(1089, 544, 545),
(1090, 545, 544),
(1091, 545, 546),
(1092, 546, 545),
(1093, 546, 547),
(1094, 547, 546),
(1095, 547, 548),
(1096, 548, 547),
(1097, 548, 549),
(1098, 549, 548),
(1099, 549, 550),
(1100, 550, 549),
(1101, 550, 551),
(1102, 551, 550),
(1103, 551, 552),
(1104, 552, 551),
(1105, 552, 553),
(1106, 553, 552),
(1107, 553, 554),
(1108, 554, 553),
(1109, 554, 555),
(1110, 555, 554),
(1111, 555, 556),
(1112, 556, 555),
(1113, 556, 557),
(1114, 557, 556),
(1115, 557, 558),
(1116, 558, 557),
(1117, 558, 559),
(1118, 559, 558),
(1119, 559, 560),
(1120, 560, 559),
(1121, 560, 561),
(1122, 561, 560),
(1123, 561, 562),
(1124, 562, 561),
(1125, 562, 563),
(1126, 563, 562),
(1127, 563, 564),
(1128, 564, 563),
(1129, 564, 565),
(1130, 565, 564),
(1131, 565, 566),
(1132, 566, 565),
(1133, 566, 567),
(1134, 567, 566),
(1135, 567, 568),
(1136, 568, 567),
(1137, 568, 569),
(1138, 569, 568),
(1139, 569, 570),
(1140, 570, 569),
(1141, 570, 571),
(1142, 571, 570),
(1143, 571, 572),
(1144, 572, 571),
(1145, 572, 573),
(1146, 573, 572),
(1147, 573, 574),
(1148, 574, 573),
(1149, 574, 575),
(1150, 575, 574),
(1151, 575, 576),
(1152, 576, 575),
(1153, 576, 577),
(1154, 577, 576),
(1155, 577, 578),
(1156, 578, 577),
(1157, 578, 579),
(1158, 579, 578),
(1159, 579, 580),
(1160, 580, 579),
(1161, 580, 581),
(1162, 581, 580),
(1163, 581, 582),
(1164, 582, 581),
(1165, 582, 583),
(1166, 583, 582),
(1167, 583, 584),
(1168, 584, 583),
(1169, 584, 585),
(1170, 585, 584),
(1171, 585, 586),
(1172, 586, 585),
(1173, 586, 587),
(1174, 587, 586),
(1175, 587, 588),
(1176, 588, 587),
(1177, 588, 589),
(1178, 589, 588),
(1179, 589, 590),
(1180, 590, 589),
(1181, 590, 591),
(1182, 591, 590),
(1183, 591, 592),
(1184, 592, 591),
(1185, 592, 593),
(1186, 593, 592),
(1187, 593, 594),
(1188, 594, 593),
(1189, 594, 595),
(1190, 595, 594),
(1191, 595, 596),
(1192, 596, 595),
(1193, 596, 597),
(1194, 597, 596),
(1195, 597, 598),
(1196, 598, 597),
(1197, 598, 599),
(1198, 599, 598),
(1199, 599, 600),
(1200, 600, 599),
(1201, 600, 601),
(1202, 601, 600),
(1203, 601, 602),
(1204, 602, 601),
(1205, 602, 603),
(1206, 603, 602),
(1207, 603, 604),
(1208, 604, 603),
(1209, 604, 605),
(1210, 605, 604),
(1211, 605, 606),
(1212, 606, 605),
(1213, 606, 607),
(1214, 607, 606),
(1215, 607, 608),
(1216, 608, 607),
(1217, 608, 609),
(1218, 609, 608),
(1219, 609, 610),
(1220, 610, 609),
(1221, 610, 611),
(1222, 611, 610),
(1223, 611, 612),
(1224, 612, 611),
(1225, 612, 613),
(1226, 613, 612),
(1227, 613, 614),
(1228, 614, 613),
(1229, 614, 615),
(1230, 615, 614),
(1231, 615, 616),
(1232, 616, 615),
(1233, 616, 617),
(1234, 617, 616),
(1235, 617, 618),
(1236, 618, 617),
(1237, 618, 619),
(1238, 619, 618),
(1239, 619, 620),
(1240, 620, 619),
(1241, 620, 621),
(1242, 621, 620),
(1243, 621, 622),
(1244, 622, 621),
(1245, 622, 623),
(1246, 623, 622),
(1247, 623, 624),
(1248, 624, 623),
(1249, 624, 625),
(1250, 625, 624),
(1251, 625, 626),
(1252, 626, 625),
(1253, 626, 627),
(1254, 627, 626),
(1255, 627, 628),
(1256, 628, 627),
(1257, 628, 629),
(1258, 629, 628),
(1259, 629, 630),
(1260, 630, 629),
(1261, 630, 631),
(1262, 631, 630),
(1263, 631, 632),
(1264, 632, 631),
(1265, 632, 633),
(1266, 633, 632),
(1267, 633, 634),
(1268, 634, 633),
(1269, 634, 635),
(1270, 635, 634),
(1271, 635, 636),
(1272, 636, 635),
(1273, 636, 637),
(1274, 637, 636),
(1275, 637, 638),
(1276, 638, 637),
(1277, 638, 639),
(1278, 639, 638),
(1279, 639, 640),
(1280, 640, 639),
(1281, 640, 641),
(1282, 641, 640),
(1283, 641, 642),
(1284, 642, 641),
(1285, 642, 643),
(1286, 643, 642),
(1287, 643, 644),
(1288, 644, 643),
(1289, 644, 645),
(1290, 645, 644),
(1291, 645, 646),
(1292, 646, 645),
(1293, 646, 647),
(1294, 647, 646),
(1295, 647, 648),
(1296, 648, 647),
(1297, 648, 649),
(1298, 649, 648),
(1299, 649, 650),
(1300, 650, 649),
(1301, 650, 651),
(1302, 651, 650),
(1303, 651, 652),
(1304, 652, 651),
(1305, 652, 653),
(1306, 653, 652),
(1307, 653, 654),
(1308, 654, 653),
(1309, 654, 655),
(1310, 655, 654),
(1311, 655, 656),
(1312, 656, 655),
(1313, 656, 657),
(1314, 657, 656),
(1315, 657, 658),
(1316, 658, 657),
(1317, 658, 659),
(1318, 659, 658),
(1319, 659, 660),
(1320, 660, 659),
(1321, 660, 661),
(1322, 661, 660),
(1323, 661, 662),
(1324, 662, 661),
(1325, 662, 663),
(1326, 663, 662),
(1327, 663, 664),
(1328, 664, 663),
(1329, 664, 665),
(1330, 665, 664),
(1331, 665, 666),
(1332, 666, 665),
(1333, 666, 667),
(1334, 667, 666),
(1335, 667, 668),
(1336, 668, 667),
(1337, 668, 669),
(1338, 669, 668),
(1339, 669, 670),
(1340, 670, 669),
(1341, 670, 671),
(1342, 671, 670),
(1343, 671, 672),
(1344, 672, 671),
(1345, 672, 673),
(1346, 673, 672),
(1347, 673, 674),
(1348, 674, 673),
(1349, 674, 675),
(1350, 675, 674),
(1351, 675, 676),
(1352, 676, 675),
(1353, 676, 677),
(1354, 677, 676),
(1355, 677, 678),
(1356, 678, 677),
(1357, 678, 679),
(1358, 679, 678),
(1359, 679, 680),
(1360, 680, 679),
(1361, 680, 681),
(1362, 681, 680),
(1363, 681, 682),
(1364, 682, 681),
(1365, 682, 683),
(1366, 683, 682),
(1367, 683, 684),
(1368, 684, 683),
(1369, 684, 685),
(1370, 685, 684),
(1371, 685, 686),
(1372, 686, 685),
(1373, 686, 687),
(1374, 687, 686),
(1375, 687, 688),
(1376, 688, 687),
(1377, 688, 689),
(1378, 689, 688),
(1379, 689, 690),
(1380, 690, 689),
(1381, 690, 691),
(1382, 691, 690),
(1383, 691, 692),
(1384, 692, 691),
(1385, 692, 693),
(1386, 693, 692),
(1387, 693, 694),
(1388, 694, 693),
(1389, 694, 695),
(1390, 695, 694),
(1391, 695, 696),
(1392, 696, 695),
(1393, 696, 697),
(1394, 697, 696),
(1395, 697, 698),
(1396, 698, 697),
(1397, 698, 699),
(1398, 699, 698),
(1399, 699, 700),
(1400, 700, 699),
(1401, 700, 701),
(1402, 701, 700),
(1403, 701, 702),
(1404, 702, 701),
(1405, 702, 703),
(1406, 703, 702),
(1407, 703, 704),
(1408, 704, 703),
(1409, 704, 705),
(1410, 705, 704),
(1411, 705, 706),
(1412, 706, 705),
(1413, 706, 707),
(1414, 707, 706),
(1415, 707, 708),
(1416, 708, 707),
(1417, 708, 709),
(1418, 709, 708),
(1419, 709, 710),
(1420, 710, 709),
(1421, 710, 711),
(1422, 711, 710),
(1423, 711, 712),
(1424, 712, 711),
(1425, 712, 713),
(1426, 713, 712),
(1427, 713, 714),
(1428, 714, 713),
(1429, 714, 715),
(1430, 715, 714),
(1431, 715, 716),
(1432, 716, 715),
(1433, 716, 717),
(1434, 717, 716),
(1435, 717, 718),
(1436, 718, 717),
(1437, 718, 719),
(1438, 719, 718),
(1439, 719, 720),
(1440, 720, 719),
(1441, 720, 721),
(1442, 721, 720),
(1443, 721, 722),
(1444, 722, 721),
(1445, 722, 723),
(1446, 723, 722),
(1447, 723, 724),
(1448, 724, 723),
(1449, 724, 725),
(1450, 725, 724),
(1451, 725, 726),
(1452, 726, 725),
(1453, 726, 727),
(1454, 727, 726),
(1455, 727, 728),
(1456, 728, 727),
(1457, 728, 729),
(1458, 729, 728),
(1459, 729, 730),
(1460, 730, 729),
(1461, 730, 731),
(1462, 731, 730),
(1463, 731, 732),
(1464, 732, 731),
(1465, 732, 733),
(1466, 733, 732),
(1467, 733, 734),
(1468, 734, 733),
(1469, 734, 735),
(1470, 735, 734),
(1471, 735, 736),
(1472, 736, 735),
(1473, 736, 737),
(1474, 737, 736),
(1475, 737, 738),
(1476, 738, 737),
(1477, 738, 739),
(1478, 739, 738),
(1479, 739, 740),
(1480, 740, 739),
(1481, 740, 741),
(1482, 741, 740),
(1483, 741, 742),
(1484, 742, 741),
(1485, 742, 743),
(1486, 743, 742),
(1487, 743, 744),
(1488, 744, 743),
(1489, 744, 745),
(1490, 745, 744),
(1491, 745, 746),
(1492, 746, 745),
(1493, 746, 747),
(1494, 747, 746),
(1495, 747, 748),
(1496, 748, 747),
(1497, 748, 749),
(1498, 749, 748),
(1499, 749, 750),
(1500, 750, 749),
(1501, 750, 751),
(1502, 751, 750),
(1503, 751, 752),
(1504, 752, 751),
(1505, 752, 753),
(1506, 753, 752),
(1507, 753, 754),
(1508, 754, 753),
(1509, 754, 755),
(1510, 755, 754),
(1511, 755, 756),
(1512, 756, 755),
(1513, 756, 757),
(1514, 757, 756),
(1515, 757, 758),
(1516, 758, 757),
(1517, 758, 759),
(1518, 759, 758),
(1519, 759, 760),
(1520, 760, 759),
(1521, 760, 761),
(1522, 761, 760),
(1523, 761, 762),
(1524, 762, 761),
(1525, 762, 763),
(1526, 763, 762),
(1527, 763, 764),
(1528, 764, 763),
(1529, 764, 765),
(1530, 765, 764),
(1531, 765, 766),
(1532, 766, 765),
(1533, 766, 767),
(1534, 767, 766),
(1535, 767, 768),
(1536, 768, 767),
(1537, 768, 769),
(1538, 769, 768),
(1539, 769, 770),
(1540, 770, 769),
(1541, 770, 771),
(1542, 771, 770),
(1543, 771, 772),
(1544, 772, 771),
(1545, 772, 773),
(1546, 773, 772),
(1547, 773, 774),
(1548, 774, 773),
(1549, 774, 775),
(1550, 775, 774),
(1551, 775, 776),
(1552, 776, 775),
(1553, 776, 777),
(1554, 777, 776),
(1555, 777, 778),
(1556, 778, 777),
(1557, 778, 779),
(1558, 779, 778),
(1559, 779, 780),
(1560, 780, 779),
(1561, 780, 781),
(1562, 781, 780),
(1563, 781, 782),
(1564, 782, 781),
(1565, 782, 783),
(1566, 783, 782),
(1567, 783, 784),
(1568, 784, 783),
(1569, 784, 785),
(1570, 785, 784),
(1571, 785, 786),
(1572, 786, 785),
(1573, 786, 787),
(1574, 787, 786),
(1575, 787, 788),
(1576, 788, 787),
(1577, 788, 789),
(1578, 789, 788),
(1579, 789, 790),
(1580, 790, 789),
(1581, 790, 791),
(1582, 791, 790),
(1583, 791, 792),
(1584, 792, 791),
(1585, 792, 793),
(1586, 793, 792),
(1587, 793, 794),
(1588, 794, 793),
(1589, 794, 795),
(1590, 795, 794),
(1591, 795, 796),
(1592, 796, 795),
(1593, 796, 797),
(1594, 797, 796),
(1595, 797, 798),
(1596, 798, 797),
(1597, 798, 799),
(1598, 799, 798),
(1599, 799, 800),
(1600, 800, 799),
(1601, 800, 801),
(1602, 801, 800),
(1603, 801, 802),
(1604, 802, 801),
(1605, 802, 803),
(1606, 803, 802),
(1607, 803, 804),
(1608, 804, 803),
(1609, 804, 805),
(1610, 805, 804),
(1611, 805, 806),
(1612, 806, 805),
(1613, 806, 807),
(1614, 807, 806),
(1615, 807, 808),
(1616, 808, 807),
(1617, 808, 809),
(1618, 809, 808),
(1619, 809, 810),
(1620, 810, 809),
(1621, 810, 811),
(1622, 811, 810),
(1623, 811, 812),
(1624, 812, 811),
(1625, 812, 813),
(1626, 813, 812),
(1627, 813, 814),
(1628, 814, 813),
(1629, 814, 815),
(1630, 815, 814),
(1631, 815, 816),
(1632, 816, 815),
(1633, 816, 817),
(1634, 817, 816),
(1635, 817, 818),
(1636, 818, 817),
(1637, 818, 819),
(1638, 819, 818),
(1639, 819, 820),
(1640, 820, 819),
(1641, 820, 821),
(1642, 821, 820),
(1643, 821, 822),
(1644, 822, 821),
(1645, 822, 823),
(1646, 823, 822),
(1647, 823, 824),
(1648, 824, 823),
(1649, 824, 825),
(1650, 825, 824),
(1651, 825, 826),
(1652, 826, 825),
(1653, 826, 827),
(1654, 827, 826),
(1655, 827, 828),
(1656, 828, 827),
(1657, 828, 829),
(1658, 829, 828),
(1659, 829, 830),
(1660, 830, 829),
(1661, 830, 831),
(1662, 831, 830),
(1663, 831, 832),
(1664, 832, 831),
(1665, 832, 833),
(1666, 833, 832),
(1667, 833, 834),
(1668, 834, 833),
(1669, 834, 835),
(1670, 835, 834),
(1671, 835, 836),
(1672, 836, 835),
(1673, 836, 837),
(1674, 837, 836),
(1675, 837, 838),
(1676, 838, 837),
(1677, 838, 839),
(1678, 839, 838),
(1679, 839, 840),
(1680, 840, 839),
(1681, 840, 841),
(1682, 841, 840),
(1683, 841, 842),
(1684, 842, 841),
(1685, 842, 843),
(1686, 843, 842),
(1687, 843, 844),
(1688, 844, 843),
(1689, 844, 845),
(1690, 845, 844),
(1691, 845, 846),
(1692, 846, 845),
(1693, 846, 847),
(1694, 847, 846),
(1695, 847, 848),
(1696, 848, 847),
(1697, 848, 849),
(1698, 849, 848),
(1699, 849, 850),
(1700, 850, 849),
(1701, 850, 851),
(1702, 851, 850),
(1703, 851, 852),
(1704, 852, 851),
(1705, 852, 853),
(1706, 853, 852),
(1707, 853, 854),
(1708, 854, 853),
(1709, 854, 855),
(1710, 855, 854),
(1711, 855, 856),
(1712, 856, 855),
(1713, 856, 857),
(1714, 857, 856),
(1715, 857, 858),
(1716, 858, 857),
(1717, 858, 859),
(1718, 859, 858),
(1719, 859, 860),
(1720, 860, 859),
(1721, 860, 861),
(1722, 861, 860),
(1723, 861, 862),
(1724, 862, 861),
(1725, 862, 863),
(1726, 863, 862),
(1727, 863, 864),
(1728, 864, 863),
(1729, 864, 865),
(1730, 865, 864),
(1731, 865, 866),
(1732, 866, 865),
(1733, 866, 867),
(1734, 867, 866),
(1735, 867, 868),
(1736, 868, 867),
(1737, 868, 869),
(1738, 869, 868),
(1739, 869, 870),
(1740, 870, 869),
(1741, 870, 871),
(1742, 871, 870),
(1743, 871, 872),
(1744, 872, 871),
(1745, 872, 873),
(1746, 873, 872),
(1747, 873, 874),
(1748, 874, 873),
(1749, 874, 875),
(1750, 875, 874),
(1751, 875, 876),
(1752, 876, 875),
(1753, 876, 877),
(1754, 877, 876),
(1755, 877, 878),
(1756, 878, 877),
(1757, 878, 879),
(1758, 879, 878),
(1759, 879, 880),
(1760, 880, 879),
(1761, 880, 881),
(1762, 881, 880),
(1763, 881, 882),
(1764, 882, 881),
(1765, 882, 883),
(1766, 883, 882),
(1767, 883, 884),
(1768, 884, 883),
(1769, 884, 885),
(1770, 885, 884),
(1771, 885, 886),
(1772, 886, 885),
(1773, 886, 887),
(1774, 887, 886),
(1775, 887, 888),
(1776, 888, 887),
(1777, 888, 889),
(1778, 889, 888),
(1779, 889, 890),
(1780, 890, 889),
(1781, 890, 891),
(1782, 891, 890),
(1783, 891, 892),
(1784, 892, 891),
(1785, 892, 893),
(1786, 893, 892),
(1787, 893, 894),
(1788, 894, 893),
(1789, 894, 895),
(1790, 895, 894),
(1791, 895, 896),
(1792, 896, 895),
(1793, 896, 897),
(1794, 897, 896),
(1795, 897, 898),
(1796, 898, 897),
(1797, 898, 899),
(1798, 899, 898),
(1799, 899, 900),
(1800, 900, 899),
(1801, 900, 901),
(1802, 901, 900),
(1803, 901, 902),
(1804, 902, 901),
(1805, 902, 903),
(1806, 903, 902),
(1807, 903, 904),
(1808, 904, 903),
(1809, 904, 905),
(1810, 905, 904),
(1811, 905, 906),
(1812, 906, 905),
(1813, 906, 907),
(1814, 907, 906),
(1815, 907, 908),
(1816, 908, 907),
(1817, 908, 909),
(1818, 909, 908),
(1819, 909, 910),
(1820, 910, 909),
(1821, 910, 911),
(1822, 911, 910),
(1823, 911, 912),
(1824, 912, 911),
(1825, 912, 913),
(1826, 913, 912),
(1827, 913, 914),
(1828, 914, 913),
(1829, 914, 915),
(1830, 915, 914),
(1831, 915, 916),
(1832, 916, 915),
(1833, 916, 917),
(1834, 917, 916),
(1835, 917, 918),
(1836, 918, 917),
(1837, 918, 919),
(1838, 919, 918),
(1839, 919, 920),
(1840, 920, 919),
(1841, 920, 921),
(1842, 921, 920),
(1843, 921, 922),
(1844, 922, 921),
(1845, 922, 923),
(1846, 923, 922),
(1847, 923, 924),
(1848, 924, 923),
(1849, 924, 925),
(1850, 925, 924),
(1851, 925, 926),
(1852, 926, 925),
(1853, 926, 927),
(1854, 927, 926),
(1855, 927, 928),
(1856, 928, 927),
(1857, 928, 929),
(1858, 929, 928),
(1859, 929, 930),
(1860, 930, 929),
(1861, 930, 931),
(1862, 931, 930),
(1863, 931, 932),
(1864, 932, 931),
(1865, 932, 933),
(1866, 933, 932),
(1867, 933, 934),
(1868, 934, 933),
(1869, 934, 935),
(1870, 935, 934),
(1871, 935, 936),
(1872, 936, 935),
(1873, 936, 937),
(1874, 937, 936),
(1875, 937, 938),
(1876, 938, 937),
(1877, 938, 939),
(1878, 939, 938),
(1879, 939, 940),
(1880, 940, 939),
(1881, 940, 941),
(1882, 941, 940),
(1883, 941, 942),
(1884, 942, 941),
(1885, 942, 943),
(1886, 943, 942),
(1887, 943, 944),
(1888, 944, 943),
(1889, 944, 945),
(1890, 945, 944),
(1891, 945, 946),
(1892, 946, 945),
(1893, 946, 947),
(1894, 947, 946),
(1895, 947, 948),
(1896, 948, 947),
(1897, 948, 949),
(1898, 949, 948),
(1899, 949, 950),
(1900, 950, 949),
(1901, 950, 951),
(1902, 951, 950),
(1903, 951, 952),
(1904, 952, 951),
(1905, 952, 953),
(1906, 953, 952),
(1907, 953, 954),
(1908, 954, 953),
(1909, 954, 955),
(1910, 955, 954),
(1911, 955, 956),
(1912, 956, 955),
(1913, 956, 957),
(1914, 957, 956),
(1915, 957, 958),
(1916, 958, 957),
(1917, 958, 959),
(1918, 959, 958),
(1919, 959, 960),
(1920, 960, 959),
(1921, 960, 961),
(1922, 961, 960),
(1923, 961, 962),
(1924, 962, 961),
(1925, 962, 963),
(1926, 963, 962),
(1927, 963, 964),
(1928, 964, 963),
(1929, 964, 965),
(1930, 965, 964),
(1931, 965, 966),
(1932, 966, 965),
(1933, 966, 967),
(1934, 967, 966),
(1935, 967, 968),
(1936, 968, 967),
(1937, 968, 969),
(1938, 969, 968),
(1939, 969, 970),
(1940, 970, 969),
(1941, 970, 971),
(1942, 971, 970),
(1943, 971, 972),
(1944, 972, 971),
(1945, 972, 973),
(1946, 973, 972),
(1947, 973, 974),
(1948, 974, 973),
(1949, 974, 975),
(1950, 975, 974),
(1951, 975, 976),
(1952, 976, 975),
(1953, 976, 977),
(1954, 977, 976),
(1955, 977, 978),
(1956, 978, 977),
(1957, 978, 979),
(1958, 979, 978),
(1959, 979, 980),
(1960, 980, 979),
(1961, 980, 981),
(1962, 981, 980),
(1963, 981, 982),
(1964, 982, 981),
(1965, 982, 983),
(1966, 983, 982),
(1967, 983, 984),
(1968, 984, 983),
(1969, 984, 985),
(1970, 985, 984),
(1971, 985, 986),
(1972, 986, 985),
(1973, 986, 987),
(1974, 987, 986),
(1975, 987, 988),
(1976, 988, 987),
(1977, 988, 989),
(1978, 989, 988),
(1979, 989, 990),
(1980, 990, 989),
(1981, 990, 991),
(1982, 991, 990),
(1983, 991, 992),
(1984, 992, 991),
(1985, 992, 993),
(1986, 993, 992),
(1987, 993, 994),
(1988, 994, 993),
(1989, 994, 995),
(1990, 995, 994),
(1991, 995, 996),
(1992, 996, 995),
(1993, 996, 997),
(1994, 997, 996),
(1995, 997, 998),
(1996, 998, 997),
(1997, 998, 999),
(1998, 999, 998),
(2001, 784, 717),
(2002, 199, 306),
(2003, 816, 454),
(2004, 520, 784),
(2005, 562, 389),
(2006, 115, 746),
(2007, 244, 599),
(2008, 113, 830),
(2009, 680, 663),
(2010, 987, 453),
(2011, 924, 723),
(2012, 707, 540),
(2013, 500, 320),
(2014, 247, 104),
(2015, 302, 604),
(2016, 486, 121),
(2017, 255, 213),
(2018, 925, 175),
(2019, 867, 203),
(2020, 437, 597),
(2021, 46, 626),
(2022, 100, 30),
(2023, 72, 740),
(2024, 570, 427),
(2025, 673, 449),
(2026, 210, 747),
(2027, 872, 305),
(2028, 833, 881),
(2029, 59, 195),
(2030, 12, 549),
(2031, 245, 321),
(2032, 701, 864),
(2033, 886, 486),
(2034, 556, 743),
(2035, 683, 296),
(2036, 649, 642),
(2037, 458, 266),
(2038, 272, 603),
(2039, 181, 959),
(2040, 347, 203),
(2041, 29, 886),
(2042, 98, 83),
(2043, 410, 593),
(2044, 447, 316),
(2045, 845, 944),
(2046, 371, 335),
(2047, 192, 961),
(2048, 547, 902),
(2049, 851, 467),
(2050, 241, 238),
(2051, 922, 542),
(2052, 966, 969),
(2053, 76, 299),
(2054, 69, 746),
(2055, 587, 303),
(2056, 335, 960),
(2057, 293, 794),
(2058, 879, 411),
(2059, 612, 753),
(2060, 445, 402),
(2061, 455, 68),
(2062, 50, 989),
(2063, 72, 77),
(2064, 692, 653),
(2065, 689, 526),
(2066, 709, 630),
(2067, 429, 307),
(2068, 290, 722),
(2069, 960, 712),
(2070, 541, 11),
(2071, 406, 526),
(2072, 629, 175),
(2073, 497, 62),
(2074, 856, 65),
(2075, 810, 958),
(2076, 777, 127),
(2077, 650, 223),
(2078, 706, 101),
(2079, 992, 858),
(2080, 700, 124),
(2081, 587, 578),
(2082, 294, 288),
(2083, 133, 152),
(2084, 478, 559),
(2085, 344, 305),
(2086, 780, 958),
(2087, 204, 562),
(2088, 475, 765),
(2089, 268, 181),
(2090, 893, 572),
(2091, 73, 81),
(2092, 950, 181),
(2093, 146, 279),
(2094, 135, 231),
(2095, 207, 129),
(2096, 657, 32),
(2097, 354, 476),
(2098, 340, 6),
(2099, 144, 332),
(2100, 693, 670),
(2101, 187, 688),
(2102, 514, 598),
(2103, 801, 435),
(2104, 664, 256),
(2105, 392, 947),
(2106, 371, 668),
(2107, 606, 813),
(2108, 497, 477),
(2109, 173, 816),
(2110, 856, 353),
(2111, 18, 66),
(2112, 258, 883),
(2113, 629, 792),
(2114, 868, 175),
(2115, 757, 315),
(2116, 435, 648),
(2117, 159, 855),
(2118, 136, 546),
(2119, 123, 412),
(2120, 922, 620),
(2121, 286, 725),
(2122, 163, 83),
(2123, 373, 232),
(2124, 432, 740),
(2125, 843, 701),
(2126, 373, 207),
(2127, 516, 288),
(2128, 255, 896),
(2129, 286, 421),
(2130, 93, 289),
(2131, 986, 662),
(2132, 138, 743),
(2133, 114, 29),
(2134, 158, 860),
(2135, 665, 120),
(2136, 824, 692),
(2137, 584, 644),
(2138, 156, 758),
(2139, 398, 579),
(2140, 105, 434),
(2141, 784, 360),
(2142, 919, 6),
(2143, 787, 204),
(2144, 406, 270),
(2145, 853, 176),
(2146, 661, 582),
(2147, 674, 999),
(2148, 727, 15),
(2149, 740, 954),
(2150, 96, 73),
(2151, 199, 514),
(2152, 571, 268),
(2153, 832, 612),
(2154, 233, 554),
(2155, 515, 732),
(2156, 886, 940),
(2157, 423, 285),
(2158, 240, 238),
(2159, 161, 348),
(2160, 157, 502),
(2161, 494, 498),
(2162, 664, 276),
(2163, 242, 793),
(2164, 888, 176),
(2165, 163, 515),
(2166, 37, 710),
(2167, 877, 410),
(2168, 607, 221),
(2169, 828, 670),
(2170, 75, 151),
(2171, 871, 479),
(2172, 698, 847),
(2173, 959, 439),
(2174, 197, 456),
(2175, 880, 553),
(2176, 664, 539),
(2177, 146, 114),
(2178, 975, 551),
(2179, 790, 24),
(2180, 158, 478),
(2181, 682, 502),
(2182, 420, 843),
(2183, 320, 865),
(2184, 100, 290),
(2185, 491, 323),
(2186, 264, 163),
(2187, 65, 232),
(2188, 907, 165),
(2189, 199, 166),
(2190, 54, 625),
(2191, 830, 470),
(2192, 14, 156),
(2193, 294, 564),
(2194, 947, 255),
(2195, 794, 432),
(2196, 393, 92),
(2197, 935, 209),
(2198, 577, 158),
(2199, 301, 1),
(2200, 42, 549),
(2201, 95, 90),
(2202, 245, 720),
(2203, 12, 470),
(2204, 868, 914),
(2205, 535, 103),
(2206, 535, 5),
(2207, 223, 938),
(2208, 242, 832),
(2209, 316, 492),
(2210, 935, 729),
(2211, 633, 56),
(2212, 75, 839),
(2213, 674, 967),
(2214, 557, 859),
(2215, 5, 647),
(2216, 274, 296),
(2217, 87, 25),
(2218, 987, 251),
(2219, 798, 880),
(2220, 553, 779),
(2221, 104, 45),
(2222, 486, 936),
(2223, 344, 249),
(2224, 46, 276),
(2225, 213, 673),
(2226, 233, 662),
(2227, 190, 555),
(2228, 385, 932),
(2229, 600, 150),
(2230, 246, 757),
(2231, 625, 251),
(2232, 533, 433),
(2233, 209, 971),
(2234, 980, 301),
(2235, 230, 933),
(2236, 870, 716),
(2237, 714, 774),
(2238, 560, 885),
(2239, 269, 848),
(2240, 748, 927),
(2241, 203, 883),
(2242, 922, 31),
(2243, 494, 941),
(2244, 213, 709),
(2245, 229, 243),
(2246, 946, 856),
(2247, 404, 728),
(2248, 427, 960),
(2249, 459, 823),
(2250, 94, 911),
(2251, 982, 3),
(2252, 469, 274),
(2253, 327, 545),
(2254, 801, 566),
(2255, 166, 871),
(2256, 509, 911),
(2257, 260, 627),
(2258, 647, 765),
(2259, 74, 518),
(2260, 91, 549),
(2261, 686, 795),
(2262, 861, 135),
(2263, 276, 307),
(2264, 524, 848),
(2265, 754, 195),
(2266, 985, 154),
(2267, 276, 264),
(2268, 879, 184),
(2269, 689, 497),
(2270, 526, 10),
(2271, 64, 129),
(2272, 501, 963),
(2273, 170, 112),
(2274, 45, 198),
(2275, 392, 80),
(2276, 781, 923),
(2277, 705, 509),
(2278, 528, 13),
(2279, 422, 925),
(2280, 562, 872),
(2281, 349, 929),
(2282, 85, 891),
(2283, 311, 391),
(2284, 331, 926),
(2285, 96, 518),
(2286, 278, 301),
(2287, 262, 359),
(2288, 99, 142),
(2289, 310, 485),
(2290, 104, 529),
(2291, 688, 580),
(2292, 27, 549),
(2293, 354, 7),
(2294, 57, 872),
(2295, 203, 120),
(2296, 831, 234),
(2297, 776, 316),
(2298, 390, 109),
(2299, 192, 485),
(2300, 724, 1),
(2301, 290, 717),
(2302, 199, 838),
(2303, 10, 38),
(2304, 511, 912),
(2305, 469, 241),
(2306, 174, 287),
(2307, 156, 233),
(2308, 68, 641),
(2309, 645, 735),
(2310, 602, 102),
(2311, 621, 282),
(2312, 955, 775),
(2313, 149, 593),
(2314, 275, 643),
(2315, 271, 407),
(2316, 297, 788),
(2317, 701, 203),
(2318, 931, 808),
(2319, 555, 346),
(2320, 113, 993),
(2321, 287, 772),
(2322, 955, 576),
(2323, 407, 113),
(2324, 448, 619),
(2325, 130, 391),
(2326, 813, 759),
(2327, 906, 170),
(2328, 371, 980),
(2329, 402, 794),
(2330, 762, 309),
(2331, 264, 180),
(2332, 310, 89),
(2333, 652, 88),
(2334, 379, 310),
(2335, 299, 883),
(2336, 725, 168),
(2337, 542, 485),
(2338, 359, 800),
(2339, 198, 4),
(2340, 917, 686),
(2341, 737, 347),
(2342, 603, 942),
(2343, 655, 179),
(2344, 542, 489),
(2345, 475, 794),
(2346, 766, 551),
(2347, 689, 843),
(2348, 731, 151),
(2349, 385, 206),
(2350, 65, 15),
(2351, 983, 918),
(2352, 182, 428),
(2353, 967, 210),
(2354, 239, 267),
(2355, 226, 639),
(2356, 312, 699),
(2357, 295, 38),
(2358, 750, 94),
(2359, 456, 497),
(2360, 2, 901),
(2361, 723, 982),
(2362, 417, 287),
(2363, 936, 813),
(2364, 765, 120),
(2365, 361, 440),
(2366, 84, 841),
(2367, 315, 757),
(2368, 487, 738),
(2369, 93, 598),
(2370, 569, 278),
(2371, 748, 971),
(2372, 47, 689),
(2373, 142, 959),
(2374, 134, 461),
(2375, 86, 550),
(2376, 654, 790),
(2377, 237, 124),
(2378, 549, 383),
(2379, 717, 500),
(2380, 279, 754),
(2381, 892, 814),
(2382, 219, 862),
(2383, 595, 901),
(2384, 911, 61),
(2385, 562, 989),
(2386, 407, 60),
(2387, 990, 234),
(2388, 594, 762),
(2389, 320, 10),
(2390, 261, 727),
(2391, 150, 665),
(2392, 138, 703),
(2393, 302, 184),
(2394, 675, 369),
(2395, 510, 960),
(2396, 316, 996),
(2397, 310, 319),
(2398, 591, 803),
(2399, 838, 666),
(2400, 259, 655),
(2401, 250, 412),
(2402, 204, 234),
(2403, 198, 626),
(2404, 148, 523),
(2405, 849, 332),
(2406, 640, 875),
(2407, 624, 717),
(2408, 584, 619),
(2409, 604, 801),
(2410, 210, 60),
(2411, 474, 545),
(2412, 708, 6),
(2413, 423, 388),
(2414, 858, 729),
(2415, 979, 842),
(2416, 898, 443),
(2417, 596, 968),
(2418, 209, 906),
(2419, 145, 576),
(2420, 952, 894),
(2421, 550, 304),
(2422, 844, 975),
(2423, 626, 170),
(2424, 281, 294),
(2425, 155, 631),
(2426, 902, 797),
(2427, 102, 455),
(2428, 334, 574),
(2429, 44, 397),
(2430, 107, 662),
(2431, 696, 175),
(2432, 142, 190),
(2433, 149, 759),
(2434, 520, 585),
(2435, 219, 322),
(2436, 317, 365),
(2437, 156, 529),
(2438, 907, 937),
(2439, 351, 190),
(2440, 811, 113),
(2441, 195, 687),
(2442, 105, 813),
(2443, 805, 797),
(2444, 245, 709),
(2445, 146, 308),
(2446, 130, 194),
(2447, 266, 522),
(2448, 841, 601),
(2449, 610, 790),
(2450, 458, 667),
(2451, 838, 942),
(2452, 386, 183),
(2453, 795, 385),
(2454, 160, 691),
(2455, 212, 718),
(2456, 309, 121),
(2457, 881, 491),
(2458, 921, 340),
(2459, 879, 912),
(2460, 499, 857),
(2461, 671, 888),
(2462, 988, 52),
(2463, 77, 310),
(2464, 936, 763),
(2465, 291, 84),
(2466, 851, 220),
(2467, 872, 585),
(2468, 205, 483),
(2469, 577, 476),
(2470, 705, 392),
(2471, 216, 399),
(2472, 304, 633),
(2473, 813, 385),
(2474, 444, 45),
(2475, 19, 292),
(2476, 729, 717),
(2477, 105, 674),
(2478, 661, 199),
(2479, 479, 997),
(2480, 264, 523),
(2481, 170, 658),
(2482, 410, 812),
(2483, 910, 219),
(2484, 214, 279),
(2485, 970, 632),
(2486, 607, 560),
(2487, 236, 41),
(2488, 614, 397),
(2489, 959, 18),
(2490, 418, 168),
(2491, 412, 436),
(2492, 394, 230),
(2493, 31, 813),
(2494, 636, 361),
(2495, 101, 18),
(2496, 122, 512),
(2497, 397, 186),
(2498, 529, 403),
(2499, 976, 729),
(2500, 504, 402),
(2501, 944, 890),
(2502, 802, 892),
(2503, 130, 276),
(2504, 17, 80),
(2505, 242, 985),
(2506, 536, 559),
(2507, 460, 507),
(2508, 604, 505),
(2509, 426, 311),
(2510, 957, 212),
(2511, 464, 175),
(2512, 586, 503),
(2513, 156, 699),
(2514, 109, 201),
(2515, 925, 268),
(2516, 265, 38),
(2517, 202, 938),
(2518, 124, 941),
(2519, 779, 945),
(2520, 446, 728),
(2521, 79, 190),
(2522, 217, 959),
(2523, 764, 427),
(2524, 868, 819),
(2525, 726, 486),
(2526, 299, 741),
(2527, 915, 285),
(2528, 651, 393),
(2529, 833, 377),
(2530, 67, 363),
(2531, 332, 528),
(2532, 589, 611),
(2533, 96, 476),
(2534, 183, 439),
(2535, 134, 740),
(2536, 237, 903),
(2537, 490, 65),
(2538, 508, 967),
(2539, 191, 445),
(2540, 191, 669),
(2541, 276, 322),
(2542, 835, 826),
(2543, 381, 612),
(2544, 564, 269),
(2545, 215, 302),
(2546, 888, 930),
(2547, 492, 671),
(2548, 687, 817),
(2549, 279, 439),
(2550, 236, 79),
(2551, 639, 119),
(2552, 931, 477),
(2553, 740, 41),
(2554, 533, 795),
(2555, 878, 216),
(2556, 55, 218),
(2557, 496, 228),
(2558, 428, 519),
(2559, 599, 174),
(2560, 650, 600),
(2561, 560, 303),
(2562, 397, 198),
(2563, 607, 577),
(2564, 297, 657),
(2565, 637, 880),
(2566, 4, 933),
(2567, 56, 443),
(2568, 181, 678),
(2569, 924, 470),
(2570, 444, 251),
(2571, 370, 926),
(2572, 332, 1),
(2573, 691, 202),
(2574, 155, 855),
(2575, 286, 660),
(2576, 961, 106),
(2577, 125, 271),
(2578, 676, 666),
(2579, 400, 55),
(2580, 848, 114),
(2581, 88, 257),
(2582, 717, 546),
(2583, 30, 605),
(2584, 135, 134),
(2585, 925, 890),
(2586, 187, 703),
(2587, 801, 112),
(2588, 778, 36),
(2589, 585, 316),
(2590, 971, 17),
(2591, 495, 911),
(2592, 772, 934),
(2593, 749, 344),
(2594, 42, 264),
(2595, 567, 783),
(2596, 692, 243),
(2597, 433, 585),
(2598, 364, 934),
(2599, 353, 572),
(2600, 241, 179),
(2601, 124, 856),
(2602, 672, 396),
(2603, 764, 121),
(2604, 601, 621),
(2605, 811, 200),
(2606, 26, 742),
(2607, 507, 723),
(2608, 310, 805),
(2609, 624, 984),
(2610, 50, 474),
(2611, 218, 326),
(2612, 255, 253),
(2613, 986, 685),
(2614, 784, 882),
(2615, 256, 169),
(2616, 878, 171),
(2617, 577, 431),
(2618, 378, 800),
(2619, 335, 595),
(2620, 55, 877),
(2621, 619, 625),
(2622, 282, 359),
(2623, 368, 760),
(2624, 358, 255),
(2625, 327, 469),
(2626, 812, 34),
(2627, 994, 925),
(2628, 343, 380),
(2629, 542, 879),
(2630, 809, 667),
(2631, 543, 298),
(2632, 332, 911),
(2633, 137, 626),
(2634, 270, 917),
(2635, 806, 958),
(2636, 41, 498),
(2637, 604, 743),
(2638, 479, 667),
(2639, 601, 799),
(2640, 782, 218),
(2641, 696, 30),
(2642, 21, 612),
(2643, 11, 583),
(2644, 255, 125),
(2645, 618, 328),
(2646, 846, 548),
(2647, 565, 410),
(2648, 242, 702),
(2649, 734, 904),
(2650, 177, 720),
(2651, 503, 118),
(2652, 601, 350),
(2653, 267, 918),
(2654, 994, 866),
(2655, 459, 897),
(2656, 68, 971),
(2657, 480, 131),
(2658, 412, 315),
(2659, 565, 46),
(2660, 424, 251),
(2661, 420, 415),
(2662, 56, 515),
(2663, 324, 147),
(2664, 859, 126),
(2665, 718, 155),
(2666, 402, 921),
(2667, 437, 170),
(2668, 203, 781),
(2669, 12, 567),
(2670, 695, 596),
(2671, 192, 160),
(2672, 955, 914),
(2673, 966, 684),
(2674, 980, 121),
(2675, 416, 693),
(2676, 161, 167),
(2677, 820, 354),
(2678, 359, 420),
(2679, 181, 838),
(2680, 668, 836),
(2681, 111, 11),
(2682, 432, 838),
(2683, 986, 338),
(2684, 479, 474),
(2685, 314, 931),
(2686, 86, 707),
(2687, 170, 984),
(2688, 711, 563),
(2689, 85, 351),
(2690, 314, 90),
(2691, 308, 272),
(2692, 811, 552),
(2693, 880, 678),
(2694, 254, 263),
(2695, 668, 478),
(2696, 411, 752),
(2697, 989, 760),
(2698, 472, 821),
(2699, 618, 203),
(2700, 435, 654),
(2701, 633, 949),
(2702, 267, 809),
(2703, 434, 926),
(2704, 388, 733),
(2705, 621, 789),
(2706, 308, 631),
(2707, 281, 445),
(2708, 509, 467),
(2709, 25, 408),
(2710, 165, 510),
(2711, 45, 326),
(2712, 213, 421),
(2713, 350, 157),
(2714, 449, 343),
(2715, 410, 301),
(2716, 339, 47),
(2717, 315, 590),
(2718, 391, 180),
(2719, 313, 724),
(2720, 903, 119),
(2721, 879, 709),
(2722, 559, 257),
(2723, 199, 362),
(2724, 344, 820),
(2725, 866, 894),
(2726, 295, 914),
(2727, 584, 260),
(2728, 529, 547),
(2729, 832, 678),
(2730, 198, 970),
(2731, 443, 987),
(2732, 7, 604),
(2733, 192, 853),
(2734, 229, 394),
(2735, 332, 141),
(2736, 366, 925),
(2737, 822, 423),
(2738, 61, 799),
(2739, 222, 282),
(2740, 593, 159),
(2741, 682, 460),
(2742, 277, 558),
(2743, 511, 12),
(2744, 902, 605),
(2745, 434, 666),
(2746, 857, 630),
(2747, 543, 714),
(2748, 819, 445),
(2749, 316, 442),
(2750, 164, 369),
(2751, 850, 191),
(2752, 615, 139),
(2753, 316, 399),
(2754, 654, 594),
(2755, 938, 773),
(2756, 779, 717),
(2757, 90, 80),
(2758, 922, 811),
(2759, 24, 279),
(2760, 401, 114),
(2761, 782, 232),
(2762, 814, 956),
(2763, 331, 793),
(2764, 700, 535),
(2765, 176, 414),
(2766, 217, 734),
(2767, 93, 696),
(2768, 795, 204),
(2769, 94, 534),
(2770, 722, 601),
(2771, 169, 133),
(2772, 965, 140),
(2773, 151, 715),
(2774, 372, 617),
(2775, 178, 228),
(2776, 241, 710),
(2777, 38, 527),
(2778, 360, 419),
(2779, 637, 970),
(2780, 213, 714),
(2781, 627, 177),
(2782, 403, 788),
(2783, 269, 549),
(2784, 694, 590),
(2785, 884, 327),
(2786, 315, 357),
(2787, 720, 822),
(2788, 795, 559),
(2789, 565, 380),
(2790, 911, 406),
(2791, 755, 760),
(2792, 886, 966),
(2793, 321, 828),
(2794, 184, 238),
(2795, 540, 272),
(2796, 951, 57),
(2797, 581, 894),
(2798, 805, 617),
(2799, 715, 112),
(2800, 929, 877),
(2801, 618, 649),
(2802, 125, 463),
(2803, 958, 271),
(2804, 656, 237),
(2805, 913, 519),
(2806, 63, 623),
(2807, 148, 911),
(2808, 602, 562),
(2809, 47, 424),
(2810, 502, 943),
(2811, 228, 615),
(2812, 305, 689),
(2813, 821, 392),
(2814, 281, 850),
(2815, 187, 366),
(2816, 315, 821),
(2817, 775, 725),
(2818, 82, 209),
(2819, 554, 420),
(2820, 196, 90),
(2821, 293, 882),
(2822, 521, 340),
(2823, 357, 817),
(2824, 777, 268),
(2825, 837, 16),
(2826, 656, 10),
(2827, 286, 590),
(2828, 128, 218),
(2829, 29, 644),
(2830, 425, 795),
(2831, 884, 429),
(2832, 346, 513),
(2833, 558, 216),
(2834, 523, 415),
(2835, 654, 809),
(2836, 724, 88),
(2837, 176, 231),
(2838, 543, 866),
(2839, 771, 574),
(2840, 594, 934),
(2841, 722, 754),
(2842, 550, 177),
(2843, 533, 134),
(2844, 973, 37),
(2845, 466, 20),
(2846, 185, 331),
(2847, 318, 267),
(2848, 633, 597),
(2849, 314, 728),
(2850, 333, 531),
(2851, 358, 220),
(2852, 594, 323),
(2853, 54, 539),
(2854, 77, 447),
(2855, 849, 880),
(2856, 243, 826),
(2857, 588, 426),
(2858, 861, 496),
(2859, 891, 777),
(2860, 66, 179),
(2861, 689, 574),
(2862, 331, 366),
(2863, 133, 395),
(2864, 846, 216),
(2865, 279, 936),
(2866, 447, 139),
(2867, 122, 548),
(2868, 67, 204),
(2869, 575, 303),
(2870, 332, 357),
(2871, 474, 832),
(2872, 242, 235),
(2873, 860, 69),
(2874, 812, 684),
(2875, 129, 758),
(2876, 966, 829),
(2877, 52, 626),
(2878, 25, 675),
(2879, 284, 133),
(2880, 301, 971),
(2881, 341, 517),
(2882, 322, 203),
(2883, 118, 793),
(2884, 215, 866),
(2885, 547, 302),
(2886, 235, 133),
(2887, 405, 724),
(2888, 783, 22),
(2889, 494, 847),
(2890, 796, 327),
(2891, 450, 463),
(2892, 531, 424),
(2893, 477, 635),
(2894, 557, 199),
(2895, 534, 724),
(2896, 407, 436),
(2897, 647, 860),
(2898, 426, 723),
(2899, 984, 672),
(2900, 471, 544),
(2901, 921, 880),
(2902, 655, 49),
(2903, 642, 775),
(2904, 845, 790),
(2905, 27, 314),
(2906, 216, 645),
(2907, 767, 75),
(2908, 113, 509),
(2909, 478, 450),
(2910, 187, 973),
(2911, 958, 932),
(2912, 977, 238),
(2913, 100, 769),
(2914, 765, 298),
(2915, 55, 776),
(2916, 831, 30),
(2917, 640, 19),
(2918, 566, 496),
(2919, 340, 89),
(2920, 835, 806),
(2921, 551, 260),
(2922, 429, 296),
(2923, 321, 837),
(2924, 56, 663),
(2925, 406, 41),
(2926, 226, 548),
(2927, 169, 74),
(2928, 10, 603),
(2929, 778, 831),
(2930, 520, 469),
(2931, 964, 173),
(2932, 760, 951),
(2933, 76, 82),
(2934, 54, 398),
(2935, 214, 543),
(2936, 738, 648),
(2937, 212, 435),
(2938, 241, 195),
(2939, 188, 763),
(2940, 254, 301),
(2941, 794, 677),
(2942, 631, 367),
(2943, 543, 368),
(2944, 269, 602),
(2945, 572, 828),
(2946, 590, 745),
(2947, 234, 568),
(2948, 951, 733),
(2949, 266, 955),
(2950, 299, 999),
(2951, 592, 100),
(2952, 562, 223),
(2953, 323, 474),
(2954, 634, 97),
(2955, 683, 659),
(2956, 192, 307),
(2957, 755, 258),
(2958, 59, 508),
(2959, 190, 959),
(2960, 596, 998),
(2961, 341, 645),
(2962, 187, 108),
(2963, 624, 411),
(2964, 365, 275),
(2965, 745, 791),
(2966, 534, 778),
(2967, 729, 286),
(2968, 713, 473),
(2969, 552, 196),
(2970, 391, 325),
(2971, 929, 147),
(2972, 672, 557),
(2973, 312, 532),
(2974, 547, 577),
(2975, 659, 650),
(2976, 116, 553),
(2977, 197, 640),
(2978, 392, 630),
(2979, 826, 547),
(2980, 459, 572),
(2981, 303, 674),
(2982, 195, 286),
(2983, 523, 576),
(2984, 479, 346),
(2985, 913, 398),
(2986, 420, 849),
(2987, 497, 923),
(2988, 727, 666),
(2989, 930, 995),
(2990, 624, 977),
(2991, 256, 828),
(2992, 145, 807),
(2993, 842, 505),
(2994, 964, 800),
(2995, 307, 479),
(2996, 260, 800),
(2997, 625, 29),
(2998, 350, 716),
(2999, 203, 69),
(3000, 728, 788),
(3001, 651, 441),
(3002, 441, 651),
(3003, 265, 792),
(3004, 792, 265),
(3005, 324, 45),
(3006, 45, 324),
(3007, 189, 277),
(3008, 277, 189),
(3009, 807, 830),
(3010, 830, 807),
(3011, 901, 140),
(3012, 140, 901),
(3013, 938, 235),
(3014, 235, 938),
(3015, 669, 505),
(3016, 505, 669),
(3017, 672, 881),
(3018, 881, 672),
(3019, 355, 297),
(3020, 297, 355),
(3021, 476, 525),
(3022, 525, 476),
(3023, 47, 715),
(3024, 715, 47),
(3025, 209, 909),
(3026, 909, 209),
(3027, 672, 694),
(3028, 694, 672),
(3029, 343, 199),
(3030, 199, 343),
(3031, 442, 669),
(3032, 669, 442),
(3033, 12, 574),
(3034, 574, 12),
(3035, 161, 504),
(3036, 504, 161),
(3037, 978, 510),
(3038, 510, 978),
(3039, 868, 192),
(3040, 192, 868),
(3041, 391, 932),
(3042, 932, 391),
(3043, 723, 470),
(3044, 470, 723),
(3045, 379, 406),
(3046, 406, 379),
(3047, 363, 794),
(3048, 794, 363),
(3049, 951, 418),
(3050, 418, 951),
(3051, 730, 993),
(3052, 993, 730),
(3053, 143, 605),
(3054, 605, 143),
(3055, 289, 408),
(3056, 408, 289),
(3057, 571, 737),
(3058, 737, 571),
(3059, 225, 678),
(3060, 678, 225),
(3061, 788, 532),
(3062, 532, 788),
(3063, 910, 551),
(3064, 551, 910),
(3065, 419, 197),
(3066, 197, 419),
(3067, 311, 868),
(3068, 868, 311),
(3069, 323, 219),
(3070, 219, 323),
(3071, 261, 714),
(3072, 714, 261),
(3073, 273, 910),
(3074, 910, 273),
(3075, 88, 851),
(3076, 851, 88),
(3077, 342, 753),
(3078, 753, 342),
(3079, 373, 765),
(3080, 765, 373),
(3081, 686, 67),
(3082, 67, 686),
(3083, 357, 816),
(3084, 816, 357),
(3085, 377, 820),
(3086, 820, 377),
(3087, 325, 167),
(3088, 167, 325),
(3089, 619, 868),
(3090, 868, 619),
(3091, 91, 675),
(3092, 675, 91),
(3093, 426, 167),
(3094, 167, 426),
(3095, 821, 16),
(3096, 16, 821),
(3097, 954, 192),
(3098, 192, 954),
(3099, 735, 605),
(3100, 605, 735),
(3101, 934, 132),
(3102, 132, 934),
(3103, 1, 553),
(3104, 553, 1),
(3105, 851, 158),
(3106, 158, 851),
(3107, 41, 721),
(3108, 721, 41),
(3109, 219, 140),
(3110, 140, 219),
(3111, 492, 875),
(3112, 875, 492),
(3113, 297, 647),
(3114, 647, 297),
(3115, 539, 300),
(3116, 300, 539),
(3117, 773, 149),
(3118, 149, 773),
(3119, 855, 19),
(3120, 19, 855),
(3121, 547, 306),
(3122, 306, 547),
(3123, 418, 823),
(3124, 823, 418),
(3125, 164, 499),
(3126, 499, 164),
(3127, 54, 865),
(3128, 865, 54),
(3129, 153, 393),
(3130, 393, 153),
(3131, 120, 286),
(3132, 286, 120),
(3133, 937, 426),
(3134, 426, 937),
(3135, 794, 259),
(3136, 259, 794),
(3137, 34, 523),
(3138, 523, 34),
(3139, 612, 768),
(3140, 768, 612),
(3141, 960, 374),
(3142, 374, 960),
(3143, 561, 662),
(3144, 662, 561),
(3145, 949, 611),
(3146, 611, 949),
(3147, 994, 665),
(3148, 665, 994),
(3149, 709, 442),
(3150, 442, 709),
(3151, 787, 646),
(3152, 646, 787),
(3153, 627, 699),
(3154, 699, 627),
(3155, 17, 379),
(3156, 379, 17),
(3157, 87, 844),
(3158, 844, 87),
(3159, 252, 69),
(3160, 69, 252),
(3161, 519, 373),
(3162, 373, 519),
(3163, 891, 642),
(3164, 642, 891),
(3165, 649, 678),
(3166, 678, 649),
(3167, 23, 795),
(3168, 795, 23),
(3169, 739, 950),
(3170, 950, 739),
(3171, 10, 450),
(3172, 450, 10),
(3173, 113, 607),
(3174, 607, 113),
(3175, 585, 338),
(3176, 338, 585),
(3177, 456, 794),
(3178, 794, 456),
(3179, 545, 210),
(3180, 210, 545),
(3181, 159, 726),
(3182, 726, 159),
(3183, 555, 777),
(3184, 777, 555),
(3185, 82, 454),
(3186, 454, 82),
(3187, 806, 178),
(3188, 178, 806),
(3189, 265, 29),
(3190, 29, 265),
(3191, 508, 146),
(3192, 146, 508),
(3193, 278, 504),
(3194, 504, 278),
(3195, 141, 86),
(3196, 86, 141),
(3197, 896, 56),
(3198, 56, 896),
(3199, 352, 623),
(3200, 623, 352),
(3201, 658, 66),
(3202, 66, 658),
(3203, 467, 383),
(3204, 383, 467),
(3205, 20, 417),
(3206, 417, 20),
(3207, 944, 450),
(3208, 450, 944),
(3209, 602, 426),
(3210, 426, 602),
(3211, 380, 263),
(3212, 263, 380),
(3213, 936, 404),
(3214, 404, 936),
(3215, 259, 277),
(3216, 277, 259),
(3217, 38, 755),
(3218, 755, 38),
(3219, 910, 546),
(3220, 546, 910),
(3221, 978, 730),
(3222, 730, 978),
(3223, 890, 861),
(3224, 861, 890),
(3225, 990, 96),
(3226, 96, 990),
(3227, 303, 482),
(3228, 482, 303),
(3229, 256, 167),
(3230, 167, 256),
(3231, 15, 691),
(3232, 691, 15),
(3233, 718, 735),
(3234, 735, 718),
(3235, 600, 325),
(3236, 325, 600);
INSERT INTO `[[dbprefix]]links` VALUES
(3237, 177, 756),
(3238, 756, 177),
(3239, 30, 993),
(3240, 993, 30),
(3241, 210, 235),
(3242, 235, 210),
(3243, 77, 693),
(3244, 693, 77),
(3245, 198, 38),
(3246, 38, 198),
(3247, 921, 208),
(3248, 208, 921),
(3249, 22, 395),
(3250, 395, 22),
(3251, 127, 807),
(3252, 807, 127),
(3253, 896, 344),
(3254, 344, 896),
(3255, 445, 598),
(3256, 598, 445),
(3257, 245, 611),
(3258, 611, 245),
(3259, 789, 28),
(3260, 28, 789),
(3261, 849, 819),
(3262, 819, 849),
(3263, 667, 103),
(3264, 103, 667),
(3265, 448, 688),
(3266, 688, 448),
(3267, 178, 861),
(3268, 861, 178),
(3269, 794, 529),
(3270, 529, 794),
(3271, 420, 459),
(3272, 459, 420),
(3273, 710, 927),
(3274, 927, 710),
(3275, 872, 600),
(3276, 600, 872),
(3277, 628, 510),
(3278, 510, 628),
(3279, 777, 860),
(3280, 860, 777),
(3281, 982, 585),
(3282, 585, 982),
(3283, 275, 393),
(3284, 393, 275),
(3285, 379, 892),
(3286, 892, 379),
(3287, 829, 662),
(3288, 662, 829),
(3289, 197, 951),
(3290, 951, 197),
(3291, 768, 32),
(3292, 32, 768),
(3293, 997, 322),
(3294, 322, 997),
(3295, 653, 16),
(3296, 16, 653),
(3297, 436, 379),
(3298, 379, 436),
(3299, 590, 311),
(3300, 311, 590),
(3301, 586, 966),
(3302, 966, 586),
(3303, 164, 492),
(3304, 492, 164),
(3305, 19, 592),
(3306, 592, 19),
(3307, 101, 434),
(3308, 434, 101),
(3309, 506, 875),
(3310, 875, 506),
(3311, 964, 335),
(3312, 335, 964),
(3313, 303, 415),
(3314, 415, 303),
(3315, 16, 891),
(3316, 891, 16),
(3317, 63, 441),
(3318, 441, 63),
(3319, 128, 896),
(3320, 896, 128),
(3321, 68, 322),
(3322, 322, 68),
(3323, 395, 523),
(3324, 523, 395),
(3325, 332, 120),
(3326, 120, 332),
(3327, 689, 637),
(3328, 637, 689),
(3329, 785, 291),
(3330, 291, 785),
(3331, 346, 833),
(3332, 833, 346),
(3333, 289, 916),
(3334, 916, 289),
(3335, 564, 859),
(3336, 859, 564),
(3337, 103, 285),
(3338, 285, 103),
(3339, 80, 78),
(3340, 78, 80),
(3341, 316, 998),
(3342, 998, 316),
(3343, 900, 997),
(3344, 997, 900),
(3345, 998, 522),
(3346, 522, 998),
(3347, 438, 871),
(3348, 871, 438),
(3349, 874, 679),
(3350, 679, 874),
(3351, 686, 464),
(3352, 464, 686),
(3353, 629, 199),
(3354, 199, 629),
(3355, 657, 394),
(3356, 394, 657),
(3357, 333, 742),
(3358, 742, 333),
(3359, 953, 324),
(3360, 324, 953),
(3361, 898, 881),
(3362, 881, 898),
(3363, 74, 641),
(3364, 641, 74),
(3365, 245, 549),
(3366, 549, 245),
(3367, 86, 603),
(3368, 603, 86),
(3369, 573, 590),
(3370, 590, 573),
(3371, 717, 3),
(3372, 3, 717),
(3373, 952, 812),
(3374, 812, 952),
(3375, 566, 370),
(3376, 370, 566),
(3377, 927, 905),
(3378, 905, 927),
(3379, 667, 869),
(3380, 869, 667),
(3381, 32, 870),
(3382, 870, 32),
(3383, 854, 134),
(3384, 134, 854),
(3385, 614, 611),
(3386, 611, 614),
(3387, 979, 225),
(3388, 225, 979),
(3389, 248, 761),
(3390, 761, 248),
(3391, 972, 671),
(3392, 671, 972),
(3393, 409, 952),
(3394, 952, 409),
(3395, 847, 850),
(3396, 850, 847),
(3397, 669, 750),
(3398, 750, 669),
(3399, 320, 493),
(3400, 493, 320),
(3401, 989, 78),
(3402, 78, 989),
(3403, 184, 622),
(3404, 622, 184),
(3405, 534, 973),
(3406, 973, 534),
(3407, 651, 793),
(3408, 793, 651),
(3409, 107, 975),
(3410, 975, 107),
(3411, 265, 884),
(3412, 884, 265),
(3413, 607, 280),
(3414, 280, 607),
(3415, 155, 943),
(3416, 943, 155),
(3417, 936, 599),
(3418, 599, 936),
(3419, 543, 512),
(3420, 512, 543),
(3421, 523, 772),
(3422, 772, 523),
(3423, 434, 734),
(3424, 734, 434),
(3425, 670, 326),
(3426, 326, 670),
(3427, 270, 996),
(3428, 996, 270),
(3429, 736, 437),
(3430, 437, 736),
(3431, 340, 529),
(3432, 529, 340),
(3433, 537, 39),
(3434, 39, 537),
(3435, 849, 823),
(3436, 823, 849),
(3437, 263, 484),
(3438, 484, 263),
(3439, 25, 222),
(3440, 222, 25),
(3441, 538, 644),
(3442, 644, 538),
(3443, 240, 229),
(3444, 229, 240),
(3445, 771, 372),
(3446, 372, 771),
(3447, 263, 922),
(3448, 922, 263),
(3449, 704, 990),
(3450, 990, 704),
(3451, 31, 361),
(3452, 361, 31),
(3453, 595, 168),
(3454, 168, 595),
(3455, 4, 953),
(3456, 953, 4),
(3457, 91, 290),
(3458, 290, 91),
(3459, 577, 621),
(3460, 621, 577),
(3461, 789, 239),
(3462, 239, 789),
(3463, 727, 47),
(3464, 47, 727),
(3465, 162, 950),
(3466, 950, 162),
(3467, 941, 267),
(3468, 267, 941),
(3469, 195, 479),
(3470, 479, 195),
(3471, 634, 149),
(3472, 149, 634),
(3473, 192, 11),
(3474, 11, 192),
(3475, 858, 916),
(3476, 916, 858),
(3477, 572, 173),
(3478, 173, 572),
(3479, 201, 587),
(3480, 587, 201),
(3481, 685, 492),
(3482, 492, 685),
(3483, 965, 654),
(3484, 654, 965),
(3485, 50, 253),
(3486, 253, 50),
(3487, 353, 630),
(3488, 630, 353),
(3489, 954, 305),
(3490, 305, 954),
(3491, 970, 758),
(3492, 758, 970),
(3493, 426, 488),
(3494, 488, 426),
(3495, 83, 533),
(3496, 533, 83),
(3497, 742, 11),
(3498, 11, 742),
(3499, 516, 151),
(3500, 151, 516),
(3501, 369, 116),
(3502, 116, 369),
(3503, 180, 417),
(3504, 417, 180),
(3505, 322, 497),
(3506, 497, 322),
(3507, 73, 531),
(3508, 531, 73),
(3509, 143, 29),
(3510, 29, 143),
(3511, 648, 423),
(3512, 423, 648),
(3513, 67, 524),
(3514, 524, 67),
(3515, 66, 14),
(3516, 14, 66),
(3517, 780, 928),
(3518, 928, 780),
(3519, 102, 100),
(3520, 100, 102),
(3521, 319, 418),
(3522, 418, 319),
(3523, 603, 690),
(3524, 690, 603),
(3525, 812, 96),
(3526, 96, 812),
(3527, 796, 481),
(3528, 481, 796),
(3529, 224, 930),
(3530, 930, 224),
(3531, 518, 778),
(3532, 778, 518),
(3533, 457, 124),
(3534, 124, 457),
(3535, 379, 517),
(3536, 517, 379),
(3537, 63, 709),
(3538, 709, 63),
(3539, 224, 396),
(3540, 396, 224),
(3541, 865, 661),
(3542, 661, 865),
(3543, 206, 201),
(3544, 201, 206),
(3545, 393, 878),
(3546, 878, 393),
(3547, 219, 513),
(3548, 513, 219),
(3549, 317, 38),
(3550, 38, 317),
(3551, 317, 49),
(3552, 49, 317),
(3553, 487, 198),
(3554, 198, 487),
(3555, 107, 862),
(3556, 862, 107),
(3557, 195, 25),
(3558, 25, 195),
(3559, 205, 438),
(3560, 438, 205),
(3561, 46, 342),
(3562, 342, 46),
(3563, 665, 204),
(3564, 204, 665),
(3565, 719, 132),
(3566, 132, 719),
(3567, 737, 970),
(3568, 970, 737),
(3569, 773, 506),
(3570, 506, 773),
(3571, 435, 906),
(3572, 906, 435),
(3573, 474, 786),
(3574, 786, 474),
(3575, 713, 430),
(3576, 430, 713),
(3577, 963, 501),
(3578, 501, 963),
(3579, 320, 33),
(3580, 33, 320),
(3581, 793, 622),
(3582, 622, 793),
(3583, 346, 710),
(3584, 710, 346),
(3585, 51, 639),
(3586, 639, 51),
(3587, 205, 257),
(3588, 257, 205),
(3589, 455, 718),
(3590, 718, 455),
(3591, 189, 945),
(3592, 945, 189),
(3593, 958, 780),
(3594, 780, 958),
(3595, 898, 973),
(3596, 973, 898),
(3597, 817, 133),
(3598, 133, 817),
(3599, 310, 873),
(3600, 873, 310),
(3601, 776, 407),
(3602, 407, 776),
(3603, 847, 482),
(3604, 482, 847),
(3605, 532, 388),
(3606, 388, 532),
(3607, 74, 308),
(3608, 308, 74),
(3609, 785, 470),
(3610, 470, 785),
(3611, 722, 641),
(3612, 641, 722),
(3613, 968, 259),
(3614, 259, 968),
(3615, 608, 346),
(3616, 346, 608),
(3617, 853, 527),
(3618, 527, 853),
(3619, 260, 293),
(3620, 293, 260),
(3621, 340, 977),
(3622, 977, 340),
(3623, 105, 901),
(3624, 901, 105),
(3625, 206, 893),
(3626, 893, 206),
(3627, 881, 462),
(3628, 462, 881),
(3629, 153, 147),
(3630, 147, 153),
(3631, 60, 666),
(3632, 666, 60),
(3633, 834, 938),
(3634, 938, 834),
(3635, 385, 580),
(3636, 580, 385),
(3637, 215, 349),
(3638, 349, 215),
(3639, 493, 834),
(3640, 834, 493),
(3641, 275, 846),
(3642, 846, 275),
(3643, 353, 889),
(3644, 889, 353),
(3645, 667, 190),
(3646, 190, 667),
(3647, 496, 612),
(3648, 612, 496),
(3649, 135, 205),
(3650, 205, 135),
(3651, 562, 779),
(3652, 779, 562),
(3653, 417, 21),
(3654, 21, 417),
(3655, 325, 697),
(3656, 697, 325),
(3657, 801, 16),
(3658, 16, 801),
(3659, 377, 864),
(3660, 864, 377),
(3661, 266, 484),
(3662, 484, 266),
(3663, 522, 584),
(3664, 584, 522),
(3665, 680, 116),
(3666, 116, 680),
(3667, 157, 293),
(3668, 293, 157),
(3669, 290, 896),
(3670, 896, 290),
(3671, 284, 331),
(3672, 331, 284),
(3673, 350, 192),
(3674, 192, 350),
(3675, 496, 303),
(3676, 303, 496),
(3677, 254, 603),
(3678, 603, 254),
(3679, 705, 970),
(3680, 970, 705),
(3681, 775, 97),
(3682, 97, 775),
(3683, 851, 246),
(3684, 246, 851),
(3685, 618, 652),
(3686, 652, 618),
(3687, 115, 33),
(3688, 33, 115),
(3689, 720, 780),
(3690, 780, 720),
(3691, 405, 271),
(3692, 271, 405),
(3693, 448, 963),
(3694, 963, 448),
(3695, 922, 885),
(3696, 885, 922),
(3697, 418, 184),
(3698, 184, 418),
(3699, 661, 267),
(3700, 267, 661),
(3701, 892, 174),
(3702, 174, 892),
(3703, 107, 867),
(3704, 867, 107),
(3705, 441, 815),
(3706, 815, 441),
(3707, 74, 801),
(3708, 801, 74),
(3709, 256, 387),
(3710, 387, 256),
(3711, 276, 907),
(3712, 907, 276),
(3713, 534, 50),
(3714, 50, 534),
(3715, 341, 294),
(3716, 294, 341),
(3717, 433, 435),
(3718, 435, 433),
(3719, 682, 380),
(3720, 380, 682),
(3721, 377, 714),
(3722, 714, 377),
(3723, 291, 235),
(3724, 235, 291),
(3725, 543, 386),
(3726, 386, 543),
(3727, 894, 990),
(3728, 990, 894),
(3729, 22, 25),
(3730, 25, 22),
(3731, 466, 273),
(3732, 273, 466),
(3733, 527, 957),
(3734, 957, 527),
(3735, 497, 444),
(3736, 444, 497),
(3737, 52, 376),
(3738, 376, 52),
(3739, 820, 626),
(3740, 626, 820),
(3741, 748, 111),
(3742, 111, 748),
(3743, 766, 273),
(3744, 273, 766),
(3745, 75, 279),
(3746, 279, 75),
(3747, 787, 859),
(3748, 859, 787),
(3749, 699, 832),
(3750, 832, 699),
(3751, 75, 697),
(3752, 697, 75),
(3753, 721, 162),
(3754, 162, 721),
(3755, 799, 661),
(3756, 661, 799),
(3757, 614, 420),
(3758, 420, 614),
(3759, 725, 267),
(3760, 267, 725),
(3761, 278, 588),
(3762, 588, 278),
(3763, 981, 788),
(3764, 788, 981),
(3765, 484, 269),
(3766, 269, 484),
(3767, 862, 921),
(3768, 921, 862),
(3769, 436, 448),
(3770, 448, 436),
(3771, 589, 507),
(3772, 507, 589),
(3773, 713, 914),
(3774, 914, 713),
(3775, 477, 880),
(3776, 880, 477),
(3777, 455, 471),
(3778, 471, 455),
(3779, 886, 625),
(3780, 625, 886),
(3781, 796, 726),
(3782, 726, 796),
(3783, 911, 137),
(3784, 137, 911),
(3785, 774, 754),
(3786, 754, 774),
(3787, 928, 624),
(3788, 624, 928),
(3789, 295, 685),
(3790, 685, 295),
(3791, 568, 125),
(3792, 125, 568),
(3793, 930, 11),
(3794, 11, 930),
(3795, 89, 122),
(3796, 122, 89),
(3797, 373, 457),
(3798, 457, 373),
(3799, 48, 91),
(3800, 91, 48),
(3801, 183, 882),
(3802, 882, 183),
(3803, 595, 117),
(3804, 117, 595),
(3805, 344, 188),
(3806, 188, 344),
(3807, 78, 836),
(3808, 836, 78),
(3809, 331, 378),
(3810, 378, 331),
(3811, 549, 566),
(3812, 566, 549),
(3813, 566, 558),
(3814, 558, 566),
(3815, 534, 713),
(3816, 713, 534),
(3817, 543, 993),
(3818, 993, 543),
(3819, 566, 919),
(3820, 919, 566),
(3821, 627, 794),
(3822, 794, 627),
(3823, 365, 82),
(3824, 82, 365),
(3825, 272, 868),
(3826, 868, 272),
(3827, 910, 112),
(3828, 112, 910),
(3829, 710, 342),
(3830, 342, 710),
(3831, 651, 507),
(3832, 507, 651),
(3833, 784, 816),
(3834, 816, 784),
(3835, 981, 59),
(3836, 59, 981),
(3837, 249, 328),
(3838, 328, 249),
(3839, 250, 964),
(3840, 964, 250),
(3841, 746, 286),
(3842, 286, 746),
(3843, 125, 347),
(3844, 347, 125),
(3845, 688, 477),
(3846, 477, 688),
(3847, 978, 797),
(3848, 797, 978),
(3849, 869, 502),
(3850, 502, 869),
(3851, 877, 370),
(3852, 370, 877),
(3853, 673, 50),
(3854, 50, 673),
(3855, 802, 296),
(3856, 296, 802),
(3857, 654, 381),
(3858, 381, 654),
(3859, 455, 251),
(3860, 251, 455),
(3861, 708, 468),
(3862, 468, 708),
(3863, 877, 452),
(3864, 452, 877),
(3865, 52, 329),
(3866, 329, 52),
(3867, 437, 640),
(3868, 640, 437),
(3869, 674, 196),
(3870, 196, 674),
(3871, 618, 125),
(3872, 125, 618),
(3873, 650, 712),
(3874, 712, 650),
(3875, 741, 503),
(3876, 503, 741),
(3877, 756, 402),
(3878, 402, 756),
(3879, 582, 527),
(3880, 527, 582),
(3881, 137, 926),
(3882, 926, 137),
(3883, 353, 306),
(3884, 306, 353),
(3885, 753, 779),
(3886, 779, 753),
(3887, 794, 660),
(3888, 660, 794),
(3889, 540, 834),
(3890, 834, 540),
(3891, 715, 755),
(3892, 755, 715),
(3893, 842, 566),
(3894, 566, 842),
(3895, 272, 618),
(3896, 618, 272),
(3897, 511, 432),
(3898, 432, 511),
(3899, 466, 956),
(3900, 956, 466),
(3901, 902, 245),
(3902, 245, 902),
(3903, 931, 946),
(3904, 946, 931),
(3905, 760, 25),
(3906, 25, 760),
(3907, 133, 686),
(3908, 686, 133),
(3909, 525, 717),
(3910, 717, 525),
(3911, 840, 237),
(3912, 237, 840),
(3913, 395, 254),
(3914, 254, 395),
(3915, 708, 607),
(3916, 607, 708),
(3917, 823, 949),
(3918, 949, 823),
(3919, 558, 531),
(3920, 531, 558),
(3921, 191, 405),
(3922, 405, 191),
(3923, 80, 176),
(3924, 176, 80),
(3925, 898, 905),
(3926, 905, 898),
(3927, 240, 542),
(3928, 542, 240),
(3929, 293, 960),
(3930, 960, 293),
(3931, 779, 853),
(3932, 853, 779),
(3933, 523, 668),
(3934, 668, 523),
(3935, 807, 975),
(3936, 975, 807),
(3937, 440, 278),
(3938, 278, 440),
(3939, 475, 40),
(3940, 40, 475),
(3941, 843, 872),
(3942, 872, 843),
(3943, 35, 433),
(3944, 433, 35),
(3945, 821, 181),
(3946, 181, 821),
(3947, 783, 959),
(3948, 959, 783),
(3949, 482, 647),
(3950, 647, 482),
(3951, 884, 764),
(3952, 764, 884),
(3953, 737, 16),
(3954, 16, 737),
(3955, 42, 716),
(3956, 716, 42),
(3957, 651, 530),
(3958, 530, 651),
(3959, 270, 770),
(3960, 770, 270),
(3961, 447, 134),
(3962, 134, 447),
(3963, 600, 625),
(3964, 625, 600),
(3965, 839, 444),
(3966, 444, 839),
(3967, 185, 663),
(3968, 663, 185),
(3969, 918, 823),
(3970, 823, 918),
(3971, 365, 21),
(3972, 21, 365),
(3973, 967, 367),
(3974, 367, 967),
(3975, 692, 481),
(3976, 481, 692),
(3977, 629, 696),
(3978, 696, 629),
(3979, 827, 963),
(3980, 963, 827),
(3981, 615, 359),
(3982, 359, 615),
(3983, 915, 791),
(3984, 791, 915),
(3985, 865, 824),
(3986, 824, 865),
(3987, 309, 112),
(3988, 112, 309),
(3989, 812, 434),
(3990, 434, 812),
(3991, 199, 682),
(3992, 682, 199),
(3993, 233, 758),
(3994, 758, 233),
(3995, 12, 31),
(3996, 31, 12),
(3997, 80, 177),
(3998, 177, 80),
(3999, 375, 860),
(4000, 860, 375),
(4001, 674, 648),
(4002, 648, 674),
(4003, 192, 533),
(4004, 533, 192),
(4005, 780, 949),
(4006, 949, 780),
(4007, 689, 877),
(4008, 877, 689),
(4009, 197, 754),
(4010, 754, 197),
(4011, 779, 562),
(4012, 562, 779),
(4013, 781, 240),
(4014, 240, 781),
(4015, 194, 666),
(4016, 666, 194),
(4017, 455, 521),
(4018, 521, 455),
(4019, 900, 72),
(4020, 72, 900),
(4021, 692, 265),
(4022, 265, 692),
(4023, 966, 297),
(4024, 297, 966),
(4025, 738, 774),
(4026, 774, 738),
(4027, 511, 937),
(4028, 937, 511),
(4029, 887, 970),
(4030, 970, 887),
(4031, 294, 701),
(4032, 701, 294),
(4033, 27, 629),
(4034, 629, 27),
(4035, 771, 160),
(4036, 160, 771),
(4037, 449, 312),
(4038, 312, 449),
(4039, 849, 998),
(4040, 998, 849),
(4041, 164, 421),
(4042, 421, 164),
(4043, 82, 365),
(4044, 365, 82),
(4045, 110, 630),
(4046, 630, 110),
(4047, 293, 781),
(4048, 781, 293),
(4049, 601, 210),
(4050, 210, 601),
(4051, 509, 171),
(4052, 171, 509),
(4053, 557, 89),
(4054, 89, 557),
(4055, 485, 338),
(4056, 338, 485),
(4057, 176, 552),
(4058, 552, 176),
(4059, 313, 411),
(4060, 411, 313),
(4061, 510, 49),
(4062, 49, 510),
(4063, 752, 337),
(4064, 337, 752),
(4065, 326, 478),
(4066, 478, 326),
(4067, 672, 183),
(4068, 183, 672),
(4069, 801, 634),
(4070, 634, 801),
(4071, 823, 474),
(4072, 474, 823),
(4073, 294, 109),
(4074, 109, 294),
(4075, 532, 138),
(4076, 138, 532),
(4077, 765, 406),
(4078, 406, 765),
(4079, 92, 914),
(4080, 914, 92),
(4081, 523, 802),
(4082, 802, 523),
(4083, 534, 724),
(4084, 724, 534),
(4085, 533, 35),
(4086, 35, 533),
(4087, 795, 674),
(4088, 674, 795),
(4089, 678, 950),
(4090, 950, 678),
(4091, 771, 198),
(4092, 198, 771),
(4093, 999, 454),
(4094, 454, 999),
(4095, 375, 880),
(4096, 880, 375),
(4097, 34, 951),
(4098, 951, 34),
(4099, 270, 237),
(4100, 237, 270),
(4101, 678, 258),
(4102, 258, 678),
(4103, 721, 399),
(4104, 399, 721),
(4105, 174, 616),
(4106, 616, 174),
(4107, 349, 783),
(4108, 783, 349),
(4109, 281, 376),
(4110, 376, 281),
(4111, 817, 867),
(4112, 867, 817),
(4113, 450, 671),
(4114, 671, 450),
(4115, 994, 17),
(4116, 17, 994),
(4117, 826, 758),
(4118, 758, 826),
(4119, 854, 111),
(4120, 111, 854),
(4121, 930, 119),
(4122, 119, 930),
(4123, 861, 871),
(4124, 871, 861),
(4125, 11, 11),
(4126, 11, 11),
(4127, 893, 608),
(4128, 608, 893),
(4129, 204, 614),
(4130, 614, 204),
(4131, 576, 62),
(4132, 62, 576),
(4133, 684, 312),
(4134, 312, 684),
(4135, 772, 873),
(4136, 873, 772),
(4137, 832, 282),
(4138, 282, 832),
(4139, 823, 949),
(4140, 949, 823),
(4141, 802, 752),
(4142, 752, 802),
(4143, 8, 92),
(4144, 92, 8),
(4145, 612, 394),
(4146, 394, 612),
(4147, 509, 97),
(4148, 97, 509),
(4149, 24, 155),
(4150, 155, 24),
(4151, 865, 383),
(4152, 383, 865),
(4153, 191, 8),
(4154, 8, 191),
(4155, 596, 801),
(4156, 801, 596),
(4157, 922, 971),
(4158, 971, 922),
(4159, 752, 924),
(4160, 924, 752),
(4161, 833, 601),
(4162, 601, 833),
(4163, 306, 790),
(4164, 790, 306),
(4165, 702, 329),
(4166, 329, 702),
(4167, 526, 998),
(4168, 998, 526),
(4169, 23, 381),
(4170, 381, 23),
(4171, 543, 248),
(4172, 248, 543),
(4173, 95, 31),
(4174, 31, 95),
(4175, 981, 38),
(4176, 38, 981),
(4177, 181, 759),
(4178, 759, 181),
(4179, 780, 430),
(4180, 430, 780),
(4181, 656, 848),
(4182, 848, 656),
(4183, 211, 783),
(4184, 783, 211),
(4185, 218, 961),
(4186, 961, 218),
(4187, 739, 870),
(4188, 870, 739),
(4189, 562, 191),
(4190, 191, 562),
(4191, 120, 746),
(4192, 746, 120),
(4193, 166, 72),
(4194, 72, 166),
(4195, 98, 520),
(4196, 520, 98),
(4197, 54, 373),
(4198, 373, 54),
(4199, 436, 885),
(4200, 885, 436),
(4201, 91, 891),
(4202, 891, 91),
(4203, 750, 435),
(4204, 435, 750),
(4205, 370, 127),
(4206, 127, 370),
(4207, 531, 222),
(4208, 222, 531),
(4209, 360, 227),
(4210, 227, 360),
(4211, 417, 578),
(4212, 578, 417),
(4213, 594, 247),
(4214, 247, 594),
(4215, 260, 542),
(4216, 542, 260),
(4217, 581, 783),
(4218, 783, 581),
(4219, 521, 823),
(4220, 823, 521),
(4221, 410, 93),
(4222, 93, 410),
(4223, 90, 537),
(4224, 537, 90),
(4225, 508, 963),
(4226, 963, 508),
(4227, 60, 831),
(4228, 831, 60),
(4229, 526, 819),
(4230, 819, 526),
(4231, 598, 157),
(4232, 157, 598),
(4233, 424, 136),
(4234, 136, 424),
(4235, 133, 651),
(4236, 651, 133),
(4237, 267, 700),
(4238, 700, 267),
(4239, 587, 259),
(4240, 259, 587),
(4241, 519, 434),
(4242, 434, 519),
(4243, 158, 458),
(4244, 458, 158),
(4245, 163, 613),
(4246, 613, 163),
(4247, 130, 404),
(4248, 404, 130),
(4249, 313, 598),
(4250, 598, 313),
(4251, 699, 639),
(4252, 639, 699),
(4253, 8, 474),
(4254, 474, 8),
(4255, 861, 745),
(4256, 745, 861),
(4257, 459, 451),
(4258, 451, 459),
(4259, 809, 396),
(4260, 396, 809),
(4261, 357, 261),
(4262, 261, 357),
(4263, 726, 576),
(4264, 576, 726),
(4265, 902, 684),
(4266, 684, 902),
(4267, 377, 301),
(4268, 301, 377),
(4269, 80, 247),
(4270, 247, 80),
(4271, 212, 386),
(4272, 386, 212),
(4273, 861, 428),
(4274, 428, 861),
(4275, 36, 401),
(4276, 401, 36),
(4277, 164, 363),
(4278, 363, 164),
(4279, 814, 230),
(4280, 230, 814),
(4281, 59, 364),
(4282, 364, 59),
(4283, 621, 66),
(4284, 66, 621),
(4285, 212, 45),
(4286, 45, 212),
(4287, 114, 811),
(4288, 811, 114),
(4289, 534, 245),
(4290, 245, 534),
(4291, 202, 816),
(4292, 816, 202),
(4293, 170, 969),
(4294, 969, 170),
(4295, 772, 45),
(4296, 45, 772),
(4297, 305, 669),
(4298, 669, 305),
(4299, 737, 852),
(4300, 852, 737),
(4301, 49, 448),
(4302, 448, 49),
(4303, 237, 408),
(4304, 408, 237),
(4305, 176, 662),
(4306, 662, 176),
(4307, 1, 650),
(4308, 650, 1),
(4309, 477, 290),
(4310, 290, 477),
(4311, 369, 938),
(4312, 938, 369),
(4313, 692, 718),
(4314, 718, 692),
(4315, 161, 473),
(4316, 473, 161),
(4317, 222, 154),
(4318, 154, 222),
(4319, 839, 291),
(4320, 291, 839),
(4321, 271, 897),
(4322, 897, 271),
(4323, 247, 333),
(4324, 333, 247),
(4325, 649, 670),
(4326, 670, 649),
(4327, 491, 671),
(4328, 671, 491),
(4329, 15, 303),
(4330, 303, 15),
(4331, 153, 96),
(4332, 96, 153),
(4333, 147, 472),
(4334, 472, 147),
(4335, 896, 466),
(4336, 466, 896),
(4337, 828, 789),
(4338, 789, 828),
(4339, 551, 169),
(4340, 169, 551),
(4341, 114, 371),
(4342, 371, 114),
(4343, 49, 329),
(4344, 329, 49),
(4345, 576, 210),
(4346, 210, 576),
(4347, 97, 814),
(4348, 814, 97),
(4349, 179, 844),
(4350, 844, 179),
(4351, 697, 420),
(4352, 420, 697),
(4353, 453, 833),
(4354, 833, 453),
(4355, 598, 372),
(4356, 372, 598),
(4357, 14, 743),
(4358, 743, 14),
(4359, 886, 68),
(4360, 68, 886),
(4361, 846, 157),
(4362, 157, 846),
(4363, 331, 403),
(4364, 403, 331),
(4365, 844, 235),
(4366, 235, 844),
(4367, 592, 438),
(4368, 438, 592),
(4369, 930, 549),
(4370, 549, 930),
(4371, 800, 663),
(4372, 663, 800),
(4373, 702, 503),
(4374, 503, 702),
(4375, 813, 668),
(4376, 668, 813),
(4377, 49, 274),
(4378, 274, 49),
(4379, 687, 126),
(4380, 126, 687),
(4381, 89, 985),
(4382, 985, 89),
(4383, 494, 675),
(4384, 675, 494),
(4385, 946, 985),
(4386, 985, 946),
(4387, 669, 729),
(4388, 729, 669),
(4389, 839, 294),
(4390, 294, 839),
(4391, 222, 723),
(4392, 723, 222),
(4393, 645, 704),
(4394, 704, 645),
(4395, 715, 473),
(4396, 473, 715),
(4397, 587, 485),
(4398, 485, 587),
(4399, 256, 880),
(4400, 880, 256),
(4401, 529, 347),
(4402, 347, 529),
(4403, 94, 553),
(4404, 553, 94),
(4405, 65, 705),
(4406, 705, 65),
(4407, 197, 327),
(4408, 327, 197),
(4409, 678, 951),
(4410, 951, 678),
(4411, 726, 230),
(4412, 230, 726),
(4413, 635, 210),
(4414, 210, 635),
(4415, 916, 1),
(4416, 1, 916),
(4417, 519, 865),
(4418, 865, 519),
(4419, 426, 853),
(4420, 853, 426),
(4421, 338, 13),
(4422, 13, 338),
(4423, 750, 756),
(4424, 756, 750),
(4425, 484, 718),
(4426, 718, 484),
(4427, 843, 960),
(4428, 960, 843),
(4429, 433, 790),
(4430, 790, 433),
(4431, 502, 611),
(4432, 611, 502),
(4433, 373, 183),
(4434, 183, 373),
(4435, 854, 12),
(4436, 12, 854),
(4437, 84, 659),
(4438, 659, 84),
(4439, 681, 608),
(4440, 608, 681),
(4441, 544, 392),
(4442, 392, 544),
(4443, 202, 752),
(4444, 752, 202),
(4445, 741, 948),
(4446, 948, 741),
(4447, 668, 948),
(4448, 948, 668),
(4449, 133, 326),
(4450, 326, 133),
(4451, 363, 278),
(4452, 278, 363),
(4453, 930, 640),
(4454, 640, 930),
(4455, 410, 556),
(4456, 556, 410),
(4457, 943, 170),
(4458, 170, 943),
(4459, 815, 215),
(4460, 215, 815),
(4461, 981, 793),
(4462, 793, 981),
(4463, 520, 267),
(4464, 267, 520),
(4465, 177, 444),
(4466, 444, 177),
(4467, 125, 958),
(4468, 958, 125),
(4469, 624, 580),
(4470, 580, 624),
(4471, 464, 175),
(4472, 175, 464),
(4473, 906, 888),
(4474, 888, 906),
(4475, 904, 562),
(4476, 562, 904),
(4477, 966, 413),
(4478, 413, 966),
(4479, 902, 129),
(4480, 129, 902),
(4481, 561, 942),
(4482, 942, 561),
(4483, 103, 186),
(4484, 186, 103),
(4485, 948, 153),
(4486, 153, 948),
(4487, 604, 981),
(4488, 981, 604),
(4489, 456, 513),
(4490, 513, 456),
(4491, 249, 9),
(4492, 9, 249),
(4493, 943, 652),
(4494, 652, 943),
(4495, 148, 373),
(4496, 373, 148),
(4497, 66, 457),
(4498, 457, 66),
(4499, 58, 338),
(4500, 338, 58),
(4501, 271, 124),
(4502, 124, 271),
(4503, 465, 603),
(4504, 603, 465),
(4505, 346, 361),
(4506, 361, 346),
(4507, 148, 933),
(4508, 933, 148),
(4509, 678, 815),
(4510, 815, 678),
(4511, 413, 90),
(4512, 90, 413),
(4513, 484, 407),
(4514, 407, 484),
(4515, 813, 496),
(4516, 496, 813),
(4517, 691, 717),
(4518, 717, 691),
(4519, 441, 63),
(4520, 63, 441),
(4521, 806, 670),
(4522, 670, 806),
(4523, 591, 640),
(4524, 640, 591),
(4525, 612, 833),
(4526, 833, 612),
(4527, 158, 550),
(4528, 550, 158),
(4529, 97, 634),
(4530, 634, 97),
(4531, 538, 559),
(4532, 559, 538),
(4533, 219, 90),
(4534, 90, 219),
(4535, 424, 24),
(4536, 24, 424),
(4537, 39, 931),
(4538, 931, 39),
(4539, 625, 887),
(4540, 887, 625),
(4541, 662, 401),
(4542, 401, 662),
(4543, 89, 945),
(4544, 945, 89),
(4545, 403, 445),
(4546, 445, 403),
(4547, 746, 66),
(4548, 66, 746),
(4549, 50, 450),
(4550, 450, 50),
(4551, 586, 968),
(4552, 968, 586),
(4553, 490, 292),
(4554, 292, 490),
(4555, 173, 343),
(4556, 343, 173),
(4557, 470, 804),
(4558, 804, 470),
(4559, 322, 721),
(4560, 721, 322),
(4561, 542, 163),
(4562, 163, 542),
(4563, 201, 453),
(4564, 453, 201),
(4565, 170, 735),
(4566, 735, 170),
(4567, 52, 501),
(4568, 501, 52),
(4569, 934, 78),
(4570, 78, 934),
(4571, 370, 16),
(4572, 16, 370),
(4573, 79, 432),
(4574, 432, 79),
(4575, 816, 513),
(4576, 513, 816),
(4577, 825, 684),
(4578, 684, 825),
(4579, 564, 26),
(4580, 26, 564),
(4581, 589, 754),
(4582, 754, 589),
(4583, 165, 281),
(4584, 281, 165),
(4585, 840, 59),
(4586, 59, 840),
(4587, 566, 872),
(4588, 872, 566),
(4589, 512, 811),
(4590, 811, 512),
(4591, 501, 17),
(4592, 17, 501),
(4593, 468, 779),
(4594, 779, 468),
(4595, 889, 362),
(4596, 362, 889),
(4597, 897, 174),
(4598, 174, 897),
(4599, 270, 478),
(4600, 478, 270),
(4601, 398, 101),
(4602, 101, 398),
(4603, 268, 17),
(4604, 17, 268),
(4605, 736, 433),
(4606, 433, 736),
(4607, 958, 132),
(4608, 132, 958),
(4609, 478, 356),
(4610, 356, 478),
(4611, 563, 206),
(4612, 206, 563),
(4613, 540, 880),
(4614, 880, 540),
(4615, 290, 463),
(4616, 463, 290),
(4617, 569, 496),
(4618, 496, 569),
(4619, 969, 893),
(4620, 893, 969),
(4621, 495, 88),
(4622, 88, 495),
(4623, 309, 465),
(4624, 465, 309),
(4625, 872, 288),
(4626, 288, 872),
(4627, 688, 813),
(4628, 813, 688),
(4629, 118, 481),
(4630, 481, 118),
(4631, 122, 214),
(4632, 214, 122),
(4633, 914, 13),
(4634, 13, 914),
(4635, 511, 707),
(4636, 707, 511),
(4637, 927, 272),
(4638, 272, 927),
(4639, 877, 414),
(4640, 414, 877),
(4641, 510, 795),
(4642, 795, 510),
(4643, 324, 367),
(4644, 367, 324),
(4645, 686, 267),
(4646, 267, 686),
(4647, 936, 677),
(4648, 677, 936),
(4649, 672, 532),
(4650, 532, 672),
(4651, 909, 699),
(4652, 699, 909),
(4653, 526, 22),
(4654, 22, 526),
(4655, 345, 493),
(4656, 493, 345),
(4657, 999, 733),
(4658, 733, 999),
(4659, 872, 785),
(4660, 785, 872),
(4661, 888, 638),
(4662, 638, 888),
(4663, 299, 466),
(4664, 466, 299),
(4665, 154, 148),
(4666, 148, 154),
(4667, 906, 910),
(4668, 910, 906),
(4669, 654, 304),
(4670, 304, 654),
(4671, 702, 377),
(4672, 377, 702),
(4673, 864, 546),
(4674, 546, 864),
(4675, 533, 367),
(4676, 367, 533),
(4677, 666, 897),
(4678, 897, 666),
(4679, 535, 550),
(4680, 550, 535),
(4681, 999, 268),
(4682, 268, 999),
(4683, 815, 6),
(4684, 6, 815),
(4685, 203, 704),
(4686, 704, 203),
(4687, 360, 846),
(4688, 846, 360),
(4689, 629, 688),
(4690, 688, 629),
(4691, 994, 111),
(4692, 111, 994),
(4693, 309, 154),
(4694, 154, 309),
(4695, 144, 442),
(4696, 442, 144),
(4697, 790, 647),
(4698, 647, 790),
(4699, 950, 42),
(4700, 42, 950),
(4701, 842, 592),
(4702, 592, 842),
(4703, 486, 659),
(4704, 659, 486),
(4705, 548, 791),
(4706, 791, 548),
(4707, 224, 745),
(4708, 745, 224),
(4709, 37, 879),
(4710, 879, 37),
(4711, 168, 573),
(4712, 573, 168),
(4713, 118, 949),
(4714, 949, 118),
(4715, 537, 95),
(4716, 95, 537),
(4717, 638, 131),
(4718, 131, 638),
(4719, 831, 572),
(4720, 572, 831),
(4721, 298, 625),
(4722, 625, 298),
(4723, 106, 242),
(4724, 242, 106),
(4725, 248, 787),
(4726, 787, 248),
(4727, 644, 401),
(4728, 401, 644),
(4729, 224, 784),
(4730, 784, 224),
(4731, 816, 611),
(4732, 611, 816),
(4733, 868, 348),
(4734, 348, 868),
(4735, 906, 27),
(4736, 27, 906),
(4737, 485, 889),
(4738, 889, 485),
(4739, 692, 307),
(4740, 307, 692),
(4741, 914, 185),
(4742, 185, 914),
(4743, 937, 414),
(4744, 414, 937),
(4745, 553, 552),
(4746, 552, 553),
(4747, 756, 25),
(4748, 25, 756),
(4749, 326, 595),
(4750, 595, 326),
(4751, 246, 44),
(4752, 44, 246),
(4753, 961, 121),
(4754, 121, 961),
(4755, 248, 415),
(4756, 415, 248),
(4757, 617, 812),
(4758, 812, 617),
(4759, 105, 296),
(4760, 296, 105),
(4761, 193, 895),
(4762, 895, 193),
(4763, 398, 376),
(4764, 376, 398),
(4765, 778, 681),
(4766, 681, 778),
(4767, 65, 381),
(4768, 381, 65),
(4769, 496, 439),
(4770, 439, 496),
(4771, 77, 118),
(4772, 118, 77),
(4773, 190, 647),
(4774, 647, 190),
(4775, 940, 341),
(4776, 341, 940),
(4777, 227, 239),
(4778, 239, 227),
(4779, 992, 107),
(4780, 107, 992),
(4781, 734, 622),
(4782, 622, 734),
(4783, 388, 775),
(4784, 775, 388),
(4785, 673, 41),
(4786, 41, 673),
(4787, 858, 692),
(4788, 692, 858),
(4789, 50, 765),
(4790, 765, 50),
(4791, 99, 258),
(4792, 258, 99),
(4793, 9, 456),
(4794, 456, 9),
(4795, 163, 329),
(4796, 329, 163),
(4797, 492, 878),
(4798, 878, 492),
(4799, 754, 515),
(4800, 515, 754),
(4801, 456, 133),
(4802, 133, 456),
(4803, 424, 445),
(4804, 445, 424),
(4805, 72, 669),
(4806, 669, 72),
(4807, 934, 423),
(4808, 423, 934),
(4809, 8, 290),
(4810, 290, 8),
(4811, 733, 58),
(4812, 58, 733),
(4813, 924, 739),
(4814, 739, 924),
(4815, 209, 15),
(4816, 15, 209),
(4817, 892, 442),
(4818, 442, 892),
(4819, 462, 755),
(4820, 755, 462),
(4821, 682, 501),
(4822, 501, 682),
(4823, 844, 581),
(4824, 581, 844),
(4825, 187, 820),
(4826, 820, 187),
(4827, 481, 717),
(4828, 717, 481),
(4829, 924, 735),
(4830, 735, 924),
(4831, 696, 254),
(4832, 254, 696),
(4833, 638, 604),
(4834, 604, 638),
(4835, 329, 384),
(4836, 384, 329),
(4837, 947, 958),
(4838, 958, 947),
(4839, 886, 205),
(4840, 205, 886),
(4841, 403, 462),
(4842, 462, 403),
(4843, 778, 687),
(4844, 687, 778),
(4845, 563, 85),
(4846, 85, 563),
(4847, 346, 92),
(4848, 92, 346),
(4849, 926, 797),
(4850, 797, 926),
(4851, 701, 719),
(4852, 719, 701),
(4853, 272, 183),
(4854, 183, 272),
(4855, 946, 531),
(4856, 531, 946),
(4857, 540, 956),
(4858, 956, 540),
(4859, 991, 466),
(4860, 466, 991),
(4861, 493, 764),
(4862, 764, 493),
(4863, 913, 815),
(4864, 815, 913),
(4865, 632, 646),
(4866, 646, 632),
(4867, 191, 712),
(4868, 712, 191),
(4869, 418, 959),
(4870, 959, 418),
(4871, 715, 63),
(4872, 63, 715),
(4873, 376, 925),
(4874, 925, 376),
(4875, 873, 634),
(4876, 634, 873),
(4877, 767, 55),
(4878, 55, 767),
(4879, 210, 326),
(4880, 326, 210),
(4881, 78, 268),
(4882, 268, 78),
(4883, 436, 276),
(4884, 276, 436),
(4885, 575, 944),
(4886, 944, 575),
(4887, 786, 479),
(4888, 479, 786),
(4889, 318, 643),
(4890, 643, 318),
(4891, 594, 490),
(4892, 490, 594),
(4893, 244, 922),
(4894, 922, 244),
(4895, 207, 223),
(4896, 223, 207),
(4897, 786, 610),
(4898, 610, 786),
(4899, 783, 177),
(4900, 177, 783),
(4901, 586, 941),
(4902, 941, 586),
(4903, 330, 262),
(4904, 262, 330),
(4905, 38, 744),
(4906, 744, 38),
(4907, 622, 390),
(4908, 390, 622),
(4909, 88, 825),
(4910, 825, 88),
(4911, 869, 575),
(4912, 575, 869),
(4913, 950, 633),
(4914, 633, 950),
(4915, 915, 937),
(4916, 937, 915),
(4917, 67, 600),
(4918, 600, 67),
(4919, 932, 485),
(4920, 485, 932),
(4921, 720, 354),
(4922, 354, 720),
(4923, 413, 7),
(4924, 7, 413),
(4925, 203, 665),
(4926, 665, 203),
(4927, 684, 465),
(4928, 465, 684),
(4929, 633, 516),
(4930, 516, 633),
(4931, 124, 151),
(4932, 151, 124),
(4933, 798, 714),
(4934, 714, 798),
(4935, 290, 17),
(4936, 17, 290),
(4937, 527, 937),
(4938, 937, 527),
(4939, 449, 191),
(4940, 191, 449),
(4941, 810, 202),
(4942, 202, 810),
(4943, 436, 402),
(4944, 402, 436),
(4945, 292, 213),
(4946, 213, 292),
(4947, 314, 652),
(4948, 652, 314),
(4949, 748, 379),
(4950, 379, 748),
(4951, 742, 942),
(4952, 942, 742),
(4953, 280, 817),
(4954, 817, 280),
(4955, 230, 659),
(4956, 659, 230),
(4957, 248, 261),
(4958, 261, 248),
(4959, 87, 13),
(4960, 13, 87),
(4961, 547, 422),
(4962, 422, 547),
(4963, 435, 96),
(4964, 96, 435),
(4965, 407, 998),
(4966, 998, 407),
(4967, 695, 560),
(4968, 560, 695),
(4969, 15, 69),
(4970, 69, 15),
(4971, 527, 521),
(4972, 521, 527),
(4973, 665, 846),
(4974, 846, 665),
(4975, 693, 122),
(4976, 122, 693),
(4977, 727, 642),
(4978, 642, 727),
(4979, 953, 269),
(4980, 269, 953),
(4981, 418, 223),
(4982, 223, 418),
(4983, 536, 844),
(4984, 844, 536),
(4985, 738, 945),
(4986, 945, 738),
(4987, 324, 120),
(4988, 120, 324),
(4989, 111, 679),
(4990, 679, 111),
(4991, 297, 276),
(4992, 276, 297),
(4993, 133, 937),
(4994, 937, 133),
(4995, 131, 105),
(4996, 105, 131),
(4997, 955, 470),
(4998, 470, 955),
(4999, 678, 749),
(5000, 749, 678);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]logs`
--

CREATE TABLE `[[dbprefix]]logs` (
  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ship_id` int(11) NOT NULL DEFAULT '0',
  `type` mediumint(5) NOT NULL DEFAULT '0',
  `time` datetime DEFAULT NULL,
  `data` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `idate` (`ship_id`,`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]messages`
--

CREATE TABLE `[[dbprefix]]messages` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `sender_id` int(11) NOT NULL DEFAULT '0',
  `recp_id` int(11) NOT NULL DEFAULT '0',
  `subject` varchar(250) NOT NULL DEFAULT '',
  `sent` varchar(19) DEFAULT NULL,
  `message` longtext NOT NULL,
  `notified` enum('Y','N') NOT NULL DEFAULT 'N',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]movement_log`
--

CREATE TABLE `[[dbprefix]]movement_log` (
  `event_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ship_id` int(11) NOT NULL DEFAULT '0',
  `sector_id` int(11) DEFAULT '0',
  `time` datetime DEFAULT NULL,
  PRIMARY KEY (`event_id`),
  KEY `ship_id` (`ship_id`),
  KEY `sector_id` (`sector_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]news`
--

CREATE TABLE `[[dbprefix]]news` (
  `news_id` int(11) NOT NULL AUTO_INCREMENT,
  `headline` varchar(100) NOT NULL,
  `newstext` text NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `news_type` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`news_id`),
  UNIQUE KEY `news_id_2` (`news_id`),
  KEY `news_id` (`news_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]news`
--

INSERT INTO `[[dbprefix]]news` VALUES
(1, 'Big Bang!', 'Scientists have just discovered the Universe exists!', NULL, '[[regtime]]', 'col25');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]planets`
--

CREATE TABLE `[[dbprefix]]planets` (
  `planet_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `sector_id` int(10) unsigned NOT NULL DEFAULT '0',
  `name` tinytext,
  `organics` bigint(20) NOT NULL DEFAULT '0',
  `ore` bigint(20) NOT NULL DEFAULT '0',
  `goods` bigint(20) NOT NULL DEFAULT '0',
  `energy` bigint(20) NOT NULL DEFAULT '0',
  `colonists` bigint(20) NOT NULL DEFAULT '0',
  `credits` bigint(20) NOT NULL DEFAULT '0',
  `fighters` bigint(20) NOT NULL DEFAULT '0',
  `torps` bigint(20) NOT NULL DEFAULT '0',
  `owner` int(10) unsigned NOT NULL DEFAULT '0',
  `corp` int(10) unsigned NOT NULL DEFAULT '0',
  `base` enum('Y','N') NOT NULL DEFAULT 'N',
  `sells` enum('Y','N') NOT NULL DEFAULT 'N',
  `prod_organics` int(11) NOT NULL DEFAULT '20',
  `prod_ore` int(11) NOT NULL DEFAULT '0',
  `prod_goods` int(11) NOT NULL DEFAULT '0',
  `prod_energy` int(11) NOT NULL DEFAULT '0',
  `prod_fighters` int(11) NOT NULL DEFAULT '0',
  `prod_torp` int(11) NOT NULL DEFAULT '0',
  `defeated` enum('Y','N') NOT NULL DEFAULT 'N',
  PRIMARY KEY (`planet_id`),
  KEY `owner` (`owner`),
  KEY `corp` (`corp`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=101 ;

--
-- Dumping data for table `[[dbprefix]]planets`
--

INSERT INTO `[[dbprefix]]planets` VALUES
(1, 698, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(2, 510, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(3, 507, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(4, 240, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(5, 467, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(6, 117, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(7, 283, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(8, 659, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(9, 196, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(10, 732, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(11, 633, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(12, 360, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(13, 74, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(14, 937, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(15, 346, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(16, 516, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(17, 277, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(18, 322, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(19, 642, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(20, 562, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(21, 149, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(22, 969, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(23, 901, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(24, 322, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(25, 872, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(26, 720, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(27, 495, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(28, 964, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(29, 361, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(30, 158, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(31, 307, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(32, 140, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(33, 989, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(34, 890, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(35, 937, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(36, 887, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(37, 45, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(38, 767, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(39, 196, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(40, 25, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(41, 240, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(42, 432, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(43, 739, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(44, 989, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(45, 219, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(46, 92, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(47, 824, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(48, 824, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(49, 360, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(50, 128, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(51, 959, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(52, 800, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(53, 708, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(54, 66, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(55, 400, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(56, 775, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(57, 796, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(58, 266, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(59, 327, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(60, 269, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(61, 756, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(62, 687, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(63, 972, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(64, 44, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(65, 84, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(66, 855, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(67, 913, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(68, 517, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(69, 185, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(70, 356, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(71, 516, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(72, 20, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(73, 876, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(74, 547, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(75, 853, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(76, 247, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(77, 675, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(78, 417, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(79, 450, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(80, 942, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(81, 872, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(82, 549, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(83, 219, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(84, 215, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(85, 152, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(86, 756, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(87, 614, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(88, 284, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(89, 338, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(90, 672, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(91, 473, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(92, 161, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(93, 475, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(94, 521, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(95, 181, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(96, 62, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(97, 375, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(98, 571, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(99, 964, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N'),
(100, 190, NULL, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 'N', 'N', 20, 20, 20, 20, 10, 10, 'N');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]scheduler`
--

CREATE TABLE `[[dbprefix]]scheduler` (
  `sched_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `repeate` enum('Y','N') NOT NULL DEFAULT 'N',
  `ticks_left` int(10) unsigned NOT NULL DEFAULT '0',
  `ticks_full` int(10) unsigned NOT NULL DEFAULT '0',
  `spawn` int(10) unsigned NOT NULL DEFAULT '0',
  `sched_file` varchar(30) NOT NULL,
  `extra_info` varchar(50) DEFAULT NULL,
  `last_run` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`sched_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `[[dbprefix]]scheduler`
--

INSERT INTO `[[dbprefix]]scheduler` VALUES
(1, 'Y', 0, 2, 0, 'sched_turns.php', NULL, 1342308090),
(2, 'Y', 0, 2, 0, 'sched_defenses.php', NULL, 1342308090),
(3, 'Y', 0, 2, 0, 'sched_xenobe.php', NULL, 1342308090),
(4, 'Y', 0, 2, 0, 'sched_igb.php', NULL, 1342308090),
(5, 'Y', 0, 15, 0, 'sched_news.php', NULL, 1342308090),
(6, 'Y', 0, 2, 0, 'sched_planets.php', NULL, 1342308090),
(7, 'Y', 0, 1, 0, 'sched_ports.php', NULL, 1342308090),
(8, 'Y', 0, 2, 0, 'sched_tow.php', NULL, 1342308090),
(9, 'Y', 0, 30, 0, 'sched_ranking.php', NULL, 1342308090),
(10, 'Y', 0, 6, 0, 'sched_degrade.php', NULL, 1342308090),
(11, 'Y', 0, 15, 0, 'sched_apocalypse.php', NULL, 1342308090),
(12, 'Y', 0, 1, 0, 'sched_thegovernor.php', NULL, 1342308090);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]sector_defence`
--

CREATE TABLE `[[dbprefix]]sector_defence` (
  `defence_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ship_id` int(11) NOT NULL DEFAULT '0',
  `sector_id` int(10) unsigned NOT NULL DEFAULT '0',
  `defence_type` enum('M','F') NOT NULL DEFAULT 'M',
  `quantity` bigint(20) NOT NULL DEFAULT '0',
  `fm_setting` enum('attack','toll') NOT NULL DEFAULT 'toll',
  PRIMARY KEY (`defence_id`),
  KEY `sector_id` (`sector_id`),
  KEY `ship_id` (`ship_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]sessions`
--

CREATE TABLE `[[dbprefix]]sessions` (
  `SESSKEY` varchar(32) NOT NULL DEFAULT '',
  `EXPIRY` int(11) NOT NULL DEFAULT '0',
  `EXPIREREF` varchar(64) DEFAULT NULL,
  `SESSDATA` longblob NOT NULL,
  PRIMARY KEY (`EXPIRY`),
  KEY `SESSKEY` (`SESSKEY`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]ships`
--

CREATE TABLE `[[dbprefix]]ships` (
  `ship_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ship_name` char(20) DEFAULT NULL,
  `ship_destroyed` enum('Y','N') NOT NULL DEFAULT 'N',
  `character_name` char(20) NOT NULL,
  `password` char(60) NOT NULL,
  `email` char(60) NOT NULL,
  `hull` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `engines` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `power` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `computer` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `sensors` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `beams` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `torp_launchers` tinyint(3) NOT NULL DEFAULT '0',
  `torps` bigint(20) NOT NULL DEFAULT '0',
  `shields` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `armor` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `armor_pts` bigint(20) NOT NULL DEFAULT '0',
  `cloak` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `credits` bigint(20) NOT NULL DEFAULT '0',
  `sector` int(10) unsigned NOT NULL DEFAULT '0',
  `ship_ore` bigint(20) NOT NULL DEFAULT '0',
  `ship_organics` bigint(20) NOT NULL DEFAULT '0',
  `ship_goods` bigint(20) NOT NULL DEFAULT '0',
  `ship_energy` bigint(20) NOT NULL DEFAULT '0',
  `ship_colonists` bigint(20) NOT NULL DEFAULT '0',
  `ship_fighters` bigint(20) NOT NULL DEFAULT '0',
  `ship_damage` smallint(5) NOT NULL DEFAULT '0',
  `turns` smallint(4) NOT NULL DEFAULT '0',
  `on_planet` enum('Y','N') NOT NULL DEFAULT 'N',
  `dev_warpedit` smallint(5) NOT NULL DEFAULT '0',
  `dev_genesis` smallint(5) NOT NULL DEFAULT '0',
  `dev_beacon` smallint(5) NOT NULL DEFAULT '0',
  `dev_emerwarp` smallint(5) NOT NULL DEFAULT '0',
  `dev_escapepod` enum('Y','N') NOT NULL DEFAULT 'N',
  `dev_fuelscoop` enum('Y','N') NOT NULL DEFAULT 'N',
  `dev_minedeflector` bigint(20) NOT NULL DEFAULT '0',
  `turns_used` int(10) unsigned NOT NULL DEFAULT '0',
  `last_login` datetime DEFAULT NULL,
  `rating` int(11) NOT NULL DEFAULT '0',
  `score` int(11) NOT NULL DEFAULT '0',
  `team` int(11) NOT NULL DEFAULT '0',
  `team_invite` int(11) NOT NULL DEFAULT '0',
  `ip_address` tinytext NOT NULL,
  `planet_id` int(10) unsigned NOT NULL DEFAULT '0',
  `preset1` int(11) NOT NULL DEFAULT '0',
  `preset2` int(11) NOT NULL DEFAULT '0',
  `preset3` int(11) NOT NULL DEFAULT '0',
  `trade_colonists` enum('Y','N') NOT NULL DEFAULT 'Y',
  `trade_fighters` enum('Y','N') NOT NULL DEFAULT 'N',
  `trade_torps` enum('Y','N') NOT NULL DEFAULT 'N',
  `trade_energy` enum('Y','N') NOT NULL DEFAULT 'Y',
  `cleared_defences` tinytext,
  `lang` varchar(30) NOT NULL DEFAULT 'english.inc',
  `dev_lssd` enum('Y','N') NOT NULL DEFAULT 'Y',
  PRIMARY KEY (`email`),
  KEY `email` (`email`),
  KEY `sector` (`sector`),
  KEY `ship_destroyed` (`ship_destroyed`),
  KEY `on_planet` (`on_planet`),
  KEY `team` (`team`),
  KEY `ship_id` (`ship_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]ships`
--

INSERT INTO `[[dbprefix]]ships` VALUES
(1, 'Game Admin''s ship', 'N', '[[admin_username]]', '[[admin_pass]]', '[[admin_email]]', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 1000, 0, 0, 0, 0, 100, 0, 10, 0, 1200, 'N', 0, 1, 0, 0, 'N', 'N', 0, 0, '[[regtime]]', 0, 0, 0, 0, '1.1.1.1', 0, 0, 0, 0, 'Y', 'N', 'N', 'Y', ' ', 'english', 'N');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]teams`
--

CREATE TABLE `[[dbprefix]]teams` (
  `id` int(11) NOT NULL DEFAULT '0',
  `creator` int(11) DEFAULT '0',
  `team_name` tinytext,
  `description` tinytext,
  `number_of_members` tinyint(3) NOT NULL DEFAULT '0',
  `admin` enum('Y','N') NOT NULL DEFAULT 'N',
  PRIMARY KEY (`id`),
  KEY `admin` (`admin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]traderoutes`
--

CREATE TABLE `[[dbprefix]]traderoutes` (
  `traderoute_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source_id` int(10) unsigned NOT NULL DEFAULT '0',
  `dest_id` int(10) unsigned NOT NULL DEFAULT '0',
  `source_type` enum('P','L','C','D') NOT NULL DEFAULT 'P',
  `dest_type` enum('P','L','C','D') NOT NULL DEFAULT 'P',
  `move_type` enum('R','W') NOT NULL DEFAULT 'W',
  `owner` int(10) unsigned NOT NULL DEFAULT '0',
  `circuit` enum('1','2') NOT NULL DEFAULT '2',
  PRIMARY KEY (`traderoute_id`),
  KEY `owner` (`owner`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]universe`
--

CREATE TABLE `[[dbprefix]]universe` (
  `sector_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `sector_name` tinytext,
  `zone_id` int(11) NOT NULL DEFAULT '0',
  `port_type` enum('ore','organics','goods','energy','special','none') NOT NULL DEFAULT 'none',
  `port_organics` bigint(20) NOT NULL DEFAULT '0',
  `port_ore` bigint(20) NOT NULL DEFAULT '0',
  `port_goods` bigint(20) NOT NULL DEFAULT '0',
  `port_energy` bigint(20) NOT NULL DEFAULT '0',
  `beacon` tinytext,
  `angle1` float(10,2) NOT NULL DEFAULT '0.00',
  `angle2` float(10,2) NOT NULL DEFAULT '0.00',
  `distance` bigint(20) unsigned NOT NULL DEFAULT '0',
  `fighters` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sector_id`),
  KEY `zone_id` (`zone_id`),
  KEY `port_type` (`port_type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1000 ;

--
-- Dumping data for table `[[dbprefix]]universe`
--

INSERT INTO `[[dbprefix]]universe` VALUES
(0, 'Sol', 2, 'special', 0, 0, 0, 0, 'Sol: Hub of the Universe', 0.00, 0.00, 0, 0),
(1, 'Alpha Centauri', 2, 'energy', 0, 0, 0, 0, 'Alpha Centauri: Gateway to the Galaxy', 0.00, 0.00, 1, 0),
(2, NULL, 2, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 22.00, 84.00, 194, 0),
(3, NULL, 2, 'none', 0, 0, 0, 0, NULL, 12.00, 1.00, 16, 0),
(4, NULL, 2, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 116.00, 1.00, 79, 0),
(5, NULL, 1, 'none', 0, 0, 0, 0, NULL, 87.00, 68.00, 13, 0),
(6, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 10.00, 85, 0),
(7, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 22.00, 10.00, 25, 0),
(8, NULL, 1, 'none', 0, 0, 0, 0, NULL, 146.00, 86.00, 178, 0),
(9, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 35.00, 57.00, 179, 0),
(10, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 131.00, 56.00, 125, 0),
(11, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 25.00, 79.00, 73, 0),
(12, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 147.00, 44.00, 137, 0),
(13, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 96.00, 2.00, 117, 0),
(14, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 172.00, 1.00, 33, 0),
(15, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 41.00, 45, 0),
(16, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 179.00, 11.00, 105, 0),
(17, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 128.00, 0.00, 37, 0),
(18, NULL, 1, 'none', 0, 0, 0, 0, NULL, 138.00, 45.00, 51, 0),
(19, NULL, 1, 'none', 0, 0, 0, 0, NULL, 79.00, 46.00, 22, 0),
(20, NULL, 1, 'none', 0, 0, 0, 0, NULL, 88.00, 32.00, 93, 0),
(21, NULL, 1, 'none', 0, 0, 0, 0, NULL, 114.00, 38.00, 104, 0),
(22, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 44.00, 20.00, 9, 0),
(23, NULL, 1, 'none', 0, 0, 0, 0, NULL, 103.00, 46.00, 200, 0),
(24, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 42.00, 89.00, 64, 0),
(25, NULL, 1, 'none', 0, 0, 0, 0, NULL, 38.00, 38.00, 21, 0),
(26, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 10.00, 33.00, 144, 0),
(27, NULL, 1, 'none', 0, 0, 0, 0, NULL, 93.00, 29.00, 29, 0),
(28, NULL, 1, 'none', 0, 0, 0, 0, NULL, 23.00, 42.00, 153, 0),
(29, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 22.00, 25, 0),
(30, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 113.00, 22.00, 77, 0),
(31, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 56.00, 78, 0),
(32, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 68.00, 17.00, 172, 0),
(33, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 24.00, 145, 0),
(34, NULL, 1, 'none', 0, 0, 0, 0, NULL, 87.00, 21.00, 41, 0),
(35, NULL, 1, 'none', 0, 0, 0, 0, NULL, 85.00, 22.00, 8, 0),
(36, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 168.00, 3.00, 21, 0),
(37, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 60.00, 70, 0),
(38, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 35.00, 57.00, 91, 0),
(39, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 77.00, 44, 0),
(40, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 86.00, 46.00, 26, 0),
(41, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 44.00, 21.00, 140, 0),
(42, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 8.00, 163, 0),
(43, NULL, 1, 'none', 0, 0, 0, 0, NULL, 157.00, 90.00, 92, 0),
(44, NULL, 1, 'none', 0, 0, 0, 0, NULL, 96.00, 34.00, 42, 0),
(45, NULL, 1, 'none', 0, 0, 0, 0, NULL, 122.00, 81.00, 158, 0),
(46, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 32.00, 45.00, 101, 0),
(47, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 89.00, 159, 0),
(48, NULL, 1, 'none', 0, 0, 0, 0, NULL, 162.00, 72.00, 88, 0),
(49, NULL, 1, 'none', 0, 0, 0, 0, NULL, 51.00, 80.00, 178, 0),
(50, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 86.00, 34.00, 26, 0),
(51, NULL, 1, 'none', 0, 0, 0, 0, NULL, 102.00, 43.00, 97, 0),
(52, NULL, 1, 'none', 0, 0, 0, 0, NULL, 116.00, 64.00, 53, 0),
(53, NULL, 1, 'none', 0, 0, 0, 0, NULL, 118.00, 67.00, 40, 0),
(54, NULL, 1, 'none', 0, 0, 0, 0, NULL, 134.00, 41.00, 25, 0),
(55, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 72.00, 58.00, 153, 0),
(56, NULL, 1, 'none', 0, 0, 0, 0, NULL, 14.00, 45.00, 100, 0),
(57, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 137.00, 6.00, 101, 0),
(58, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 32.00, 172, 0),
(59, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 149.00, 40.00, 25, 0),
(60, NULL, 1, 'none', 0, 0, 0, 0, NULL, 138.00, 52.00, 45, 0),
(61, NULL, 1, 'none', 0, 0, 0, 0, NULL, 119.00, 70.00, 101, 0),
(62, NULL, 1, 'none', 0, 0, 0, 0, NULL, 13.00, 76.00, 170, 0),
(63, NULL, 1, 'none', 0, 0, 0, 0, NULL, 97.00, 39.00, 72, 0),
(64, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 24.00, 50.00, 140, 0),
(65, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 44.00, 56, 0),
(66, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 122.00, 60.00, 133, 0),
(67, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 78.00, 62.00, 117, 0),
(68, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 39.00, 13.00, 157, 0),
(69, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 143.00, 31.00, 166, 0),
(70, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 103.00, 42.00, 27, 0),
(71, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 83.00, 168, 0),
(72, NULL, 1, 'none', 0, 0, 0, 0, NULL, 27.00, 63.00, 10, 0),
(73, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 100.00, 45.00, 130, 0),
(74, NULL, 1, 'none', 0, 0, 0, 0, NULL, 124.00, 78.00, 54, 0),
(75, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 36.00, 5.00, 124, 0),
(76, NULL, 1, 'none', 0, 0, 0, 0, NULL, 2.00, 8.00, 188, 0),
(77, NULL, 1, 'none', 0, 0, 0, 0, NULL, 55.00, 79.00, 108, 0),
(78, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 128.00, 21.00, 22, 0),
(79, NULL, 1, 'none', 0, 0, 0, 0, NULL, 12.00, 73.00, 7, 0),
(80, NULL, 1, 'none', 0, 0, 0, 0, NULL, 73.00, 59.00, 174, 0),
(81, NULL, 1, 'none', 0, 0, 0, 0, NULL, 5.00, 69.00, 33, 0),
(82, NULL, 1, 'none', 0, 0, 0, 0, NULL, 103.00, 26.00, 10, 0),
(83, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 113.00, 21.00, 149, 0),
(84, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 177.00, 5.00, 12, 0),
(85, NULL, 1, 'none', 0, 0, 0, 0, NULL, 36.00, 7.00, 126, 0),
(86, NULL, 1, 'none', 0, 0, 0, 0, NULL, 136.00, 40.00, 169, 0),
(87, NULL, 1, 'none', 0, 0, 0, 0, NULL, 120.00, 36.00, 33, 0),
(88, NULL, 1, 'none', 0, 0, 0, 0, NULL, 69.00, 19.00, 17, 0),
(89, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 2.00, 24.00, 100, 0),
(90, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 83.00, 146, 0),
(91, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 47.00, 72.00, 141, 0),
(92, NULL, 1, 'none', 0, 0, 0, 0, NULL, 44.00, 36.00, 70, 0),
(93, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 180.00, 75.00, 22, 0),
(94, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 102.00, 4.00, 117, 0),
(95, NULL, 1, 'none', 0, 0, 0, 0, NULL, 0.00, 34.00, 152, 0),
(96, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 83.00, 22.00, 121, 0),
(97, NULL, 1, 'none', 0, 0, 0, 0, NULL, 20.00, 56.00, 175, 0),
(98, NULL, 1, 'none', 0, 0, 0, 0, NULL, 86.00, 17.00, 160, 0),
(99, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 115.00, 46.00, 47, 0),
(100, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 42.00, 34.00, 49, 0),
(101, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 55.00, 171, 0),
(102, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 103.00, 78.00, 76, 0),
(103, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 156.00, 45.00, 28, 0),
(104, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 37.00, 54, 0),
(105, NULL, 1, 'none', 0, 0, 0, 0, NULL, 114.00, 81.00, 79, 0),
(106, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 147.00, 35.00, 15, 0),
(107, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 179.00, 62.00, 176, 0),
(108, NULL, 1, 'none', 0, 0, 0, 0, NULL, 166.00, 10.00, 19, 0),
(109, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 159.00, 49.00, 72, 0),
(110, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 151.00, 74.00, 106, 0),
(111, NULL, 1, 'none', 0, 0, 0, 0, NULL, 162.00, 5.00, 134, 0),
(112, NULL, 1, 'none', 0, 0, 0, 0, NULL, 140.00, 77.00, 131, 0),
(113, NULL, 1, 'none', 0, 0, 0, 0, NULL, 114.00, 8.00, 52, 0),
(114, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 142.00, 82.00, 197, 0),
(115, NULL, 1, 'none', 0, 0, 0, 0, NULL, 177.00, 63.00, 56, 0),
(116, NULL, 1, 'none', 0, 0, 0, 0, NULL, 158.00, 32.00, 116, 0),
(117, NULL, 1, 'none', 0, 0, 0, 0, NULL, 151.00, 54.00, 73, 0),
(118, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 58.00, 10.00, 91, 0),
(119, NULL, 1, 'none', 0, 0, 0, 0, NULL, 121.00, 43.00, 101, 0),
(120, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 144.00, 54.00, 104, 0),
(121, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 45.00, 23.00, 93, 0),
(122, NULL, 1, 'none', 0, 0, 0, 0, NULL, 71.00, 20.00, 151, 0),
(123, NULL, 1, 'none', 0, 0, 0, 0, NULL, 142.00, 66.00, 11, 0),
(124, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 25.00, 77.00, 117, 0),
(125, NULL, 1, 'none', 0, 0, 0, 0, NULL, 75.00, 16.00, 63, 0),
(126, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 173.00, 65.00, 134, 0),
(127, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 84.00, 28.00, 108, 0),
(128, NULL, 1, 'none', 0, 0, 0, 0, NULL, 120.00, 13.00, 185, 0),
(129, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 45.00, 61.00, 48, 0),
(130, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 26.00, 45.00, 137, 0),
(131, NULL, 1, 'none', 0, 0, 0, 0, NULL, 39.00, 2.00, 26, 0),
(132, NULL, 1, 'none', 0, 0, 0, 0, NULL, 27.00, 76.00, 54, 0),
(133, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 19.00, 121, 0),
(134, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 82.00, 50.00, 116, 0),
(135, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 87.00, 20.00, 113, 0),
(136, NULL, 1, 'none', 0, 0, 0, 0, NULL, 144.00, 13.00, 37, 0),
(137, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 124.00, 29.00, 27, 0),
(138, NULL, 1, 'none', 0, 0, 0, 0, NULL, 35.00, 52.00, 75, 0),
(139, NULL, 1, 'none', 0, 0, 0, 0, NULL, 109.00, 71.00, 65, 0),
(140, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 97.00, 27.00, 26, 0),
(141, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 83.00, 62.00, 141, 0),
(142, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 65.00, 120, 0),
(143, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 113.00, 70.00, 3, 0),
(144, NULL, 1, 'none', 0, 0, 0, 0, NULL, 168.00, 26.00, 89, 0),
(145, NULL, 1, 'none', 0, 0, 0, 0, NULL, 81.00, 22.00, 190, 0),
(146, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 87.00, 105, 0),
(147, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 164.00, 88.00, 177, 0),
(148, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 0.00, 88.00, 76, 0),
(149, NULL, 1, 'none', 0, 0, 0, 0, NULL, 112.00, 87.00, 194, 0),
(150, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 49.00, 57.00, 25, 0),
(151, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 175.00, 80.00, 40, 0),
(152, NULL, 1, 'none', 0, 0, 0, 0, NULL, 19.00, 83.00, 91, 0),
(153, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 15.00, 21.00, 172, 0),
(154, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 95.00, 39.00, 30, 0),
(155, NULL, 1, 'none', 0, 0, 0, 0, NULL, 121.00, 74.00, 161, 0),
(156, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 127.00, 29.00, 88, 0),
(157, NULL, 1, 'none', 0, 0, 0, 0, NULL, 175.00, 60.00, 134, 0),
(158, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 125.00, 53.00, 45, 0),
(159, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 78.00, 76.00, 76, 0),
(160, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 121.00, 37.00, 15, 0),
(161, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 129.00, 72.00, 90, 0),
(162, NULL, 1, 'none', 0, 0, 0, 0, NULL, 32.00, 29.00, 16, 0),
(163, NULL, 1, 'none', 0, 0, 0, 0, NULL, 118.00, 83.00, 165, 0),
(164, NULL, 1, 'none', 0, 0, 0, 0, NULL, 15.00, 58.00, 99, 0),
(165, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 8.00, 31.00, 44, 0),
(166, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 26.00, 57.00, 176, 0),
(167, NULL, 1, 'none', 0, 0, 0, 0, NULL, 16.00, 31.00, 118, 0),
(168, NULL, 1, 'none', 0, 0, 0, 0, NULL, 175.00, 7.00, 128, 0),
(169, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 147.00, 51.00, 35, 0),
(170, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 137.00, 65.00, 107, 0),
(171, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 60.00, 168, 0),
(172, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 173.00, 25.00, 88, 0),
(173, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 93.00, 22.00, 5, 0),
(174, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 126.00, 2.00, 110, 0),
(175, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 69.00, 56.00, 138, 0),
(176, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 137.00, 50.00, 122, 0),
(177, NULL, 1, 'none', 0, 0, 0, 0, NULL, 27.00, 85.00, 141, 0),
(178, NULL, 1, 'none', 0, 0, 0, 0, NULL, 128.00, 10.00, 88, 0),
(179, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 142.00, 45.00, 40, 0),
(180, NULL, 1, 'none', 0, 0, 0, 0, NULL, 8.00, 68.00, 125, 0),
(181, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 144.00, 67.00, 8, 0),
(182, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 9.00, 43.00, 200, 0),
(183, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 35.00, 75, 0),
(184, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 92.00, 17.00, 154, 0),
(185, NULL, 1, 'none', 0, 0, 0, 0, NULL, 45.00, 65.00, 126, 0),
(186, NULL, 1, 'none', 0, 0, 0, 0, NULL, 36.00, 2.00, 44, 0),
(187, NULL, 1, 'none', 0, 0, 0, 0, NULL, 159.00, 23.00, 39, 0),
(188, NULL, 1, 'none', 0, 0, 0, 0, NULL, 164.00, 14.00, 21, 0),
(189, NULL, 1, 'none', 0, 0, 0, 0, NULL, 37.00, 55.00, 197, 0),
(190, NULL, 1, 'none', 0, 0, 0, 0, NULL, 112.00, 15.00, 69, 0),
(191, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 26.00, 12.00, 141, 0),
(192, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 92.00, 28.00, 75, 0),
(193, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 0.00, 34, 0),
(194, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 164.00, 79.00, 80, 0),
(195, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 102.00, 56.00, 41, 0),
(196, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 60.00, 63.00, 142, 0),
(197, NULL, 1, 'none', 0, 0, 0, 0, NULL, 21.00, 61.00, 164, 0),
(198, NULL, 1, 'none', 0, 0, 0, 0, NULL, 90.00, 49.00, 23, 0),
(199, NULL, 1, 'none', 0, 0, 0, 0, NULL, 128.00, 66.00, 23, 0),
(200, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 46.00, 19.00, 65, 0),
(201, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 104.00, 82.00, 70, 0),
(202, NULL, 1, 'none', 0, 0, 0, 0, NULL, 164.00, 25.00, 139, 0),
(203, NULL, 1, 'none', 0, 0, 0, 0, NULL, 64.00, 40.00, 24, 0),
(204, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 10.00, 177, 0),
(205, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 118.00, 85.00, 10, 0),
(206, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 134.00, 68.00, 22, 0),
(207, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 12.00, 0.00, 151, 0),
(208, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 23.00, 56.00, 196, 0),
(209, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 148.00, 6.00, 111, 0),
(210, NULL, 1, 'none', 0, 0, 0, 0, NULL, 87.00, 68.00, 172, 0),
(211, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 8.00, 24.00, 192, 0),
(212, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 67.00, 82.00, 83, 0),
(213, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 84.00, 34.00, 120, 0),
(214, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 4.00, 1.00, 55, 0),
(215, NULL, 1, 'none', 0, 0, 0, 0, NULL, 52.00, 80.00, 141, 0),
(216, NULL, 1, 'none', 0, 0, 0, 0, NULL, 81.00, 8.00, 192, 0),
(217, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 34.00, 33.00, 136, 0),
(218, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 7.00, 57, 0),
(219, NULL, 1, 'none', 0, 0, 0, 0, NULL, 40.00, 45.00, 128, 0),
(220, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 55.00, 51, 0),
(221, NULL, 1, 'none', 0, 0, 0, 0, NULL, 79.00, 3.00, 38, 0),
(222, NULL, 1, 'none', 0, 0, 0, 0, NULL, 40.00, 49.00, 25, 0),
(223, NULL, 1, 'none', 0, 0, 0, 0, NULL, 54.00, 17.00, 7, 0),
(224, NULL, 1, 'none', 0, 0, 0, 0, NULL, 134.00, 7.00, 41, 0),
(225, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 71.00, 66, 0),
(226, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 97.00, 82.00, 144, 0),
(227, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 177.00, 50.00, 25, 0),
(228, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 43.00, 117, 0),
(229, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 54.00, 87.00, 149, 0),
(230, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 50.00, 90, 0),
(231, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 140.00, 3.00, 30, 0),
(232, NULL, 1, 'none', 0, 0, 0, 0, NULL, 11.00, 23.00, 91, 0),
(233, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 15.00, 28.00, 90, 0),
(234, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 166.00, 30.00, 89, 0),
(235, NULL, 1, 'none', 0, 0, 0, 0, NULL, 84.00, 10.00, 99, 0),
(236, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 157.00, 15.00, 10, 0),
(237, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 166.00, 35.00, 96, 0),
(238, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 141.00, 43.00, 173, 0),
(239, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 81.00, 78.00, 32, 0),
(240, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 75.00, 179, 0),
(241, NULL, 1, 'none', 0, 0, 0, 0, NULL, 82.00, 67.00, 119, 0),
(242, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 91.00, 36.00, 122, 0),
(243, NULL, 1, 'none', 0, 0, 0, 0, NULL, 26.00, 81.00, 48, 0),
(244, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 136.00, 84.00, 112, 0),
(245, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 0.00, 1.00, 94, 0),
(246, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 75.00, 32.00, 107, 0),
(247, NULL, 1, 'none', 0, 0, 0, 0, NULL, 151.00, 41.00, 12, 0),
(248, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 61.00, 74.00, 24, 0),
(249, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 91.00, 4.00, 195, 0),
(250, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 91.00, 45.00, 28, 0),
(251, NULL, 3, 'special', 0, 0, 0, 0, NULL, 14.00, 0.00, 87, 0),
(252, NULL, 1, 'none', 0, 0, 0, 0, NULL, 92.00, 6.00, 191, 0),
(253, NULL, 1, 'none', 0, 0, 0, 0, NULL, 97.00, 68.00, 78, 0),
(254, NULL, 1, 'none', 0, 0, 0, 0, NULL, 170.00, 51.00, 44, 0),
(255, NULL, 1, 'none', 0, 0, 0, 0, NULL, 161.00, 75.00, 143, 0),
(256, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 34.00, 16.00, 96, 0),
(257, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 62.00, 46.00, 105, 0),
(258, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 152.00, 35.00, 73, 0),
(259, NULL, 1, 'none', 0, 0, 0, 0, NULL, 101.00, 86.00, 29, 0),
(260, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 67.00, 12.00, 85, 0),
(261, NULL, 1, 'none', 0, 0, 0, 0, NULL, 102.00, 38.00, 143, 0),
(262, NULL, 1, 'none', 0, 0, 0, 0, NULL, 41.00, 8.00, 200, 0),
(263, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 172.00, 70.00, 62, 0),
(264, NULL, 1, 'none', 0, 0, 0, 0, NULL, 34.00, 42.00, 113, 0),
(265, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 61.00, 159, 0),
(266, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 150.00, 22.00, 116, 0),
(267, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 52.00, 15.00, 103, 0),
(268, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 15.00, 46.00, 70, 0),
(269, NULL, 1, 'none', 0, 0, 0, 0, NULL, 4.00, 41.00, 75, 0),
(270, NULL, 1, 'none', 0, 0, 0, 0, NULL, 28.00, 7.00, 120, 0),
(271, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 138.00, 71.00, 20, 0),
(272, NULL, 1, 'none', 0, 0, 0, 0, NULL, 112.00, 39.00, 154, 0),
(273, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 138.00, 61.00, 57, 0),
(274, NULL, 1, 'none', 0, 0, 0, 0, NULL, 32.00, 35.00, 46, 0),
(275, NULL, 1, 'none', 0, 0, 0, 0, NULL, 94.00, 88.00, 176, 0),
(276, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 79.00, 89.00, 73, 0),
(277, NULL, 1, 'none', 0, 0, 0, 0, NULL, 121.00, 40.00, 172, 0),
(278, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 46.00, 196, 0),
(279, NULL, 1, 'none', 0, 0, 0, 0, NULL, 180.00, 37.00, 101, 0),
(280, NULL, 1, 'none', 0, 0, 0, 0, NULL, 57.00, 48.00, 51, 0),
(281, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 57.00, 76, 0),
(282, NULL, 1, 'none', 0, 0, 0, 0, NULL, 58.00, 38.00, 159, 0),
(283, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 5.00, 32.00, 25, 0),
(284, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 85.00, 0.00, 20, 0),
(285, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 117.00, 65.00, 64, 0),
(286, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 118.00, 30.00, 199, 0),
(287, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 88.00, 170, 0),
(288, NULL, 1, 'none', 0, 0, 0, 0, NULL, 141.00, 66.00, 71, 0),
(289, NULL, 1, 'none', 0, 0, 0, 0, NULL, 124.00, 16.00, 148, 0),
(290, NULL, 1, 'none', 0, 0, 0, 0, NULL, 172.00, 4.00, 97, 0),
(291, NULL, 1, 'none', 0, 0, 0, 0, NULL, 125.00, 50.00, 42, 0),
(292, NULL, 1, 'none', 0, 0, 0, 0, NULL, 130.00, 72.00, 76, 0),
(293, NULL, 1, 'none', 0, 0, 0, 0, NULL, 146.00, 29.00, 29, 0),
(294, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 126.00, 90.00, 22, 0),
(295, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 125.00, 38.00, 65, 0),
(296, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 18.00, 62.00, 94, 0),
(297, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 25.00, 76.00, 90, 0),
(298, NULL, 1, 'none', 0, 0, 0, 0, NULL, 98.00, 31.00, 77, 0),
(299, NULL, 1, 'none', 0, 0, 0, 0, NULL, 77.00, 7.00, 124, 0),
(300, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 97.00, 37.00, 192, 0),
(301, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 167.00, 5.00, 25, 0),
(302, NULL, 1, 'none', 0, 0, 0, 0, NULL, 140.00, 90.00, 3, 0),
(303, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 178.00, 15.00, 149, 0),
(304, NULL, 1, 'none', 0, 0, 0, 0, NULL, 125.00, 20.00, 55, 0),
(305, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 99.00, 38.00, 106, 0),
(306, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 178.00, 73.00, 52, 0),
(307, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 30.00, 67.00, 158, 0),
(308, NULL, 1, 'none', 0, 0, 0, 0, NULL, 45.00, 38.00, 159, 0),
(309, NULL, 3, 'special', 0, 0, 0, 0, NULL, 177.00, 11.00, 42, 0),
(310, NULL, 1, 'none', 0, 0, 0, 0, NULL, 11.00, 49.00, 116, 0),
(311, NULL, 1, 'none', 0, 0, 0, 0, NULL, 14.00, 13.00, 69, 0),
(312, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 49.00, 46.00, 126, 0),
(313, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 179.00, 62.00, 195, 0),
(314, NULL, 1, 'none', 0, 0, 0, 0, NULL, 82.00, 22.00, 190, 0),
(315, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 122.00, 46.00, 107, 0),
(316, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 77.00, 90.00, 80, 0),
(317, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 162.00, 50.00, 63, 0),
(318, NULL, 1, 'none', 0, 0, 0, 0, NULL, 117.00, 12.00, 168, 0),
(319, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 68.00, 195, 0),
(320, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 149.00, 61.00, 117, 0),
(321, NULL, 1, 'none', 0, 0, 0, 0, NULL, 117.00, 6.00, 121, 0),
(322, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 51.00, 53.00, 103, 0),
(323, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 25.00, 89.00, 191, 0),
(324, NULL, 1, 'none', 0, 0, 0, 0, NULL, 34.00, 41.00, 139, 0),
(325, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 11.00, 59.00, 188, 0),
(326, NULL, 1, 'none', 0, 0, 0, 0, NULL, 94.00, 17.00, 42, 0),
(327, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 45.00, 161, 0),
(328, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 32.00, 49.00, 184, 0),
(329, NULL, 1, 'none', 0, 0, 0, 0, NULL, 139.00, 73.00, 78, 0),
(330, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 27.00, 72.00, 24, 0),
(331, NULL, 1, 'none', 0, 0, 0, 0, NULL, 73.00, 31.00, 45, 0),
(332, NULL, 1, 'none', 0, 0, 0, 0, NULL, 13.00, 32.00, 180, 0),
(333, NULL, 1, 'none', 0, 0, 0, 0, NULL, 164.00, 36.00, 34, 0),
(334, NULL, 1, 'none', 0, 0, 0, 0, NULL, 26.00, 74.00, 99, 0),
(335, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 149.00, 5.00, 167, 0),
(336, NULL, 3, 'special', 0, 0, 0, 0, NULL, 83.00, 47.00, 39, 0),
(337, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 163.00, 15.00, 139, 0),
(338, NULL, 1, 'none', 0, 0, 0, 0, NULL, 50.00, 13.00, 125, 0),
(339, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 177.00, 8.00, 57, 0),
(340, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 151.00, 54.00, 49, 0),
(341, NULL, 1, 'none', 0, 0, 0, 0, NULL, 150.00, 15.00, 8, 0),
(342, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 45.00, 155, 0),
(343, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 13.00, 55.00, 122, 0),
(344, NULL, 1, 'none', 0, 0, 0, 0, NULL, 146.00, 2.00, 200, 0),
(345, NULL, 1, 'none', 0, 0, 0, 0, NULL, 9.00, 89.00, 24, 0),
(346, NULL, 1, 'none', 0, 0, 0, 0, NULL, 61.00, 39.00, 40, 0),
(347, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 113.00, 55.00, 182, 0),
(348, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 168.00, 16.00, 125, 0),
(349, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 27.00, 67.00, 134, 0),
(350, NULL, 1, 'none', 0, 0, 0, 0, NULL, 104.00, 80.00, 200, 0),
(351, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 113.00, 89.00, 73, 0),
(352, NULL, 1, 'none', 0, 0, 0, 0, NULL, 139.00, 62.00, 192, 0),
(353, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 17.00, 33, 0),
(354, NULL, 1, 'none', 0, 0, 0, 0, NULL, 52.00, 75.00, 99, 0),
(355, NULL, 1, 'none', 0, 0, 0, 0, NULL, 118.00, 12.00, 164, 0),
(356, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 142.00, 21.00, 17, 0),
(357, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 87.00, 88, 0),
(358, NULL, 1, 'none', 0, 0, 0, 0, NULL, 2.00, 11.00, 61, 0),
(359, NULL, 1, 'none', 0, 0, 0, 0, NULL, 159.00, 62.00, 160, 0),
(360, NULL, 1, 'none', 0, 0, 0, 0, NULL, 93.00, 47.00, 107, 0),
(361, NULL, 1, 'none', 0, 0, 0, 0, NULL, 59.00, 70.00, 18, 0),
(362, NULL, 1, 'none', 0, 0, 0, 0, NULL, 155.00, 12.00, 154, 0),
(363, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 7.00, 112, 0),
(364, NULL, 1, 'none', 0, 0, 0, 0, NULL, 106.00, 42.00, 176, 0),
(365, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 77.00, 14.00, 129, 0),
(366, NULL, 1, 'none', 0, 0, 0, 0, NULL, 150.00, 87.00, 24, 0),
(367, NULL, 1, 'none', 0, 0, 0, 0, NULL, 111.00, 29.00, 39, 0),
(368, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 56.00, 15, 0),
(369, NULL, 1, 'none', 0, 0, 0, 0, NULL, 123.00, 82.00, 196, 0),
(370, NULL, 1, 'none', 0, 0, 0, 0, NULL, 114.00, 67.00, 144, 0),
(371, NULL, 1, 'none', 0, 0, 0, 0, NULL, 113.00, 8.00, 195, 0),
(372, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 40.00, 146, 0),
(373, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 40.00, 35.00, 174, 0),
(374, NULL, 1, 'none', 0, 0, 0, 0, NULL, 79.00, 37.00, 121, 0),
(375, NULL, 1, 'none', 0, 0, 0, 0, NULL, 82.00, 17.00, 45, 0),
(376, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 158.00, 68.00, 60, 0),
(377, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 111.00, 4.00, 87, 0),
(378, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 76.00, 68.00, 10, 0),
(379, NULL, 3, 'special', 0, 0, 0, 0, NULL, 158.00, 54.00, 15, 0),
(380, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 40.00, 37.00, 91, 0),
(381, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 66.00, 187, 0),
(382, NULL, 1, 'none', 0, 0, 0, 0, NULL, 130.00, 41.00, 53, 0),
(383, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 176.00, 21.00, 108, 0),
(384, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 2.00, 48.00, 164, 0),
(385, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 12.00, 0.00, 175, 0),
(386, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 0.00, 27, 0),
(387, NULL, 3, 'special', 0, 0, 0, 0, NULL, 47.00, 66.00, 117, 0),
(388, NULL, 1, 'none', 0, 0, 0, 0, NULL, 45.00, 88.00, 36, 0),
(389, NULL, 1, 'none', 0, 0, 0, 0, NULL, 168.00, 65.00, 162, 0),
(390, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 128.00, 52.00, 35, 0),
(391, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 48.00, 190, 0),
(392, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 126.00, 2.00, 123, 0),
(393, NULL, 1, 'none', 0, 0, 0, 0, NULL, 53.00, 12.00, 21, 0),
(394, NULL, 1, 'none', 0, 0, 0, 0, NULL, 72.00, 35.00, 6, 0),
(395, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 176.00, 21.00, 40, 0),
(396, NULL, 1, 'none', 0, 0, 0, 0, NULL, 4.00, 65.00, 94, 0),
(397, NULL, 1, 'none', 0, 0, 0, 0, NULL, 25.00, 45.00, 157, 0),
(398, NULL, 1, 'none', 0, 0, 0, 0, NULL, 142.00, 64.00, 155, 0),
(399, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 59.00, 28.00, 73, 0),
(400, NULL, 1, 'none', 0, 0, 0, 0, NULL, 71.00, 36.00, 47, 0),
(401, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 0.00, 43.00, 65, 0),
(402, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 119.00, 19.00, 41, 0),
(403, NULL, 1, 'none', 0, 0, 0, 0, NULL, 59.00, 7.00, 17, 0),
(404, NULL, 1, 'none', 0, 0, 0, 0, NULL, 178.00, 74.00, 108, 0),
(405, NULL, 1, 'none', 0, 0, 0, 0, NULL, 147.00, 85.00, 32, 0),
(406, NULL, 1, 'none', 0, 0, 0, 0, NULL, 84.00, 7.00, 121, 0),
(407, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 117.00, 58.00, 152, 0),
(408, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 2.00, 84.00, 77, 0),
(409, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 1.00, 55.00, 107, 0),
(410, NULL, 1, 'none', 0, 0, 0, 0, NULL, 6.00, 58.00, 148, 0),
(411, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 67.00, 32.00, 160, 0),
(412, NULL, 1, 'none', 0, 0, 0, 0, NULL, 11.00, 60.00, 9, 0),
(413, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 132.00, 70.00, 107, 0),
(414, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 34.00, 34.00, 185, 0),
(415, NULL, 1, 'none', 0, 0, 0, 0, NULL, 145.00, 77.00, 95, 0),
(416, NULL, 1, 'none', 0, 0, 0, 0, NULL, 30.00, 14.00, 137, 0),
(417, NULL, 1, 'none', 0, 0, 0, 0, NULL, 150.00, 26.00, 119, 0),
(418, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 30.00, 133, 0),
(419, NULL, 1, 'none', 0, 0, 0, 0, NULL, 74.00, 7.00, 38, 0),
(420, NULL, 1, 'none', 0, 0, 0, 0, NULL, 145.00, 75.00, 98, 0),
(421, NULL, 1, 'none', 0, 0, 0, 0, NULL, 10.00, 0.00, 21, 0),
(422, NULL, 1, 'none', 0, 0, 0, 0, NULL, 140.00, 42.00, 24, 0),
(423, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 40.00, 26.00, 29, 0),
(424, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 53.00, 36.00, 25, 0),
(425, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 15.00, 11.00, 193, 0),
(426, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 49.00, 200, 0),
(427, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 63.00, 26.00, 59, 0),
(428, NULL, 1, 'none', 0, 0, 0, 0, NULL, 114.00, 54.00, 189, 0),
(429, NULL, 1, 'none', 0, 0, 0, 0, NULL, 97.00, 8.00, 119, 0),
(430, NULL, 1, 'none', 0, 0, 0, 0, NULL, 78.00, 26.00, 12, 0),
(431, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 62.00, 24, 0),
(432, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 91.00, 32.00, 164, 0),
(433, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 122.00, 19.00, 194, 0),
(434, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 66.00, 8.00, 138, 0),
(435, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 127.00, 61.00, 65, 0),
(436, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 46.00, 9.00, 45, 0),
(437, NULL, 1, 'none', 0, 0, 0, 0, NULL, 147.00, 10.00, 37, 0),
(438, NULL, 1, 'none', 0, 0, 0, 0, NULL, 173.00, 89.00, 45, 0),
(439, NULL, 1, 'none', 0, 0, 0, 0, NULL, 87.00, 71.00, 148, 0),
(440, NULL, 1, 'none', 0, 0, 0, 0, NULL, 8.00, 90.00, 143, 0),
(441, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 104.00, 14.00, 144, 0),
(442, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 171.00, 22.00, 127, 0),
(443, NULL, 1, 'none', 0, 0, 0, 0, NULL, 22.00, 15.00, 3, 0),
(444, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 33.00, 42.00, 100, 0),
(445, NULL, 1, 'none', 0, 0, 0, 0, NULL, 44.00, 26.00, 174, 0),
(446, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 41.00, 4, 0),
(447, NULL, 1, 'none', 0, 0, 0, 0, NULL, 49.00, 10.00, 22, 0),
(448, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 97.00, 79.00, 100, 0),
(449, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 148.00, 14.00, 147, 0),
(450, NULL, 1, 'none', 0, 0, 0, 0, NULL, 139.00, 37.00, 152, 0),
(451, NULL, 1, 'none', 0, 0, 0, 0, NULL, 91.00, 63.00, 113, 0),
(452, NULL, 1, 'none', 0, 0, 0, 0, NULL, 80.00, 63.00, 128, 0),
(453, NULL, 1, 'none', 0, 0, 0, 0, NULL, 160.00, 48.00, 199, 0),
(454, NULL, 1, 'none', 0, 0, 0, 0, NULL, 90.00, 6.00, 7, 0),
(455, NULL, 1, 'none', 0, 0, 0, 0, NULL, 78.00, 61.00, 176, 0),
(456, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 147.00, 71.00, 199, 0),
(457, NULL, 1, 'none', 0, 0, 0, 0, NULL, 81.00, 48.00, 155, 0),
(458, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 6.00, 24.00, 173, 0),
(459, NULL, 1, 'none', 0, 0, 0, 0, NULL, 34.00, 76.00, 199, 0),
(460, NULL, 1, 'none', 0, 0, 0, 0, NULL, 120.00, 6.00, 42, 0),
(461, NULL, 1, 'none', 0, 0, 0, 0, NULL, 82.00, 38.00, 120, 0),
(462, NULL, 1, 'none', 0, 0, 0, 0, NULL, 36.00, 76.00, 128, 0),
(463, NULL, 1, 'none', 0, 0, 0, 0, NULL, 77.00, 46.00, 68, 0),
(464, NULL, 1, 'none', 0, 0, 0, 0, NULL, 27.00, 23.00, 27, 0),
(465, NULL, 1, 'none', 0, 0, 0, 0, NULL, 46.00, 13.00, 200, 0),
(466, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 15.00, 57.00, 112, 0),
(467, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 67.00, 10.00, 123, 0),
(468, NULL, 1, 'none', 0, 0, 0, 0, NULL, 104.00, 32.00, 200, 0),
(469, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 27.00, 54.00, 41, 0),
(470, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 56.00, 28, 0),
(471, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 11.00, 192, 0),
(472, NULL, 1, 'none', 0, 0, 0, 0, NULL, 9.00, 75.00, 73, 0),
(473, NULL, 1, 'none', 0, 0, 0, 0, NULL, 97.00, 65.00, 122, 0),
(474, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 137.00, 39.00, 159, 0),
(475, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 106.00, 54.00, 71, 0),
(476, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 120.00, 87.00, 148, 0),
(477, NULL, 1, 'none', 0, 0, 0, 0, NULL, 41.00, 64.00, 57, 0),
(478, NULL, 1, 'none', 0, 0, 0, 0, NULL, 32.00, 40.00, 155, 0),
(479, NULL, 1, 'none', 0, 0, 0, 0, NULL, 64.00, 11.00, 27, 0),
(480, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 89.00, 0.00, 151, 0),
(481, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 162.00, 71.00, 58, 0),
(482, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 38.00, 70.00, 120, 0),
(483, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 34.00, 83.00, 177, 0),
(484, NULL, 1, 'none', 0, 0, 0, 0, NULL, 98.00, 35.00, 199, 0),
(485, NULL, 1, 'none', 0, 0, 0, 0, NULL, 166.00, 28.00, 1, 0),
(486, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 103.00, 30.00, 172, 0),
(487, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 0.00, 27.00, 128, 0),
(488, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 79.00, 199, 0),
(489, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 160.00, 25.00, 37, 0),
(490, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 12.00, 23.00, 9, 0),
(491, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 44.00, 182, 0),
(492, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 52.00, 29.00, 184, 0),
(493, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 21.00, 51, 0),
(494, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 112.00, 34.00, 121, 0),
(495, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 162.00, 24.00, 65, 0),
(496, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 156.00, 38.00, 174, 0),
(497, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 96.00, 82.00, 133, 0),
(498, NULL, 1, 'none', 0, 0, 0, 0, NULL, 41.00, 12.00, 183, 0),
(499, NULL, 1, 'none', 0, 0, 0, 0, NULL, 108.00, 70.00, 15, 0),
(500, NULL, 1, 'none', 0, 0, 0, 0, NULL, 67.00, 67.00, 198, 0),
(501, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 31.00, 46, 0),
(502, NULL, 1, 'none', 0, 0, 0, 0, NULL, 1.00, 11.00, 121, 0),
(503, NULL, 1, 'none', 0, 0, 0, 0, NULL, 61.00, 31.00, 53, 0),
(504, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 67.00, 54, 0),
(505, NULL, 1, 'none', 0, 0, 0, 0, NULL, 141.00, 86.00, 187, 0),
(506, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 4.00, 61, 0),
(507, NULL, 1, 'none', 0, 0, 0, 0, NULL, 73.00, 2.00, 73, 0),
(508, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 13.00, 10.00, 32, 0),
(509, NULL, 1, 'none', 0, 0, 0, 0, NULL, 98.00, 76.00, 191, 0),
(510, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 70.00, 86, 0),
(511, NULL, 1, 'none', 0, 0, 0, 0, NULL, 53.00, 43.00, 4, 0),
(512, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 101.00, 30.00, 51, 0),
(513, NULL, 1, 'none', 0, 0, 0, 0, NULL, 138.00, 75.00, 136, 0),
(514, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 172.00, 48.00, 199, 0),
(515, NULL, 1, 'none', 0, 0, 0, 0, NULL, 117.00, 40.00, 99, 0),
(516, NULL, 1, 'none', 0, 0, 0, 0, NULL, 48.00, 67.00, 126, 0),
(517, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 75.00, 98, 0),
(518, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 53.00, 30.00, 169, 0),
(519, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 70.00, 30, 0),
(520, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 43.00, 56.00, 163, 0),
(521, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 139.00, 61.00, 130, 0),
(522, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 176.00, 26.00, 119, 0),
(523, NULL, 1, 'none', 0, 0, 0, 0, NULL, 112.00, 69.00, 158, 0),
(524, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 175.00, 71.00, 102, 0),
(525, NULL, 1, 'none', 0, 0, 0, 0, NULL, 129.00, 88.00, 51, 0),
(526, NULL, 1, 'none', 0, 0, 0, 0, NULL, 67.00, 43.00, 178, 0),
(527, NULL, 1, 'none', 0, 0, 0, 0, NULL, 6.00, 90.00, 81, 0),
(528, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 59.00, 124, 0),
(529, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 140.00, 61.00, 80, 0),
(530, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 53.00, 18.00, 111, 0),
(531, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 62.00, 5.00, 64, 0),
(532, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 91.00, 43.00, 48, 0),
(533, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 13.00, 35, 0),
(534, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 17.00, 90.00, 44, 0),
(535, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 70.00, 81.00, 63, 0),
(536, NULL, 1, 'none', 0, 0, 0, 0, NULL, 105.00, 59.00, 181, 0),
(537, NULL, 1, 'none', 0, 0, 0, 0, NULL, 45.00, 56.00, 77, 0),
(538, NULL, 1, 'none', 0, 0, 0, 0, NULL, 177.00, 86.00, 137, 0),
(539, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 64.00, 72, 0),
(540, NULL, 1, 'none', 0, 0, 0, 0, NULL, 168.00, 24.00, 110, 0),
(541, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 46.00, 168, 0),
(542, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 167.00, 23.00, 39, 0),
(543, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 41.00, 82.00, 138, 0),
(544, NULL, 1, 'none', 0, 0, 0, 0, NULL, 16.00, 45.00, 23, 0),
(545, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 17.00, 88, 0),
(546, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 63.00, 49.00, 16, 0),
(547, NULL, 1, 'none', 0, 0, 0, 0, NULL, 108.00, 33.00, 133, 0),
(548, NULL, 1, 'none', 0, 0, 0, 0, NULL, 132.00, 8.00, 50, 0),
(549, NULL, 1, 'none', 0, 0, 0, 0, NULL, 158.00, 0.00, 12, 0),
(550, NULL, 1, 'none', 0, 0, 0, 0, NULL, 10.00, 64.00, 89, 0),
(551, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 158.00, 8.00, 157, 0),
(552, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 55.00, 166, 0),
(553, NULL, 1, 'none', 0, 0, 0, 0, NULL, 130.00, 42.00, 126, 0),
(554, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 145.00, 42.00, 49, 0),
(555, NULL, 1, 'none', 0, 0, 0, 0, NULL, 119.00, 72.00, 48, 0),
(556, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 112.00, 84.00, 94, 0),
(557, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 43.00, 45, 0),
(558, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 89.00, 37.00, 146, 0),
(559, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 68.00, 87, 0),
(560, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 41.00, 86.00, 189, 0),
(561, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 3.00, 13.00, 71, 0),
(562, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 38.00, 27.00, 130, 0),
(563, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 149.00, 2.00, 79, 0),
(564, NULL, 1, 'none', 0, 0, 0, 0, NULL, 173.00, 59.00, 14, 0),
(565, NULL, 1, 'none', 0, 0, 0, 0, NULL, 167.00, 27.00, 84, 0),
(566, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 82.00, 7.00, 12, 0),
(567, NULL, 1, 'none', 0, 0, 0, 0, NULL, 127.00, 46.00, 91, 0),
(568, NULL, 1, 'none', 0, 0, 0, 0, NULL, 29.00, 80.00, 86, 0),
(569, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 31.00, 8.00, 71, 0),
(570, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 106.00, 86.00, 193, 0),
(571, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 160.00, 83.00, 175, 0),
(572, NULL, 1, 'none', 0, 0, 0, 0, NULL, 178.00, 68.00, 47, 0),
(573, NULL, 1, 'none', 0, 0, 0, 0, NULL, 121.00, 41.00, 28, 0),
(574, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 89.00, 54.00, 126, 0),
(575, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 69.00, 88.00, 144, 0),
(576, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 26.00, 55.00, 167, 0),
(577, NULL, 1, 'none', 0, 0, 0, 0, NULL, 108.00, 41.00, 10, 0),
(578, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 104.00, 30.00, 149, 0),
(579, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 82.00, 31.00, 71, 0),
(580, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 178.00, 9.00, 126, 0),
(581, NULL, 1, 'none', 0, 0, 0, 0, NULL, 15.00, 8.00, 45, 0),
(582, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 41.00, 71.00, 139, 0),
(583, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 98.00, 9.00, 8, 0),
(584, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 150.00, 63.00, 136, 0),
(585, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 104.00, 50.00, 59, 0),
(586, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 178.00, 13.00, 141, 0),
(587, NULL, 1, 'none', 0, 0, 0, 0, NULL, 123.00, 35.00, 168, 0),
(588, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 112.00, 39.00, 116, 0),
(589, NULL, 1, 'none', 0, 0, 0, 0, NULL, 125.00, 45.00, 116, 0),
(590, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 14.00, 197, 0),
(591, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 123.00, 85.00, 169, 0),
(592, NULL, 1, 'none', 0, 0, 0, 0, NULL, 140.00, 6.00, 62, 0),
(593, NULL, 1, 'none', 0, 0, 0, 0, NULL, 107.00, 44.00, 31, 0),
(594, NULL, 1, 'none', 0, 0, 0, 0, NULL, 1.00, 67.00, 172, 0),
(595, NULL, 1, 'none', 0, 0, 0, 0, NULL, 68.00, 63.00, 118, 0),
(596, NULL, 1, 'none', 0, 0, 0, 0, NULL, 8.00, 35.00, 7, 0),
(597, NULL, 1, 'none', 0, 0, 0, 0, NULL, 158.00, 6.00, 80, 0),
(598, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 59.00, 150, 0),
(599, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 38.00, 62.00, 53, 0),
(600, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 28.00, 10.00, 60, 0),
(601, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 68.00, 54, 0),
(602, NULL, 1, 'none', 0, 0, 0, 0, NULL, 171.00, 19.00, 53, 0),
(603, NULL, 1, 'none', 0, 0, 0, 0, NULL, 23.00, 50.00, 175, 0),
(604, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 2.00, 72.00, 113, 0),
(605, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 117.00, 29.00, 74, 0),
(606, NULL, 1, 'none', 0, 0, 0, 0, NULL, 36.00, 47.00, 11, 0),
(607, NULL, 1, 'none', 0, 0, 0, 0, NULL, 104.00, 55.00, 130, 0),
(608, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 27.00, 17.00, 58, 0),
(609, NULL, 1, 'none', 0, 0, 0, 0, NULL, 55.00, 41.00, 33, 0),
(610, NULL, 1, 'none', 0, 0, 0, 0, NULL, 88.00, 90.00, 121, 0),
(611, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 21.00, 66.00, 126, 0),
(612, NULL, 1, 'none', 0, 0, 0, 0, NULL, 96.00, 6.00, 115, 0),
(613, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 31.00, 37.00, 44, 0),
(614, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 168.00, 17.00, 64, 0),
(615, NULL, 1, 'none', 0, 0, 0, 0, NULL, 18.00, 33.00, 3, 0),
(616, NULL, 1, 'none', 0, 0, 0, 0, NULL, 116.00, 89.00, 163, 0),
(617, NULL, 1, 'none', 0, 0, 0, 0, NULL, 2.00, 90.00, 35, 0),
(618, NULL, 1, 'none', 0, 0, 0, 0, NULL, 28.00, 38.00, 59, 0),
(619, NULL, 1, 'none', 0, 0, 0, 0, NULL, 125.00, 51.00, 2, 0),
(620, NULL, 1, 'none', 0, 0, 0, 0, NULL, 89.00, 31.00, 170, 0),
(621, NULL, 1, 'none', 0, 0, 0, 0, NULL, 124.00, 67.00, 73, 0),
(622, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 67.00, 82.00, 27, 0),
(623, NULL, 1, 'none', 0, 0, 0, 0, NULL, 159.00, 62.00, 86, 0),
(624, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 69.00, 44, 0),
(625, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 153.00, 51.00, 129, 0),
(626, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 134.00, 23.00, 154, 0),
(627, NULL, 1, 'none', 0, 0, 0, 0, NULL, 68.00, 44.00, 81, 0),
(628, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 22.00, 47.00, 135, 0),
(629, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 5.00, 54, 0),
(630, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 60.00, 171, 0),
(631, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 30.00, 7.00, 168, 0);
INSERT INTO `[[dbprefix]]universe` VALUES
(632, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 55.00, 14.00, 179, 0),
(633, NULL, 1, 'none', 0, 0, 0, 0, NULL, 59.00, 46.00, 179, 0),
(634, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 23.00, 24.00, 16, 0),
(635, NULL, 1, 'none', 0, 0, 0, 0, NULL, 87.00, 87.00, 3, 0),
(636, NULL, 1, 'none', 0, 0, 0, 0, NULL, 139.00, 18.00, 84, 0),
(637, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 98.00, 35.00, 25, 0),
(638, NULL, 1, 'none', 0, 0, 0, 0, NULL, 96.00, 80.00, 29, 0),
(639, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 55.00, 9.00, 5, 0),
(640, NULL, 1, 'none', 0, 0, 0, 0, NULL, 123.00, 83.00, 193, 0),
(641, NULL, 1, 'none', 0, 0, 0, 0, NULL, 117.00, 30.00, 84, 0),
(642, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 119.00, 2.00, 69, 0),
(643, NULL, 1, 'none', 0, 0, 0, 0, NULL, 81.00, 6.00, 104, 0),
(644, NULL, 1, 'none', 0, 0, 0, 0, NULL, 164.00, 14.00, 171, 0),
(645, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 174.00, 56.00, 149, 0),
(646, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 88.00, 116, 0),
(647, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 5.00, 2.00, 10, 0),
(648, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 29.00, 43, 0),
(649, NULL, 1, 'none', 0, 0, 0, 0, NULL, 180.00, 38.00, 118, 0),
(650, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 125.00, 79.00, 98, 0),
(651, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 7.00, 31, 0),
(652, NULL, 1, 'none', 0, 0, 0, 0, NULL, 68.00, 16.00, 24, 0),
(653, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 90.00, 45, 0),
(654, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 159.00, 36.00, 113, 0),
(655, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 24.00, 44.00, 51, 0),
(656, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 172.00, 14.00, 39, 0),
(657, NULL, 1, 'none', 0, 0, 0, 0, NULL, 105.00, 48.00, 15, 0),
(658, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 32.00, 18.00, 145, 0),
(659, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 120.00, 50.00, 158, 0),
(660, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 140.00, 29.00, 95, 0),
(661, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 92.00, 54.00, 149, 0),
(662, NULL, 1, 'none', 0, 0, 0, 0, NULL, 6.00, 60.00, 110, 0),
(663, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 116.00, 33.00, 19, 0),
(664, NULL, 1, 'none', 0, 0, 0, 0, NULL, 178.00, 22.00, 109, 0),
(665, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 180.00, 5.00, 29, 0),
(666, NULL, 1, 'none', 0, 0, 0, 0, NULL, 133.00, 11.00, 50, 0),
(667, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 159.00, 21.00, 10, 0),
(668, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 120.00, 46.00, 40, 0),
(669, NULL, 1, 'none', 0, 0, 0, 0, NULL, 92.00, 74.00, 37, 0),
(670, NULL, 1, 'none', 0, 0, 0, 0, NULL, 101.00, 48.00, 161, 0),
(671, NULL, 1, 'none', 0, 0, 0, 0, NULL, 18.00, 35.00, 128, 0),
(672, NULL, 1, 'none', 0, 0, 0, 0, NULL, 54.00, 55.00, 106, 0),
(673, NULL, 1, 'none', 0, 0, 0, 0, NULL, 25.00, 42.00, 15, 0),
(674, NULL, 1, 'none', 0, 0, 0, 0, NULL, 6.00, 38.00, 73, 0),
(675, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 117.00, 52.00, 67, 0),
(676, NULL, 1, 'none', 0, 0, 0, 0, NULL, 26.00, 23.00, 158, 0),
(677, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 95.00, 18.00, 42, 0),
(678, NULL, 1, 'none', 0, 0, 0, 0, NULL, 54.00, 2.00, 10, 0),
(679, NULL, 1, 'none', 0, 0, 0, 0, NULL, 112.00, 15.00, 105, 0),
(680, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 171.00, 78.00, 17, 0),
(681, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 122.00, 87.00, 11, 0),
(682, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 83.00, 24.00, 101, 0),
(683, NULL, 1, 'none', 0, 0, 0, 0, NULL, 119.00, 60.00, 8, 0),
(684, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 8.00, 89, 0),
(685, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 58.00, 151, 0),
(686, NULL, 1, 'none', 0, 0, 0, 0, NULL, 116.00, 82.00, 40, 0),
(687, NULL, 1, 'none', 0, 0, 0, 0, NULL, 109.00, 72.00, 142, 0),
(688, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 3.00, 23.00, 175, 0),
(689, NULL, 3, 'special', 0, 0, 0, 0, NULL, 56.00, 75.00, 99, 0),
(690, NULL, 1, 'none', 0, 0, 0, 0, NULL, 132.00, 40.00, 176, 0),
(691, NULL, 1, 'none', 0, 0, 0, 0, NULL, 146.00, 61.00, 198, 0),
(692, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 74.00, 9.00, 181, 0),
(693, NULL, 1, 'none', 0, 0, 0, 0, NULL, 94.00, 79.00, 152, 0),
(694, NULL, 1, 'none', 0, 0, 0, 0, NULL, 130.00, 75.00, 171, 0),
(695, NULL, 1, 'none', 0, 0, 0, 0, NULL, 21.00, 56.00, 148, 0),
(696, NULL, 1, 'none', 0, 0, 0, 0, NULL, 127.00, 65.00, 24, 0),
(697, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 64.00, 63.00, 20, 0),
(698, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 96.00, 44.00, 165, 0),
(699, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 56.00, 70.00, 94, 0),
(700, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 81.00, 46.00, 67, 0),
(701, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 174.00, 46.00, 11, 0),
(702, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 30.00, 60.00, 16, 0),
(703, NULL, 1, 'none', 0, 0, 0, 0, NULL, 36.00, 83.00, 23, 0),
(704, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 45.00, 74.00, 26, 0),
(705, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 0.00, 57.00, 120, 0),
(706, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 109.00, 38.00, 183, 0),
(707, NULL, 1, 'none', 0, 0, 0, 0, NULL, 64.00, 1.00, 60, 0),
(708, NULL, 1, 'none', 0, 0, 0, 0, NULL, 96.00, 86.00, 25, 0),
(709, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 150.00, 78.00, 119, 0),
(710, NULL, 1, 'none', 0, 0, 0, 0, NULL, 3.00, 56.00, 181, 0),
(711, NULL, 1, 'none', 0, 0, 0, 0, NULL, 40.00, 36.00, 95, 0),
(712, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 111.00, 47.00, 37, 0),
(713, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 151.00, 75.00, 172, 0),
(714, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 104.00, 36.00, 107, 0),
(715, NULL, 1, 'none', 0, 0, 0, 0, NULL, 155.00, 82.00, 75, 0),
(716, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 63.00, 38.00, 26, 0),
(717, NULL, 1, 'none', 0, 0, 0, 0, NULL, 104.00, 81.00, 27, 0),
(718, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 75.00, 73.00, 111, 0),
(719, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 20.00, 4.00, 120, 0),
(720, NULL, 1, 'none', 0, 0, 0, 0, NULL, 137.00, 89.00, 105, 0),
(721, NULL, 1, 'none', 0, 0, 0, 0, NULL, 90.00, 11.00, 2, 0),
(722, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 73.00, 14, 0),
(723, NULL, 1, 'none', 0, 0, 0, 0, NULL, 156.00, 76.00, 16, 0),
(724, NULL, 1, 'none', 0, 0, 0, 0, NULL, 38.00, 32.00, 121, 0),
(725, NULL, 1, 'none', 0, 0, 0, 0, NULL, 56.00, 54.00, 124, 0),
(726, NULL, 1, 'none', 0, 0, 0, 0, NULL, 77.00, 34.00, 157, 0),
(727, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 155.00, 86.00, 113, 0),
(728, NULL, 1, 'none', 0, 0, 0, 0, NULL, 44.00, 46.00, 158, 0),
(729, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 3.00, 1.00, 43, 0),
(730, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 180.00, 21.00, 54, 0),
(731, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 138.00, 13.00, 170, 0),
(732, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 162.00, 82.00, 133, 0),
(733, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 7.00, 9, 0),
(734, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 61.00, 29.00, 64, 0),
(735, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 20.00, 43.00, 181, 0),
(736, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 159.00, 23.00, 175, 0),
(737, NULL, 1, 'none', 0, 0, 0, 0, NULL, 62.00, 30.00, 51, 0),
(738, NULL, 1, 'none', 0, 0, 0, 0, NULL, 171.00, 77.00, 19, 0),
(739, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 111.00, 19.00, 50, 0),
(740, NULL, 1, 'none', 0, 0, 0, 0, NULL, 142.00, 18.00, 38, 0),
(741, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 31.00, 75.00, 182, 0),
(742, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 36.00, 56.00, 148, 0),
(743, NULL, 1, 'none', 0, 0, 0, 0, NULL, 168.00, 52.00, 112, 0),
(744, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 54.00, 50, 0),
(745, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 115.00, 51.00, 147, 0),
(746, NULL, 1, 'none', 0, 0, 0, 0, NULL, 155.00, 19.00, 179, 0),
(747, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 32.00, 41, 0),
(748, NULL, 1, 'none', 0, 0, 0, 0, NULL, 99.00, 49.00, 146, 0),
(749, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 98.00, 41.00, 117, 0),
(750, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 47.00, 60.00, 87, 0),
(751, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 158.00, 46.00, 27, 0),
(752, NULL, 1, 'none', 0, 0, 0, 0, NULL, 175.00, 27.00, 96, 0),
(753, NULL, 1, 'none', 0, 0, 0, 0, NULL, 83.00, 4.00, 17, 0),
(754, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 38.00, 153, 0),
(755, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 18.00, 51.00, 82, 0),
(756, NULL, 1, 'none', 0, 0, 0, 0, NULL, 163.00, 14.00, 111, 0),
(757, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 1.00, 79.00, 15, 0),
(758, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 37.00, 84.00, 100, 0),
(759, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 64.00, 15.00, 106, 0),
(760, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 59.00, 72.00, 26, 0),
(761, NULL, 1, 'none', 0, 0, 0, 0, NULL, 172.00, 26.00, 173, 0),
(762, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 58.00, 68.00, 6, 0),
(763, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 114.00, 21.00, 65, 0),
(764, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 128.00, 55.00, 117, 0),
(765, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 87.00, 17.00, 101, 0),
(766, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 65.00, 16.00, 51, 0),
(767, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 0.00, 51, 0),
(768, NULL, 1, 'none', 0, 0, 0, 0, NULL, 157.00, 17.00, 55, 0),
(769, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 179.00, 54.00, 97, 0),
(770, NULL, 1, 'none', 0, 0, 0, 0, NULL, 24.00, 51.00, 18, 0),
(771, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 86.00, 79, 0),
(772, NULL, 1, 'none', 0, 0, 0, 0, NULL, 113.00, 15.00, 90, 0),
(773, NULL, 1, 'none', 0, 0, 0, 0, NULL, 156.00, 25.00, 7, 0),
(774, NULL, 1, 'none', 0, 0, 0, 0, NULL, 57.00, 33.00, 106, 0),
(775, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 58.00, 87.00, 13, 0),
(776, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 169.00, 14.00, 146, 0),
(777, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 99.00, 13.00, 59, 0),
(778, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 31.00, 44, 0),
(779, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 17.00, 46, 0),
(780, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 20.00, 63.00, 119, 0),
(781, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 175.00, 71.00, 163, 0),
(782, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 52.00, 9.00, 146, 0),
(783, NULL, 1, 'none', 0, 0, 0, 0, NULL, 107.00, 65.00, 177, 0),
(784, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 37.00, 20.00, 39, 0),
(785, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 107.00, 34.00, 183, 0),
(786, NULL, 1, 'none', 0, 0, 0, 0, NULL, 86.00, 80.00, 19, 0),
(787, NULL, 1, 'none', 0, 0, 0, 0, NULL, 10.00, 77.00, 72, 0),
(788, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 63.00, 10.00, 11, 0),
(789, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 111.00, 72.00, 176, 0),
(790, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 135.00, 12.00, 88, 0),
(791, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 98.00, 13.00, 195, 0),
(792, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 62.00, 56, 0),
(793, NULL, 1, 'none', 0, 0, 0, 0, NULL, 59.00, 65.00, 142, 0),
(794, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 179.00, 25.00, 142, 0),
(795, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 164.00, 67.00, 125, 0),
(796, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 66.00, 68.00, 94, 0),
(797, NULL, 1, 'none', 0, 0, 0, 0, NULL, 149.00, 75.00, 108, 0),
(798, NULL, 1, 'none', 0, 0, 0, 0, NULL, 3.00, 4.00, 53, 0),
(799, NULL, 1, 'none', 0, 0, 0, 0, NULL, 135.00, 3.00, 183, 0),
(800, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 34.00, 158, 0),
(801, NULL, 1, 'none', 0, 0, 0, 0, NULL, 155.00, 3.00, 54, 0),
(802, NULL, 1, 'none', 0, 0, 0, 0, NULL, 34.00, 88.00, 198, 0),
(803, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 146.00, 40.00, 77, 0),
(804, NULL, 1, 'none', 0, 0, 0, 0, NULL, 0.00, 67.00, 99, 0),
(805, NULL, 1, 'none', 0, 0, 0, 0, NULL, 57.00, 26.00, 179, 0),
(806, NULL, 1, 'none', 0, 0, 0, 0, NULL, 166.00, 23.00, 3, 0),
(807, NULL, 1, 'none', 0, 0, 0, 0, NULL, 28.00, 90.00, 161, 0),
(808, NULL, 1, 'none', 0, 0, 0, 0, NULL, 166.00, 4.00, 134, 0),
(809, NULL, 1, 'none', 0, 0, 0, 0, NULL, 148.00, 51.00, 16, 0),
(810, NULL, 1, 'none', 0, 0, 0, 0, NULL, 68.00, 52.00, 195, 0),
(811, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 152.00, 40.00, 61, 0),
(812, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 155.00, 12.00, 76, 0),
(813, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 118.00, 52.00, 136, 0),
(814, NULL, 1, 'none', 0, 0, 0, 0, NULL, 142.00, 76.00, 28, 0),
(815, NULL, 1, 'none', 0, 0, 0, 0, NULL, 117.00, 40.00, 12, 0),
(816, NULL, 3, 'special', 0, 0, 0, 0, NULL, 39.00, 1.00, 113, 0),
(817, NULL, 1, 'none', 0, 0, 0, 0, NULL, 143.00, 25.00, 197, 0),
(818, NULL, 1, 'none', 0, 0, 0, 0, NULL, 166.00, 67.00, 197, 0),
(819, NULL, 1, 'none', 0, 0, 0, 0, NULL, 38.00, 29.00, 90, 0),
(820, NULL, 1, 'none', 0, 0, 0, 0, NULL, 88.00, 6.00, 25, 0),
(821, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 48.00, 12.00, 166, 0),
(822, NULL, 1, 'none', 0, 0, 0, 0, NULL, 46.00, 48.00, 57, 0),
(823, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 72.00, 26.00, 42, 0),
(824, NULL, 1, 'none', 0, 0, 0, 0, NULL, 30.00, 4.00, 150, 0),
(825, NULL, 1, 'none', 0, 0, 0, 0, NULL, 157.00, 23.00, 113, 0),
(826, NULL, 1, 'none', 0, 0, 0, 0, NULL, 53.00, 34.00, 77, 0),
(827, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 73.00, 39.00, 168, 0),
(828, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 96.00, 26.00, 54, 0),
(829, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 75.00, 75.00, 22, 0),
(830, NULL, 1, 'none', 0, 0, 0, 0, NULL, 91.00, 1.00, 122, 0),
(831, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 67.00, 16, 0),
(832, NULL, 1, 'none', 0, 0, 0, 0, NULL, 42.00, 71.00, 91, 0),
(833, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 84.00, 43, 0),
(834, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 118.00, 62.00, 90, 0),
(835, NULL, 1, 'none', 0, 0, 0, 0, NULL, 162.00, 26.00, 83, 0),
(836, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 7.00, 65.00, 198, 0),
(837, NULL, 1, 'none', 0, 0, 0, 0, NULL, 53.00, 37.00, 16, 0),
(838, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 18.00, 46.00, 32, 0),
(839, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 43.00, 48.00, 9, 0),
(840, NULL, 1, 'none', 0, 0, 0, 0, NULL, 120.00, 18.00, 18, 0),
(841, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 35.00, 82.00, 48, 0),
(842, NULL, 1, 'none', 0, 0, 0, 0, NULL, 50.00, 1.00, 176, 0),
(843, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 46.00, 90.00, 82, 0),
(844, NULL, 1, 'none', 0, 0, 0, 0, NULL, 96.00, 15.00, 173, 0),
(845, NULL, 1, 'none', 0, 0, 0, 0, NULL, 44.00, 64.00, 128, 0),
(846, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 82.00, 16.00, 184, 0),
(847, NULL, 1, 'none', 0, 0, 0, 0, NULL, 45.00, 8.00, 176, 0),
(848, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 27.00, 44, 0),
(849, NULL, 1, 'none', 0, 0, 0, 0, NULL, 132.00, 55.00, 158, 0),
(850, NULL, 1, 'none', 0, 0, 0, 0, NULL, 90.00, 65.00, 29, 0),
(851, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 73.00, 0.00, 169, 0),
(852, NULL, 1, 'none', 0, 0, 0, 0, NULL, 10.00, 3.00, 40, 0),
(853, NULL, 1, 'none', 0, 0, 0, 0, NULL, 22.00, 58.00, 184, 0),
(854, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 70.00, 125, 0),
(855, NULL, 1, 'none', 0, 0, 0, 0, NULL, 91.00, 84.00, 17, 0),
(856, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 69.00, 31.00, 71, 0),
(857, NULL, 1, 'none', 0, 0, 0, 0, NULL, 26.00, 49.00, 70, 0),
(858, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 5.00, 52.00, 166, 0),
(859, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 59.00, 8.00, 113, 0),
(860, NULL, 1, 'none', 0, 0, 0, 0, NULL, 21.00, 53.00, 78, 0),
(861, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 27.00, 77.00, 155, 0),
(862, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 127.00, 0.00, 154, 0),
(863, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 83.00, 62, 0),
(864, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 117.00, 57.00, 36, 0),
(865, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 146.00, 88.00, 51, 0),
(866, NULL, 1, 'none', 0, 0, 0, 0, NULL, 37.00, 34.00, 76, 0),
(867, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 49.00, 21.00, 130, 0),
(868, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 180.00, 12.00, 104, 0),
(869, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 81.00, 97, 0),
(870, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 29.00, 2.00, 28, 0),
(871, NULL, 1, 'none', 0, 0, 0, 0, NULL, 20.00, 70.00, 97, 0),
(872, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 175.00, 65.00, 177, 0),
(873, NULL, 1, 'none', 0, 0, 0, 0, NULL, 26.00, 11.00, 166, 0),
(874, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 86.00, 48.00, 63, 0),
(875, NULL, 1, 'none', 0, 0, 0, 0, NULL, 174.00, 80.00, 146, 0),
(876, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 65.00, 75.00, 153, 0),
(877, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 163.00, 55.00, 35, 0),
(878, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 149.00, 63.00, 106, 0),
(879, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 87.00, 48.00, 105, 0),
(880, NULL, 1, 'none', 0, 0, 0, 0, NULL, 22.00, 85.00, 164, 0),
(881, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 170.00, 39.00, 176, 0),
(882, NULL, 1, 'none', 0, 0, 0, 0, NULL, 123.00, 68.00, 36, 0),
(883, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 44.00, 23.00, 1, 0),
(884, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 162.00, 68.00, 80, 0),
(885, NULL, 1, 'none', 0, 0, 0, 0, NULL, 58.00, 61.00, 166, 0),
(886, NULL, 1, 'none', 0, 0, 0, 0, NULL, 2.00, 5.00, 21, 0),
(887, NULL, 1, 'none', 0, 0, 0, 0, NULL, 110.00, 74.00, 172, 0),
(888, NULL, 1, 'none', 0, 0, 0, 0, NULL, 123.00, 29.00, 88, 0),
(889, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 62.00, 62, 0),
(890, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 82.00, 168, 0),
(891, NULL, 1, 'none', 0, 0, 0, 0, NULL, 125.00, 67.00, 67, 0),
(892, NULL, 3, 'special', 0, 0, 0, 0, NULL, 57.00, 56.00, 191, 0),
(893, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 81.00, 42.00, 194, 0),
(894, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 154.00, 90.00, 17, 0),
(895, NULL, 1, 'none', 0, 0, 0, 0, NULL, 66.00, 12.00, 89, 0),
(896, NULL, 1, 'none', 0, 0, 0, 0, NULL, 165.00, 28.00, 149, 0),
(897, NULL, 1, 'none', 0, 0, 0, 0, NULL, 50.00, 10.00, 57, 0),
(898, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 92.00, 73.00, 45, 0),
(899, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 41.00, 24.00, 83, 0),
(900, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 79.00, 81, 0),
(901, NULL, 1, 'none', 0, 0, 0, 0, NULL, 154.00, 11.00, 57, 0),
(902, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 14.00, 6.00, 75, 0),
(903, NULL, 1, 'none', 0, 0, 0, 0, NULL, 136.00, 81.00, 102, 0),
(904, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 88.00, 79.00, 88, 0),
(905, NULL, 1, 'none', 0, 0, 0, 0, NULL, 170.00, 71.00, 64, 0),
(906, NULL, 1, 'none', 0, 0, 0, 0, NULL, 57.00, 59.00, 171, 0),
(907, NULL, 1, 'none', 0, 0, 0, 0, NULL, 167.00, 56.00, 72, 0),
(908, NULL, 1, 'none', 0, 0, 0, 0, NULL, 18.00, 67.00, 66, 0),
(909, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 30.00, 60.00, 24, 0),
(910, NULL, 1, 'none', 0, 0, 0, 0, NULL, 70.00, 13.00, 106, 0),
(911, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 114.00, 84.00, 119, 0),
(912, NULL, 1, 'none', 0, 0, 0, 0, NULL, 150.00, 13.00, 41, 0),
(913, NULL, 1, 'none', 0, 0, 0, 0, NULL, 140.00, 5.00, 42, 0),
(914, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 31.00, 46.00, 99, 0),
(915, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 137.00, 25.00, 194, 0),
(916, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 86.00, 57.00, 100, 0),
(917, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 61.00, 12.00, 18, 0),
(918, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 96.00, 46.00, 143, 0),
(919, NULL, 1, 'none', 0, 0, 0, 0, NULL, 109.00, 43.00, 69, 0),
(920, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 84.00, 9.00, 67, 0),
(921, NULL, 1, 'none', 0, 0, 0, 0, NULL, 83.00, 65.00, 80, 0),
(922, NULL, 1, 'none', 0, 0, 0, 0, NULL, 22.00, 38.00, 17, 0),
(923, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 130.00, 20.00, 194, 0),
(924, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 141.00, 65.00, 177, 0),
(925, NULL, 1, 'none', 0, 0, 0, 0, NULL, 55.00, 14.00, 85, 0),
(926, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 150.00, 69.00, 145, 0),
(927, NULL, 1, 'none', 0, 0, 0, 0, NULL, 8.00, 79.00, 13, 0),
(928, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 163.00, 74.00, 86, 0),
(929, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 13.00, 8.00, 160, 0),
(930, NULL, 1, 'none', 0, 0, 0, 0, NULL, 13.00, 81.00, 40, 0),
(931, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 29.00, 69.00, 15, 0),
(932, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 112.00, 87.00, 26, 0),
(933, NULL, 1, 'none', 0, 0, 0, 0, NULL, 3.00, 85.00, 77, 0),
(934, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 141.00, 72.00, 112, 0),
(935, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 144.00, 77.00, 2, 0),
(936, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 19.00, 22.00, 197, 0),
(937, NULL, 1, 'none', 0, 0, 0, 0, NULL, 77.00, 25.00, 163, 0),
(938, NULL, 1, 'none', 0, 0, 0, 0, NULL, 7.00, 57.00, 133, 0),
(939, NULL, 1, 'none', 0, 0, 0, 0, NULL, 38.00, 67.00, 79, 0),
(940, NULL, 1, 'none', 0, 0, 0, 0, NULL, 0.00, 28.00, 172, 0),
(941, NULL, 1, 'none', 0, 0, 0, 0, NULL, 60.00, 20.00, 59, 0),
(942, NULL, 1, 'none', 0, 0, 0, 0, NULL, 105.00, 16.00, 83, 0),
(943, NULL, 1, 'none', 0, 0, 0, 0, NULL, 126.00, 34.00, 30, 0),
(944, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 94.00, 67.00, 90, 0),
(945, NULL, 1, 'none', 0, 0, 0, 0, NULL, 94.00, 82.00, 64, 0),
(946, NULL, 1, 'none', 0, 0, 0, 0, NULL, 80.00, 27.00, 196, 0),
(947, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 24.00, 47.00, 61, 0),
(948, NULL, 1, 'none', 0, 0, 0, 0, NULL, 17.00, 43.00, 79, 0),
(949, NULL, 1, 'none', 0, 0, 0, 0, NULL, 37.00, 29.00, 145, 0),
(950, NULL, 1, 'none', 0, 0, 0, 0, NULL, 19.00, 6.00, 3, 0),
(951, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 4.00, 29.00, 56, 0),
(952, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 100.00, 46.00, 108, 0),
(953, NULL, 1, 'none', 0, 0, 0, 0, NULL, 34.00, 42.00, 47, 0),
(954, NULL, 1, 'none', 0, 0, 0, 0, NULL, 58.00, 61.00, 110, 0),
(955, NULL, 1, 'none', 0, 0, 0, 0, NULL, 0.00, 90.00, 174, 0),
(956, NULL, 1, 'none', 0, 0, 0, 0, NULL, 56.00, 38.00, 92, 0),
(957, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 86.00, 40.00, 192, 0),
(958, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 68.00, 84.00, 114, 0),
(959, NULL, 1, 'none', 0, 0, 0, 0, NULL, 108.00, 5.00, 163, 0),
(960, NULL, 1, 'none', 0, 0, 0, 0, NULL, 4.00, 86.00, 19, 0),
(961, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 50.00, 78.00, 64, 0),
(962, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 128.00, 18.00, 184, 0),
(963, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 9.00, 81.00, 125, 0),
(964, NULL, 1, 'none', 0, 0, 0, 0, NULL, 74.00, 23.00, 120, 0),
(965, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 48.00, 53.00, 138, 0),
(966, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 147.00, 24.00, 87, 0),
(967, NULL, 1, 'none', 0, 0, 0, 0, NULL, 150.00, 60.00, 189, 0),
(968, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 92.00, 53.00, 155, 0),
(969, NULL, 1, 'none', 0, 0, 0, 0, NULL, 147.00, 63.00, 50, 0),
(970, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 175.00, 28.00, 21, 0),
(971, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 129.00, 47.00, 16, 0),
(972, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 105.00, 32.00, 71, 0),
(973, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 146.00, 86.00, 180, 0),
(974, NULL, 1, 'organics', 100000000, 100000000, 100000000, 1000000000, NULL, 133.00, 34.00, 60, 0),
(975, NULL, 1, 'none', 0, 0, 0, 0, NULL, 155.00, 75.00, 130, 0),
(976, NULL, 1, 'none', 0, 0, 0, 0, NULL, 50.00, 8.00, 151, 0),
(977, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 79.00, 69.00, 180, 0),
(978, NULL, 1, 'none', 0, 0, 0, 0, NULL, 168.00, 21.00, 40, 0),
(979, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 112.00, 76.00, 81, 0),
(980, NULL, 1, 'none', 0, 0, 0, 0, NULL, 33.00, 25.00, 178, 0),
(981, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 81.00, 0.00, 18, 0),
(982, NULL, 1, 'none', 0, 0, 0, 0, NULL, 55.00, 53.00, 97, 0),
(983, NULL, 1, 'none', 0, 0, 0, 0, NULL, 44.00, 32.00, 125, 0),
(984, NULL, 3, 'special', 0, 0, 0, 0, NULL, 92.00, 16.00, 172, 0),
(985, NULL, 1, 'none', 0, 0, 0, 0, NULL, 5.00, 84.00, 105, 0),
(986, NULL, 1, 'none', 0, 0, 0, 0, NULL, 91.00, 81.00, 69, 0),
(987, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 60.00, 47.00, 42, 0),
(988, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 24.00, 65.00, 19, 0),
(989, NULL, 1, 'none', 0, 0, 0, 0, NULL, 20.00, 5.00, 194, 0),
(990, NULL, 1, 'none', 0, 0, 0, 0, NULL, 85.00, 52.00, 66, 0),
(991, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 178.00, 53.00, 172, 0),
(992, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 165.00, 61.00, 118, 0),
(993, NULL, 1, 'none', 0, 0, 0, 0, NULL, 31.00, 12.00, 55, 0),
(994, NULL, 1, 'none', 0, 0, 0, 0, NULL, 133.00, 64.00, 32, 0),
(995, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 93.00, 30.00, 56, 0),
(996, NULL, 1, 'ore', 100000000, 100000000, 100000000, 1000000000, NULL, 30.00, 88.00, 58, 0),
(997, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 83.00, 71.00, 132, 0),
(998, NULL, 1, 'goods', 100000000, 100000000, 100000000, 1000000000, NULL, 64.00, 81.00, 23, 0),
(999, NULL, 1, 'energy', 100000000, 100000000, 100000000, 1000000000, NULL, 78.00, 7.00, 198, 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]xenobe`
--

CREATE TABLE `[[dbprefix]]xenobe` (
  `xenobe_id` char(40) NOT NULL,
  `active` enum('Y','N') NOT NULL DEFAULT 'Y',
  `aggression` smallint(5) NOT NULL DEFAULT '0',
  `orders` smallint(5) NOT NULL DEFAULT '0',
  PRIMARY KEY (`xenobe_id`),
  KEY `xenobe_id` (`xenobe_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]zones`
--

CREATE TABLE `[[dbprefix]]zones` (
  `zone_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` tinytext,
  `owner` int(10) unsigned NOT NULL DEFAULT '0',
  `corp_zone` enum('Y','N') NOT NULL DEFAULT 'N',
  `allow_beacon` enum('Y','N','L') NOT NULL DEFAULT 'Y',
  `allow_attack` enum('Y','N') NOT NULL DEFAULT 'Y',
  `allow_planetattack` enum('Y','N') NOT NULL DEFAULT 'Y',
  `allow_warpedit` enum('Y','N','L') NOT NULL DEFAULT 'Y',
  `allow_planet` enum('Y','L','N') NOT NULL DEFAULT 'Y',
  `allow_trade` enum('Y','L','N') NOT NULL DEFAULT 'Y',
  `allow_defenses` enum('Y','L','N') NOT NULL DEFAULT 'Y',
  `max_hull` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`zone_id`),
  KEY `zone_id` (`zone_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `[[dbprefix]]zones`
--

INSERT INTO `[[dbprefix]]zones` VALUES
(1, 'Unchartered space', 0, 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 0),
(2, 'Federation space', 0, 'N', 'N', 'N', 'N', 'N', 'N', 'Y', 'N', 8),
(3, 'Free-Trade space', 0, 'N', 'N', 'Y', 'N', 'N', 'N', 'Y', 'N', 0),
(4, 'War Zone', 0, 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 0),
(5, 'Game Admin''s Territory', 1, 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 0);

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Youez - 2016 - github.com/yon3zu
LinuXploit