vbscript: Add support for translating messages.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
01bacebba4
commit
ad22785cb3
|
@ -19,6 +19,8 @@
|
|||
#include <windef.h>
|
||||
#include "vbscript_defs.h"
|
||||
|
||||
#pragma makedep po
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
|
|
158
po/ar.po
158
po/ar.po
|
@ -850,7 +850,7 @@ msgstr "اسم الملف:"
|
|||
msgid "Files of type:"
|
||||
msgstr "الملفات من نوع:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "الملف غير موجود"
|
||||
|
||||
|
@ -3637,11 +3637,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "خطأ في تحويل العنصر إلى النمط الأولي"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "متغير غير سليم"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "الأمر خارج المدى"
|
||||
|
||||
|
@ -3659,11 +3659,11 @@ msgstr "العنصر ضروري"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "لم يستطع الخادم إنشاء العنصر"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "العنصر لا يدعم هذه الآلية"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "العنصر لا يدعم هذه الحركة"
|
||||
|
||||
|
@ -3751,7 +3751,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10978,6 +10978,152 @@ msgstr "اختر نافذة"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&نوافذ أخرى..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "الذاكرة ممتلئة."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "نوع البيانات غير مطابق.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "خطأ ثنائي في الجهاز.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "الملف موجود بالفعل.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "القرص ممتلئ.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "ملفات كثير للفتح.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "الوصول محظور.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "المسار غير موجود.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(القيمة غير مضبوطة)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "التدفق الشخصي غير سليم.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "لم يستطع الخادم إنشاء العنصر"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "العنصر لا يدعم هذه الحركة"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "العنصر لا يدعم هذه الحركة"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "العنصر لا يدعم هذه الحركة"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "العنصر غير موجود.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "انتهاك في فئة العنصر"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "المتحكم المحدد غير موجود في الرسالة"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
144
po/ast.po
144
po/ast.po
|
@ -846,7 +846,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr "Ficheros de la triba:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Nun s'alcontró'l ficheru"
|
||||
|
||||
|
@ -3530,11 +3530,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3550,11 +3550,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "L'oxetu nun sofita esta propiedá o métodu"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "L'oxetu nun sofita esta aición"
|
||||
|
||||
|
@ -3634,7 +3634,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10562,6 +10562,138 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Ensin memoria."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "El ficheru yá esiste.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "El discu ta enllén.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Milenta ficheros abiertos.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Nun s'alcontró'l camín.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(nun s'afitó'l valor)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "L'oxetu nun sofita esta aición"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "L'oxetu nun sofita esta aición"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "L'oxetu nun sofita esta aición"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Argument not optional"
|
||||
msgid "Named argument not found"
|
||||
msgstr "L'argumentu nun ye opcional"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
132
po/bg.po
132
po/bg.po
|
@ -864,7 +864,7 @@ msgstr "&Файл"
|
|||
msgid "Files of type:"
|
||||
msgstr "&Тип файлове:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Файлът не е намерен"
|
||||
|
||||
|
@ -3653,11 +3653,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3675,11 +3675,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3761,7 +3761,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Пре&гледай изходния код"
|
||||
|
@ -10868,6 +10868,126 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Още прозорци..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Недостиг на памет."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "Файлът не съществува.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Отвори файл"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "пътят %s не е намерен.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Невалидни знаци в пътя.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "Файлът не е намерен.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Файлът не е намерен.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/ca.po
158
po/ca.po
|
@ -852,7 +852,7 @@ msgstr "Nom de fitxer:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Fitxers del tipus:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Fitxer no trobat"
|
||||
|
||||
|
@ -3637,11 +3637,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Error en convertir l'objecte a tipus primitiu"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Trucada a procediment o argument no vàlid"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "El subíndex és fora d'interval"
|
||||
|
||||
|
@ -3659,11 +3659,11 @@ msgstr "Es requereix un objecte"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "El servidor d'automatització no pot crear l'objecte"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "L'objecte no accepta aquesta propietat o mètode"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "L'objecte no accepta aquesta acció"
|
||||
|
||||
|
@ -3743,7 +3743,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10678,6 +10678,152 @@ msgstr "Selecciona finestra"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Més finestres..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "No queda memòria."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Els tipus de dades no es coincideixen.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Hi ha hagut un error de dispositiu E/S.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "El fitxer ja existeix.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "El disc està ple.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Hi ha massa fitxers oberts.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "S'ha denegat l'accés.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "No s'ha trobat el camí.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valor no definit)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "La memòria intermèdia d'usuari no és vàlida.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "El servidor d'automatització no pot crear l'objecte"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "L'objecte no accepta aquesta acció"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "L'objecte no accepta aquesta acció"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "L'objecte no accepta aquesta acció"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "No s'ha trobat l'element.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violació de classe d'objecte"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "No s'ha trobat el control especificat en el missatge"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Amaga %@"
|
||||
|
|
154
po/cs.po
154
po/cs.po
|
@ -857,7 +857,7 @@ msgstr "Název souboru:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Soubory typu:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Soubor nebyl nalezen"
|
||||
|
||||
|
@ -3586,11 +3586,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Chyba při převodu objektu na jednoduchý typ"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Chybné volání procedury či argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3608,11 +3608,11 @@ msgstr "Vyžadován objekt"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatizační server nemůže vytvořit objekt"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objekt nepodporuje tuto akci"
|
||||
|
||||
|
@ -3692,7 +3692,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10824,6 +10824,148 @@ msgstr "Vybrat okno"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Více oken..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Nedostatek paměti."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Chyba vstupně/výstupního zařízení.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Soubor již existuje.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disk je plný.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Příliš mnoho otevřených souborů.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Přístup odepřen.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Cesta nenalezena.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(hodnota nenastavena)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid separator file.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Neplatný oddělovací soubor.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatizační server nemůže vytvořit objekt"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objekt nepodporuje tuto akci"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objekt nepodporuje tuto akci"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objekt nepodporuje tuto akci"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Prvek nenalezen.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Určený ovládací prvek nebyl ve zprávě nalezen"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Skrýt %@"
|
||||
|
|
158
po/da.po
158
po/da.po
|
@ -865,7 +865,7 @@ msgstr "&Filnavn:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Filer af type:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Filen Kunne ikke findes"
|
||||
|
||||
|
@ -3674,11 +3674,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Fejl ved konvertering af objekt til primitiv type"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Ugyldig procedure kald eller argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Indekset er uden for grænserne"
|
||||
|
||||
|
@ -3696,11 +3696,11 @@ msgstr "Objekt krævet"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automations-serveren kan ikke oprette objektet"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objektet understøtter ikke denne egenskab eller metode"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objektet understøtter ikke denne metode"
|
||||
|
||||
|
@ -3788,7 +3788,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11074,6 +11074,152 @@ msgstr "Vælg vindue"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Flere vinduer..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Ikke mere hukommelse."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Datatype passer ikke.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O enheds fejl.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Filen eksistere allerede.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Diskens plads er opbrugt.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "For mange filer åbnet.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Adgang nægtet.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Stien blev ikke fundet.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(værdi ikke sat)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Ugyldig bruger buffer.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automations-serveren kan ikke oprette objektet"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objektet understøtter ikke denne metode"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objektet understøtter ikke denne metode"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objektet understøtter ikke denne metode"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Indgang ikke fundet.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objektklasse overtrædelse"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Den specificerede kontroller blev ikke fundet i beskeden"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
162
po/de.po
162
po/de.po
|
@ -850,7 +850,7 @@ msgstr "Dateiname:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Dateien vom Typ:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Datei nicht gefunden"
|
||||
|
||||
|
@ -3628,11 +3628,11 @@ msgstr "Gamecontroller testen und konfigurieren."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Fehler beim Umwandeln des Objektes in einen Grundtyp"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Ungültiger Funktionsaufruf oder Argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Index außerhalb des Bereichs"
|
||||
|
||||
|
@ -3648,11 +3648,11 @@ msgstr "Objekt benötigt"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatisierungsserver konnte das Objekt nicht erstellen"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Das Objekt unterstützt diese Eigenschaft oder Methode nicht"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Das Objekt unterstützt diese Aktion nicht"
|
||||
|
||||
|
@ -3732,7 +3732,7 @@ msgstr "Microsoft JScript Übersetzungsfehler"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript Laufzeitfehler"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Unbekannter Laufzeitfehler"
|
||||
|
||||
|
@ -10593,6 +10593,156 @@ msgstr "Fenster auswählen"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Mehr Fenster..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Kein freier Speicher mehr."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Datentypen stimmen nicht überein.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "E/A-Gerätefehler.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Datei existiert bereits.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Datenträger voll.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Zu viele geöffnete Dateien.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Zugriff verweigert.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Pfad nicht gefunden.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(Wert nicht gesetzt)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Ungültiger Benutzerpuffer.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatisierungsserver konnte das Objekt nicht erstellen"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Das Objekt unterstützt diese Aktion nicht"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Das Objekt unterstützt diese Aktion nicht"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Das Objekt unterstützt diese Aktion nicht"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Element nicht gefunden.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objektklasse verletzt"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Angegebenes Steuerobjekt wurde in der Meldung nicht gefunden"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript Übersetzungsfehler"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript Laufzeitfehler"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "%@ ausblenden"
|
||||
|
|
132
po/el.po
132
po/el.po
|
@ -842,7 +842,7 @@ msgstr "&Περιεχόμενα"
|
|||
msgid "Files of type:"
|
||||
msgstr "Αρχεία του &τύπου:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Το αρχείο δε βρέθηκε"
|
||||
|
||||
|
@ -3568,11 +3568,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3590,11 +3590,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3676,7 +3676,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "&Περιεχόμενα"
|
||||
|
@ -10663,6 +10663,126 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of paper; "
|
||||
msgid "Out of memory"
|
||||
msgstr "Τέλος χαρτιού, "
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "Το αρχείο δεν υπάρχει.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Άνοιγμα Αρχείου"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "Το αρχείο δε βρέθηκε.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Μη έγγυρος(οι) χαρακτήρας(ες) στο μονοπάτι.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "Το αρχείο δε βρέθηκε.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Το αρχείο δε βρέθηκε.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
124
po/en.po
124
po/en.po
|
@ -849,7 +849,7 @@ msgstr "File name:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Files of type:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "File not found"
|
||||
|
||||
|
@ -3620,11 +3620,11 @@ msgstr "Test and configure game controllers."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Error converting object to primitive type"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Invalid procedure call or argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Subscript out of range"
|
||||
|
||||
|
@ -3640,11 +3640,11 @@ msgstr "Object required"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automation server can't create object"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Object doesn't support this property or method"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Object doesn't support this action"
|
||||
|
||||
|
@ -3724,7 +3724,7 @@ msgstr "Microsoft JScript compilation error"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript runtime error"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Unknown runtime error"
|
||||
|
||||
|
@ -10570,6 +10570,118 @@ msgstr "Select Window"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&More Windows..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr "Overflow"
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr "Out of memory"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr "This array is fixed or temporarily locked"
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr "Type mismatch"
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr "Device I/O error"
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr "File already exists"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr "Disk full"
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr "Too many files"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr "Permission denied"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr "Path/File access error"
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr "Path not found"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr "Object variable not set"
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Invalid use of Null"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr "Can't create necessary temporary file"
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "ActiveX component can't create object"
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Class doesn't support Automation"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr "File name or class name not found during Automation operation"
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Object doesn't support named arguments"
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Object doesn't support current locale setting"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr "Named argument not found"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr "Wrong number of arguments or invalid property assignment"
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr "Object not a collection"
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Specified DLL function not found"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr "Variable uses an Automation type not supported in VBScript"
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr "The remote server machine does not exist or is unavailable"
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr "Invalid or unqualified reference"
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft VBScript compilation error"
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft VBScript runtime error"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Hide %@"
|
||||
|
|
124
po/en_US.po
124
po/en_US.po
|
@ -849,7 +849,7 @@ msgstr "File name:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Files of type:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "File not found"
|
||||
|
||||
|
@ -3620,11 +3620,11 @@ msgstr "Test and configure game controllers."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Error converting object to primitive type"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Invalid procedure call or argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Subscript out of range"
|
||||
|
||||
|
@ -3640,11 +3640,11 @@ msgstr "Object required"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automation server can't create object"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Object doesn't support this property or method"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Object doesn't support this action"
|
||||
|
||||
|
@ -3724,7 +3724,7 @@ msgstr "Microsoft JScript compilation error"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript runtime error"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Unknown runtime error"
|
||||
|
||||
|
@ -10570,6 +10570,118 @@ msgstr "Select Window"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&More Windows..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr "Overflow"
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr "Out of memory"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr "This array is fixed or temporarily locked"
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr "Type mismatch"
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr "Device I/O error"
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr "File already exists"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr "Disk full"
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr "Too many files"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr "Permission denied"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr "Path/File access error"
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr "Path not found"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr "Object variable not set"
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Invalid use of Null"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr "Can't create necessary temporary file"
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "ActiveX component can't create object"
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Class doesn't support Automation"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr "File name or class name not found during Automation operation"
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Object doesn't support named arguments"
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Object doesn't support current locale setting"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr "Named argument not found"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr "Wrong number of arguments or invalid property assignment"
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr "Object not a collection"
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Specified DLL function not found"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr "Variable uses an Automation type not supported in VBScript"
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr "The remote server machine does not exist or is unavailable"
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr "Invalid or unqualified reference"
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft VBScript compilation error"
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft VBScript runtime error"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Hide %@"
|
||||
|
|
140
po/eo.po
140
po/eo.po
|
@ -847,7 +847,7 @@ msgstr "Dosiernomo:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Dosier&speco:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Dosiero ne estis trovita"
|
||||
|
||||
|
@ -3560,11 +3560,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3582,11 +3582,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3668,7 +3668,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown printer driver."
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10728,6 +10728,134 @@ msgstr "Elekti Fenestron"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Pliaj fenestroj..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "La memoro estas elĉerpita."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Dosiero jam ekzistas.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Saving failed"
|
||||
msgid "Too many files"
|
||||
msgstr "Konservi malsukcesis"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Mi ne trovis la vojon.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valoro ne elektita)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid message box style.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Nevalida stilo de la mesaĝa dialogujo.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elemento ne estis trovita.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Sector not found.\n"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Sektoro ne estis trovita.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/es.po
158
po/es.po
|
@ -868,7 +868,7 @@ msgstr "Nombre de archivo:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Tipo de archivo:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Archivo no encontrado"
|
||||
|
||||
|
@ -3681,11 +3681,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Error al convertir objeto a tipo primitivo"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Argumento o llamada a procedimiento no válido"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Subíndice fuera de rango"
|
||||
|
||||
|
@ -3703,11 +3703,11 @@ msgstr "Objeto esperado"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Servidor de automatización no puede crear el objeto"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "El objeto no acepta esta propiedad o método"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "El objeto no acepta esta acción"
|
||||
|
||||
|
@ -3797,7 +3797,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11088,6 +11088,152 @@ msgstr "Seleccionar ventana"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Más ventanas..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Sin memoria."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "El tipo de datos no coincide.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Error de dispositivo de E/S.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "El archivo existe.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disco lleno.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Demasiados archivos abiertos.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Acceso denegado.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Ruta no encontrada.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valor no definido)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Búfer del usuario inválido.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Servidor de automatización no puede crear el objeto"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "El objeto no acepta esta acción"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "El objeto no acepta esta acción"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "El objeto no acepta esta acción"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "El elemento no se ha encontrado.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violación de clase de objeto"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Control especificado no se ha encontrado en el mensaje"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
127
po/fa.po
127
po/fa.po
|
@ -861,7 +861,7 @@ msgstr "&پرونده"
|
|||
msgid "Files of type:"
|
||||
msgstr "&پرونده"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3598,11 +3598,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3618,11 +3618,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3703,7 +3703,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10615,6 +10615,121 @@ msgstr "انتخاب &همه\tCtrl+A"
|
|||
msgid "&More Windows..."
|
||||
msgstr "ذخیره &به نام..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "&پرونده"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "ذخیره &به نام..."
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "'%s' پیدا نشد."
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
162
po/fi.po
162
po/fi.po
|
@ -844,7 +844,7 @@ msgstr "Tiedosto:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Tyyppi:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Tiedostoa ei löydy"
|
||||
|
||||
|
@ -3614,11 +3614,11 @@ msgstr "Testaa ja säädä peliohjaimia."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Virhe muunnettaessa objektia alkeistyypiksi"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Virheellinen proseduurikutsu tai argumentti"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Indeksi alueen ulkopuolella"
|
||||
|
||||
|
@ -3634,11 +3634,11 @@ msgstr "Vaaditaan objekti"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automaatiopalvelin ei voi luoda objektia"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objekti ei tue tätä ominaisuutta tai metodia"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objekti ei tue tätä toimintoa"
|
||||
|
||||
|
@ -3718,7 +3718,7 @@ msgstr "Microsoft JScript -käännösvirhe"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript -suoritusvirhe"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Tuntematon ajonaikainen virhe"
|
||||
|
||||
|
@ -10560,6 +10560,156 @@ msgstr "Valitse ikkuna"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Lisää ikkunoita..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Muisti ei riitä."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Tietotyyppi ei täsmää.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O-laitteen virhe.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Tiedosto on jo olemassa.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Levy täynnä.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Liian monta avointa tiedostoa.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Pääsy estetty.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Polkua ei löydy.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(arvoa ei asetettu)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Annettu puskuri ei kelpaa.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automaatiopalvelin ei voi luoda objektia"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objekti ei tue tätä toimintoa"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objekti ei tue tätä toimintoa"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objekti ei tue tätä toimintoa"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elementtiä ei löydy.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objektiluokkarikkomus"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Viestistä ei löytynyt määriteltyä kontrollia"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript -käännösvirhe"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript -suoritusvirhe"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Piilota %@"
|
||||
|
|
158
po/fr.po
158
po/fr.po
|
@ -860,7 +860,7 @@ msgstr "Nom du fichier :"
|
|||
msgid "Files of type:"
|
||||
msgstr "Fichiers du type :"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Fichier introuvable"
|
||||
|
||||
|
@ -3670,11 +3670,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Erreur lors de la conversion de l'objet vers un type primitif"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Appel de procédure ou argument invalide"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Indice hors limites"
|
||||
|
||||
|
@ -3692,11 +3692,11 @@ msgstr "Objet requis"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Le serveur d'automatisation ne peut créer l'objet"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Cet objet ne supporte pas cette propriété ou méthode"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Cet objet ne supporte pas cette action"
|
||||
|
||||
|
@ -3776,7 +3776,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10991,6 +10991,152 @@ msgstr "Sélection de fenêtre"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Plus de fenêtres..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Mémoire insuffisante."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Discordance de type de données.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Erreur de périphérique d'E/S.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Le fichier existe déjà.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disque plein.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Trop de fichiers ouverts.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Accès refusé.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Chemin introuvable.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valeur non définie)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Tampon utilisateur invalide.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Le serveur d'automatisation ne peut créer l'objet"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Cet objet ne supporte pas cette action"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Cet objet ne supporte pas cette action"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Cet objet ne supporte pas cette action"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Élément introuvable.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violation de classe d'objet"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Le contrôle spécifié n'a pas été trouvé dans le message"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Cacher %@"
|
||||
|
|
136
po/he.po
136
po/he.po
|
@ -865,7 +865,7 @@ msgstr "&שם הקובץ:"
|
|||
msgid "Files of type:"
|
||||
msgstr "קבצים מ&סוג:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "הקובץ לא נמצא"
|
||||
|
||||
|
@ -3641,11 +3641,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "שגיאה בהמרת הפריט לטיפוס פרימיטיבי"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3663,11 +3663,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3753,7 +3753,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11088,6 +11088,130 @@ msgstr "בחירת חלון"
|
|||
msgid "&More Windows..."
|
||||
msgstr "חלונות &נוספים..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "הזיכרון אזל."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "הפתחה %s כבר קיימת.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "יותר מדי קבצים פתוחים.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
msgid "Permission denied"
|
||||
msgstr "הגישה נדחתה.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "PATH not found.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(לא הוגדר ערך)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "תבנית המספרים שגויה.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "PATH not found.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "הפקד שצוין לא נמצא בהודעה"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
124
po/hi.po
124
po/hi.po
|
@ -836,7 +836,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3532,11 +3532,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3552,11 +3552,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3636,7 +3636,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10424,6 +10424,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/hr.po
158
po/hr.po
|
@ -855,7 +855,7 @@ msgstr "Nazi&v datoteke:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Datoteke tipa:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Datoteka nije pronađena"
|
||||
|
||||
|
@ -3642,11 +3642,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Greška u pretvaranju objekta u osnovnu vrstu"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Nevažeći poziv procedure ili argumenta"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Potpis je van dometa"
|
||||
|
||||
|
@ -3664,11 +3664,11 @@ msgstr "Potreban objekt"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Poslužitelj automatizacije ne može stvoriti objekt"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objekt ne podržava ovo svojstvo ili metodu"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objekt ne podržava ovu radnju"
|
||||
|
||||
|
@ -3756,7 +3756,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10985,6 +10985,152 @@ msgstr "Izaberite prozor"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Više prozora..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Nema više memorije."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Nepodudarnost tipova podataka.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Greška U/I uređaja.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Datoteka već postoji.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disk pun.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Previše otvorenih datoteka.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Pristup odbijen.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Putanja nije pronađena.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(vrijednost nije postavljena)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Neispravan korisnički međuspremnik.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Poslužitelj automatizacije ne može stvoriti objekt"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objekt ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objekt ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objekt ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Element nije pronađen.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Kršenje klase objekata"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Navedena kontrola nije pronađena u poruci"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
158
po/hu.po
158
po/hu.po
|
@ -869,7 +869,7 @@ msgstr "Fájlnév:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Fájl&típus:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Fájl nem található"
|
||||
|
||||
|
@ -3690,11 +3690,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Hiba az objektum primitív típusra való konvertálásánál"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Érvénytelen eljáráshívás vagy argmentum"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Érvénytelen alszkript"
|
||||
|
||||
|
@ -3712,11 +3712,11 @@ msgstr "Objektum szükséges"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Az automatizáló (automation) kiszolgáló nem tud objektumot létrehozni"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Az objektum nem támogatja ezt a tulajdonságot vagy metódust"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Az objektum nem támogatja ezt a műveletet"
|
||||
|
||||
|
@ -3806,7 +3806,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11033,6 +11033,152 @@ msgstr "Ablak kiválasztása"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&További ablakok..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Elfogyott a memória."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Adattípus eltérés.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O eszköz hiba.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "A fájl már létezik.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Lemez betelt.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Túl sok nyitott fájl.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Hozzáférés megtagadva.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Az útvonal nem található.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(nem beállított)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Érvénytelen felhasználói puffer.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Az automatizáló (automation) kiszolgáló nem tud objektumot létrehozni"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Az objektum nem támogatja ezt a műveletet"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Az objektum nem támogatja ezt a műveletet"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Az objektum nem támogatja ezt a műveletet"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "A tétel nem található.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objektum osztály összeférhetetlenség"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "A megadott vezérlő nem található az üzenetben"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
158
po/it.po
158
po/it.po
|
@ -875,7 +875,7 @@ msgstr "Nome del file:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Tipo del file:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "File non trovato"
|
||||
|
||||
|
@ -3698,11 +3698,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Errore nel convertire un oggetto ad un tipo primitivo"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Chiamata o argomento di procedura non valido"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Sottoscript fuori portata"
|
||||
|
||||
|
@ -3720,11 +3720,11 @@ msgstr "Richiesto un oggetto"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Il server di automazione non può creare l'oggetto"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "L'oggetto non supporta questa proprietà o metodo"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "L'oggetto non supporta questa azione"
|
||||
|
||||
|
@ -3814,7 +3814,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11103,6 +11103,152 @@ msgstr "Seleziona finestra"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Più finestre..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Memoria esaurita."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Discordanza del tipo dei dati.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Errore I/O dell'unità.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "File esistente.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disco pieno.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Troppi file aperti.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Accesso negato.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Percorso non trovato.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valore non immesso)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Buffer utente non valido.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Il server di automazione non può creare l'oggetto"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "L'oggetto non supporta questa azione"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "L'oggetto non supporta questa azione"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "L'oggetto non supporta questa azione"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elemento non trovato.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violazione di classe dell'oggetto"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Il controllo specificato non è stato trovato nel messaggio"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
162
po/ja.po
162
po/ja.po
|
@ -850,7 +850,7 @@ msgstr "ファイル名:"
|
|||
msgid "Files of type:"
|
||||
msgstr "ファイルの種類:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "ファイルが見つかりません"
|
||||
|
||||
|
@ -3612,11 +3612,11 @@ msgstr "ゲーム コントローラのテストと設定をします。"
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "オブジェクトを基本型に変換できません"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "使用できない手続き呼び出しまたは引数です"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "添字が範囲外です"
|
||||
|
||||
|
@ -3632,11 +3632,11 @@ msgstr "オブジェクトが必要です"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "オートメーション サーバはオブジェクトを生成できません"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "オブジェクトはこのプロパティまたはメソッドをサポートしていません"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "オブジェクトはこの操作をサポートしていません"
|
||||
|
||||
|
@ -3716,7 +3716,7 @@ msgstr "Microsoft JScript コンパイル エラー"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript 実行時エラー"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "未知の実行時エラー"
|
||||
|
||||
|
@ -10559,6 +10559,156 @@ msgstr "ウィンドウの選択"
|
|||
msgid "&More Windows..."
|
||||
msgstr "ウィンドウの一覧(&M)..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "メモリ不足です。"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "データの種類が一致しません。\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "入出力デバイス エラーです。\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "ファイルはすでに存在します。\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "ディスクがいっぱいです。\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "これ以上ファイルを開けません。\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "アクセスが拒否されました。\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "パスが見つかりません。\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(値の設定なし)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "ユーザ バッファが正しくありません。\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "オートメーション サーバはオブジェクトを生成できません"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "オブジェクトはこの操作をサポートしていません"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "オブジェクトはこの操作をサポートしていません"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "オブジェクトはこの操作をサポートしていません"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "エレメントが見つかりません。\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "オブジェクト クラス違反"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "指定されたコントロールはメッセージ中に見つかりませんでした"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript コンパイル エラー"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript 実行時エラー"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "%@ を隠す"
|
||||
|
|
158
po/ko.po
158
po/ko.po
|
@ -849,7 +849,7 @@ msgstr "파일 이름:"
|
|||
msgid "Files of type:"
|
||||
msgstr "파일 형식:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "파일을 찾을 수 없음"
|
||||
|
||||
|
@ -3604,11 +3604,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "객체를 기본 형식으로 변환하는 중에 오류 발생"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "올바르지 않은 프로시져 호출이나 인수"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "첨자가 범위를 벗어남"
|
||||
|
||||
|
@ -3626,11 +3626,11 @@ msgstr "객체가 필요함"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "자동화 서버가 객체를 만들 수 없음"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "객체는 이 속성이나 메소드를 지원하지 않음"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "객체는 이 행동을 지원하지 않음"
|
||||
|
||||
|
@ -3710,7 +3710,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10624,6 +10624,152 @@ msgstr "창 선택"
|
|||
msgid "&More Windows..."
|
||||
msgstr "더 많은 창(&M)..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "메모리 부족."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "데이터 형식이 맞지 않습니다.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O 장치 오류.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "파일이 이미 존재합니다.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "디스크가 차 있습니다.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "너무 많은 파일 오픈.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "접근 거부.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "경로를 찾을 수 없습니다.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(값이 설정되지 않음)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "올바르지 않은 사용자 버퍼.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "자동화 서버가 객체를 만들 수 없음"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "객체는 이 행동을 지원하지 않음"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "객체는 이 행동을 지원하지 않음"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "객체는 이 행동을 지원하지 않음"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "요소를 찾을 수 없습니다.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "객체 클래스 위반"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "지정한 제어는 메시지에서 발견할 수 없습니다"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "%@ 숨기기"
|
||||
|
|
162
po/lt.po
162
po/lt.po
|
@ -849,7 +849,7 @@ msgstr "Failo vardas:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Failų tipai:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Failas nerastas"
|
||||
|
||||
|
@ -3623,11 +3623,11 @@ msgstr "Tikrinti ir konfigūruoti žaidimų valdiklius."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Klaida keičiant objektą į primityvų tipą"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Netinkamas kreipinys į procedūrą ar argumentas"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Indeksas nepatenka į rėžius"
|
||||
|
||||
|
@ -3643,11 +3643,11 @@ msgstr "Reikalingas objektas"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatizavimo serveriui nepavyko sukurti objekto"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objektas nepalaiko šios savybės ar metodo"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objektas nepalaiko šio veiksmo"
|
||||
|
||||
|
@ -3727,7 +3727,7 @@ msgstr "Microsoft JScript kompiliavimo klaida"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript vykdymo klaida"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Nežinoma vykdymo klaida"
|
||||
|
||||
|
@ -10570,6 +10570,156 @@ msgstr "Išrinkti langą"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Daugiau langų..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Trūksta atminties."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Duomenų tipo neatitikimas.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Į/I įrenginio klaida.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Failas jau egzistuoja.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Diskas pilnas.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Per daug atvertų failų.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Prieiga nesuteikta.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Kelias nerastas.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(reikšmė nenustatyta)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Netinkamas naudotojo buferis.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatizavimo serveriui nepavyko sukurti objekto"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objektas nepalaiko šio veiksmo"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objektas nepalaiko šio veiksmo"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objektas nepalaiko šio veiksmo"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elementas nerastas.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objekto klasės pažeidimas"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Nurodytas valdiklis nerastas pranešime"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript kompiliavimo klaida"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript vykdymo klaida"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Slėpti %@"
|
||||
|
|
124
po/ml.po
124
po/ml.po
|
@ -838,7 +838,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3534,11 +3534,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3554,11 +3554,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3638,7 +3638,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10438,6 +10438,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/nb_NO.po
158
po/nb_NO.po
|
@ -848,7 +848,7 @@ msgstr "Filnavn:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Filtype:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Fant ikke filen"
|
||||
|
||||
|
@ -3626,11 +3626,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Klarte ikke konvertere objekt til primitiv type"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Ugyldig funksjonskall eller argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "ID'ene er utenfor rekkevidde"
|
||||
|
||||
|
@ -3648,11 +3648,11 @@ msgstr "Trenger et objekt"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatiseringstjeneren klarte ikke opprette objekt"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objektet støtter ikke denne egenskapen eller metoden"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objektet støtter ikke denne handlingen"
|
||||
|
||||
|
@ -3732,7 +3732,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10756,6 +10756,152 @@ msgstr "Velg vindu"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Mer Windows..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Ikke nok minne."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Feil datatype.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/U-feil på enhet.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Filen finnes fra før.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disken er full.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "For mange åpne filer.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Tilgang nektet.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Fant ikke filstien.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(verdi ikke oppgitt)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Ugyldig lagringsplass for brukerminne.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatiseringstjeneren klarte ikke opprette objekt"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objektet støtter ikke denne handlingen"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objektet støtter ikke denne handlingen"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objektet støtter ikke denne handlingen"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Kan ikke finne elementet.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Objektklasseovertredelse"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Den oppgitte kontrolleren ble ikke funnet i meldingen"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Skjul %@"
|
||||
|
|
158
po/nl.po
158
po/nl.po
|
@ -861,7 +861,7 @@ msgstr "Bestandsnaam:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Bestanden van het type:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Bestand niet gevonden"
|
||||
|
||||
|
@ -3677,11 +3677,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Fout bij het omzetten van het object naar een primitief type"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Ongeldige procedure-aanroep of argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Index buiten bereik"
|
||||
|
||||
|
@ -3699,11 +3699,11 @@ msgstr "Object noodzakelijk"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatiseringsserver kan het object niet creëren"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Dit object ondersteunt deze eigenschap of methode niet"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Dit object ondersteunt deze actie niet"
|
||||
|
||||
|
@ -3791,7 +3791,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11067,6 +11067,152 @@ msgstr "Venster selecteren"
|
|||
msgid "&More Windows..."
|
||||
msgstr "Ov&erige vensters..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Onvoldoende geheugen beschikbaar."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Datatype komt niet overeen.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O device-fout.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Bestand bestaat al.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Schijf vol.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Te veel open bestanden.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Toegang geweigerd.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Locatie niet gevonden.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(Geen waarde ingesteld)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Ongeldige gebruiker-buffer.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatiseringsserver kan het object niet creëren"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Dit object ondersteunt deze actie niet"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Dit object ondersteunt deze actie niet"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Dit object ondersteunt deze actie niet"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Element niet gevonden.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Schending objectklassedefinitie"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Opgegeven besturingselement niet gevonden in bericht"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
124
po/or.po
124
po/or.po
|
@ -836,7 +836,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3532,11 +3532,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3552,11 +3552,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3636,7 +3636,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10424,6 +10424,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
124
po/pa.po
124
po/pa.po
|
@ -836,7 +836,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3532,11 +3532,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3552,11 +3552,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3636,7 +3636,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10424,6 +10424,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/pl.po
158
po/pl.po
|
@ -863,7 +863,7 @@ msgstr "Nazwa pliku:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Pliki typu:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Nie znaleziono pliku"
|
||||
|
||||
|
@ -3664,11 +3664,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Błąd przy przekształcaniu obiektu do typu podstawowego"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Niewłaściwe wywołanie procedury lub argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Indeks dolny poza zakresem"
|
||||
|
||||
|
@ -3686,11 +3686,11 @@ msgstr "Wymagany obiekt"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Serwer automatyzacji nie może stworzyć obiektu"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Obiekt nie wspiera tej właściwości lub metody"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Obiekt nie wspiera tej akcji"
|
||||
|
||||
|
@ -3770,7 +3770,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10888,6 +10888,152 @@ msgstr "Wybierz okno"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Więcej okien..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Za mało pamięci dla tej operacji."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Niezgodność typu danych.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Błąd WE/WY urządzenia.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Plik już istnieje.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Dysk pełen.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Zbyt dużo otwartych plików.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Dostęp zastrzeżony.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Nie znaleziono ścieżki.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(wartość nie ustalona)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Niepoprawny bufor użytkownika.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Serwer automatyzacji nie może stworzyć obiektu"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Obiekt nie wspiera tej akcji"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Obiekt nie wspiera tej akcji"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Obiekt nie wspiera tej akcji"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Nie znaleziono elementu.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Naruszenie klasy obiektu"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Brak określonego formantu w wiadomości"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Ukryj %@"
|
||||
|
|
162
po/pt_BR.po
162
po/pt_BR.po
|
@ -851,7 +851,7 @@ msgstr "Nome do arquivo:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Arquivos do tipo:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Arquivo não encontrado"
|
||||
|
||||
|
@ -3633,11 +3633,11 @@ msgstr "Testar e configurar controle de jogos."
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Erro ao converter objeto em tipo primitivo"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Argumento ou chamada de procedimento inválida"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Índice fora do intervalo"
|
||||
|
||||
|
@ -3653,11 +3653,11 @@ msgstr "Objeto requerido"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "O servidor de automação não conseguiu criar o objeto"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "O objeto não suporta esta propriedade ou método"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "O objeto não suporta esta ação"
|
||||
|
||||
|
@ -3737,7 +3737,7 @@ msgstr "Microsoft JScript erro de compilação"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript erro de execução"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Erro de execução desconhecido"
|
||||
|
||||
|
@ -10588,6 +10588,156 @@ msgstr "Selecionar Janela"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Mais Janelas..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Memória insuficiente."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Tipo de dados diferente.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Erro em dispositivo de E/S.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "O arquivo já existe.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disco cheio.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Muitos arquivos abertos.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Acesso negado.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Caminho não encontrado.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valor não dado)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Buffer de usuário inválido.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "O servidor de automação não conseguiu criar o objeto"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "O objeto não suporta esta ação"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "O objeto não suporta esta ação"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "O objeto não suporta esta ação"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elemento não encontrado.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violação da Classe de Objeto"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "O controle especificado não foi encontrado na mensagem"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript erro de compilação"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript erro de execução"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Ocultar %@"
|
||||
|
|
158
po/pt_PT.po
158
po/pt_PT.po
|
@ -869,7 +869,7 @@ msgstr "Nome do ficheiro:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Ficheiros do tipo:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Ficheiro não encontrado"
|
||||
|
||||
|
@ -3668,11 +3668,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Erro ao converter objecto em tipo primitivo"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Argumento ou chamada de procedimento inválida"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Subscripto fora de alcance"
|
||||
|
||||
|
@ -3690,11 +3690,11 @@ msgstr "Objecto esperado"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "O servidor de automação não conseguiu criar o objecto"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "O objecto não suporta esta propriedade ou método"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "O objecto não suporta esta acção"
|
||||
|
||||
|
@ -3774,7 +3774,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10860,6 +10860,152 @@ msgstr "Seleccionar Janela"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Mais Janelas..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Memória insuficiente."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Incompatibildade no tipo de dados.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Erro em dispositivo I/O.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Ficheiro já existe.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disco cheio.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Demasiados ficheiros abertos.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Acesso negado.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Caminho não encontrado.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valor não definido)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Buffer de utilizador inválido.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "O servidor de automação não conseguiu criar o objecto"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "O objecto não suporta esta acção"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "O objecto não suporta esta acção"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "O objecto não suporta esta acção"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elemento não encontrado.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violação da Classe de Objecto"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "O controlo especificado não foi encontrado na mensagem"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Esconder %@"
|
||||
|
|
125
po/rm.po
125
po/rm.po
|
@ -852,7 +852,7 @@ msgstr "&Datoteca"
|
|||
msgid "Files of type:"
|
||||
msgstr "&Datoteca"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3561,11 +3561,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3581,11 +3581,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3665,7 +3665,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10503,6 +10503,119 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Wine ag<61>d"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
157
po/ro.po
157
po/ro.po
|
@ -844,7 +844,7 @@ msgstr "Nume fișier:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Tip de fișier:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Fișierul nu a fost găsit"
|
||||
|
||||
|
@ -3623,11 +3623,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Eroare la convertirea obiectului la un tip primitiv"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Apel de procedură sau argument nevalid"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3645,11 +3645,11 @@ msgstr "Se necesită un obiect"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Serverul de automatizare nu poate crea obiectul"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Obiectul nu suportă această proprietate sau metodă"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Obiectul nu suportă această acțiune"
|
||||
|
||||
|
@ -3729,7 +3729,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10956,6 +10956,151 @@ msgstr "Selectare fereastră"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Mai multe ferestre..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Memorie insuficientă."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Tip de date nepotrivit.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Eroare de dispozitiv de intrare/ieșire.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Fișierul există deja.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disc plin.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Prea multe fișiere deschise.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Acces refuzat.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Calea nu a fost găsită.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(valoare nestabilită)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Formatul de număr nu este valid."
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Serverul de automatizare nu poate crea obiectul"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Obiectul nu suportă această acțiune"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Obiectul nu suportă această acțiune"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Obiectul nu suportă această acțiune"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Element negăsit.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Violare de clasă de obiect"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Controlul specificat nu a fost găsit în mesaj"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Ascunde %@"
|
||||
|
|
158
po/ru.po
158
po/ru.po
|
@ -853,7 +853,7 @@ msgstr "Имя файла:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Файлы типа:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Файл не найден"
|
||||
|
||||
|
@ -3630,11 +3630,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Ошибка конвертирования объекта в примитивный тип"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Неверный вызов процедуры или аргумент"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Индекс вне диапазона"
|
||||
|
||||
|
@ -3652,11 +3652,11 @@ msgstr "Требуется объект"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Сервер автоматизации не может создать объект"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Объект не поддерживает это свойство или метод"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Объект не поддерживает это действие"
|
||||
|
||||
|
@ -3736,7 +3736,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10627,6 +10627,152 @@ msgstr "Выбор окна"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Ещё окна..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Мало памяти."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Тип данных не совпадает.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Ошибка ввода/вывода на устройстве.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Файл уже существует.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Диск полностью заполнен.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Слишком много открытых файлов.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Доступ запрещён.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Путь не найден.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(значение не задано)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Неподходящий пользовательский буфер.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Сервер автоматизации не может создать объект"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Объект не поддерживает это действие"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Объект не поддерживает это действие"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Объект не поддерживает это действие"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Элемент не найден.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Нарушение класса объекта"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Указанный управляющий элемент не найден в сообщении"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Скрыть %@"
|
||||
|
|
144
po/si.po
144
po/si.po
|
@ -851,7 +851,7 @@ msgstr "ගොනුව නම:"
|
|||
msgid "Files of type:"
|
||||
msgstr "වර්ගයේ ගොනු:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "ගොනුව හම්බු උනේ නැහැ"
|
||||
|
||||
|
@ -3553,12 +3553,12 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
#, fuzzy
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "අවලංගු පටිපාටිය කෝල් එකක් හෝ විස්තාරකයක්"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3576,11 +3576,11 @@ msgstr "වස්තුවක් ඕනේ"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3661,7 +3661,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10571,6 +10571,138 @@ msgstr "කවුළුවක් තෝරන්න"
|
|||
msgid "&More Windows..."
|
||||
msgstr "තව කවුළු... (&M)"
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "මතකය ඉවරයි."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "දත්ත වර්ගය ගැලපෙන්නේ නැහැ.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O ආම්පන්නයේ දෝෂයක්.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "ගොනුව දැනටමත් පවතිනවා.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "ඩිස්කය පිරිලා.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "විවෘත කරපු ගොනු වැඩි.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "ප්රවේශය අත්හිටුවා ඇත.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "පෙත හම්බු උනේ නැහැ.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "අවලංගු පරිශීලක බෆරය.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "මූලාංගය හම්බු උනේ නැහැ.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "%@ හංගන්න"
|
||||
|
|
137
po/sk.po
137
po/sk.po
|
@ -875,7 +875,7 @@ msgstr "Súbor:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Súbory typu:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Súbor nenájdený"
|
||||
|
||||
|
@ -3597,11 +3597,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3619,11 +3619,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3705,7 +3705,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10855,6 +10855,131 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Viac okien..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Nedostatok pamäte."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Súbor už existuje.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Prílš veľa otvorení súborov.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Prístup zamietnutý.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Cesta nenájdená.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "Súbor nenájdený.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Sector not found.\n"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Sektor nenájdený.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
158
po/sl.po
158
po/sl.po
|
@ -874,7 +874,7 @@ msgstr "Ime datoteke:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Vrsta datoteke:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Datoteke ni mogoče najti"
|
||||
|
||||
|
@ -3692,11 +3692,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Napaka med pretvarjanjem predmeta v primitivno vrsto"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Neveljaven klic postopka ali argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Podskript je izven obsega"
|
||||
|
||||
|
@ -3714,11 +3714,11 @@ msgstr "Zahtevan je predmet"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Strežnik izvajanja ne more ustvariti predmeta"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Predmet ne podpira te lastnosti ali načina"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Predmet ne podpira tega dejanja"
|
||||
|
||||
|
@ -3808,7 +3808,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -11088,6 +11088,152 @@ msgstr "Izbira okna"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Več oken ..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Zmanjkalo je pomnilnika."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Neujemanje vrste podatkov.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "Napaka V/I naprave.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Datoteka že obstaja.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disk je poln.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Preveč odprtih datotek.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Dostop je zavrnjen.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Poti ni mogoče najti.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(vrednost ni nastavljena)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Neveljaven uporabniški medpomnilnik.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Strežnik izvajanja ne more ustvariti predmeta"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Predmet ne podpira tega dejanja"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Predmet ne podpira tega dejanja"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Predmet ne podpira tega dejanja"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Predmeta ni mogoče najti.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Prekršitev razreda predmetov"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Navedenega nadzornika v sporočilu ni bilo mogoče najti"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
|
@ -866,7 +866,7 @@ msgstr "&Датотека"
|
|||
msgid "Files of type:"
|
||||
msgstr "Датотеке &врсте:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Датотека није пронађена"
|
||||
|
||||
|
@ -3671,11 +3671,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Грешка у претварању објекта у основну врсту"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Неважећи поступак позива или аргумента"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Потпис је ван домета"
|
||||
|
||||
|
@ -3694,11 +3694,11 @@ msgstr "Очекивани објекат"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Аутоматизовани сервер не може да створи објекат"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Објекат не подржава ово својство или методу"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Објекат не подржава ову радњу"
|
||||
|
||||
|
@ -3787,7 +3787,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Непознат извор"
|
||||
|
@ -11122,6 +11122,137 @@ msgstr "Избор"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Више прозора..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Нема више меморије."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "Порт %s већ постоји.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Отвори датотеку"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "%s путања није пронађена.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Неисправни акредитиви.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Аутоматизовани сервер не може да створи објекат"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Објекат не подржава ову радњу"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Објекат не подржава ову радњу"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Објекат не подржава ову радњу"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "Датотека није пронађена.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Кршење класе објеката"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Наведена контрола није пронађена у поруци"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
|
@ -937,7 +937,7 @@ msgstr ""
|
|||
"#-#-#-#-# sr_RS@latin.po (Wine) #-#-#-#-#\n"
|
||||
"&Fajl"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Datoteka nije pronađena"
|
||||
|
||||
|
@ -3751,11 +3751,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Greška u pretvaranju objekta u osnovnu vrstu"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Nevažeći postupak poziva ili argumenta"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Potpis je van dometa"
|
||||
|
||||
|
@ -3774,11 +3774,11 @@ msgstr "Očekivani objekat"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automatizovani server ne može da stvori objekat"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objekat ne podržava ovo svojstvo ili metodu"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objekat ne podržava ovu radnju"
|
||||
|
||||
|
@ -3867,7 +3867,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "Nepoznat izvor"
|
||||
|
@ -11251,6 +11251,137 @@ msgstr "Izbor"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Više prozora..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Nema više memorije."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "Port %s već postoji.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Otvori datoteku"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "%s putanja nije pronađena.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Neispravni akreditivi.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automatizovani server ne može da stvori objekat"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objekat ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objekat ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objekat ne podržava ovu radnju"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "Datoteka nije pronađena.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Kršenje klase objekata"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Navedena kontrola nije pronađena u poruci"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
156
po/sv.po
156
po/sv.po
|
@ -856,7 +856,7 @@ msgstr "Filnamn:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Filformat:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Kunde inte hitta filen"
|
||||
|
||||
|
@ -3647,11 +3647,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Kunde inte konvertera objekt till primitiv typ"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Ogiltigt funktionsanrop eller argument"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Index utanför giltigt intervall"
|
||||
|
||||
|
@ -3669,11 +3669,11 @@ msgstr "Objekt krävs"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Automationsservern kunde inte skapa objekt"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Objektet stöder inte denna egenskap eller metod"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Objektet stöder inte denna handling"
|
||||
|
||||
|
@ -3753,7 +3753,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10863,6 +10863,150 @@ msgstr "Välj fönster"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Fler fönster..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "För lite minne."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Datatyperna överensstämmer inte.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O-enhetsfel.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Filen existerar redan.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disken är full.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "För många öppna filer.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Åtkomst nekad.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Sökvägen hittades inte.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(värde ej angivet)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Ogiltig användarbuffert.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Automationsservern kunde inte skapa objekt"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Objektet stöder inte denna handling"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Objektet stöder inte denna handling"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Objektet stöder inte denna handling"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Elementet hittades inte.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Sector not found.\n"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Sektor hittades inte.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Dölj %@"
|
||||
|
|
124
po/ta.po
124
po/ta.po
|
@ -828,7 +828,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3496,11 +3496,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3516,11 +3516,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3600,7 +3600,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10360,6 +10360,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
124
po/te.po
124
po/te.po
|
@ -836,7 +836,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3532,11 +3532,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3552,11 +3552,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3636,7 +3636,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10424,6 +10424,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
131
po/th.po
131
po/th.po
|
@ -844,7 +844,7 @@ msgstr "แฟ้ม"
|
|||
msgid "Files of type:"
|
||||
msgstr "ตัวกรอง:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "ไม่พบแฟ้ม"
|
||||
|
||||
|
@ -3586,11 +3586,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3608,11 +3608,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3693,7 +3693,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown printer driver."
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10690,6 +10690,125 @@ msgstr "เลือกทั้งหมด\tCtrl+A"
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "ความจํา์หมด"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
msgid "File already exists"
|
||||
msgstr "ไม่พบแฟ้ม.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "แฟ้ม"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "ไม่พบแฟ้ม.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "ไม่พบแฟ้ม.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "ไม่พบแฟ้ม.\n"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
158
po/tr.po
158
po/tr.po
|
@ -850,7 +850,7 @@ msgstr "Dosya adı:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Dosya türü:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Dosya bulunamadı"
|
||||
|
||||
|
@ -3621,11 +3621,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Nesneyi ilkel birime dönüştürürken hata"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Geçersiz yordam çağırımı veya değişkeni"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Alt indis kapsama dışında"
|
||||
|
||||
|
@ -3643,11 +3643,11 @@ msgstr "Nesne gerekli"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Otomasyon sunucusu nesneyi oluşturamadı"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Nesne bu özelliği veya yöntemi desteklemiyor"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Nesne bu işlemi desteklemiyor"
|
||||
|
||||
|
@ -3727,7 +3727,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10645,6 +10645,152 @@ msgstr "Pencere Seç"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Daha Fazla Pencere..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Bellek dolu."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Veri türü eşleşmiyor.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "G/Ç aygıt hatası.\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Dosya zaten mevcut.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Disk dolu.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Çok fazla dosya açık.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Erişim engellendi.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Yol bulunamadı.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(değer belirlenmemiş)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Geçersiz kullanıcı tamponu.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Otomasyon sunucusu nesneyi oluşturamadı"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Nesne bu işlemi desteklemiyor"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Nesne bu işlemi desteklemiyor"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Nesne bu işlemi desteklemiyor"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Eleman bulunamadı.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Nesne Sınıfı İhlali"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "İletide belirtilen denetim bulunamadı"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "%@ Ögesini Gizle"
|
||||
|
|
156
po/uk.po
156
po/uk.po
|
@ -847,7 +847,7 @@ msgstr "Ім'я файлу:"
|
|||
msgid "Files of type:"
|
||||
msgstr "Файли типу:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "Файл не знайдено"
|
||||
|
||||
|
@ -3624,11 +3624,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "Помилка конвертування об'єкту в примітивний тип"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "Невірний виклик процедури або аргумент"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "Індекс поза діапазоном"
|
||||
|
||||
|
@ -3646,11 +3646,11 @@ msgstr "Вимагається об'єкт"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "Сервер автоматизації не може створити об'єкт"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "Об'єкт не підтримує цю властивість чи метод"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "Об'єкт не підтримує цю дію"
|
||||
|
||||
|
@ -3738,7 +3738,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10708,6 +10708,150 @@ msgstr "Вибір вікна"
|
|||
msgid "&More Windows..."
|
||||
msgstr "&Ще вікна..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "Замало пам'яті."
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "Невідповідність типів даних.\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "Файл вже існує.\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "Диск заповнений.\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "Забагато відкритих файлів.\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "Доступ заборонено.\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "Шлях не знайдено.\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(значення не задане)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid cursor handle.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "Невірна рукоятка курсора.\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "Сервер автоматизації не може створити об'єкт"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "Об'єкт не підтримує цю дію"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "Об'єкт не підтримує цю дію"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "Об'єкт не підтримує цю дію"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "Елемент не знайдено.\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "Порушення класу об'єкту"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "Вказаний елемент керування не знайдено в повідомленні"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "Приховати %@"
|
||||
|
|
127
po/wa.po
127
po/wa.po
|
@ -860,7 +860,7 @@ msgstr "&Fitchî"
|
|||
msgid "Files of type:"
|
||||
msgstr "Djîveye des fitchîs del sôr&te:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3593,11 +3593,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3613,11 +3613,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3698,7 +3698,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10596,6 +10596,121 @@ msgstr "Å dfait di &Wine..."
|
|||
msgid "&More Windows..."
|
||||
msgstr "Å dfait di &Wine..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
msgid "Too many files"
|
||||
msgstr "Aidance di Wine"
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
msgid "Path not found"
|
||||
msgstr "'%s' pout nén esse trové."
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
msgid "Named argument not found"
|
||||
msgstr "'%s' pout nén esse trové."
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
124
po/wine.pot
124
po/wine.pot
|
@ -821,7 +821,7 @@ msgstr ""
|
|||
msgid "Files of type:"
|
||||
msgstr ""
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3489,11 +3489,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3509,11 +3509,11 @@ msgstr ""
|
|||
msgid "Automation server can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr ""
|
||||
|
||||
|
@ -3593,7 +3593,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr ""
|
||||
|
||||
|
@ -10343,6 +10343,118 @@ msgstr ""
|
|||
msgid "&More Windows..."
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
msgid "Out of memory"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
msgid "Type mismatch"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:36
|
||||
msgid "Device I/O error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:37
|
||||
msgid "File already exists"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:38
|
||||
msgid "Disk full"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:39
|
||||
msgid "Too many files"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:40
|
||||
msgid "Permission denied"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
msgid "Path not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:43
|
||||
msgid "Object variable not set"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:44
|
||||
msgid "Invalid use of Null"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:47
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:52
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
msgid "Named argument not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
msgid "Object not a collection"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:57
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr ""
|
||||
|
|
162
po/zh_CN.po
162
po/zh_CN.po
|
@ -836,7 +836,7 @@ msgstr "文件名:"
|
|||
msgid "Files of type:"
|
||||
msgstr "文件类型:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "找不到文件"
|
||||
|
||||
|
@ -3567,11 +3567,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "将对象转换为基本类型时出错"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "过程调用或参数无效"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "标记越界"
|
||||
|
||||
|
@ -3589,11 +3589,11 @@ msgstr "需要对象"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "自动化服务器无法创建对象"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "对象不支持此属性或方式"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "对象不支持此动作"
|
||||
|
||||
|
@ -3673,7 +3673,7 @@ msgstr "Microsoft JScript 编译错误"
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr "Microsoft JScript 运行时错误"
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
msgid "Unknown runtime error"
|
||||
msgstr "未知运行时错误"
|
||||
|
||||
|
@ -10496,6 +10496,156 @@ msgstr "选择窗口"
|
|||
msgid "&More Windows..."
|
||||
msgstr "更多窗口(&M)..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "内存不足。"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "数据类型不匹配。\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O 设备错误。\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "文件已存在。\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "磁盘满。\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "太多打开的文件。\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "访问被拒绝。\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "找不到路径。\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(没有设值)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "用户缓冲区无效。\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "自动化服务器无法创建对象"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "对象不支持此动作"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "对象不支持此动作"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "对象不支持此动作"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "找不到元素。\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "对象类冲突"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "消息中找不到指定的控制"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript compilation error"
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr "Microsoft JScript 编译错误"
|
||||
|
||||
#: vbscript.rc:63
|
||||
#, fuzzy
|
||||
#| msgid "Microsoft JScript runtime error"
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr "Microsoft JScript 运行时错误"
|
||||
|
||||
#: winemac.rc:33
|
||||
msgid "Hide %@"
|
||||
msgstr "隐藏 %@"
|
||||
|
|
158
po/zh_TW.po
158
po/zh_TW.po
|
@ -845,7 +845,7 @@ msgstr "檔案名稱:"
|
|||
msgid "Files of type:"
|
||||
msgstr "檔案類型:"
|
||||
|
||||
#: comdlg32.rc:33
|
||||
#: comdlg32.rc:33 vbscript.rc:35
|
||||
msgid "File not found"
|
||||
msgstr "找不到檔案"
|
||||
|
||||
|
@ -3607,11 +3607,11 @@ msgstr ""
|
|||
msgid "Error converting object to primitive type"
|
||||
msgstr "轉換物件到基本類型時發生錯誤"
|
||||
|
||||
#: jscript.rc:29
|
||||
#: jscript.rc:29 vbscript.rc:29
|
||||
msgid "Invalid procedure call or argument"
|
||||
msgstr "無效的程序呼叫或引數"
|
||||
|
||||
#: jscript.rc:30
|
||||
#: jscript.rc:30 vbscript.rc:32
|
||||
msgid "Subscript out of range"
|
||||
msgstr "註標超出範圍"
|
||||
|
||||
|
@ -3629,11 +3629,11 @@ msgstr "需要物件"
|
|||
msgid "Automation server can't create object"
|
||||
msgstr "自動作業伺服器無法建立物件"
|
||||
|
||||
#: jscript.rc:34
|
||||
#: jscript.rc:34 vbscript.rc:49
|
||||
msgid "Object doesn't support this property or method"
|
||||
msgstr "物件不支援這個屬性或方法"
|
||||
|
||||
#: jscript.rc:35
|
||||
#: jscript.rc:35 vbscript.rc:50
|
||||
msgid "Object doesn't support this action"
|
||||
msgstr "物件不支援此動作"
|
||||
|
||||
|
@ -3721,7 +3721,7 @@ msgstr ""
|
|||
msgid "Microsoft JScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: jscript.rc:80
|
||||
#: jscript.rc:80 vbscript.rc:64
|
||||
#, fuzzy
|
||||
#| msgid "Unknown error"
|
||||
msgid "Unknown runtime error"
|
||||
|
@ -10942,6 +10942,152 @@ msgstr "選擇視窗"
|
|||
msgid "&More Windows..."
|
||||
msgstr "更多視窗(&M)..."
|
||||
|
||||
#: vbscript.rc:30
|
||||
msgid "Overflow"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:31
|
||||
#, fuzzy
|
||||
#| msgid "Out of memory."
|
||||
msgid "Out of memory"
|
||||
msgstr "記憶體不足。"
|
||||
|
||||
#: vbscript.rc:33
|
||||
msgid "This array is fixed or temporarily locked"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:34
|
||||
#, fuzzy
|
||||
#| msgid "Data type mismatch.\n"
|
||||
msgid "Type mismatch"
|
||||
msgstr "資料類型不匹配。\n"
|
||||
|
||||
#: vbscript.rc:36
|
||||
#, fuzzy
|
||||
#| msgid "I/O device error.\n"
|
||||
msgid "Device I/O error"
|
||||
msgstr "I/O 裝置錯誤。\n"
|
||||
|
||||
#: vbscript.rc:37
|
||||
#, fuzzy
|
||||
#| msgid "File already exists.\n"
|
||||
msgid "File already exists"
|
||||
msgstr "檔案已經存在。\n"
|
||||
|
||||
#: vbscript.rc:38
|
||||
#, fuzzy
|
||||
#| msgid "Disk full.\n"
|
||||
msgid "Disk full"
|
||||
msgstr "磁碟已滿。\n"
|
||||
|
||||
#: vbscript.rc:39
|
||||
#, fuzzy
|
||||
#| msgid "Too many open files.\n"
|
||||
msgid "Too many files"
|
||||
msgstr "開啟過多檔案。\n"
|
||||
|
||||
#: vbscript.rc:40
|
||||
#, fuzzy
|
||||
#| msgid "Access denied.\n"
|
||||
msgid "Permission denied"
|
||||
msgstr "存取被拒。\n"
|
||||
|
||||
#: vbscript.rc:41
|
||||
msgid "Path/File access error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:42
|
||||
#, fuzzy
|
||||
#| msgid "Path not found.\n"
|
||||
msgid "Path not found"
|
||||
msgstr "找不到路徑。\n"
|
||||
|
||||
#: vbscript.rc:43
|
||||
#, fuzzy
|
||||
#| msgid "(value not set)"
|
||||
msgid "Object variable not set"
|
||||
msgstr "(沒有設值)"
|
||||
|
||||
#: vbscript.rc:44
|
||||
#, fuzzy
|
||||
#| msgid "Invalid user buffer.\n"
|
||||
msgid "Invalid use of Null"
|
||||
msgstr "無效的使用者緩衝區。\n"
|
||||
|
||||
#: vbscript.rc:45
|
||||
msgid "Can't create necessary temporary file"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:46
|
||||
#, fuzzy
|
||||
#| msgid "Automation server can't create object"
|
||||
msgid "ActiveX component can't create object"
|
||||
msgstr "自動作業伺服器無法建立物件"
|
||||
|
||||
#: vbscript.rc:47
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Class doesn't support Automation"
|
||||
msgstr "物件不支援此動作"
|
||||
|
||||
#: vbscript.rc:48
|
||||
msgid "File name or class name not found during Automation operation"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:51
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support named arguments"
|
||||
msgstr "物件不支援此動作"
|
||||
|
||||
#: vbscript.rc:52
|
||||
#, fuzzy
|
||||
#| msgid "Object doesn't support this action"
|
||||
msgid "Object doesn't support current locale setting"
|
||||
msgstr "物件不支援此動作"
|
||||
|
||||
#: vbscript.rc:53 vbscript.rc:54
|
||||
#, fuzzy
|
||||
#| msgid "Element not found.\n"
|
||||
msgid "Named argument not found"
|
||||
msgstr "找不到元件。\n"
|
||||
|
||||
#: vbscript.rc:55
|
||||
msgid "Wrong number of arguments or invalid property assignment"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:56
|
||||
#, fuzzy
|
||||
#| msgid "Object Class Violation"
|
||||
msgid "Object not a collection"
|
||||
msgstr "物件類別違規"
|
||||
|
||||
#: vbscript.rc:57
|
||||
#, fuzzy
|
||||
#| msgid "Specified control was not found in message"
|
||||
msgid "Specified DLL function not found"
|
||||
msgstr "在訊息中找不到指定的控制"
|
||||
|
||||
#: vbscript.rc:58
|
||||
msgid "Variable uses an Automation type not supported in VBScript"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:59
|
||||
msgid "The remote server machine does not exist or is unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:60
|
||||
msgid "Invalid or unqualified reference"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:62
|
||||
msgid "Microsoft VBScript compilation error"
|
||||
msgstr ""
|
||||
|
||||
#: vbscript.rc:63
|
||||
msgid "Microsoft VBScript runtime error"
|
||||
msgstr ""
|
||||
|
||||
#: winemac.rc:33
|
||||
#, fuzzy
|
||||
#| msgid "Hide"
|
||||
|
|
Loading…
Reference in New Issue