Last active
November 27, 2018 18:10
-
-
Save stasm/0bfb140ea76db1aa845da0baabd35e9c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## browser/browser/branding/sync-brand.ftl | |
branding/sync-short = Sync | |
branding/sync-full = Firefox Sync | |
branding/fxaccount = {$first-letter -> | |
[lowercase] compte Firefox | |
*[uppercase] Compte Firefox | |
} | |
## browser/browser/preferences/preferences.ftl | |
separate-profile-mode = | |
.label = Autoriser { branding/sync-short } et Firefox à s’exécuter en parallèle | |
use-firefox-sync = Astuce : Des profils distincts sont utilisés. Vous pouvez tirer parti de { branding/sync-short } pour partager vos données entre eux. | |
get-started-not-logged-in = Se connecter à { branding/sync-short }… | |
get-started-configured = Ouvrir les préférences de { branding/sync-short } | |
sync-signedout-account-title = Se connecter avec un { branding/fxaccount(first-letter: "lowercase") } | |
## devtools/client/application.ftl | |
serviceworker-worker-updated = | |
Actualisation : <time>{ | |
format/datetime( | |
$date, | |
month: "long", | |
year: "numeric", | |
day: "numeric", | |
hour: "numeric", | |
minute: "numeric", | |
second: "numeric" | |
) | |
}</time> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment