Bug 1615501 - fix fluent id duplications in calendar/. r=me
This commit is contained in:
Родитель
3b1543bb53
Коммит
618851e30d
|
@ -7,10 +7,10 @@
|
|||
<hbox align="center">
|
||||
<checkbox id="alarmSoundCheckbox"
|
||||
preference="calendar.alarms.playsound"
|
||||
data-l10n-id="play-checkbox"/>
|
||||
data-l10n-id="reminder-play-checkbox"/>
|
||||
<spacer flex="1"/>
|
||||
<button id="calendar.prefs.alarm.sound.play"
|
||||
data-l10n-id="play-alarm-button"
|
||||
data-l10n-id="reminder-play-alarm-button"
|
||||
oncommand="gAlarmsPane.previewAlarm()"/>
|
||||
</hbox>
|
||||
<radiogroup id="alarmSoundType"
|
||||
|
@ -21,12 +21,12 @@
|
|||
<hbox>
|
||||
<radio id="alarmSoundSystem"
|
||||
value="0"
|
||||
data-l10n-id="default-sound-label"/>
|
||||
data-l10n-id="reminder-default-sound-label"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<radio id="alarmSoundCustom"
|
||||
value="1"
|
||||
data-l10n-id="custom-sound-label"/>
|
||||
data-l10n-id="reminder-custom-sound-label"/>
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
<hbox align="center" class="input-container">
|
||||
|
@ -38,7 +38,7 @@
|
|||
preference-editable="true"
|
||||
aria-labelledby="alarmSoundCustom"/>
|
||||
<button id="calendar.prefs.alarm.sound.browse"
|
||||
data-l10n-id="browse-sound-label"
|
||||
data-l10n-id="reminder-browse-sound-label"
|
||||
oncommand="gAlarmsPane.browseAlarm()"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
|
|
@ -170,22 +170,26 @@ accessibility-colors-label =
|
|||
|
||||
reminder-legend = When a Reminder is Due:
|
||||
|
||||
play-checkbox =
|
||||
reminder-play-checkbox =
|
||||
.label = Play a sound
|
||||
.accesskey = s
|
||||
|
||||
play-alarm-button =
|
||||
reminder-play-alarm-button =
|
||||
.label = Play
|
||||
.accesskey = P
|
||||
|
||||
default-sound-label =
|
||||
reminder-default-sound-label =
|
||||
.label = Use default sound
|
||||
.accesskey = d
|
||||
|
||||
custom-sound-label =
|
||||
reminder-custom-sound-label =
|
||||
.label = Use the following sound file
|
||||
.accesskey = U
|
||||
|
||||
reminder-browse-sound-label =
|
||||
.label = Browse…
|
||||
.accesskey = B
|
||||
|
||||
reminder-dialog-label =
|
||||
.label = Show the reminder dialog
|
||||
.accesskey = x
|
||||
|
|
|
@ -220,22 +220,26 @@ task-due-label =
|
|||
"""
|
||||
reminder-legend = { COPY(from_path, "pref.alarmgoesoff.label") }
|
||||
|
||||
play-checkbox =
|
||||
reminder-play-checkbox =
|
||||
.label = { COPY(from_path, "pref.playasound") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.playsound.accessKey") }
|
||||
|
||||
play-alarm-button =
|
||||
reminder-play-alarm-button =
|
||||
.label = { COPY(from_path, "pref.calendar.alarms.sound.play.label") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.sound.play.accessKey") }
|
||||
|
||||
default-sound-label =
|
||||
reminder-default-sound-label =
|
||||
.label = { COPY(from_path, "pref.calendar.alarms.sound.useDefault.label") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.sound.useDefault.accessKey") }
|
||||
|
||||
custom-sound-label =
|
||||
reminder-custom-sound-label =
|
||||
.label = { COPY(from_path, "pref.calendar.alarms.sound.useCustom.label") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.sound.useCustom.accessKey") }
|
||||
|
||||
reminder-browse-sound-label =
|
||||
.label = { COPY(from_path, "pref.calendar.alarms.sound.browse.label") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.sound.browse.accessKey") }
|
||||
|
||||
reminder-dialog-label =
|
||||
.label = { COPY(from_path, "pref.showalarmbox") }
|
||||
.accesskey = { COPY(from_path, "pref.calendar.alarms.showAlarmBox.accessKey") }
|
||||
|
|
Загрузка…
Ссылка в новой задаче