Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
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
21 changes: 12 additions & 9 deletions locales/en-US/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@ syncProgress=Syncing changes…
# LOCALIZATION NOTE (disableSync): Sync is intended as a generic
# synchronization, not Firefox Sync.
disableSync=Disable Sync
# LOCALIZATION NOTE (syncComplete): {date} is the date of last sync. If this
# structure doesn't work for your locale, you can translate this as "Last sync:
# {date}".
syncComplete=Synced {date}
syncCompleteAt=Synced at {date}
# LOCALIZATION NOTE (savedComplete): {date} is the time of saving. If this
# structure doesn't work for your locale, you can translate this as "Saved (
# {date})".
savedComplete=Saved at {date}

# LOCALIZATION NOTE (savedComplete2): {time} is the time of saving. Such as 5:33pm or 17:33. If this
# structure doesn't work for your locale, you can translate this as "Saved ({time})".
savedComplete2=Saved at {time}

# LOCALIZATION NOTE (syncComplete2): {time} is the time of syncing. Such as 5:33pm or 17:33. If this
# structure doesn't work for your locale, you can translate this as "Synced ({time})".
syncComplete2=Synced at {time}

# LOCALIZATION NOTE (mergeWarning): This string is displayed in case of a merge conflict during a note sync.
# It is displayed below the 'synced' notes and above the 'local' notes. It is a visual separator.
mergeWarning=**** On this computer: ****

# Tooltips for toolbar buttons
fontSizeTitle=Font Size
Expand Down