1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
# Simple things are simple.
hello-user = Hello, {$userName}!
# Complex things are possible.
shared-photos =
{$userName} {$photoCount ->
[one] added a new photo
*[other] added {$photoCount} new photos
} to {$userGender ->
[male] his stream
[female] her stream
*[other] their stream
}.
## Closing tabs
tabs-close-button = Close
tabs-close-tooltip = {$tabCount ->
[one] Close {$tabCount} tab
*[other] Close {$tabCount} tabs
}
tabs-close-warning =
You are about to close {$tabCount} tabs.
Are you sure you want to continue?
## Syncing
-sync-brand-name = Firefox Account
sync-dialog-title = {-sync-brand-name}
sync-headline-title =
{-sync-brand-name}: The best way to bring
your data always with you
sync-signedout-title =
Connect with your {-sync-brand-name}
## Other structures
key = {TONE(-1.0, "f\u1235oo")}
.attribute = value
example = {$x ->
*[0] select ends on same line} alright?
foo = bar
|