Update localized strings (#357)
This commit is contained in:
@@ -119,15 +119,27 @@
|
||||
</resheader>
|
||||
<data name="AppName" xml:space="preserve">
|
||||
<value>Calculatrice</value>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"}</comment>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"} This is the title of the official application when published through Windows Store.</comment>
|
||||
</data>
|
||||
<data name="DevAppName" xml:space="preserve">
|
||||
<value>Calculatrice [Dév.]</value>
|
||||
<comment>{@Appx_ShortDisplayName@}{StringCategory="Feature Title"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>
|
||||
</data>
|
||||
<data name="AppStoreName" xml:space="preserve">
|
||||
<value>Calculatrice Windows</value>
|
||||
<comment>{@Appx_DisplayName@}{StringCategory="Feature Title"} Name that shows up in the app store. It contains "Windows" to distinguish it from 3rd party calculator apps.</comment>
|
||||
</data>
|
||||
<data name="DevAppStoreName" xml:space="preserve">
|
||||
<value>Calculatrice Windows [Dév.]</value>
|
||||
<comment>{@Appx_DisplayName@}{StringCategory="Feature Title"} Name that shows up in the app store. It contains "Windows" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>
|
||||
</data>
|
||||
<data name="AppDescription" xml:space="preserve">
|
||||
<value>Calculatrice</value>
|
||||
<comment>{@Appx_Description@}</comment>
|
||||
<comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>
|
||||
</data>
|
||||
<data name="DevAppDescription" xml:space="preserve">
|
||||
<value>Calculatrice [Dév.]</value>
|
||||
<comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>
|
||||
</data>
|
||||
<data name="copyMenuItem" xml:space="preserve">
|
||||
<value>Copier</value>
|
||||
@@ -518,7 +530,7 @@
|
||||
<comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was "ConverterMode.Text".</comment>
|
||||
</data>
|
||||
<data name="CalculatorModeTextCaps" xml:space="preserve">
|
||||
<value>Calculette</value>
|
||||
<value>Calculatrice</value>
|
||||
<comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>
|
||||
</data>
|
||||
<data name="ConverterModePluralText" xml:space="preserve">
|
||||
@@ -2601,7 +2613,7 @@
|
||||
</data>
|
||||
<data name="xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback" xml:space="preserve">
|
||||
<value>x ou</value>
|
||||
<comment>Auditory feedback for Screen Reader users. Users will hear "Display is 7 x or" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is "x or" in order to get the correct pronounciation.</comment>
|
||||
<comment>Auditory feedback for Screen Reader users. Users will hear "Display is 7 x or" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is "x or" in order to get the correct pronunciation.</comment>
|
||||
</data>
|
||||
<data name="andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback" xml:space="preserve">
|
||||
<value>et</value>
|
||||
|
Reference in New Issue
Block a user