2025-01-14 19:35:50 +01:00
|
|
|
power = Energie
|
2023-09-19 04:10:35 +02:00
|
|
|
settings = Instellingen...
|
2025-01-14 19:35:50 +01:00
|
|
|
lock-screen = Scherm vergrendelen
|
2023-09-19 04:10:35 +02:00
|
|
|
lock-screen-shortcut = Super + Escape
|
2025-01-14 19:35:50 +01:00
|
|
|
log-out = Afmelden
|
|
|
|
|
log-out-shortcut = Super + Shift + Escape
|
2023-09-19 04:10:35 +02:00
|
|
|
suspend = Slaapstand
|
2025-01-14 19:35:50 +01:00
|
|
|
restart = Opnieuw opstarten
|
2023-09-19 04:10:35 +02:00
|
|
|
shutdown = Afsluiten
|
2025-01-14 19:35:50 +01:00
|
|
|
confirm = Uitvoeren
|
2023-09-19 04:10:35 +02:00
|
|
|
cancel = Annuleren
|
2025-01-14 19:35:50 +01:00
|
|
|
|
|
|
|
|
<#-- Confirmation Dialog -->
|
|
|
|
|
confirm-button = {
|
|
|
|
|
$action ->
|
2023-09-19 04:10:35 +02:00
|
|
|
[restart] { restart }
|
|
|
|
|
[suspend] { suspend }
|
|
|
|
|
[shutdown] { shutdown }
|
2025-01-14 19:35:50 +01:00
|
|
|
[log-out] { log-out }
|
|
|
|
|
*[other] { confirm }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
confirm-title = { Nu
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] opnieuw opstarten?
|
|
|
|
|
[suspend] in slaapstand?
|
|
|
|
|
[shutdown] afsluiten?
|
|
|
|
|
[log-out] alle apps sluiten en afmelden?
|
|
|
|
|
*[other] de geselecteerde actie uitvoeren?
|
|
|
|
|
}
|
2023-09-19 04:10:35 +02:00
|
|
|
|
2025-01-14 19:35:50 +01:00
|
|
|
confirm-body = {
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] De computer start
|
|
|
|
|
[suspend] De computer gaat
|
|
|
|
|
[shutdown] De computer wordt
|
|
|
|
|
[lock-screen] Het vergrendelingsscherm wordt
|
|
|
|
|
[log-out] De gebruiker wordt
|
|
|
|
|
*[other] De geselecteerde actie wordt
|
|
|
|
|
} in { $countdown } seconden automatisch {
|
|
|
|
|
$action ->
|
|
|
|
|
[restart] opnieuw op.
|
|
|
|
|
[suspend] in slaapstand.
|
|
|
|
|
[shutdown] afgesloten.
|
|
|
|
|
[lock-screen] geactiveerd.
|
|
|
|
|
[log-out] afgemeld.
|
|
|
|
|
*[other] uitgevoerd.
|
|
|
|
|
}
|