summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBotToken.h
diff options
context:
space:
mode:
authorMichał Konopacki <michal@michal-P4i65PE.(none)>2012-08-02 19:41:13 +0200
committerMichał Konopacki <michal@michal-P4i65PE.(none)>2012-08-02 19:41:13 +0200
commitd00a283519e2da0d4e0d1fb8a5d1bedd89ead45a (patch)
tree2c2df8babbc37359aca2fcde9eb39557733a884e /src/CBot/CBotToken.h
parent5e637ca0288ddd631ec33e1d620cd4a73bcdc2be (diff)
downloadcolobot-d00a283519e2da0d4e0d1fb8a5d1bedd89ead45a.tar.gz
colobot-d00a283519e2da0d4e0d1fb8a5d1bedd89ead45a.tar.bz2
colobot-d00a283519e2da0d4e0d1fb8a5d1bedd89ead45a.zip
Comments translation
Diffstat (limited to 'src/CBot/CBotToken.h')
-rw-r--r--src/CBot/CBotToken.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/CBot/CBotToken.h b/src/CBot/CBotToken.h
index 62e9bf3..35a696a 100644
--- a/src/CBot/CBotToken.h
+++ b/src/CBot/CBotToken.h
@@ -12,15 +12,15 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.////////////////////////////////////////////////////////////////////
-// interpréteur pour le language CBot du jeu COLOBOT
+// * along with this program. If not, see http://www.gnu.org/licenses/.
-// un programme écrit est tout d'abord transformé en une liste de tokens
-// avant d'aborder le compilateur proprement dit
-// par exemple
+// interpreter of the lanuage CBot for game COLOBOT
+// writing a program is first transformed into a list of tokens
+// before tackling the compiler itself
+// for example
// int var = 3 * ( pos.y + x )
-// est décomposé en (chaque ligne est un token)
+// is decomposed into (each line is a token)
// int
// var
// =