mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 03:09:27 +00:00
Fixed typo in localisation comment
This commit is contained in:
@@ -350,7 +350,7 @@ typedef NS_OPTIONS(NSInteger, MPAppStartupState) {
|
||||
#if defined(DEBUG) || defined(NO_SPARKLE)
|
||||
NSAlert *alert = [[NSAlert alloc] init];
|
||||
alert.messageText = NSLocalizedString(@"ALERT_UPDATES_DISABLED_MESSAGE_TEXT", @"Message text for disabled updates alert!");
|
||||
alert.informativeText = [NSString stringWithFormat:NSLocalizedString(@"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!", @"Infromative text of the disabled updates alert!"), NSApp.applicationName];
|
||||
alert.informativeText = [NSString stringWithFormat:NSLocalizedString(@"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!", @"Informative text of the disabled updates alert!"), NSApp.applicationName];
|
||||
[alert addButtonWithTitle:NSLocalizedString(@"OK", @"Ok Button to dismiss disabled updates alert")];
|
||||
[alert runModal];
|
||||
#else
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
/* Alert message text to ask the user if he really want to uninstall the plugin. Include %@ placeholder for plugin name */
|
||||
"ALERT_MESSAGE_TEXT_REALLY_UNINSTALL_PLUGIN_%@" = "Möchten Sie das Plugin %@ wirklich deinstallieren?";
|
||||
|
||||
/* Infromative text of the disabled updates alert! */
|
||||
/* Informative text of the disabled updates alert! */
|
||||
"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!" = "Aktualisierungen von %@ sind für diese Version deaktivert!";
|
||||
|
||||
/* Message text for disabled updates alert! */
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
/* Alert message text to ask the user if he really want to uninstall the plugin. Include %@ placeholder for plugin name */
|
||||
"ALERT_MESSAGE_TEXT_REALLY_UNINSTALL_PLUGIN_%@" = "Should the Plugin %@ really be uninstalled?";
|
||||
|
||||
/* Infromative text of the disabled updates alert! */
|
||||
/* Informative text of the disabled updates alert! */
|
||||
"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!" = "Updates for this build of %@ are disabled!";
|
||||
|
||||
/* Message text for disabled updates alert! */
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
/* Alert message text to ask the user if he really want to uninstall the plugin. Include %@ placeholder for plugin name */
|
||||
"ALERT_MESSAGE_TEXT_REALLY_UNINSTALL_PLUGIN_%@" = "Wil je de extensie %@ verwijderen?";
|
||||
|
||||
/* Infromative text of the disabled updates alert! */
|
||||
/* Informative text of the disabled updates alert! */
|
||||
"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!" = "Bijwerken is uitgeschakeld voor deze versie van %@";
|
||||
|
||||
/* Message text for disabled updates alert! */
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
/* Alert message text to ask the user if he really want to uninstall the plugin. Include %@ placeholder for plugin name */
|
||||
"ALERT_MESSAGE_TEXT_REALLY_UNINSTALL_PLUGIN_%@" = "Должен ли плагин %@ быть удален?";
|
||||
|
||||
/* Infromative text of the disabled updates alert! */
|
||||
/* Informative text of the disabled updates alert! */
|
||||
"ALERT_UPDATES_DISABLED_INFORMATIVE_TEXT_%@!" = "Обновления для текущей сборки %@ отключены!";
|
||||
|
||||
/* Message text for disabled updates alert! */
|
||||
|
||||
Reference in New Issue
Block a user