mirror of
https://github.com/munki/munki.git
synced 2026-04-23 04:59:17 -05:00
Fix typo for 'Mandatory Updates Pending' alert
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"Logout Recommended" = "Uitloggen Aanbevolen";
|
||||
"Logout Required" = "Uitloggen Benodigd";
|
||||
"Logout will be required." = "Uitloggen zal benodigd zijn.";
|
||||
"Manadatory Updates Pending" = "Verplichte Updates Aanhangig";
|
||||
"Mandatory Updates Pending" = "Verplichte Updates Aanhangig";
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Beheerde Softwarebijwerking kan geen kontakt maken met de server.\nNeem kontakt op met Uw systeembeheerder als deze fout zich nogmaals voordoet.";
|
||||
"Managed Software Update failed its preflight check.\nTry again later." = "Beheerde Softwarebijwerking had een fout tijdens de voorbereidingsfase.\nProbeer het later nogmaals.";
|
||||
"Not installed" = "Niet geïnstalleerd";
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"Logout will be required." = "La fermeture de session sera obligatoire";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Manadatory Updates Pending" = "Mises à jour obligatoires en attente";
|
||||
"Mandatory Updates Pending" = "Mises à jour obligatoires en attente";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Mise à jour de logiciels ne peut atteindre le serveur de mise à jour pour l'instant.\nSi la situation persiste, contactez votre administrateur système.";
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"Logout will be required." = "Abmelden ist erforderlich.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Manadatory Updates Pending" = "Zwingend notwendige Aktualisierungen anstehend";
|
||||
"Mandatory Updates Pending" = "Zwingend notwendige Aktualisierungen anstehend";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Geführte Softwareaktualisierung erreicht den Server nicht.\nWenn dieses Problem weiter besteht, informieren Sie bitte Ihren Administrator.";
|
||||
|
||||
@@ -643,7 +643,7 @@ class MSUAppDelegate(NSObject):
|
||||
(u"One or more mandatory updates are overdue for "
|
||||
"installation. A logout will be forced soon."), None)
|
||||
alert = NSAlert.alertWithMessageText_defaultButton_alternateButton_otherButton_informativeTextWithFormat_(
|
||||
NSLocalizedString(u"Manadatory Updates Pending", None),
|
||||
NSLocalizedString(u"Mandatory Updates Pending", None),
|
||||
NSLocalizedString(u"Show updates", None),
|
||||
NSLocalizedString(u"Update later", None),
|
||||
objc.nil,
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"Logout will be required." = "Será necesario cerrar sesión";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Manadatory Updates Pending" = "Actualizaciones obligatorias pendientes";
|
||||
"Mandatory Updates Pending" = "Actualizaciones obligatorias pendientes";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Actualización controlada de software no ha podido contactar con el servidor.\nSi este problema continua, contacte con su administrador.";
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
"Logout will be required." = "Kræver log ud.";
|
||||
|
||||
"Manadatory Updates Pending" = "Obligatoriske opdateringer venter";
|
||||
"Mandatory Updates Pending" = "Obligatoriske opdateringer venter";
|
||||
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Managed Software Update kan ikke få forbindelse til opdateringsserveren.\nHvis problemet består, skal du kontakte systemadministratoren.";
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"Logout will be required." = "Uloskirjautumista tullaan vaatimaan.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Manadatory Updates Pending" = "Pakollisia päivityksiä odottamassa";
|
||||
"Mandatory Updates Pending" = "Pakollisia päivityksiä odottamassa";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Päivityspalvelimeen ei saada yhteyttä.\nJos ongelma jatkuu, ota yhteyttä järjestelmän ylläpitäjään.";
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
"Logout will be required." = "Krever utlogging.";
|
||||
|
||||
"Manadatory Updates Pending" = "Obligatoriske oppdateringer venter";
|
||||
"Mandatory Updates Pending" = "Obligatoriske oppdateringer venter";
|
||||
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "Managed Software Update klarer ikke å oppnå forbindelse til oppdateringsserveren.\nHvis problemet fortsetter, ta kontakt systemadministrator.";
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"Logout Recommended" = "Рекомендуется выйти из системы";
|
||||
"Logout Required" = "Необходимо выйти из системы";
|
||||
"Logout will be required." = "Потребуется выйти из системы.";
|
||||
"Manadatory Updates Pending" = "Отложенные обязательные обновления";
|
||||
"Mandatory Updates Pending" = "Отложенные обязательные обновления";
|
||||
"Managed Software Update cannot contact the update server at this time.\nIf this situation continues, contact your systems administrator." = "В данный момент сервер обновлений не доступен.\nОбратитесь к системному администратору.";
|
||||
"Managed Software Update failed its preflight check.\nTry again later." = "Сбой предварительной проверки.\nПовторите попытку позже.";
|
||||
"Not installed" = "Не установлены";
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user