mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
54cee9c48b
--HG-- rename : browser/metro/base/content/aboutPanel.js => browser/metro/base/content/flyouts/aboutFlyout.js rename : browser/metro/base/content/preferences.js => browser/metro/base/content/flyouts/prefsFlyout.js
15 lines
757 B
Properties
15 lines
757 B
Properties
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# LOCALIZATION NOTE: Used in the default os description when a new account
|
|
# is being set up. Should be unique to Metro, so that it does not conflict
|
|
# with Desktop. See /services/sync/modules/engines/clients.js locaName.
|
|
sync.defaultAccountApplication=Metro %S
|
|
|
|
# %S is the date and time at which the last sync successfully completed
|
|
sync.flyout.connected.lastSynced=Last sync: %S
|
|
# %S is the username logged in
|
|
sync.flyout.connected.account=Account: %S
|
|
# %S is the name that the user has chosen for this device
|
|
sync.flyout.connected.device=Your device: %S |