mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 893961. Clean up metro sync strings. r=mbrubeck
This commit is contained in:
parent
31c59e1d70
commit
f90885fd5e
@ -1304,7 +1304,7 @@ var SettingsCharm = {
|
||||
});
|
||||
// Sync
|
||||
this.addEntry({
|
||||
label: Strings.browser.GetStringFromName("syncCharm"),
|
||||
label: Strings.brand.GetStringFromName("syncBrandShortName"),
|
||||
onselected: function() FlyoutPanelsUI.show('SyncFlyoutPanel')
|
||||
});
|
||||
// About
|
||||
|
@ -472,21 +472,21 @@
|
||||
flex="1"
|
||||
onclick="FlyoutPanelsUI.SyncFlyoutPanel.abortEasySetup();
|
||||
FlyoutPanelsUI.SyncFlyoutPanel.showManualSetup()">
|
||||
&sync.flyout.setup.manual.label;
|
||||
&sync.flyout.setup.manual.label_2;
|
||||
</description>
|
||||
<separator />
|
||||
<description>&sync.flyout.setup.description3;</description>
|
||||
<description>&sync.flyout.setup.description4;</description>
|
||||
<description>&sync.flyout.setup.description4_2;</description>
|
||||
<description class="syncInstructionText">
|
||||
&sync.flyout.setup.description5;
|
||||
&sync.flyout.setup.description5_2;
|
||||
</description>
|
||||
<description class="syncInstructionText">
|
||||
&sync.flyout.setup.description6;
|
||||
&sync.flyout.setup.description6_2;
|
||||
</description>
|
||||
</vbox>
|
||||
|
||||
<vbox id="sync-manualsetup-container" collapsed="true">
|
||||
<description>&sync.flyout.manualsetup.description1;</description>
|
||||
<description>&sync.flyout.manualsetup.description1_2;</description>
|
||||
<separator/>
|
||||
<textbox id="sync-manualsetup-account"
|
||||
placeholder="&sync.flyout.manualsetup.account.placeholder;"
|
||||
@ -609,9 +609,9 @@
|
||||
<spacer flex="1" />
|
||||
</hbox>
|
||||
<description>&sync.flyout.pairNewDevice.note1;</description>
|
||||
<description>&sync.flyout.pairNewDevice.note2;</description>
|
||||
<description>&sync.flyout.pairNewDevice.note2_2;</description>
|
||||
<description class="syncInstructionText">
|
||||
&sync.flyout.pairNewDevice.note3;
|
||||
&sync.flyout.pairNewDevice.note3_2;
|
||||
</description>
|
||||
<description class="syncInstructionText">
|
||||
&sync.flyout.pairNewDevice.note4;
|
||||
|
@ -39,7 +39,6 @@ contextAppbar2.clear=Clear selection
|
||||
# Settings Charms
|
||||
aboutCharm1=About
|
||||
optionsCharm=Options
|
||||
syncCharm=Sync
|
||||
helpOnlineCharm=Help (online)
|
||||
|
||||
# General
|
||||
|
@ -13,14 +13,14 @@
|
||||
<!ENTITY sync.flyout.setup.title "Set Up &syncBrand.shortName.label;">
|
||||
<!ENTITY sync.flyout.setup.description1 "If you have a &syncBrand.shortName.label; account, select "Pair a Device" on your other device and enter this code.">
|
||||
<!ENTITY sync.flyout.setup.description2 "If you don't have a &syncBrand.shortName.label; account, you can create one on your &brandShortName; desktop browser.">
|
||||
<!ENTITY sync.flyout.setup.manual.label "I'm not near my computer...">
|
||||
<!ENTITY sync.flyout.setup.manual.label_2 "I'm not near my computer…">
|
||||
<!ENTITY sync.flyout.setup.description3 "Note:">
|
||||
<!ENTITY sync.flyout.setup.description4 "You can select "Pair a Device" through">
|
||||
<!ENTITY sync.flyout.setup.description5 "[Desktop] Preferences -> Sync">
|
||||
<!ENTITY sync.flyout.setup.description6 "[Android] More > Settings > Sync">
|
||||
<!ENTITY sync.flyout.setup.description4_2 "To find "Pair a Device",">
|
||||
<!ENTITY sync.flyout.setup.description5_2 "[Desktop] Open "Options" or "Preferences" and then select "&syncBrand.shortName.label;"">
|
||||
<!ENTITY sync.flyout.setup.description6_2 "[Android] More > Settings > &syncBrand.shortName.label;">
|
||||
|
||||
<!-- Flyout when setting up manually -->
|
||||
<!ENTITY sync.flyout.manualsetup.description1 "Please enter your &syncBrand.shortName.label; account information and the Recover Key generated by your computer">
|
||||
<!ENTITY sync.flyout.manualsetup.description1_2 "Please enter your &syncBrand.shortName.label; account information and the Recovery Key generated by your computer">
|
||||
<!ENTITY sync.flyout.manualsetup.account.placeholder "Account Name">
|
||||
<!ENTITY sync.flyout.manualsetup.password.placeholder "Password">
|
||||
<!ENTITY sync.flyout.manualsetup.recoveryKey.placeholder "Recovery Key">
|
||||
@ -48,8 +48,8 @@
|
||||
<!ENTITY sync.flyout.pairNewDevice.description "On the new device you want to pair with, select "Set Up &syncBrand.shortName.label;" and enter the code the device produces">
|
||||
<!ENTITY sync.flyout.pairNewDevice.pair "Pair">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note1 "Note:">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note2 "You can access &syncBrand.shortName.label; to find code through">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note3 "[Desktop] Tools -> Set Up Sync -> I have an Account">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note2_2 "To find the code,">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note3_2 "[Desktop] Open "Options" or "Preferences" and then follow the steps: &syncBrand.shortName.label; -> Set up &syncBrand.shortName.label; -> I have an account">
|
||||
<!ENTITY sync.flyout.pairNewDevice.note4 "[Android] More > Settings > &syncBrand.shortName.label;">
|
||||
<!ENTITY sync.flyout.pairNewDevice.failure "Please try again">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user