Add localization from TFS source tree, and an update script.
This commit is contained in:
Родитель
fdb3e63979
Коммит
e831504b52
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
SET SRC=D:\VSPro_Platform\src\Localize
|
||||
SET DST=%~dp0loc\lcl
|
||||
SET relativePath=vsproject\platform\Microsoft.VisualStudio.Validation.dll.lcl
|
||||
for /d %%i in (%SRC%\*) do (
|
||||
IF EXIST %%i\%RELATIVEPATH% (
|
||||
IF NOT EXIST "%DST%\%%~ni" MD "%DST%\%%~ni""
|
||||
COPY "%%i\%RELATIVEPATH%" "%DST%\%%~nxi""
|
||||
)
|
||||
)
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<OwnedComments>
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
</OwnedComments>
|
||||
</LCX>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-CN" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[“{0}”必须包含至少 1 个元素。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[“{0}”不能为空字符串("")或以 null 字符开头。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[“{0}”不能包含 null (Visual Basic 中为 Nothing)元素。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[参数“{0}”不能全部由空白字符组成。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[发生内部错误。 请与 Microsoft 产品支持服务联系。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[找不到 {0} 服务的实例。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:24:33Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:44:55.0004248Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:44:55.0004248Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:44:55.0004248Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[(C) Microsoft Corporation。保留所有权利。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:44:55.0004248Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:43:53.0002409Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="chao.sai" DateTime="2014-10-17T03:44:55.0004248Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,201 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="zh-TW" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' 必須至少包含一個項目。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' 不可為空字串 ("") 或以 null 字元開頭。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' 不能包含 null (在 Visual Basic 中為 Nothing) 項目。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[參數 "{0}" 不可完全由空白字元構成。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[發生內部錯誤。請連絡 Microsoft 產品支援服務。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[找不到 {0} 服務的執行個體。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T04:32:37Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-09-09T08:43:03.000878Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="ithil.lan" DateTime="2013-07-08T08:25:24Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="ithil.lan" DateTime="2013-07-08T08:25:24Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="ithil.lan" DateTime="2013-07-08T08:25:24Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-09-09T08:43:03.000878Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-09-09T08:43:03.000878Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[(C) Microsoft Corporation. 著作權所有,並保留一切權利。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-09-09T08:43:03.0008705Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-12-16T08:02:37.0003192Z" />
|
||||
<Props>
|
||||
|
||||
<Str Name="VendorComment" Val=" " />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="AL-PC9" DateTime="2014-09-09T08:43:03.000878Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,209 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="cs-CZ" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' musí obsahovat nejméně jeden prvek.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' nemůže být prázdný řetězec ("") nebo začínat znakem Null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Objekt {0} nesmí obsahovat element null (Nothing v jazyce Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Parametr "{0}" nemůže sestávat jen z prázdných znaků.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Došlo k vnitřní chybě. Prosím kontaktujte Microsoft Product Support Services.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Nelze nalézt instanci služby {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T10:08:11Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T22:51:19Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T22:51:19Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-07T22:51:19Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Všechna práva vyhrazena.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' muss mindestens ein Element enthalten.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[{0}' darf keine leere Zeichenfolge sein ("") und nicht mit dem Nullzeichen beginnen.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' darf kein NULL-Element ("Nothing" in Visual Basic) enthalten.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Der Parameter "{0}" darf nicht nur aus Leerzeichen bestehen.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Interner Fehler. Wenden Sie sich an den Produktsupport von Microsoft.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Es wurde keine Instanz des {0}-Diensts gefunden.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:07:16Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Alle Rechte vorbehalten.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:53:44Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,203 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="hobbit" DateTime="2013-05-30T14:10:29Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="hobbit" DateTime="2013-05-30T14:10:29Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="hobbit" DateTime="2013-05-30T14:10:29Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
<Tgt Cat="Text" CP="Unknown" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' debe contener al menos un elemento.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' no puede ser una cadena vacía ("") o empezar por el carácter nulo.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' no puede contener un elemento null (Nothing en Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[El parámetro "{0}" no puede constar solo de espacios en blanco.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Error interno. Póngase en contacto con los servicios de soporte técnico de Microsoft.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[No se encuentra una instancia del servicio {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:39:12Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Reservados todos los derechos.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="gerard" DateTime="2014-10-17T08:29:06Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' doit contenir au moins un élément.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' ne peut pas être une chaîne vide ("") ni commencer par le caractère Null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' ne peut pas contenir d'élément Null (Nothing en Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Le paramètre "{0}" ne peut pas être composé uniquement d'espaces blancs.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Une erreur interne s'est produite. Contactez le Support Technique Microsoft.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Impossible de trouver une instance pour le service {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T09:58:42Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Tous droits réservés.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T13:23:35Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,207 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' deve contenere almeno un elemento.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' non può essere una stringa vuota ("") né iniziare con il carattere null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' non può contenere un elemento Null (Nothing in Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Il parametro "{0}" non può essere interamente costituito da spazi vuoti.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Errore interno. Contattare il Servizio supporto tecnico Microsoft.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Impossibile trovare un'istanza del servizio {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T01:40:36Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Tutti i diritti riservati.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Props>
|
||||
<Str Name="TranslationModifiedBy" Val="IT_Translator3_Moravia@hotmail.com" />
|
||||
<Date Name="TranslationModifiedDate" Val="2014-12-15T16:21:39.5655331Z" />
|
||||
</Props>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="IT_Translator3_Moravia@hotmail.com" DateTime="2014-12-15T16:21:39.0005331Z" />
|
||||
<Props>
|
||||
|
||||
<Str Name="TranslationStatus" Val="In Sync" />
|
||||
<Str Name="TranslationStatusPosition" Val="1 - ReadyForTranslation" />
|
||||
<Str Name="VendorComment" Val=" " />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:14:36Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ja-JP" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' には少なくとも 1 個の要素が含まれている必要があります。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' を空の文字列 ("") にしたり先頭を null 文字にすることはできません。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' には、null (Visual Basic では Nothing) 要素を含めることはできません。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[パラメーター "{0}" は、すべて空白文字で構成することはできません。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[内部エラーが発生しました。マイクロソフトの製品サポートに連絡してください。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[{0} サービスのインスタンスが見つかりません。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-13T09:19:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[(C) Microsoft Corporation. All rights reserved.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="tatsuo.numagami" DateTime="2013-09-10T01:04:22Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,206 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ko-KR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-01T09:52:17Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-01T09:52:17Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-01T09:52:17Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}'에 적어도 하나의 요소를 포함해야 합니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:38:32Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}'은(는) 빈 문자열("")이거나 null 문자로 시작할 수 없습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:38:32Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}에 null(Visual Basic에서는 Nothing) 요소를 포함할 수 없습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:38:32Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA["{0}" 매개 변수는 공백 문자로만 구성될 수 없습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:30:52Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[내부 오류가 발생했습니다. Microsoft 기술 지원 서비스에 문의하십시오.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:38:32Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[{0} 서비스의 인스턴스를 찾을 수 없습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-14T02:38:32Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-01T09:52:17Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[ⓒ Microsoft Corporation. All rights reserved.]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="islezarova" DateTime="2014-10-30T10:40:54Z" />
|
||||
<Notes>
|
||||
<Note Name="Loc" Order="0"><![CDATA[1063579]]></Note>
|
||||
</Notes>
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-30T09:18:57Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="JiYoung.Yun" DateTime="2014-07-01T09:52:17Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,182 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pl-PL" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA["{0}" musi zawierać co najmniej jeden element.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA["{0}" nie może być pustym ciągiem ("") ani zaczynać się znakiem null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Argument „{0}” nie może zawierać elementu null (Nothing w języku Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Parametr "{0}" nie może składać się w całości ze znaków spacji.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Wystąpił błąd wewnętrzny. Skontaktuj się z Centrum pomocy technicznej firmy Microsoft.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Nie można znaleźć instancji usługi {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-04T19:17:38Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-04T19:17:38Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-04T19:17:38Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[© Microsoft Corporation. Wszelkie prawa zastrzeżone.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-03T10:37:34Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T05:34:11Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,209 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="pt-BR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="Custom 6" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA["{0}"deve conter pelo menos um elemento.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA["{0}" não pode ser uma cadeia de caracteres vazia ("") nem começar com o caractere nulo.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA["{0}" não pode conter um elemento nulo (Nada no Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[O parâmetro "{0}" não pode consistir inteiramente em caracteres de espaço em branco.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-08T02:30:15Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Ocorreu um erro interno. Entre em contato com o Microsoft Product Support Services.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-08T02:30:15Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Não é possível localizar uma instância do serviço {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="Administrator" DateTime="2013-07-08T02:30:15Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_S50" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Microsoft Corporation. Todos os direitos reservados.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="PM1-Upwords" DateTime="2014-07-16T16:17:17Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,203 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="ru-RU" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[В "{0}"должен содержаться хотя бы один элемент.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA["{0}" не может быть пустой строкой ("") или начинаться с символа NULL.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA["{0}" не может содержать элемент NULL (Nothing в Visual Basic).]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Параметр "{0}" не может состоять только из пробелов.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Произошла внутренняя ошибка. Обратитесь в службу технической поддержки продуктов Майкрософт.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Невозможно найти экземпляр службы {0}.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-05-14T03:24:02Z" />
|
||||
<Props>
|
||||
<Str Name="Custom1" Val="Dev12_HO6.1" />
|
||||
</Props>
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T11:11:24Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A">
|
||||
<Val><![CDATA[© Корпорация Майкрософт (Microsoft Corporation). Все права защищены.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="henry.hsu" DateTime="2013-05-15T10:21:49Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
|
@ -0,0 +1,182 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LCX SchemaVersion="6.0" Name="f:\LocTmp\ddSetup\binaries.x86ret\bin\i386\vsproject\cps\package\core\Microsoft.VisualStudio.Validation.dll" PsrId="211" FileType="1" SrcCul="en-US" TgtCul="tr-TR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||
<Props>
|
||||
<Str Name="CustomName1" Val="Custom 1" />
|
||||
<Str Name="CustomName2" Val="Custom 2" />
|
||||
<Str Name="CustomName3" Val="Custom 3" />
|
||||
<Str Name="CustomName4" Val="Custom 4" />
|
||||
<Str Name="CustomName5" Val="Custom 5" />
|
||||
<Str Name="CustomName6" Val="IQA" />
|
||||
<Str Name="HobbitID" Val="584a0d5a-8236-41c2-8212-6b8cb31f1e51" />
|
||||
</Props>
|
||||
<OwnedComments>
|
||||
<Cmt Name="Dev" />
|
||||
<Cmt Name="LcxAdmin" />
|
||||
<Cmt Name="Loc" />
|
||||
<Cmt Name="Note" />
|
||||
<Cmt Name="Rccx" />
|
||||
</OwnedComments>
|
||||
<Settings Name="@vsLocTools@\current\default.lss" Type="LSS" />
|
||||
<Item ItemId=";Managed Resources" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Microsoft.Strings.resources" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" Path=" \ ;Managed Resources \ 0 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Strings" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";Argument_EmptyArray" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' must contain at least one element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' en az bir öğe içermelidir.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_EmptyString" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot be an empty string ("") or start with the null character.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}', boş bir dize("") olamaz veya null karakteri ile başlayamaz.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_NullElement" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA['{0}' cannot contain a null (Nothing in Visual Basic) element.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA['{0}' null (Visual Basic'te Hiçbir Şey) öğe içeremez.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Argument_Whitespace" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The parameter "{0}" cannot consist entirely of white space characters.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA["{0}" parametresi tamamen boşluk karakterlerinden oluşamaz.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalExceptionMessage" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[An internal error occurred. Please contact Microsoft Product Support Services.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[Bir iç hata oluştu. Lütfen Microsoft Ürün Destek Hizmetleri'ne başvurun.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ServiceMissing" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Cannot find an instance of the {0} service.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[{0} hizmetinin örneği bulunamıyor.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">
|
||||
<Disp Icon="Ver" Disp="true" LocTbl="false" Path=" \ ;Version \ 8 \ 0" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
<Item ItemId=";AssemblyVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.0.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";Comments" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-06T19:10:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";CompanyName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft Corporation]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-06T19:10:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileDescription" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" UsrLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-06T19:10:23Z" />
|
||||
</Item>
|
||||
<Item ItemId=";FileVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";InternalName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";LegalCopyright" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[© Microsoft Corporation. All rights reserved.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="PrevVer" AutoAppr="N/A" Confidence="100">
|
||||
<Val><![CDATA[© Microsoft Corporation. Tüm hakları saklıdır.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="joseignacio.dedios" DateTime="2013-06-24T13:45:40Z" />
|
||||
</Item>
|
||||
<Item ItemId=";OriginalFilename" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[Microsoft.VisualStudio.Validation.dll]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
<Item ItemId=";ProductName" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" >
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Appr="PreApproved" Orig="New" AutoAppr="N/A">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 CTP]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Microsoft® Visual Studio® 2015 Preview]]></Val>
|
||||
</Prev>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="nisam" DateTime="2014-12-16T16:41:31.0005905Z" />
|
||||
<Props>
|
||||
|
||||
</Props>
|
||||
</Item>
|
||||
<Item ItemId=";ProductVersion" ItemType="0" PsrId="211" Leaf="true">
|
||||
<Str Cat="Text" DevLk="true">
|
||||
<Val><![CDATA[14.0.22410.0]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</Item>
|
||||
<Item ItemId=";Version" ItemType="8" PsrId="211" Leaf="true">
|
||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||
<Modified By="daneoh" DateTime="2013-05-08T23:58:20Z" />
|
||||
</Item>
|
||||
</LCX>
|
Загрузка…
Ссылка в новой задаче