jscript: Added decoding support.
diff --git a/po/uk.po b/po/uk.po
index e68ab19..d302de9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3460,86 +3460,92 @@
msgstr "Очікується ')'"
#: jscript.rc:37
+#, fuzzy
+#| msgid "Invalid parameter.\n"
+msgid "Invalid character"
+msgstr "Невірний параметр.\n"
+
+#: jscript.rc:38
msgid "Unterminated string constant"
msgstr "Незавершена рядкова константа"
-#: jscript.rc:38
+#: jscript.rc:39
msgid "Can't have 'break' outside of loop"
msgstr "'break' не може знаходитись за циклом"
-#: jscript.rc:39
+#: jscript.rc:40
msgid "Can't have 'continue' outside of loop"
msgstr "'continue' не може знаходитись за циклом"
-#: jscript.rc:40
+#: jscript.rc:41
msgid "Label redefined"
msgstr "Мітка перевизначена"
-#: jscript.rc:41
+#: jscript.rc:42
msgid "Label not found"
msgstr "Мітку не знайдено"
-#: jscript.rc:42
+#: jscript.rc:43
msgid "Conditional compilation is turned off"
msgstr "Умовна компіляція вимкнена"
-#: jscript.rc:45
+#: jscript.rc:46
msgid "Number expected"
msgstr "Очікується число"
-#: jscript.rc:43
+#: jscript.rc:44
msgid "Function expected"
msgstr "Очікується функція"
-#: jscript.rc:44
+#: jscript.rc:45
msgid "'[object]' is not a date object"
msgstr "'[object]' не об'єкт типу date"
-#: jscript.rc:46
+#: jscript.rc:47
msgid "Object expected"
msgstr "Очікується об'єкт"
-#: jscript.rc:47
+#: jscript.rc:48
msgid "Illegal assignment"
msgstr "Невірне присвоєння"
-#: jscript.rc:48
+#: jscript.rc:49
msgid "'|' is undefined"
msgstr "'|' не визначено"
-#: jscript.rc:49
+#: jscript.rc:50
msgid "Boolean object expected"
msgstr "Очікується об'єкт Boolean"
-#: jscript.rc:50
+#: jscript.rc:51
msgid "Cannot delete '|'"
msgstr "Неможливо видалити '|'"
-#: jscript.rc:51
+#: jscript.rc:52
msgid "VBArray object expected"
msgstr "Очікується об'єкт VBArray"
-#: jscript.rc:52
+#: jscript.rc:53
msgid "JScript object expected"
msgstr "Очікується об'єкт JScript"
-#: jscript.rc:53
+#: jscript.rc:54
msgid "Syntax error in regular expression"
msgstr "Синтаксична помилка в регулярному виразі"
-#: jscript.rc:55
+#: jscript.rc:56
msgid "URI to be encoded contains invalid characters"
msgstr "URI, що буде закодований, містить неприпустимі символи"
-#: jscript.rc:54
+#: jscript.rc:55
msgid "URI to be decoded is incorrect"
msgstr "URI, що буде закодований, некоректний"
-#: jscript.rc:56
+#: jscript.rc:57
msgid "Array length must be a finite positive integer"
msgstr "Довжиною масиву повинне бути скінченне додатнє ціле число"
-#: jscript.rc:57
+#: jscript.rc:58
msgid "Array object expected"
msgstr "Очікується об'єкт Array"