msgstr ""
#: src/parse/check.c:303
-msgid "invalid array acces expression."
+msgid "invalid array access expression."
msgstr ""
#: src/parse/check.c:311
msgstr ""
#: src/parse/check.c:575
-msgid "function is template. automatic type guess not fully implemented "
+msgid "function is a template for which automatic type inference is not fully implemented "
"yet.\n"
" please provide template types. eg: '<type1, type2, ...>'"
msgstr ""
#: src/parse/check.c:606
-msgid "not able to guess types for template call."
+msgid "not able to infer types for template call."
msgstr ""
#: src/parse/check.c:618
#: src/parse/check.c:847
#, c-format
-msgid "type '%s' is not array.\n"
+msgid "type '%s' is not an array.\n"
" This is not allowed in auto loop"
msgstr ""
#: src/parse/check.c:954
#, c-format
-msgid "invalid type '%s' case expression. should be 'int'"
+msgid "invalid type '%s' in case expression. should be 'int'"
msgstr ""
#: src/parse/check.c:959
#: src/parse/check.c:1043
#, c-format
-msgid "function '%s.%s' ressembles '%s.%s' but cannot override...\n"
+msgid "function '%s.%s' resembles '%s.%s' but cannot override...\n"
" ...(reason: '%s.%s' is declared as 'static')"
msgstr ""
#: src/parse/scan2.c:161
#, c-format
-msgid "cant '%s' from/to a multi-variable declaration."
+msgid "can't '%s' from/to a multi-variable declaration."
msgstr ""
#: src/parse/scan2.c:266
msgstr ""
#: src/emit/escape.c:40
-msgid "invalid: string ends with escape charactor '\\'"
+msgid "invalid: string ends with escape character '\\'"
msgstr ""
#: src/emit/escape.c:54