include: Allow overriding LANGID in module VERSIONINFO.
This commit is contained in:
parent
4d0d7e49b9
commit
653321a2b4
50 changed files with 106 additions and 102 deletions
|
@ -115,6 +115,12 @@ never complain.
|
|||
#define WINE_CODEPAGE_HEX WINE_VER_HEXPREFIX(WINE_CODEPAGE)
|
||||
#endif
|
||||
|
||||
#ifndef WINE_LANGID
|
||||
#define WINE_LANGID 0409 /* LANG_ENGLISH/SUBLANG_DEFAULT */
|
||||
#endif
|
||||
#define WINE_LANGID_STR WINE_VER_STRINGIZE(WINE_LANGID)
|
||||
#define WINE_LANGID_HEX WINE_VER_HEXPREFIX(WINE_LANGID)
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION WINE_FILEVERSION
|
||||
PRODUCTVERSION WINE_PRODUCTVERSION
|
||||
|
@ -126,8 +132,7 @@ FILESUBTYPE WINE_FILESUBTYPE
|
|||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
/* LANG_ENGLISH/SUBLANG_DEFAULT, WINE_CODEPAGE */
|
||||
BLOCK "0409" WINE_CODEPAGE_STR
|
||||
BLOCK WINE_LANGID_STR WINE_CODEPAGE_STR
|
||||
{
|
||||
VALUE "CompanyName", "Microsoft Corporation" /* GameGuard depends on this */
|
||||
VALUE "FileDescription", WINE_FILEDESCRIPTION_STR
|
||||
|
@ -142,7 +147,6 @@ FILESUBTYPE WINE_FILESUBTYPE
|
|||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
/* LANG_ENGLISH/SUBLANG_DEFAULT, WINE_CODEPAGE */
|
||||
VALUE "Translation", 0x0409, WINE_CODEPAGE_HEX
|
||||
VALUE "Translation", WINE_LANGID_HEX, WINE_CODEPAGE_HEX
|
||||
}
|
||||
}
|
||||
|
|
4
po/ar.po
4
po/ar.po
|
@ -4129,11 +4129,11 @@ msgstr "'[object]' ليس عنصر تاريخ"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "واين"
|
||||
|
|
|
@ -3996,11 +3996,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/bg.po
4
po/bg.po
|
@ -4125,11 +4125,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
#, fuzzy
|
||||
msgid "Wine"
|
||||
|
|
4
po/ca.po
4
po/ca.po
|
@ -4101,11 +4101,11 @@ msgstr "'this' no és un objecte de |"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "La propietat no pot tenir ambdós mètodes d'accés i un valor"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "DLL de nucli del Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/cs.po
4
po/cs.po
|
@ -4070,11 +4070,11 @@ msgstr "„%s“ není platný název portu"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/da.po
4
po/da.po
|
@ -4166,11 +4166,11 @@ msgstr "«[objekt]» er ikke et dato objekt"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/de.po
4
po/de.po
|
@ -4089,11 +4089,11 @@ msgstr "'this' ist kein |-Objekt"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Eigenschaft kann nicht sowohl Accessoren als auch einen Wert haben"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine-Kernel-DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/el.po
4
po/el.po
|
@ -4025,11 +4025,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/en.po
4
po/en.po
|
@ -4076,11 +4076,11 @@ msgstr "'this' is not a | object"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Property cannot have both accessors and a value"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine kernel DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4076,11 +4076,11 @@ msgstr "'this' is not a | object"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Property cannot have both accessors and a value"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine kernel DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/eo.po
4
po/eo.po
|
@ -4034,11 +4034,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/es.po
4
po/es.po
|
@ -4106,11 +4106,11 @@ msgstr "'[this]' no es un objeto Map"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "La propiedad no puede tener tanto descriptores de acceso como un valor"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "DLL de núcle Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/fa.po
4
po/fa.po
|
@ -4052,11 +4052,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/fi.po
4
po/fi.po
|
@ -4073,11 +4073,11 @@ msgstr "'this' ei ole |-objekti"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Ominaisuudella ei voi olla sekä hakufunktiota että arvoa"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Winen ydin-DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/fr.po
4
po/fr.po
|
@ -4098,11 +4098,11 @@ msgstr "« this » n'est pas un objet de type Map"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "La propriété ne peut à la fois avoir une valeur et des accesseurs"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "DLL noyau de Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/he.po
4
po/he.po
|
@ -4120,11 +4120,11 @@ msgstr "'%s' אינו שם תקני לפתחה"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/hi.po
4
po/hi.po
|
@ -3981,11 +3981,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/hr.po
4
po/hr.po
|
@ -4134,11 +4134,11 @@ msgstr "'[object]' nije vremenski objekt"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/hu.po
4
po/hu.po
|
@ -4184,11 +4184,11 @@ msgstr "'Az [object]' nem egy date (dátum) objektum"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine súgó"
|
||||
|
|
4
po/it.po
4
po/it.po
|
@ -4192,11 +4192,11 @@ msgstr "'[oggetto]' non è un oggetto data"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/ja.po
4
po/ja.po
|
@ -4072,11 +4072,11 @@ msgstr "'this' は | オブジェクトではありません"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "プロパティはアクセサーと値の両方になることはできません"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/ko.po
4
po/ko.po
|
@ -4061,11 +4061,11 @@ msgstr "'this'는 '|' 개체가 아닙니다"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "속성에 접근자와 값을 둘 다 지정할 수는 없습니다"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine 커널 DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/lt.po
4
po/lt.po
|
@ -4079,11 +4079,11 @@ msgstr "„Šis“ nėra | objektas"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Savybė negali turėti ir kreipiklių, ir reikšmės"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine branduolio DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/ml.po
4
po/ml.po
|
@ -3983,11 +3983,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
|
@ -4104,11 +4104,11 @@ msgstr "'[object]' er ikke et dataobjekt"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine kjerne-DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/nl.po
4
po/nl.po
|
@ -4093,11 +4093,11 @@ msgstr "'this' is geen | object"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Eigenschap kan niet zowel accessors als een waarde hebben"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine kernel DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/or.po
4
po/or.po
|
@ -3981,11 +3981,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/pa.po
4
po/pa.po
|
@ -3981,11 +3981,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/pl.po
4
po/pl.po
|
@ -4105,11 +4105,11 @@ msgstr "'this' nie jest obiektem Map"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Własność nie może mieć zarówno akcesorów i wartości"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "DLL jądra Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4101,11 +4101,11 @@ msgstr "'this' não é um objeto Map"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Propriedade não pode ter ambos acessores e valor"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Biblioteca de kernel Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4152,11 +4152,11 @@ msgstr "'[object]' não é um objecto de data"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/rm.po
4
po/rm.po
|
@ -4011,11 +4011,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
#, fuzzy
|
||||
msgid "Wine"
|
||||
|
|
4
po/ro.po
4
po/ro.po
|
@ -4107,11 +4107,11 @@ msgstr "„[obiect]” nu este un obiect de tip dată"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/ru.po
4
po/ru.po
|
@ -4108,11 +4108,11 @@ msgstr "«this» не объект типа «Map»"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Свойство не может одновременно иметь методы для доступа и значение"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Библиотека ядра Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/si.po
4
po/si.po
|
@ -4037,11 +4037,11 @@ msgstr "'%s' වලංගු තොට නමක් නෙමෙයි."
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine කර්නලයේ DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/sk.po
4
po/sk.po
|
@ -4072,11 +4072,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/sl.po
4
po/sl.po
|
@ -4186,11 +4186,11 @@ msgstr "'[object]' ni predmet datuma"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4161,11 +4161,11 @@ msgstr "„[object]“ није временски објекат"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4247,11 +4247,11 @@ msgstr "„[object]“ nije vremenski objekat"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/sv.po
4
po/sv.po
|
@ -4131,11 +4131,11 @@ msgstr "'[object]' är inte ett datumobjekt"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine-kärn-DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/ta.po
4
po/ta.po
|
@ -3996,11 +3996,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/te.po
4
po/te.po
|
@ -3981,11 +3981,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/th.po
4
po/th.po
|
@ -4047,11 +4047,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
4
po/tr.po
4
po/tr.po
|
@ -4099,11 +4099,11 @@ msgstr "'[object]' bir tarih nesnesi değil"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Nesnenin erişimcisi ve değeri birden olamaz"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine çekirdek DLL'si"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/uk.po
4
po/uk.po
|
@ -4101,11 +4101,11 @@ msgstr "'це' не є Map об'єкта"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "Властивість не може одночасно мати доступ і значення"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Бібліотека ядра Wine"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
4
po/wa.po
4
po/wa.po
|
@ -4048,11 +4048,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
#, fuzzy
|
||||
msgid "Wine"
|
||||
|
|
|
@ -3935,11 +3935,11 @@ msgstr ""
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr ""
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr ""
|
||||
|
|
|
@ -4026,11 +4026,11 @@ msgstr "'this' 不是 | 对象"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "属性不能同时包含存取器和值"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine kernel DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
|
@ -4034,11 +4034,11 @@ msgstr "'this' 不是一個 | 物件"
|
|||
msgid "Property cannot have both accessors and a value"
|
||||
msgstr "屬性不可同時有存取子和值"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:133
|
||||
#: include/wine/wine_common_ver.rc:138
|
||||
msgid "Wine kernel DLL"
|
||||
msgstr "Wine 核心 DLL"
|
||||
|
||||
#: include/wine/wine_common_ver.rc:138 dlls/winemac.drv/winemac.rc:32
|
||||
#: include/wine/wine_common_ver.rc:143 dlls/winemac.drv/winemac.rc:32
|
||||
#: programs/wineboot/wineboot.rc:42 programs/winecfg/winecfg.rc:137
|
||||
msgid "Wine"
|
||||
msgstr "Wine"
|
||||
|
|
Loading…
Add table
Reference in a new issue