Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix unused strings #468

Merged
merged 1 commit into from
Dec 10, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,12 @@
<value>插入附件</value>
<comment>Text for attach button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="AttachButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>插入附件</value>
<comment>The tooltip for attach button</comment>
</data>
-->
<data name="AttachedFiles.Title" xml:space="preserve">
<value>附件列表:</value>
<comment>Title for list of attached files</comment>
Expand All @@ -185,10 +187,12 @@
<value>身份验证错误</value>
<comment>Notification text when authentification failed</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="BackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>返回</value>
<comment>The tooltip for back button</comment>
</data>
-->
<data name="Cancel.Content" xml:space="preserve">
<value>取消</value>
<comment>Cancel button content</comment>
Expand Down Expand Up @@ -233,26 +237,32 @@
<value>当前密码</value>
<comment>Input field caption for current password</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="DeleteButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>删除</value>
<comment>The tooltip for delete button</comment>
</data>
-->
<data name="DeleteButton.Label" xml:space="preserve">
<value>删除</value>
<comment>Text on Delete button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="MarkAsReadButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>标为已读</value>
<comment>The tooltip for Mark as read button</comment>
</data>
-->
<data name="MarkAsReadButton.Label" xml:space="preserve">
<value>标为已读</value>
<comment>Text on Mark as read button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="MarkAsUnreadButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>标为未读</value>
<comment>The tooltip for Mark as unread button</comment>
</data>
-->
<data name="MarkAsUnreadButton.Label" xml:space="preserve">
<value>标为未读</value>
<comment>Text on Mark as unread button</comment>
Expand Down Expand Up @@ -414,26 +424,32 @@
<value>警告</value>
<comment>The title of the dialog shown when user wants to remove e-mail account from the list</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="ReplyButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>回复</value>
<comment>The tooltip for reply button</comment>
</data>
-->
<data name="ReplyButton.Label" xml:space="preserve">
<value>回复</value>
<comment>Text on Reply button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="ReplyAllButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>回复全部</value>
<comment>The tooltip for Reply All button</comment>
</data>
-->
<data name="ReplyAllButton.Label" xml:space="preserve">
<value>回复全部</value>
<comment>Text on Reply All button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="ForwardButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>转发</value>
<comment>The tooltip for Forward email button</comment>
</data>
-->
<data name="ForwardButton.Label" xml:space="preserve">
<value>转发</value>
<comment>Text on Forward email button</comment>
Expand Down Expand Up @@ -494,10 +510,12 @@
<value>发送</value>
<comment>Text for send button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SendButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>发送</value>
<comment>The tooltip for send button</comment>
</data>
-->
<data name="SenderName.Text" xml:space="preserve">
<value>使用该名称发送消息</value>
<comment>Input field caption for sender name</comment>
Expand Down Expand Up @@ -566,10 +584,12 @@
<value>警告</value>
<comment>The title of the dialog shown when user wants to wipe all application data</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SeedGenerateCopyButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>复制种子短语 (Ctrl+C)</value>
<comment>Tooltip for Copy seed phrase button</comment>
</data>
-->
<data name="MessageEncrypted.Content" xml:space="preserve">
<value>加密</value>
<comment>Encryption enable checkbox text on NewMessage view</comment>
Expand All @@ -578,10 +598,12 @@
<value>签名</value>
<comment>Signature enable checkbox text on NewMessage view</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SeedRestorePasteButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>粘贴种子短语 (Ctrl+V)</value>
<comment>Restore seed page paste phrase button</comment>
</data>
-->
<data name="PgpKeysButton.Content" xml:space="preserve">
<value>PGP 密钥</value>
<comment>Go to PGP keys management page button content</comment>
Expand Down Expand Up @@ -798,42 +820,52 @@ Subject: {3}
<value>Save</value>
<comment>Text for save attached file button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SaveAttachmentButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Save</value>
<comment>The tooltip for save attached file button</comment>
</data>
-->
<data name="OpenAttachmentButton.Label" xml:space="preserve">
<value>Open</value>
<comment>Text for save attached file button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="OpenAttachmentButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Open</value>
<comment>The tooltip for save attached file button</comment>
</data>
-->
<data name="DeleteAttachmentButton.Label" xml:space="preserve">
<value>Delete</value>
<comment>Text for Delete attached file button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="DeleteAttachmentButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Delete</value>
<comment>The tooltip for Delete attached file button</comment>
</data>
-->
<data name="UpdateButton.Label" xml:space="preserve">
<value>Update</value>
<comment>Text for Update emails list button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="UpdateButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Update</value>
<comment>The tooltip for Update emails list button</comment>
</data>
-->
<data name="SelectionModeButton.Label" xml:space="preserve">
<value>Selection mode</value>
<comment>Text for Selection mode button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SelectionModeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Selection mode</value>
<comment>The tooltip for Selection mode button</comment>
</data>
-->
<data name="EmailDoesntMatchNotification" xml:space="preserve">
<value>The entered email address {0} doesn't match the settings</value>
<comment>Notification message is shown when emails do not match</comment>
Expand Down Expand Up @@ -862,18 +894,22 @@ Subject: {3}
<value>Clear flag</value>
<comment>Text on Clear flag button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="ClearFlagButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Clear flag</value>
<comment>The tooltip for Clear flag button</comment>
</data>
-->
<data name="SetFlagButton.Label" xml:space="preserve">
<value>Set flag</value>
<comment>Text on Set flag button</comment>
</data>
<!-- ToDo: use using:Windows.UI.Xaml.Controls for UWP; use using:Microsoft.UI.Xaml.Controls for Uno
<data name="SetFlagButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Set flag</value>
<comment>The tooltip for Set flag button</comment>
</data>
-->
<data name="AllMessagesFilterLabel" xml:space="preserve">
<value>All messages</value>
<comment>The label for option (in dropdown list with filters) which means that no filter is applied for messages (all messages must be shown)</comment>
Expand Down
Loading