Skip to content

Commit 5e89847

Browse files
authored
re-fix xlf comments (#8337)
1 parent d35b0e9 commit 5e89847

13 files changed

+13
-26
lines changed

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.es.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.fr.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.it.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ja.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ko.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pl.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.pt-BR.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.ru.xlf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,8 @@ CONSIDER: get this from CodeDom</note>
18281828
</trans-unit>
18291829
<trans-unit id="RSE_GraphicSizeFormat">
18301830
<source>{0} x {1}</source>
1831-
<target state="needs-review-translation">{0} x {1}</target>
1831+
<target state="translated">{0} x {1}</target>
18321832
<note>Format string for showing a graphic's size
1833-
18341833
# {0} = width (as an integer)
18351834
# {1} = height (as an integer)
18361835
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>

0 commit comments

Comments
 (0)