]> Nishi Git Mirror - gwion.git/commitdiff
spelling and phrasing updates in gwion.pot (#239)
authorQuix <61027486+QuixoticValentine@users.noreply.github.com>
Fri, 15 Apr 2022 12:42:20 +0000 (08:42 -0400)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 12:42:20 +0000 (14:42 +0200)
po/gwion.pot

index e684b1cc20a81f92cacc549c68978aeda4247e86..cb38d7410481d8141767dde9d88b2cd402779a0d 100644 (file)
@@ -121,7 +121,7 @@ msgid   "array index %i must be of type 'int', not '%s'"
 msgstr  ""
 
 #: src/parse/check.c:303
-msgid   "invalid array acces expression."
+msgid   "invalid array access expression."
 msgstr  ""
 
 #: src/parse/check.c:311
@@ -152,13 +152,13 @@ msgid   "and not:\n"
 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
@@ -227,7 +227,7 @@ msgstr  ""
 
 #: 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  ""
 
@@ -258,7 +258,7 @@ 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
@@ -277,7 +277,7 @@ msgstr  ""
 
 #: 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  ""
 
@@ -294,7 +294,7 @@ 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
@@ -468,7 +468,7 @@ msgid   "unrecognized escape sequence '\\%c'"
 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