From c992ca277de755734406ab7e864518799fdd76b9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 24 Aug 2011 15:28:14 +0200 Subject: [PATCH] Assorted spelling fixes. --- dlls/crypt32/crypt32.rc | 2 +- dlls/dxerr8/errors.h | 4 ++-- dlls/dxerr9/errors.h | 4 ++-- dlls/gameux/gamestatistics.c | 4 ++-- dlls/gdi32/tests/palette.c | 4 ++-- dlls/ieframe/navigate.c | 2 +- dlls/jscript/tests/api.js | 2 +- dlls/msctf/documentmgr.c | 2 +- dlls/msctf/inputprocessor.c | 4 ++-- dlls/msctf/threadmgr.c | 2 +- dlls/riched20/tests/txtsrv.c | 2 +- dlls/rpcrt4/ndr_stubless.c | 4 ++-- dlls/rsaenh/handle.c | 2 +- dlls/rsaenh/rsaenh.c | 10 +++++----- dlls/shell32/dde.c | 2 +- dlls/shlwapi/path.c | 2 +- dlls/user32/dde_server.c | 2 +- dlls/usp10/tests/usp10.c | 4 ++-- include/mapitags.h | 2 +- include/wincrypt.h | 4 ++-- libs/wpp/ppl.l | 2 +- po/ar.po | 4 ++-- po/bg.po | 5 +++-- po/ca.po | 4 ++-- po/cs.po | 5 +++-- po/da.po | 8 +++++--- po/de.po | 8 +++++--- po/el.po | 4 ++-- po/en.po | 6 +++--- po/en_US.po | 8 ++++---- po/eo.po | 4 ++-- po/es.po | 5 +++-- po/fa.po | 4 ++-- po/fi.po | 5 +++-- po/fr.po | 8 +++++--- po/he.po | 7 ++++--- po/hi.po | 4 ++-- po/hu.po | 7 ++++--- po/it.po | 8 +++++--- po/ja.po | 8 +++++--- po/ko.po | 8 +++++--- po/lt.po | 8 +++++--- po/ml.po | 4 ++-- po/nb_NO.po | 8 +++++--- po/nl.po | 8 +++++--- po/or.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 8 +++++--- po/pt_BR.po | 8 +++++--- po/pt_PT.po | 8 +++++--- po/rm.po | 4 ++-- po/ro.po | 8 +++++--- po/ru.po | 8 +++++--- po/sk.po | 4 ++-- po/sl.po | 8 +++++--- po/sr_RS@cyrillic.po | 7 ++++--- po/sr_RS@latin.po | 8 +++++--- po/sv.po | 8 +++++--- po/te.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 5 +++-- po/uk.po | 8 +++++--- po/wa.po | 4 ++-- po/wine.pot | 4 ++-- po/zh_CN.po | 5 +++-- po/zh_TW.po | 5 +++-- programs/start/start.c | 5 +++-- programs/winecfg/winecfg.rc | 2 +- programs/winefile/winefile.c | 2 +- programs/wordpad/wordpad.c | 2 +- programs/xcopy/xcopy.c | 4 ++-- 71 files changed, 201 insertions(+), 154 deletions(-) diff --git a/dlls/crypt32/crypt32.rc b/dlls/crypt32/crypt32.rc index d14d2ffb7f6..f3ed786c96b 100644 --- a/dlls/crypt32/crypt32.rc +++ b/dlls/crypt32/crypt32.rc @@ -77,7 +77,7 @@ STRINGTABLE IDS_TITLE "Title" IDS_GIVEN_NAME "Given Name" IDS_INITIALS "Initials" - IDS_SUR_NAME "Sur Name" + IDS_SUR_NAME "Surname" IDS_DOMAIN_COMPONENT "Domain Component" IDS_STREET_ADDRESS "Street Address" IDS_SERIAL_NUMBER "Serial Number" diff --git a/dlls/dxerr8/errors.h b/dlls/dxerr8/errors.h index a88177e72af..0d21bb62cae 100644 --- a/dlls/dxerr8/errors.h +++ b/dlls/dxerr8/errors.h @@ -811,8 +811,8 @@ static const WCHAR name270W[] = { 'D','D','E','R','R','_','N','O','O','V','E','R static const CHAR description270A[] = "returned when GetOverlayPosition is called on a overlay that UpdateOverlay has never been called on to establish a destination."; static const WCHAR description270W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','G','e','t','O','v','e','r','l','a','y','P','o','s','i','t','i','o','n',' ','i','s',' ','c','a','l','l','e','d',' ','o','n',' ','a',' ','o','v','e','r','l','a','y',' ','t','h','a','t',' ','U','p','d','a','t','e','O','v','e','r','l','a','y',' ','h','a','s',' ','n','e','v','e','r',' ','b','e','e','n',' ','c','a','l','l','e','d',' ','o','n',' ','t','o',' ','e','s','t','a','b','l','i','s','h',' ','a',' ','d','e','s','t','i','o','n','a','t','i','o','n','.',0 }; static const WCHAR name271W[] = { 'D','D','E','R','R','_','I','N','V','A','L','I','D','P','O','S','I','T','I','O','N',0 }; -static const CHAR description271A[] = "returned when the position of the overlay on the destination is no longer legal for that destionation."; -static const WCHAR description271W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','t','h','e',' ','p','o','s','i','t','i','o','n',' ','o','f',' ','t','h','e',' ','o','v','e','r','l','a','y',' ','o','n',' ','t','h','e',' ','d','e','s','t','i','o','n','a','t','i','o','n',' ','i','s',' ','n','o',' ','l','o','n','g','e','r',' ','l','e','g','a','l',' ','f','o','r',' ','t','h','a','t',' ','d','e','s','t','i','o','n','a','t','i','o','n','.',0 }; +static const CHAR description271A[] = "returned when the position of the overlay on the destination is no longer legal for that destination."; +static const WCHAR description271W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','t','h','e',' ','p','o','s','i','t','i','o','n',' ','o','f',' ','t','h','e',' ','o','v','e','r','l','a','y',' ','o','n',' ','t','h','e',' ','d','e','s','t','i','o','n','a','t','i','o','n',' ','i','s',' ','n','o',' ','l','o','n','g','e','r',' ','l','e','g','a','l',' ','f','o','r',' ','t','h','a','t',' ','d','e','s','t','i','n','a','t','i','o','n','.',0 }; static const WCHAR name272W[] = { 'D','D','E','R','R','_','N','O','T','A','O','V','E','R','L','A','Y','S','U','R','F','A','C','E',0 }; static const CHAR description272A[] = "returned when an overlay member is called for a non-overlay surface"; static const WCHAR description272W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','a','n',' ','o','v','e','r','l','a','y',' ','m','e','m','b','e','r',' ','i','s',' ','c','a','l','l','e','d',' ','f','o','r',' ','a',' ','n','o','n','-','o','v','e','r','l','a','y',' ','s','u','r','f','a','c','e',0 }; diff --git a/dlls/dxerr9/errors.h b/dlls/dxerr9/errors.h index 7543786ebdc..5696e4adee3 100644 --- a/dlls/dxerr9/errors.h +++ b/dlls/dxerr9/errors.h @@ -1051,8 +1051,8 @@ static const WCHAR name350W[] = { 'D','D','E','R','R','_','N','O','O','V','E','R static const CHAR description350A[] = "returned when GetOverlayPosition is called on a overlay that UpdateOverlay has never been called on to establish a destination."; static const WCHAR description350W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','G','e','t','O','v','e','r','l','a','y','P','o','s','i','t','i','o','n',' ','i','s',' ','c','a','l','l','e','d',' ','o','n',' ','a',' ','o','v','e','r','l','a','y',' ','t','h','a','t',' ','U','p','d','a','t','e','O','v','e','r','l','a','y',' ','h','a','s',' ','n','e','v','e','r',' ','b','e','e','n',' ','c','a','l','l','e','d',' ','o','n',' ','t','o',' ','e','s','t','a','b','l','i','s','h',' ','a',' ','d','e','s','t','i','o','n','a','t','i','o','n','.',0 }; static const WCHAR name351W[] = { 'D','D','E','R','R','_','I','N','V','A','L','I','D','P','O','S','I','T','I','O','N',0 }; -static const CHAR description351A[] = "returned when the position of the overlay on the destination is no longer legal for that destionation."; -static const WCHAR description351W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','t','h','e',' ','p','o','s','i','t','i','o','n',' ','o','f',' ','t','h','e',' ','o','v','e','r','l','a','y',' ','o','n',' ','t','h','e',' ','d','e','s','t','i','o','n','a','t','i','o','n',' ','i','s',' ','n','o',' ','l','o','n','g','e','r',' ','l','e','g','a','l',' ','f','o','r',' ','t','h','a','t',' ','d','e','s','t','i','o','n','a','t','i','o','n','.',0 }; +static const CHAR description351A[] = "returned when the position of the overlay on the destination is no longer legal for that destination."; +static const WCHAR description351W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','t','h','e',' ','p','o','s','i','t','i','o','n',' ','o','f',' ','t','h','e',' ','o','v','e','r','l','a','y',' ','o','n',' ','t','h','e',' ','d','e','s','t','i','o','n','a','t','i','o','n',' ','i','s',' ','n','o',' ','l','o','n','g','e','r',' ','l','e','g','a','l',' ','f','o','r',' ','t','h','a','t',' ','d','e','s','t','i','n','a','t','i','o','n','.',0 }; static const WCHAR name352W[] = { 'D','D','E','R','R','_','N','O','T','A','O','V','E','R','L','A','Y','S','U','R','F','A','C','E',0 }; static const CHAR description352A[] = "returned when an overlay member is called for a non-overlay surface"; static const WCHAR description352W[] = { 'r','e','t','u','r','n','e','d',' ','w','h','e','n',' ','a','n',' ','o','v','e','r','l','a','y',' ','m','e','m','b','e','r',' ','i','s',' ','c','a','l','l','e','d',' ','f','o','r',' ','a',' ','n','o','n','-','o','v','e','r','l','a','y',' ','s','u','r','f','a','c','e',0 }; diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c index 2e6e21cdee8..5465b3958c4 100644 --- a/dlls/gameux/gamestatistics.c +++ b/dlls/gameux/gamestatistics.c @@ -306,13 +306,13 @@ static HRESULT GAMEUX_updateStatisticsFile(struct GAMEUX_STATS *stats) } /******************************************************************************* * GAMEUX_buildStatisticsFilePath - * Creates path to file contaning statistics of game with given id. + * Creates path to file containing statistics of game with given id. * * Parameters: * lpApplicationId [I] application id of game, * as string * lpStatisticsFile [O] array where path will be - * stored. It's size must be + * stored. Its size must be * at least MAX_PATH */ static HRESULT GAMEUX_buildStatisticsFilePath( diff --git a/dlls/gdi32/tests/palette.c b/dlls/gdi32/tests/palette.c index c9455cab659..4ad1dd19bb8 100644 --- a/dlls/gdi32/tests/palette.c +++ b/dlls/gdi32/tests/palette.c @@ -53,7 +53,7 @@ static void test_DIB_PAL_COLORS(void) { COLORREF setColor, chkColor, getColor; int i; - /* Initalize the logical palette with a few colours */ + /* Initialize the logical palette with a few colours */ logpalette->palVersion = 0x300; logpalette->palNumEntries = 8; memcpy( logpalette->palPalEntry, logpalettedata, sizeof(logpalettedata) ); @@ -129,7 +129,7 @@ static void test_palette_entries(void) PALETTEENTRY palEntry = { 0x1, 0x2, 0x3, 0xff }; PALETTEENTRY getEntryResult; - /* Initalize the logical palette with a few colours */ + /* Initialize the logical palette with a few colours */ logpalette->palVersion = 0x300; logpalette->palNumEntries = 8; memcpy( logpalette->palPalEntry, logpalettedata, sizeof(logpalettedata) ); diff --git a/dlls/ieframe/navigate.c b/dlls/ieframe/navigate.c index bf4f5da0f16..ab009aab348 100644 --- a/dlls/ieframe/navigate.c +++ b/dlls/ieframe/navigate.c @@ -755,7 +755,7 @@ static HRESULT async_doc_navigate(DocHost *This, LPCWSTR url, LPCWSTR headers, P on_before_navigate2(This, task->url, task->post_data, task->headers, &cancel); if(cancel) { - TRACE("Navigation calnceled\n"); + TRACE("Navigation canceled\n"); doc_navigate_task_destr(&task->header); return S_OK; } diff --git a/dlls/jscript/tests/api.js b/dlls/jscript/tests/api.js index 2d281796dee..c5f0c4fd08d 100644 --- a/dlls/jscript/tests/api.js +++ b/dlls/jscript/tests/api.js @@ -752,7 +752,7 @@ arr[2] = "aa"; arr.sort = Array.prototype.sort; tmp = arr.sort(); ok(arr === tmp, "tmp !== arr"); -ok(arr[0]===1 && arr[1]==="aa" && arr[2]===undefined, "arr is sorted incorectly"); +ok(arr[0]===1 && arr[1]==="aa" && arr[2]===undefined, "arr is sorted incorrectly"); tmp = [["bb","aa"],["ab","aa"]].sort().toString(); ok(tmp === "ab,aa,bb,aa", "sort() = " + tmp); diff --git a/dlls/msctf/documentmgr.c b/dlls/msctf/documentmgr.c index 2b03166b9c1..a1c9c935849 100644 --- a/dlls/msctf/documentmgr.c +++ b/dlls/msctf/documentmgr.c @@ -344,7 +344,7 @@ HRESULT DocumentMgr_Constructor(ITfThreadMgrEventSink *ThreadMgrSink, ITfDocumen } /************************************************** - * IEnumTfContexts implementaion + * IEnumTfContexts implementation **************************************************/ static void EnumTfContext_Destructor(EnumTfContext *This) { diff --git a/dlls/msctf/inputprocessor.c b/dlls/msctf/inputprocessor.c index 34e35c41cb1..62b93c6062c 100644 --- a/dlls/msctf/inputprocessor.c +++ b/dlls/msctf/inputprocessor.c @@ -782,7 +782,7 @@ HRESULT InputProcessorProfiles_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut } /************************************************** - * IEnumGUID implementaion for ITfInputProcessorProfiles::EnumInputProcessorInfo + * IEnumGUID implementation for ITfInputProcessorProfiles::EnumInputProcessorInfo **************************************************/ static void ProfilesEnumGuid_Destructor(ProfilesEnumGuid *This) { @@ -932,7 +932,7 @@ static HRESULT ProfilesEnumGuid_Constructor(IEnumGUID **ppOut) } /************************************************** - * IEnumTfLanguageProfiles implementaion + * IEnumTfLanguageProfiles implementation **************************************************/ static void EnumTfLanguageProfiles_Destructor(EnumTfLanguageProfiles *This) { diff --git a/dlls/msctf/threadmgr.c b/dlls/msctf/threadmgr.c index 5034f1b4411..af3ebbf4a6e 100644 --- a/dlls/msctf/threadmgr.c +++ b/dlls/msctf/threadmgr.c @@ -1313,7 +1313,7 @@ HRESULT ThreadMgr_Constructor(IUnknown *pUnkOuter, IUnknown **ppOut) } /************************************************** - * IEnumTfDocumentMgrs implementaion + * IEnumTfDocumentMgrs implementation **************************************************/ static void EnumTfDocumentMgr_Destructor(EnumTfDocumentMgr *This) { diff --git a/dlls/riched20/tests/txtsrv.c b/dlls/riched20/tests/txtsrv.c index a6c53ce3129..8d126ea4a95 100644 --- a/dlls/riched20/tests/txtsrv.c +++ b/dlls/riched20/tests/txtsrv.c @@ -459,7 +459,7 @@ static void WINAPI ITextHostImpl_TxImmReleaseContext(ITextHost *iface, HIMC himc } /* This function must set the variable pointed to by *lSelBarWidth. - Otherwise an uninitalized value will be used to calculate + Otherwise an uninitialized value will be used to calculate positions and sizes even if E_NOTIMPL is returned. */ static HRESULT WINAPI ITextHostImpl_TxGetSelectionBarWidth(ITextHost *iface, LONG *lSelBarWidth) diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c index c53642745c4..b68ff3212f8 100644 --- a/dlls/rpcrt4/ndr_stubless.c +++ b/dlls/rpcrt4/ndr_stubless.c @@ -806,7 +806,7 @@ LONG_PTR CDECL ndr_client_call( PMIDL_STUB_DESC pStubDesc, PFORMAT_STRING pForma } } - /* convert strings, floating point values and endianess into our + /* convert strings, floating point values and endianness into our * preferred format */ if ((rpcMsg.DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) NdrConvert(&stubMsg, pFormat); @@ -1337,7 +1337,7 @@ LONG WINAPI NdrStubCall2( NdrCorrCache, sizeof(NdrCorrCache), &number_of_params ); } - /* convert strings, floating point values and endianess into our + /* convert strings, floating point values and endianness into our * preferred format */ if ((pRpcMsg->DataRepresentation & 0x0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION) NdrConvert(&stubMsg, pFormat); diff --git a/dlls/rsaenh/handle.c b/dlls/rsaenh/handle.c index 43b61a5bf7c..ade19093621 100644 --- a/dlls/rsaenh/handle.c +++ b/dlls/rsaenh/handle.c @@ -41,7 +41,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(handle); * Initializes the HANDLETABLE structure pointed to by lpTable * * PARAMS - * lpTable [I] Pointer to the HANDLETABLE structure, which is to be initalized. + * lpTable [I] Pointer to the HANDLETABLE structure, which is to be initialized. * * NOTES * You have to call destroy_handle_table when you don't need the table diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index 256169f490a..db58e442bd7 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -1804,7 +1804,7 @@ BOOL WINAPI RSAENH_CPAcquireContext(HCRYPTPROV *phProv, LPSTR pszContainer, /****************************************************************************** * CPCreateHash (RSAENH.@) * - * CPCreateHash creates and initalizes a new hash object. + * CPCreateHash creates and initializes a new hash object. * * PARAMS * hProv [I] Handle to the key container to which the new hash will belong. @@ -1932,7 +1932,7 @@ BOOL WINAPI RSAENH_CPCreateHash(HCRYPTPROV hProv, ALG_ID Algid, HCRYPTKEY hKey, /****************************************************************************** * CPDestroyHash (RSAENH.@) * - * Releases the handle to a hash object. The object is destroyed if it's reference + * Releases the handle to a hash object. The object is destroyed if its reference * count reaches zero. * * PARAMS @@ -1965,7 +1965,7 @@ BOOL WINAPI RSAENH_CPDestroyHash(HCRYPTPROV hProv, HCRYPTHASH hHash) /****************************************************************************** * CPDestroyKey (RSAENH.@) * - * Releases the handle to a key object. The object is destroyed if it's reference + * Releases the handle to a key object. The object is destroyed if its reference * count reaches zero. * * PARAMS @@ -1998,7 +1998,7 @@ BOOL WINAPI RSAENH_CPDestroyKey(HCRYPTPROV hProv, HCRYPTKEY hKey) /****************************************************************************** * CPDuplicateHash (RSAENH.@) * - * Clones a hash object including it's current state. + * Clones a hash object including its current state. * * PARAMS * hUID [I] Handle to the key container the hash belongs to. @@ -2054,7 +2054,7 @@ BOOL WINAPI RSAENH_CPDuplicateHash(HCRYPTPROV hUID, HCRYPTHASH hHash, DWORD *pdw /****************************************************************************** * CPDuplicateKey (RSAENH.@) * - * Clones a key object including it's current state. + * Clones a key object including its current state. * * PARAMS * hUID [I] Handle to the key container the hash belongs to. diff --git a/dlls/shell32/dde.c b/dlls/shell32/dde.c index 2cbcb0de61d..2e04bd7613c 100644 --- a/dlls/shell32/dde.c +++ b/dlls/shell32/dde.c @@ -144,7 +144,7 @@ static HDDEDATA CALLBACK DdeCallback( * can use them. * * PARAMS - * bInit [I] TRUE to initialize the services, FALSE to uninitalize. + * bInit [I] TRUE to initialize the services, FALSE to uninitialize. * * RETURNS * Nothing. diff --git a/dlls/shlwapi/path.c b/dlls/shlwapi/path.c index 5e95d5c2d78..7bd3dfe6c4c 100644 --- a/dlls/shlwapi/path.c +++ b/dlls/shlwapi/path.c @@ -2416,7 +2416,7 @@ BOOL WINAPI PathCanonicalizeW(LPWSTR lpszBuf, LPCWSTR lpszPath) else if (lpszSrc[1] == '.' && (lpszDst == lpszBuf || lpszDst[-1] == '\\')) { /* \.. backs up a directory, over the root if it has no \ following X:. - * .. is ignored if it would remove a UNC server name or inital \\ + * .. is ignored if it would remove a UNC server name or initial \\ */ if (lpszDst != lpszBuf) { diff --git a/dlls/user32/dde_server.c b/dlls/user32/dde_server.c index a5b743036b7..9d834a84742 100644 --- a/dlls/user32/dde_server.c +++ b/dlls/user32/dde_server.c @@ -718,7 +718,7 @@ static WDML_QUEUE_STATE WDML_ServerHandleUnadvise(WDML_CONV* pConv, WDML_XACT* p pXAct->hszItem, TRUE, pXAct->wFmt); if (pLink == NULL) { - ERR("Couln'd find link for %p, dropping request\n", pXAct->hszItem); + ERR("Couldn't find link for %p, dropping request\n", pXAct->hszItem); FreeDDElParam(WM_DDE_UNADVISE, pXAct->lParam); return WDML_QS_ERROR; } diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c index e34c388604c..e2110fe22dc 100644 --- a/dlls/usp10/tests/usp10.c +++ b/dlls/usp10/tests/usp10.c @@ -1760,7 +1760,7 @@ static void test_ScriptTextOut3(HDC hdc) ABC pABC[256]; RECT rect; - /* This is to ensure that non existing glyphs are translated into a valid glyph number */ + /* This is to ensure that nonexistent glyphs are translated into a valid glyph number */ cInChars = 2; cMaxItems = 255; hr = ScriptItemize(TestItem1, cInChars, cMaxItems, NULL, NULL, pItem, &pcItems); @@ -2065,7 +2065,7 @@ static void test_ScriptStringXtoCP_CPtoX(HDC hdc) hr = ScriptStringCPtoX(ssa, Cp, FALSE, &lead); ok(hr == S_OK, "ScriptStringCPtoX should return S_OK not %08x\n", hr); if (rtl[Cp]) - ok(lead > trail, "Leading values should be after trialing for rtl characters(%i)\n",Cp); + ok(lead > trail, "Leading values should be after trailing for rtl characters(%i)\n",Cp); else ok(lead < trail, "Trailing values should be after leading for ltr characters(%i)\n",Cp); diff --git a/include/mapitags.h b/include/mapitags.h index 48f4dc133ec..54ec8b02254 100644 --- a/include/mapitags.h +++ b/include/mapitags.h @@ -345,7 +345,7 @@ #define PR_MINI_ICON PROP_TAG(PT_BINARY,0x0FFC) #define PR_STORE_ENTRYID PROP_TAG(PT_BINARY,0x0FFB) #define PR_STORE_RECORD_KEY PROP_TAG(PT_BINARY,0x0FFA) -/* Binary identifer for an individual object */ +/* Binary identifier for an individual object */ #define PR_RECORD_KEY PROP_TAG(PT_BINARY,0x0FF9) #define PR_MAPPING_SIGNATURE PROP_TAG(PT_BINARY,0x0FF8) #define PR_ACCESS_LEVEL PROP_TAG(PT_I4,0x0FF7) diff --git a/include/wincrypt.h b/include/wincrypt.h index 2f41360c667..1e0224772d1 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -4215,9 +4215,9 @@ BOOL WINAPI CertGetEnhancedKeyUsage(PCCERT_CONTEXT pCertContext, DWORD dwFlags, BOOL WINAPI CertSetEnhancedKeyUsage(PCCERT_CONTEXT pCertContext, PCERT_ENHKEY_USAGE pUsage); BOOL WINAPI CertAddEnhancedKeyUsageIdentifier(PCCERT_CONTEXT pCertContext, - LPCSTR pszUsageIdentifer); + LPCSTR pszUsageIdentifier); BOOL WINAPI CertRemoveEnhancedKeyUsageIdentifier(PCCERT_CONTEXT pCertContext, - LPCSTR pszUsageIdentifer); + LPCSTR pszUsageIdentifier); BOOL WINAPI CertGetValidUsages(DWORD cCerts, PCCERT_CONTEXT *rghCerts, int *cNumOIDs, LPSTR *rghOIDs, DWORD *pcbOIDs); diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 0588e5d9f3f..98f3e1a3b2d 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -680,7 +680,7 @@ void pp_writestring(const char *format, ...) \n { newline(1); add_string(ppy_text, ppy_leng); - ppy_warning("Newline in string constant encounterd (started line %d)", string_start()); + ppy_warning("Newline in string constant encountered (started line %d)", string_start()); } /* diff --git a/po/ar.po b/po/ar.po index af123ec007a..257fd4d3eb5 100644 --- a/po/ar.po +++ b/po/ar.po @@ -793,7 +793,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9903,7 +9903,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/bg.po b/po/bg.po index 48c4d836d48..4adf1e4361c 100644 --- a/po/bg.po +++ b/po/bg.po @@ -806,7 +806,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10111,7 +10111,8 @@ msgid "Drives" msgstr "Устройства" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Изберете Unix директория" #: winecfg.rc:43 diff --git a/po/ca.po b/po/ca.po index 655f173d4d2..4183c200253 100644 --- a/po/ca.po +++ b/po/ca.po @@ -776,7 +776,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9794,7 +9794,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/cs.po b/po/cs.po index a70d79a1059..a3c3f75ea19 100644 --- a/po/cs.po +++ b/po/cs.po @@ -822,7 +822,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10547,7 +10547,8 @@ msgid "Drives" msgstr "Disky" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Vyberte prosím unixový cílový adresář." #: winecfg.rc:43 diff --git a/po/da.po b/po/da.po index f6f9f5ff339..461727c8d09 100644 --- a/po/da.po +++ b/po/da.po @@ -831,8 +831,9 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "" +#, fuzzy +msgid "Surname" +msgstr "Brugernavn" #: crypt32.rc:81 msgid "Domain Component" @@ -10632,7 +10633,8 @@ msgid "Drives" msgstr "Enheder" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Vælg venlight en unix folder." #: winecfg.rc:43 diff --git a/po/de.po b/po/de.po index ae3fdb96e47..6213d102e87 100644 --- a/po/de.po +++ b/po/de.po @@ -800,8 +800,9 @@ msgid "Initials" msgstr "Initialen" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Nachname" +#, fuzzy +msgid "Surname" +msgstr "Benutzername" #: crypt32.rc:81 msgid "Domain Component" @@ -10489,7 +10490,8 @@ msgid "Drives" msgstr "Laufwerke" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Bitte wählen Sie das Ziel-Unix-Verzeichnis." #: winecfg.rc:43 diff --git a/po/el.po b/po/el.po index ff69e7864fa..dc8959966d1 100644 --- a/po/el.po +++ b/po/el.po @@ -797,7 +797,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9934,7 +9934,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/en.po b/po/en.po index a7903db6786..65a534070f4 100644 --- a/po/en.po +++ b/po/en.po @@ -778,8 +778,8 @@ msgid "Initials" msgstr "Initials" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Sur Name" +msgid "Surname" +msgstr "Surname" #: crypt32.rc:81 msgid "Domain Component" @@ -10147,7 +10147,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/en_US.po b/po/en_US.po index c212f4f9cef..0d21a9f67c4 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -802,8 +802,8 @@ msgid "Initials" msgstr "Initials" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Sur Name" +msgid "Surname" +msgstr "Surname" #: crypt32.rc:81 msgid "Domain Component" @@ -10285,8 +10285,8 @@ msgid "Drives" msgstr "Drives" #: winecfg.rc:41 -msgid "Select the unix target directory, please." -msgstr "Select the unix target directory, please." +msgid "Select the Unix target directory, please." +msgstr "Select the Unix target directory, please." #: winecfg.rc:43 msgid "Show &Advanced" diff --git a/po/eo.po b/po/eo.po index 96779456873..76d0e5dff75 100644 --- a/po/eo.po +++ b/po/eo.po @@ -811,7 +811,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10106,7 +10106,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/es.po b/po/es.po index d1616b3219f..d52fc335dbb 100644 --- a/po/es.po +++ b/po/es.po @@ -816,7 +816,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10808,7 +10808,8 @@ msgid "Drives" msgstr "Unidades" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Por favor, seleccione el directorio unix." #: winecfg.rc:43 diff --git a/po/fa.po b/po/fa.po index fef1ae7d50d..df95d52a646 100644 --- a/po/fa.po +++ b/po/fa.po @@ -793,7 +793,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9906,7 +9906,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/fi.po b/po/fi.po index 492de2e9262..2d6b2d9a7c7 100644 --- a/po/fi.po +++ b/po/fi.po @@ -798,7 +798,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10211,7 +10211,8 @@ msgid "Drives" msgstr "Asemat" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Valitse unix-kohdekansio." #: winecfg.rc:43 diff --git a/po/fr.po b/po/fr.po index dba2241e484..937fb687a49 100644 --- a/po/fr.po +++ b/po/fr.po @@ -807,8 +807,9 @@ msgid "Initials" msgstr "Initiales" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Nom de famille" +#, fuzzy +msgid "Surname" +msgstr "Utilisateur" #: crypt32.rc:81 msgid "Domain Component" @@ -10414,7 +10415,8 @@ msgid "Drives" msgstr "Lecteurs" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Veuillez sélectionner le répertoire Unix cible." #: winecfg.rc:43 diff --git a/po/he.po b/po/he.po index c4b6b803aa3..6e37e961b94 100644 --- a/po/he.po +++ b/po/he.po @@ -809,8 +809,9 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "" +#, fuzzy +msgid "Surname" +msgstr "שם משתמש" #: crypt32.rc:81 msgid "Domain Component" @@ -10085,7 +10086,7 @@ msgstr "כוננים" #: winecfg.rc:41 #, fuzzy -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "נא לבחור את תיקיית היעד בלינוקס בבקשה." #: winecfg.rc:43 diff --git a/po/hi.po b/po/hi.po index 527ecf4dbab..fd6c9cb7a14 100644 --- a/po/hi.po +++ b/po/hi.po @@ -777,7 +777,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9779,7 +9779,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/hu.po b/po/hu.po index 822b7d3c7ab..31eb254d5be 100644 --- a/po/hu.po +++ b/po/hu.po @@ -834,8 +834,8 @@ msgid "Initials" msgstr "Aláírások" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Vezetéknév" +msgid "Surname" +msgstr "" #: crypt32.rc:81 msgid "Domain Component" @@ -10461,7 +10461,8 @@ msgid "Drives" msgstr "Meghajtók" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Kérem válasszon unix célkönyvtárat." #: winecfg.rc:43 diff --git a/po/it.po b/po/it.po index 94ddfa451d5..5b36c3dd71d 100644 --- a/po/it.po +++ b/po/it.po @@ -839,8 +839,9 @@ msgid "Initials" msgstr "Initiali" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Cognome" +#, fuzzy +msgid "Surname" +msgstr "Nome utente" #: crypt32.rc:81 msgid "Domain Component" @@ -10729,7 +10730,8 @@ msgid "Drives" msgstr "Unità" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Seleziona la cartella Unix desiderata, prego." #: winecfg.rc:43 diff --git a/po/ja.po b/po/ja.po index de4b52d5b94..41fd4a8e721 100644 --- a/po/ja.po +++ b/po/ja.po @@ -803,8 +803,9 @@ msgid "Initials" msgstr "Initials" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Sur Name" +#, fuzzy +msgid "Surname" +msgstr "ユーザー名" #: crypt32.rc:81 msgid "Domain Component" @@ -10290,7 +10291,8 @@ msgid "Drives" msgstr "ドライブ" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "unix の対象ディレクトリを選択してください。" #: winecfg.rc:43 diff --git a/po/ko.po b/po/ko.po index d1f4ae3fcef..9d21a131810 100644 --- a/po/ko.po +++ b/po/ko.po @@ -802,8 +802,9 @@ msgid "Initials" msgstr "머릿글자" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "성" +#, fuzzy +msgid "Surname" +msgstr "사용자 이름" #: crypt32.rc:81 msgid "Domain Component" @@ -10245,7 +10246,8 @@ msgid "Drives" msgstr "드라이브" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "유닉스 목적 폴더를 선택하십시오." #: winecfg.rc:43 diff --git a/po/lt.po b/po/lt.po index 75554ac84d3..73a1479f257 100644 --- a/po/lt.po +++ b/po/lt.po @@ -808,8 +808,9 @@ msgid "Initials" msgstr "Inicialai" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Pavardė" +#, fuzzy +msgid "Surname" +msgstr "Naudotojas" #: crypt32.rc:81 msgid "Domain Component" @@ -10310,7 +10311,8 @@ msgid "Drives" msgstr "Diskai" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Prašome išsirinkti unix paskirties aplanką." #: winecfg.rc:43 diff --git a/po/ml.po b/po/ml.po index 706196b72e3..6828ea8f867 100644 --- a/po/ml.po +++ b/po/ml.po @@ -777,7 +777,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9779,7 +9779,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/nb_NO.po b/po/nb_NO.po index 127739680e0..887951c7f52 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -824,8 +824,9 @@ msgid "Initials" msgstr "Initialer" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Etternavn" +#, fuzzy +msgid "Surname" +msgstr "Brukernavn" #: crypt32.rc:81 msgid "Domain Component" @@ -10604,7 +10605,8 @@ msgid "Drives" msgstr "Stasjoner" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Velg Unix-målkatalogen." #: winecfg.rc:43 diff --git a/po/nl.po b/po/nl.po index 052c538a029..df27c2aa7c8 100644 --- a/po/nl.po +++ b/po/nl.po @@ -808,8 +808,9 @@ msgid "Initials" msgstr "Initialen" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Achternaam" +#, fuzzy +msgid "Surname" +msgstr "Gebruikersnaam" #: crypt32.rc:81 msgid "Domain Component" @@ -10479,7 +10480,8 @@ msgid "Drives" msgstr "Stations" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Selecteer a.u.b. de Unix map." #: winecfg.rc:43 diff --git a/po/or.po b/po/or.po index 0f6055d97cc..9a2841bc935 100644 --- a/po/or.po +++ b/po/or.po @@ -777,7 +777,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9779,7 +9779,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/pa.po b/po/pa.po index aa8dc4b44fc..c5d26f031db 100644 --- a/po/pa.po +++ b/po/pa.po @@ -777,7 +777,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9779,7 +9779,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/pl.po b/po/pl.po index eb256ab1703..d1b86e6e652 100644 --- a/po/pl.po +++ b/po/pl.po @@ -804,8 +804,9 @@ msgid "Initials" msgstr "Inicjały" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Nazwisko" +#, fuzzy +msgid "Surname" +msgstr "Nazwa użytkownika" #: crypt32.rc:81 msgid "Domain Component" @@ -10324,7 +10325,8 @@ msgid "Drives" msgstr "Dyski" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Proszę wybrać docelowy katalog Uniksowy." #: winecfg.rc:43 diff --git a/po/pt_BR.po b/po/pt_BR.po index 3203aa0136d..3fa4786d297 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -820,8 +820,9 @@ msgid "Initials" msgstr "Iniciais" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Apelido" +#, fuzzy +msgid "Surname" +msgstr "Nome de Usuário" #: crypt32.rc:81 msgid "Domain Component" @@ -10679,7 +10680,8 @@ msgid "Drives" msgstr "Unidades" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Por favor, selecione o diretório unix alvo." #: winecfg.rc:43 diff --git a/po/pt_PT.po b/po/pt_PT.po index 64d1324ffe3..6629ed75541 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -831,8 +831,9 @@ msgid "Initials" msgstr "Iniciais" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Apelido" +#, fuzzy +msgid "Surname" +msgstr "Nome de Utilizador" #: crypt32.rc:81 msgid "Domain Component" @@ -10733,7 +10734,8 @@ msgid "Drives" msgstr "Unidades" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Seleccione o directório de destino unix." #: winecfg.rc:43 diff --git a/po/rm.po b/po/rm.po index 7a86f250291..f2eee7b605a 100644 --- a/po/rm.po +++ b/po/rm.po @@ -785,7 +785,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9854,7 +9854,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/ro.po b/po/ro.po index 8f00f74604e..4f22fb16fbc 100644 --- a/po/ro.po +++ b/po/ro.po @@ -868,8 +868,9 @@ msgid "Initials" msgstr "Inițiale" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Nume" +#, fuzzy +msgid "Surname" +msgstr "Nume utilizator" #: crypt32.rc:81 msgid "Domain Component" @@ -10967,7 +10968,8 @@ msgid "Drives" msgstr "Dispozitive" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Selectați vă rog dosarul unix destinație." #: winecfg.rc:43 diff --git a/po/ru.po b/po/ru.po index 66ddffef389..6a7961d2652 100644 --- a/po/ru.po +++ b/po/ru.po @@ -802,8 +802,9 @@ msgid "Initials" msgstr "Инициалы" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Фамилия" +#, fuzzy +msgid "Surname" +msgstr "Имя пользователя" #: crypt32.rc:81 msgid "Domain Component" @@ -10308,7 +10309,8 @@ msgid "Drives" msgstr "Диски" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Выберите целевой каталог в системе:" #: winecfg.rc:43 diff --git a/po/sk.po b/po/sk.po index 7210ba6eb30..dd3ea2b5182 100644 --- a/po/sk.po +++ b/po/sk.po @@ -797,7 +797,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10104,7 +10104,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/sl.po b/po/sl.po index 3b910916d44..2c27b86635b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -808,8 +808,9 @@ msgid "Initials" msgstr "Začetnice" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Priimek" +#, fuzzy +msgid "Surname" +msgstr "Uporabniško ime" #: crypt32.rc:81 msgid "Domain Component" @@ -10358,7 +10359,8 @@ msgid "Drives" msgstr "Pogoni" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Izberite ciljno mapo unix." #: winecfg.rc:43 diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 890a1874728..a6e15a1dd7f 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -815,8 +815,9 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "" +#, fuzzy +msgid "Surname" +msgstr "Назив домаћина" #: crypt32.rc:81 msgid "Domain Component" @@ -10280,7 +10281,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index a74e4783489..d3d7ae249ce 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -829,8 +829,9 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "" +#, fuzzy +msgid "Surname" +msgstr "Naziv domaćina" #: crypt32.rc:81 msgid "Domain Component" @@ -10360,7 +10361,8 @@ msgid "Drives" msgstr "Drajvovi" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Izaberite unix glavni direktorijum, molim." #: winecfg.rc:43 diff --git a/po/sv.po b/po/sv.po index b540eaa8255..e993b722b07 100644 --- a/po/sv.po +++ b/po/sv.po @@ -807,8 +807,9 @@ msgid "Initials" msgstr "Initialer" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Efternamn" +#, fuzzy +msgid "Surname" +msgstr "Användare" #: crypt32.rc:81 msgid "Domain Component" @@ -10327,7 +10328,8 @@ msgid "Drives" msgstr "Enheter" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Välj unix-målkatalog, tack." #: winecfg.rc:43 diff --git a/po/te.po b/po/te.po index 24a29da8d1d..93472e8e063 100644 --- a/po/te.po +++ b/po/te.po @@ -777,7 +777,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9779,7 +9779,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/th.po b/po/th.po index 57dfd8155e3..d11287c4fcc 100644 --- a/po/th.po +++ b/po/th.po @@ -795,7 +795,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9957,7 +9957,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/tr.po b/po/tr.po index 951744c496c..47596470257 100644 --- a/po/tr.po +++ b/po/tr.po @@ -812,7 +812,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10743,7 +10743,8 @@ msgid "Drives" msgstr "Sürücüler" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Lütfen haritalanacak unix dizinini seçin." #: winecfg.rc:43 diff --git a/po/uk.po b/po/uk.po index 1fde7b9bc7b..ac90097ae06 100644 --- a/po/uk.po +++ b/po/uk.po @@ -801,8 +801,9 @@ msgid "Initials" msgstr "Ініціали" #: crypt32.rc:80 -msgid "Sur Name" -msgstr "Прізвище" +#, fuzzy +msgid "Surname" +msgstr "Ім'я користувача" #: crypt32.rc:81 msgid "Domain Component" @@ -10295,7 +10296,8 @@ msgid "Drives" msgstr "Диски" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "Виберіть цільову теку в системі." #: winecfg.rc:43 diff --git a/po/wa.po b/po/wa.po index 12313b7a2b3..6e4fbabddd3 100644 --- a/po/wa.po +++ b/po/wa.po @@ -797,7 +797,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9930,7 +9930,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/wine.pot b/po/wine.pot index be6a2de2fc2..01f5cdedd17 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -773,7 +773,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -9752,7 +9752,7 @@ msgid "Drives" msgstr "" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +msgid "Select the Unix target directory, please." msgstr "" #: winecfg.rc:43 diff --git a/po/zh_CN.po b/po/zh_CN.po index 769d0aa3470..bda55d99eea 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -809,7 +809,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10258,7 +10258,8 @@ msgid "Drives" msgstr "驱动器" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "请选择目标 unix 文件夹。" #: winecfg.rc:43 diff --git a/po/zh_TW.po b/po/zh_TW.po index 3c1ee7f15d3..c0e9bc780b4 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -816,7 +816,7 @@ msgid "Initials" msgstr "" #: crypt32.rc:80 -msgid "Sur Name" +msgid "Surname" msgstr "" #: crypt32.rc:81 @@ -10320,7 +10320,8 @@ msgid "Drives" msgstr "儲存槽" #: winecfg.rc:41 -msgid "Select the unix target directory, please." +#, fuzzy +msgid "Select the Unix target directory, please." msgstr "請選擇 unix 資料夾。" #: winecfg.rc:43 diff --git a/programs/start/start.c b/programs/start/start.c index 6e9b482f53a..fe0ac1c72ae 100644 --- a/programs/start/start.c +++ b/programs/start/start.c @@ -46,8 +46,9 @@ static void output(const WCHAR *message) res = WriteConsoleW(GetStdHandle(STD_OUTPUT_HANDLE), message, wlen, &count, NULL); - /* If writing to console fails, assume its file - i/o so convert to OEM codepage and output */ + /* If writing to console fails, assume it's file + * i/o so convert to OEM codepage and output + */ if (!res) { DWORD len; diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc index 9e0ca9f6f02..9c936cafc60 100644 --- a/programs/winecfg/winecfg.rc +++ b/programs/winecfg/winecfg.rc @@ -38,7 +38,7 @@ BEGIN IDS_TAB_APPLICATIONS "Applications" IDS_TAB_DLLS "Libraries" IDS_TAB_DRIVES "Drives" - IDS_CHOOSE_PATH "Select the unix target directory, please." + IDS_CHOOSE_PATH "Select the Unix target directory, please." IDS_HIDE_ADVANCED "Hide &Advanced" IDS_SHOW_ADVANCED "Show &Advanced" IDS_NOTHEME "(No Theme)" diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index c74c21ea70a..08524ea7f3d 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -3176,7 +3176,7 @@ static void draw_item(Pane* pane, LPDRAWITEMSTRUCT dis, Entry* entry, int calcWi col++; - /* ouput file name */ + /* output file name */ if (calcWidthCol == -1) output_text(pane, dis, col, entry->data.cFileName, 0); else if (calcWidthCol==col || calcWidthCol==COLUMNS) diff --git a/programs/wordpad/wordpad.c b/programs/wordpad/wordpad.c index db7546bfb1a..feb618c3960 100644 --- a/programs/wordpad/wordpad.c +++ b/programs/wordpad/wordpad.c @@ -1251,7 +1251,7 @@ static LRESULT handle_findmsg(LPFINDREPLACEW pFr) flags = FR_DOWN | (pFr->Flags & (FR_MATCHCASE | FR_WHOLEWORD)); ft.lpstrText = pFr->lpstrFindWhat; - /* Only replace existing selectino if it is an exact match. */ + /* Only replace the existing selection if it is an exact match. */ if (sel.cpMin != sel.cpMax && (pFr->Flags & FR_REPLACE || pFr->Flags & FR_REPLACEALL)) { diff --git a/programs/xcopy/xcopy.c b/programs/xcopy/xcopy.c index daf269b99b7..4c1154f6285 100644 --- a/programs/xcopy/xcopy.c +++ b/programs/xcopy/xcopy.c @@ -1100,13 +1100,13 @@ int XCOPY_wprintf(const WCHAR *format, ...) { return 0; } - /* Try to write as unicode all the time we think its a console */ + /* Try to write as unicode whenever we think it's a console */ if (toConsole) { res = WriteConsoleW(GetStdHandle(STD_OUTPUT_HANDLE), output_bufW, len, &nOut, NULL); } - /* If writing to console has failed (ever) we assume its file + /* If writing to console has failed (ever) we assume it's file i/o so convert to OEM codepage and output */ if (!res) { BOOL usedDefaultChar = FALSE;