diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-12-03 17:12:34 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-12-03 17:12:34 +0100 |
commit | dd13d3ac4100bf08507a1037e935ca712e27baad (patch) | |
tree | 480bbb5dccc0081761715358f83d1c61cbc36636 | |
parent | b4cc0a062e98da5e1ac05f722c0cdcc6f0effc0f (diff) | |
download | UXP-dd13d3ac4100bf08507a1037e935ca712e27baad.tar UXP-dd13d3ac4100bf08507a1037e935ca712e27baad.tar.gz UXP-dd13d3ac4100bf08507a1037e935ca712e27baad.tar.lz UXP-dd13d3ac4100bf08507a1037e935ca712e27baad.tar.xz UXP-dd13d3ac4100bf08507a1037e935ca712e27baad.zip |
Juggle some strings.
-rw-r--r-- | services/sync/locales/en-US/sync.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/sync/locales/en-US/sync.properties b/services/sync/locales/en-US/sync.properties index 157fc225e..93369dd37 100644 --- a/services/sync/locales/en-US/sync.properties +++ b/services/sync/locales/en-US/sync.properties @@ -8,6 +8,9 @@ client.name2 = %1$S's %2$S on %3$S # %S is the date and time at which the last sync successfully completed lastSync2.label = Last sync: %S +# signInToSync.description is the tooltip for the Sync buttons when Sync is +# not configured. +signInToSync.description = Sign In To Sync mobile.label = Mobile Bookmarks remote.pending.label = Remote tabs are being synced… @@ -46,3 +49,6 @@ error.sync.eol.label = Service Unavailable error.sync.eol.description = Your Sync service is no longer available. You need to upgrade %1$S to keep syncing. sync.eol.learnMore.label = Learn more sync.eol.learnMore.accesskey = L + +syncnow.label = Sync Now +syncing2.label = Syncing… |