endSessionDialog: Add extra strings for translation
Add two extra, currently unused strings in order to make the life easier for translators and avoid breaking the upcoming string freezes. https://bugzilla.gnome.org/show_bug.cgi?id=722898
This commit is contained in:
parent
46163a6607
commit
0fa6be4614
@ -127,6 +127,8 @@ const restartInstallDialogContent = {
|
|||||||
showBatteryWarning: true,
|
showBatteryWarning: true,
|
||||||
confirmButtons: [{ signal: 'ConfirmedReboot',
|
confirmButtons: [{ signal: 'ConfirmedReboot',
|
||||||
label: C_("button", "Restart & Install") }],
|
label: C_("button", "Restart & Install") }],
|
||||||
|
unusedFutureButtonForTranslation: C_("button", "Install & Power Off"),
|
||||||
|
unusedFutureCheckBoxForTranslation: C_("checkbox", "Power off after updates are installed"),
|
||||||
iconName: 'view-refresh-symbolic',
|
iconName: 'view-refresh-symbolic',
|
||||||
iconStyleClass: 'end-session-dialog-shutdown-icon',
|
iconStyleClass: 'end-session-dialog-shutdown-icon',
|
||||||
showOtherSessions: true,
|
showOtherSessions: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user