From 38c454c346f1ce5d49e062c6f5c8e8efaf68e662 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Sun, 26 Jul 2015 18:52:08 +0200 Subject: [PATCH] Fix some mistakes from 80d0d3f94c409f2e9f34b484da6dca9a65f46a9f --- help/cbot/E/category.txt | 12 +- help/cbot/E/object.txt | 2 +- help/cbot/E/research.txt | 8 +- help/cbot/E/researches.txt | 17 +- help/cbot/E/takeoff.txt | 2 +- help/cbot/po/cbot.pot | 328 ++++++++++++++++++++++++------------- help/cbot/po/de.po | 328 ++++++++++++++++++++++++------------- help/cbot/po/fr.po | 328 ++++++++++++++++++++++++------------- help/cbot/po/pl.po | 328 ++++++++++++++++++++++++------------- help/cbot/po/ru.po | 328 ++++++++++++++++++++++++------------- 10 files changed, 1098 insertions(+), 583 deletions(-) diff --git a/help/cbot/E/category.txt b/help/cbot/E/category.txt index 7ae951b0..9320a6b8 100644 --- a/help/cbot/E/category.txt +++ b/help/cbot/E/category.txt @@ -5,7 +5,7 @@ In a program, categories are always displayed on a \const;red background\norm;. Below are the different categories available: -\t;Buildings : +\t;Buildings: \button 176; \c;\l;Houston\u object\Huston; \n;Mission Control \button 171; \c;\l;SpaceShip\u object\base; \n;Spaceship @@ -28,7 +28,7 @@ Below are the different categories available: \c;\l;AlienNest\u object\nest; \n;Alien Nest -\t;Portable Objects : +\t;Portable Objects: \c;\l;TitaniumOre\u object\titanore; \n;Titanium Ore \c;\l;UraniumOre\u object\uranore; \n;Uranium Ore @@ -41,7 +41,7 @@ Below are the different categories available: \c;\l;KeyA..D\u object\key; \n;Keys A, B, C and D -\t;Robots : +\t;Robots: \button 158; \c;\l;PracticeBot\u object\bottr; \n;Practice Bot \button 173; \c;\l;TargetBot\u object\bottarg; \n;Target Bot @@ -73,7 +73,7 @@ Below are the different categories available: \button 147; \c;\l;PhazerShooter\u object\botphaz; \n;Phazer Shooter -\t;Enemies : +\t;Enemies: \c;\l;AlienQueen\u object\mother; \n;Alien Queen \c;\l;AlienEgg\u object\egg; \n;Alien Egg @@ -83,7 +83,7 @@ Below are the different categories available: \c;\l;AlienWorm\u object\worm; \n;Worm -\t;Miscellaneous : +\t;Miscellaneous: \button 136; \c;\l;Me\u object\human; \n;You! \c;\l;Mine\u object\mine; \n;Mine @@ -92,7 +92,7 @@ Below are the different categories available: \c;\l;Ruin\u object\ruin; \n;Derelict building -\t;Flags and Other Indicators : +\t;Flags and Other Indicators: \c;\l;BlueFlag\u object\flag; \n;Blue Flag \c;\l;RedFlag\u object\flag; \n;Red Flag diff --git a/help/cbot/E/object.txt b/help/cbot/E/object.txt index 7207d35b..04b1fdf7 100644 --- a/help/cbot/E/object.txt +++ b/help/cbot/E/object.txt @@ -13,7 +13,7 @@ Use this type for variables that contain the characteristics of an object, be it \c;\l;float\u cbot\float; object.lifeTime \n;Lifetime of the object \c;object object.energyCell \n;Power cell on the bot \c;object object.load \n;Object carried by the bot -\c;\l;string\u cbot\string; object.team \n;The bot's team (see \l;code battles\u battles;) +\c;\l;int\u cbot\int; object.team \n;The bot's team (see \l;code battles\u battles;) \c;\l;point\u cbot\point; object.velocity \n;Velocity of the object Also, some objects have additional methods (instructions). See them in \l;the main list\u cbot; in the \c;"Instructions specific for some objects" section. diff --git a/help/cbot/E/research.txt b/help/cbot/E/research.txt index 0841a8f2..9661e0f0 100644 --- a/help/cbot/E/research.txt +++ b/help/cbot/E/research.txt @@ -2,18 +2,18 @@ Syntax: \s;\c;\l;object\u cbot\object;.research ( type );\n; -Starts a research of the given type. +Starts a \l;research\u cbot\researches; of the given type. \t;\l;object\u cbot\object; \l;ResearchCenter\u object\research; or \l;AutoLab\u object\labo;. \t;type: \c;\l;int\u cbot\int;\n; -Name of the research. +\l;Research name\u cbot\researches;. \t;Return value: \c;\l;int\u cbot\int;\n; -Normally an error stops the program. You can prevent the program from stopping on errors by using the \c;\l;errmode\u cbot\errmode;(0)\n; instruction. A value different from zero if an error occurred is then returned by \c;factory()\n;. +Normally an error stops the program. You can prevent the program from stopping on errors by using the \c;\l;errmode\u cbot\errmode;(0)\n; instruction. A value different from zero if an error occurred is then returned by \c;research()\n;. \c;== 0 \n;The research successfully started -\c;!= 0 \n;The research could not be started +\c;!= 0 \n;The research could not be started (e.g. the research is disabled in the level, no power cell) \t;See also \l;Research names\u cbot\researches;, \l;canresearch\u cbot\canresearch;, \l;researched\u cbot\researched;, \l;programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;. diff --git a/help/cbot/E/researches.txt b/help/cbot/E/researches.txt index 15534ce7..78dcd202 100644 --- a/help/cbot/E/researches.txt +++ b/help/cbot/E/researches.txt @@ -3,21 +3,26 @@ Research names represent the types of available researches in the CBOT language. In a program, research names are always displayed on a \const;red background\norm;. If a research name is not highlighted in red, it is misspelled. Caps and lower cases should be kept as is. -Below are the different research names available: +Below are the different research names available. +\t;Done by \l;ResearchCenter\u object\research;: \c;\const;ResearchTracked\norm; \n;Tracked bots (e.g. \l;tracked grabber\u object\botgc;) \c;\const;ResearchWinged\norm; \n;Winged bots (e.g. \l;winged grabber\u object\botgj;) -\c;\const;ResearchLegged\norm; \n;Legged bots (e.g. \l;legged grabber\u object\botgs;) \c;\const;ResearchShooter\norm; \n;Bots with cannon (e.g. \l;tracked shooter\u object\botfc;) -\c;\const;ResearchOrgaShooter\norm; \n;Bots with orgaball cannon (e.g. \l;tracked orga shooter\u object\botoc;) \c;\const;ResearchPhazerShooter\norm; \n;\l;Phazer shooter\u object\botphaz; -\c;\const;ResearchSniffer\norm; \n;Sniffers (e.g. \l;tracked sniffer\u object\botsc;) \c;\const;ResearchThumper\norm; \n;\l;Thumper\u object\bottump; \c;\const;ResearchShielder\norm; \n;\l;Shielder\u object\botshld; -\c;\const;ResearchRecycler\norm; \n;\l;Recycler\u object\botrecy; -\c;\const;ResearchSubber\norm; \n;\l;Subber\u object\botsub; \c;\const;ResearchDefenseTower\norm; \n;\l;Defense tower\u object\tower; \c;\const;ResearchNuclearPlant\norm; \n;\l;Nuclear plant\u object\nuclear; +\t;Done by \l;AutoLab\u object\labo;: +\c;\const;ResearchLegged\norm; \n;Legged bots (e.g. \l;legged grabber\u object\botgs;) +\c;\const;ResearchOrgaShooter\norm; \n;Bots with orgaball cannon (e.g. \l;tracked orga shooter\u object\botoc;) + +\t;Impossible to research: +\c;\const;ResearchSniffer\norm; \n;Sniffers (e.g. \l;tracked sniffer\u object\botsc;) +\c;\const;ResearchSubber\norm; \n;\l;Subber\u object\botsub; +\c;\const;ResearchRecycler\norm; \n;\l;Recycler\u object\botrecy; + \t;See also \l;CBOT Language\u cbot;, \l;variables\u cbot\type; and \l;categories\u cbot\category;. diff --git a/help/cbot/E/takeoff.txt b/help/cbot/E/takeoff.txt index 2887c9a5..4ffb4b4c 100644 --- a/help/cbot/E/takeoff.txt +++ b/help/cbot/E/takeoff.txt @@ -10,7 +10,7 @@ Takes off the spaceship. \t;Return value: \c;\l;int\u cbot\int;\n; Normally an error stops the program. You can prevent the program from stopping on errors by using the \c;\l;errmode\u cbot\errmode;(0)\n; instruction. A value different from zero if an error occurred is then returned by \c;takeoff()\n;. \c;== 0 \n;Spaceship takes off -\c;!= 0 \n;Spaceship could not take off +\c;!= 0 \n;Spaceship could not take off (e.g. mission is not finished yet) \t;See also \l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;. diff --git a/help/cbot/po/cbot.pot b/help/cbot/po/cbot.pot index 9fae1e4d..3073e1c4 100644 --- a/help/cbot/po/cbot.pot +++ b/help/cbot/po/cbot.pot @@ -53,7 +53,7 @@ msgid "Time in seconds." msgstr "" #. type: \t; header -#: ../E/abstime.txt:10 ../E/acos.txt:11 ../E/aim.txt:23 ../E/array.txt:30 ../E/asin.txt:11 ../E/atan.txt:11 ../E/atan2.txt:16 ../E/bloc.txt:48 ../E/bool.txt:4 ../E/break.txt:24 ../E/build.txt:27 ../E/buildingenabled.txt:22 ../E/busy.txt:14 ../E/canbuild.txt:22 ../E/category.txt:107 ../E/ceil.txt:12 ../E/class.txt:70 ../E/close.txt:6 ../E/cond.txt:27 ../E/continue.txt:24 ../E/cos.txt:11 ../E/deletef.txt:9 ../E/delinfo.txt:13 ../E/direct.txt:13 ../E/dist.txt:29 ../E/dist2d.txt:13 ../E/do.txt:27 ../E/drop.txt:28 ../E/eof.txt:13 ../E/errmode.txt:32 ../E/expr.txt:74 ../E/extern.txt:29 ../E/factory.txt:21 ../E/false.txt:4 ../E/file.txt:16 ../E/fire.txt:30 ../E/flatgrnd.txt:16 ../E/float.txt:24 ../E/floor.txt:12 ../E/for.txt:38 ../E/function.txt:129 ../E/goto.txt:34 ../E/grab.txt:28 ../E/if.txt:39 ../E/int.txt:18 ../E/jet.txt:14 ../E/message.txt:24 ../E/motor.txt:38 ../E/move.txt:21 ../E/nan.txt:14 ../E/new.txt:20 ../E/null.txt:4 ../E/object.txt:79 ../E/open.txt:18 ../E/openfile.txt:10 ../E/point.txt:35 ../E/pointer.txt:51 ../E/pow.txt:14 ../E/private.txt:17 ../E/public.txt:49 ../E/radar.txt:58 ../E/rand.txt:8 ../E/readln.txt:18 ../E/receive.txt:16 ../E/recycle.txt:12 ../E/research.txt:18 ../E/researches.txt:22 ../E/retobj.txt:13 ../E/return.txt:29 ../E/round.txt:12 ../E/search.txt:16 ../E/send.txt:17 ../E/shield.txt:18 ../E/sin.txt:11 ../E/sizeof.txt:21 ../E/sniff.txt:16 ../E/space.txt:22 ../E/sqrt.txt:11 ../E/static.txt:20 ../E/strfind.txt:18 ../E/string.txt:32 ../E/strleft.txt:14 ../E/strlen.txt:12 ../E/strlower.txt:10 ../E/strmid.txt:18 ../E/strright.txt:14 ../E/strupper.txt:10 ../E/strval.txt:17 ../E/synchro.txt:23 ../E/takeoff.txt:15 ../E/tan.txt:11 ../E/term.txt:30 ../E/testinfo.txt:16 ../E/this.txt:52 ../E/thump.txt:12 ../E/topo.txt:13 ../E/true.txt:4 ../E/trunc.txt:12 ../E/turn.txt:32 ../E/type.txt:32 ../E/var.txt:66 ../E/void.txt:10 ../E/wait.txt:21 ../E/while.txt:46 ../E/writeln.txt:19 +#: ../E/abstime.txt:10 ../E/acos.txt:11 ../E/aim.txt:23 ../E/array.txt:30 ../E/asin.txt:11 ../E/atan.txt:11 ../E/atan2.txt:16 ../E/bloc.txt:48 ../E/bool.txt:4 ../E/break.txt:24 ../E/build.txt:27 ../E/buildingenabled.txt:22 ../E/busy.txt:14 ../E/canbuild.txt:22 ../E/category.txt:107 ../E/ceil.txt:12 ../E/class.txt:70 ../E/close.txt:6 ../E/cond.txt:27 ../E/continue.txt:24 ../E/cos.txt:11 ../E/deletef.txt:9 ../E/delinfo.txt:13 ../E/direct.txt:13 ../E/dist.txt:29 ../E/dist2d.txt:13 ../E/do.txt:27 ../E/drop.txt:28 ../E/eof.txt:13 ../E/errmode.txt:32 ../E/expr.txt:74 ../E/extern.txt:29 ../E/factory.txt:21 ../E/false.txt:4 ../E/file.txt:16 ../E/fire.txt:30 ../E/flatgrnd.txt:16 ../E/float.txt:24 ../E/floor.txt:12 ../E/for.txt:38 ../E/function.txt:129 ../E/goto.txt:34 ../E/grab.txt:28 ../E/if.txt:39 ../E/int.txt:18 ../E/jet.txt:14 ../E/message.txt:24 ../E/motor.txt:38 ../E/move.txt:21 ../E/nan.txt:14 ../E/new.txt:20 ../E/null.txt:4 ../E/object.txt:79 ../E/open.txt:18 ../E/openfile.txt:10 ../E/point.txt:35 ../E/pointer.txt:51 ../E/pow.txt:14 ../E/private.txt:17 ../E/public.txt:49 ../E/radar.txt:58 ../E/rand.txt:8 ../E/readln.txt:18 ../E/receive.txt:16 ../E/recycle.txt:12 ../E/research.txt:18 ../E/researches.txt:28 ../E/retobj.txt:13 ../E/return.txt:29 ../E/round.txt:12 ../E/search.txt:16 ../E/send.txt:17 ../E/shield.txt:18 ../E/sin.txt:11 ../E/sizeof.txt:21 ../E/sniff.txt:16 ../E/space.txt:22 ../E/sqrt.txt:11 ../E/static.txt:20 ../E/strfind.txt:18 ../E/string.txt:32 ../E/strleft.txt:14 ../E/strlen.txt:12 ../E/strlower.txt:10 ../E/strmid.txt:18 ../E/strright.txt:14 ../E/strupper.txt:10 ../E/strval.txt:17 ../E/synchro.txt:23 ../E/takeoff.txt:15 ../E/tan.txt:11 ../E/term.txt:30 ../E/testinfo.txt:16 ../E/this.txt:52 ../E/thump.txt:12 ../E/topo.txt:13 ../E/true.txt:4 ../E/trunc.txt:12 ../E/turn.txt:32 ../E/type.txt:32 ../E/var.txt:66 ../E/void.txt:10 ../E/wait.txt:21 ../E/while.txt:46 ../E/writeln.txt:19 #, no-wrap msgid "See also" msgstr "" @@ -385,12 +385,6 @@ msgstr "" msgid "In a program, categories are always displayed on a red background. If a category isn't highlighted in red, it is misspelled. Caps and lower cases should be kept as is." msgstr "" -#. type: \t; header -#: ../E/category.txt:8 -#, no-wrap -msgid "Buildings :" -msgstr "" - #. type: Plain text #: ../E/category.txt:10 #, no-wrap @@ -416,12 +410,6 @@ msgid "" " AlienNest Alien Nest" msgstr "" -#. type: \t; header -#: ../E/category.txt:31 -#, no-wrap -msgid "Portable Objects :" -msgstr "" - #. type: Plain text #: ../E/category.txt:33 #, no-wrap @@ -437,12 +425,6 @@ msgid "" " KeyA..D Keys A, B, C and D" msgstr "" -#. type: \t; header -#: ../E/category.txt:44 -#, no-wrap -msgid "Robots :" -msgstr "" - #. type: Plain text #: ../E/category.txt:46 #, no-wrap @@ -502,12 +484,6 @@ msgid "" "