Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 75 additions & 9 deletions src/Controls/src/SourceGen/xlf/MauiGResources.cs.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,83 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="XamlParsingErrorMessage" xml:space="preserve">
<value>Při analýze xaml došlo k chybě: {0}.</value>
<value>Při analýze XAML došlo k chybě: {0}.</value>
<comment>{0} is the error message</comment>
</data>
<data name="XamlParsingFailed" xml:space="preserve">
<value>Nepovedlo se parsovat XAML.</value>
<value>Analýza XAML se nezdařila</value>
</data>
<data name="AmbiguousTypeTitle" xml:space="preserve">
<value>Ambiguous Type</value>
<comment>/</comment>
<data name="ExpressionNotClosed" xml:space="preserve">
<value>Expression must end with '}'.</value>
</data>
<data name="AmbiguousTypeMessage" xml:space="preserve">
<value>Multiple names found in the current xml namespace. use a more specific prefix.</value>
<comment>/</comment>
<data name="RectConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Rect, expected format is "x, y, w, h"</value>
</data>
</root>
<data name="ConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into "{1}".</value>
</data>
<data name="PointConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Point, expected format is "x, y".</value>
</data>
<data name="ThicknessConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Thickness, expected format is "h, v" or "l, t, r, b" or "l".</value>
</data>
<data name="CornerRadiusConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".</value>
</data>
<data name="SymbolResolution" xml:space="preserve">
<value>Symbol resolution failed</value>
</data>
<data name="TypeResolutionMessage" xml:space="preserve">
<value>Cannot resolve type "{0}".</value>
<comment>{0} is a xmlnamespace and typename</comment>
</data>
<data name="DuplicateTypeError" xml:space="preserve">
<value>Multiple Types found for "{0}".</value>
</data>
<data name="MemberResolution" xml:space="preserve">
<value>No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</value>
<comment>{0} is a property name</comment>
</data>
<data name="EasingConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".</value>
</data>
<data name="FlexBasisConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.</value>
</data>
<data name="FlowDirectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".</value>
</data>
<data name="GridLengthConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.</value>
</data>
<data name="ListStringConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into List&lt;string&gt;, expected format is "x, y, z".</value>
</data>
<data name="StrokeShapeConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Shape (or descendant).</value>
</data>
<data name="ColumnDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into ColumnDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="RowDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into RowDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="LayoutOptionsConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".</value>
</data>
<data name="MethodResolution" xml:space="preserve">
<value>No method found for '{0}'.</value>
<comment>0 is a method or ctor name</comment>
</data>
<data name="DuplicateKeyInRD" xml:space="preserve">
<value>duplicate key in resource dictionary</value>
<comment>
</comment>
</data>
<data name="ConversionFailedTitle" xml:space="preserve">
<value>Conversion Failed</value>
<comment>
</comment>
</data>
</root>
82 changes: 74 additions & 8 deletions src/Controls/src/SourceGen/xlf/MauiGResources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,82 @@
</resheader>
<data name="XamlParsingErrorMessage" xml:space="preserve">
<value>Fehler beim Analysieren von XAML: {0}.</value>
<comment>{0} is the error message</comment>
</data>
<data name="XamlParsingFailed" xml:space="preserve">
<value>Fehler bei der XAML-Analyse.</value>
<value>Fehler bei der XAML-Analyse</value>
</data>
<data name="AmbiguousTypeTitle" xml:space="preserve">
<value>Ambiguous Type</value>
<comment>/</comment>
<data name="ExpressionNotClosed" xml:space="preserve">
<value>Expression must end with '}'.</value>
</data>
<data name="AmbiguousTypeMessage" xml:space="preserve">
<value>Multiple names found in the current xml namespace. use a more specific prefix.</value>
<comment>/</comment>
<data name="RectConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Rect, expected format is "x, y, w, h"</value>
</data>
</root>
<data name="ConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into "{1}".</value>
</data>
<data name="PointConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Point, expected format is "x, y".</value>
</data>
<data name="ThicknessConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Thickness, expected format is "h, v" or "l, t, r, b" or "l".</value>
</data>
<data name="CornerRadiusConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".</value>
</data>
<data name="SymbolResolution" xml:space="preserve">
<value>Symbol resolution failed</value>
</data>
<data name="TypeResolutionMessage" xml:space="preserve">
<value>Cannot resolve type "{0}".</value>
<comment>{0} is a xmlnamespace and typename</comment>
</data>
<data name="DuplicateTypeError" xml:space="preserve">
<value>Multiple Types found for "{0}".</value>
</data>
<data name="MemberResolution" xml:space="preserve">
<value>No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</value>
<comment>{0} is a property name</comment>
</data>
<data name="EasingConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".</value>
</data>
<data name="FlexBasisConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.</value>
</data>
<data name="FlowDirectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".</value>
</data>
<data name="GridLengthConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.</value>
</data>
<data name="ListStringConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into List&lt;string&gt;, expected format is "x, y, z".</value>
</data>
<data name="StrokeShapeConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Shape (or descendant).</value>
</data>
<data name="ColumnDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into ColumnDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="RowDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into RowDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="LayoutOptionsConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".</value>
</data>
<data name="MethodResolution" xml:space="preserve">
<value>No method found for '{0}'.</value>
<comment>0 is a method or ctor name</comment>
</data>
<data name="DuplicateKeyInRD" xml:space="preserve">
<value>duplicate key in resource dictionary</value>
<comment>
</comment>
</data>
<data name="ConversionFailedTitle" xml:space="preserve">
<value>Conversion Failed</value>
<comment>
</comment>
</data>
</root>
84 changes: 75 additions & 9 deletions src/Controls/src/SourceGen/xlf/MauiGResources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,83 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="XamlParsingErrorMessage" xml:space="preserve">
<value>Error al analizar Xaml: {0}.</value>
<value>Error al analizar el Xaml: {0}.</value>
<comment>{0} is the error message</comment>
</data>
<data name="XamlParsingFailed" xml:space="preserve">
<value>Error de análisis de XAML</value>
<value>Error al analizar XAML</value>
</data>
<data name="AmbiguousTypeTitle" xml:space="preserve">
<value>Ambiguous Type</value>
<comment>/</comment>
<data name="ExpressionNotClosed" xml:space="preserve">
<value>Expression must end with '}'.</value>
</data>
<data name="AmbiguousTypeMessage" xml:space="preserve">
<value>Multiple names found in the current xml namespace. use a more specific prefix.</value>
<comment>/</comment>
<data name="RectConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Rect, expected format is "x, y, w, h"</value>
</data>
</root>
<data name="ConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into "{1}".</value>
</data>
<data name="PointConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Point, expected format is "x, y".</value>
</data>
<data name="ThicknessConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Thickness, expected format is "h, v" or "l, t, r, b" or "l".</value>
</data>
<data name="CornerRadiusConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".</value>
</data>
<data name="SymbolResolution" xml:space="preserve">
<value>Symbol resolution failed</value>
</data>
<data name="TypeResolutionMessage" xml:space="preserve">
<value>Cannot resolve type "{0}".</value>
<comment>{0} is a xmlnamespace and typename</comment>
</data>
<data name="DuplicateTypeError" xml:space="preserve">
<value>Multiple Types found for "{0}".</value>
</data>
<data name="MemberResolution" xml:space="preserve">
<value>No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</value>
<comment>{0} is a property name</comment>
</data>
<data name="EasingConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".</value>
</data>
<data name="FlexBasisConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.</value>
</data>
<data name="FlowDirectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".</value>
</data>
<data name="GridLengthConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.</value>
</data>
<data name="ListStringConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into List&lt;string&gt;, expected format is "x, y, z".</value>
</data>
<data name="StrokeShapeConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Shape (or descendant).</value>
</data>
<data name="ColumnDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into ColumnDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="RowDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into RowDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="LayoutOptionsConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".</value>
</data>
<data name="MethodResolution" xml:space="preserve">
<value>No method found for '{0}'.</value>
<comment>0 is a method or ctor name</comment>
</data>
<data name="DuplicateKeyInRD" xml:space="preserve">
<value>duplicate key in resource dictionary</value>
<comment>
</comment>
</data>
<data name="ConversionFailedTitle" xml:space="preserve">
<value>Conversion Failed</value>
<comment>
</comment>
</data>
</root>
84 changes: 75 additions & 9 deletions src/Controls/src/SourceGen/xlf/MauiGResources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,83 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="XamlParsingErrorMessage" xml:space="preserve">
<value>Une erreur s’est produite lors de l’analyse de Xaml : {0}.</value>
<value>Une erreur s’est produite lors de l’analyse XAML : {0}.</value>
<comment>{0} is the error message</comment>
</data>
<data name="XamlParsingFailed" xml:space="preserve">
<value>Échec de l’analyse XAML</value>
<value>L'analyse XAML a échoué</value>
</data>
<data name="AmbiguousTypeTitle" xml:space="preserve">
<value>Ambiguous Type</value>
<comment>/</comment>
<data name="ExpressionNotClosed" xml:space="preserve">
<value>Expression must end with '}'.</value>
</data>
<data name="AmbiguousTypeMessage" xml:space="preserve">
<value>Multiple names found in the current xml namespace. use a more specific prefix.</value>
<comment>/</comment>
<data name="RectConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Rect, expected format is "x, y, w, h"</value>
</data>
</root>
<data name="ConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into "{1}".</value>
</data>
<data name="PointConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Point, expected format is "x, y".</value>
</data>
<data name="ThicknessConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Thickness, expected format is "h, v" or "l, t, r, b" or "l".</value>
</data>
<data name="CornerRadiusConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into CornerRadius, expected format is "tl, tr, bl, br" or "l".</value>
</data>
<data name="SymbolResolution" xml:space="preserve">
<value>Symbol resolution failed</value>
</data>
<data name="TypeResolutionMessage" xml:space="preserve">
<value>Cannot resolve type "{0}".</value>
<comment>{0} is a xmlnamespace and typename</comment>
</data>
<data name="DuplicateTypeError" xml:space="preserve">
<value>Multiple Types found for "{0}".</value>
</data>
<data name="MemberResolution" xml:space="preserve">
<value>No accessible property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</value>
<comment>{0} is a property name</comment>
</data>
<data name="EasingConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Easing, expect value is "Linear", "SinOut", "SinIn", "SinInOut", "CubicIn", "CubicOut", "CubicInOut", "BounceOut", "BounceIn", "SpringIn" or "SpringOut".</value>
</data>
<data name="FlexBasisConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlexBasis, expected values are "Auto" or "n%", "n" where n is a numeric value.</value>
</data>
<data name="FlowDirectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into FlowDirection, expected values are "rtl", "ltr", "inherit", "MatchParent", "LeftToRight" or "RightToLeft".</value>
</data>
<data name="GridLengthConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into GridLength, expected values are "*", "n*", "Auto" or "n" where n is a numeric value.</value>
</data>
<data name="ListStringConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into List&lt;string&gt;, expected format is "x, y, z".</value>
</data>
<data name="StrokeShapeConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into Shape (or descendant).</value>
</data>
<data name="ColumnDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into ColumnDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="RowDefinitionCollectionConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into RowDefinitionCollection, expected values are "*", "n*", "Auto", or "n" (or a combination of these seperated by commas) where n is a numeric value.</value>
</data>
<data name="LayoutOptionsConversionFailed" xml:space="preserve">
<value>Cannot convert "{0}" into LayoutOptions, expected values are "Start", "Center, "End" or "Fill".</value>
</data>
<data name="MethodResolution" xml:space="preserve">
<value>No method found for '{0}'.</value>
<comment>0 is a method or ctor name</comment>
</data>
<data name="DuplicateKeyInRD" xml:space="preserve">
<value>duplicate key in resource dictionary</value>
<comment>
</comment>
</data>
<data name="ConversionFailedTitle" xml:space="preserve">
<value>Conversion Failed</value>
<comment>
</comment>
</data>
</root>
Loading
Loading