|
9 | 9 |
|
10 | 10 | // Tunnels list UI
|
11 | 11 |
|
12 |
| -"tunnelsListTitle" = "WireGuard"; |
| 12 | +"tunnelsListTitle" = "AmneziaWG"; |
13 | 13 | "tunnelsListSettingsButtonTitle" = "Settings";
|
14 | 14 | "tunnelsListCenteredAddTunnelButtonTitle" = "Add a tunnel";
|
15 | 15 | "tunnelsListSwipeDeleteButtonTitle" = "Delete";
|
|
21 | 21 |
|
22 | 22 | // Tunnels list menu
|
23 | 23 |
|
24 |
| -"addTunnelMenuHeader" = "Add a new WireGuard tunnel"; |
| 24 | +"addTunnelMenuHeader" = "Add a new AmneziaWG tunnel"; |
25 | 25 | "addTunnelMenuImportFile" = "Create from file or archive";
|
26 | 26 | "addTunnelMenuQRCode" = "Create from QR code";
|
27 | 27 | "addTunnelMenuFromScratch" = "Create from scratch";
|
|
35 | 35 | "alertImportedFromZipMessage (%1$d of %2$d)" = "Created %1$d of %2$d tunnels from zip archive";
|
36 | 36 |
|
37 | 37 | "alertBadConfigImportTitle" = "Unable to import tunnel";
|
38 |
| -"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid WireGuard configuration"; |
| 38 | +"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid AmneziaWG configuration"; |
39 | 39 |
|
40 | 40 | "deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
|
41 | 41 | "deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel?";
|
|
201 | 201 | "alertScanQRCodeCameraUnsupportedMessage" = "This device is not able to scan QR codes";
|
202 | 202 |
|
203 | 203 | "alertScanQRCodeInvalidQRCodeTitle" = "Invalid QR Code";
|
204 |
| -"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid WireGuard configuration"; |
| 204 | +"alertScanQRCodeInvalidQRCodeMessage" = "The scanned QR code is not a valid AmneziaWG configuration"; |
205 | 205 |
|
206 | 206 | "alertScanQRCodeUnreadableQRCodeTitle" = "Invalid Code";
|
207 | 207 | "alertScanQRCodeUnreadableQRCodeMessage" = "The scanned code could not be read";
|
|
213 | 213 | "settingsViewTitle" = "Settings";
|
214 | 214 |
|
215 | 215 | "settingsSectionTitleAbout" = "About";
|
216 |
| -"settingsVersionKeyWireGuardForIOS" = "WireGuard for iOS"; |
217 |
| -"settingsVersionKeyWireGuardGoBackend" = "WireGuard Go Backend"; |
| 216 | +"settingsVersionKeyWireGuardForIOS" = "AmneziaWG for iOS"; |
| 217 | +"settingsVersionKeyWireGuardGoBackend" = "AmneziaWG Go Backend"; |
218 | 218 |
|
219 | 219 | "settingsSectionTitleExportConfigurations" = "Export configurations";
|
220 | 220 | "settingsExportZipButtonTitle" = "Export zip archive";
|
|
304 | 304 | "macMenuNetworks (%@)" = "Networks: %@";
|
305 | 305 | "macMenuNetworksNone" = "Networks: None";
|
306 | 306 |
|
307 |
| -"macMenuTitle" = "WireGuard"; |
| 307 | +"macMenuTitle" = "AmneziaWG"; |
308 | 308 | "macTunnelsMenuTitle" = "Tunnels";
|
309 | 309 | "macMenuManageTunnels" = "Manage Tunnels";
|
310 | 310 | "macMenuImportTunnels" = "Import Tunnel(s) from File…";
|
311 | 311 | "macMenuAddEmptyTunnel" = "Add Empty Tunnel…";
|
312 | 312 | "macMenuViewLog" = "View Log";
|
313 | 313 | "macMenuExportTunnels" = "Export Tunnels to Zip…";
|
314 |
| -"macMenuAbout" = "About WireGuard"; |
315 |
| -"macMenuQuit" = "Quit WireGuard"; |
| 314 | +"macMenuAbout" = "About AmneziaWG"; |
| 315 | +"macMenuQuit" = "Quit AmneziaWG"; |
316 | 316 |
|
317 |
| -"macMenuHideApp" = "Hide WireGuard"; |
| 317 | +"macMenuHideApp" = "Hide AmneziaWG"; |
318 | 318 | "macMenuHideOtherApps" = "Hide Others";
|
319 | 319 | "macMenuShowAllApps" = "Show All";
|
320 | 320 |
|
|
338 | 338 |
|
339 | 339 | // Mac manage tunnels window
|
340 | 340 |
|
341 |
| -"macWindowTitleManageTunnels" = "Manage WireGuard Tunnels"; |
| 341 | +"macWindowTitleManageTunnels" = "Manage AmneziaWG Tunnels"; |
342 | 342 |
|
343 | 343 | "macDeleteTunnelConfirmationAlertMessage (%@)" = "Are you sure you want to delete ‘%@’?";
|
344 | 344 | "macDeleteMultipleTunnelsConfirmationAlertMessage (%d)" = "Are you sure you want to delete %d tunnels?";
|
|
418 | 418 |
|
419 | 419 | // Mac alert
|
420 | 420 |
|
421 |
| -"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit WireGuard entirely?"; |
422 |
| -"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon."; |
423 |
| -"macConfirmAndQuitInfoWithActiveTunnel (%@)" = "If you close the tunnels manager, WireGuard will continue to be available from the menu bar icon.\n\nNote that if you quit WireGuard entirely the currently active tunnel ('%@') will still remain active until you deactivate it from this application or through the Network panel in System Preferences."; |
424 |
| -"macConfirmAndQuitAlertQuitWireGuard" = "Quit WireGuard"; |
| 421 | +"macConfirmAndQuitAlertMessage" = "Do you want to close the tunnels manager or quit AmneziaWG entirely?"; |
| 422 | +"macConfirmAndQuitAlertInfo" = "If you close the tunnels manager, AmneziaWG will continue to be available from the menu bar icon."; |
| 423 | +"macConfirmAndQuitInfoWithActiveTunnel (%@)" = "If you close the tunnels manager, AmneziaWG will continue to be available from the menu bar icon.\n\nNote that if you quit AmneziaWG entirely the currently active tunnel ('%@') will still remain active until you deactivate it from this application or through the Network panel in System Preferences."; |
| 424 | +"macConfirmAndQuitAlertQuitWireGuard" = "Quit AmneziaWG"; |
425 | 425 | "macConfirmAndQuitAlertCloseWindow" = "Close Tunnels Manager";
|
426 | 426 |
|
427 |
| -"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel"; |
| 427 | +"macAppExitingWithActiveTunnelMessage" = "AmneziaWG is exiting with an active tunnel"; |
428 | 428 | "macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";
|
429 | 429 |
|
430 | 430 | // Mac tooltip
|
|
447 | 447 |
|
448 | 448 | // Mac App Store updating alert
|
449 | 449 |
|
450 |
| -"macAppStoreUpdatingAlertMessage" = "App Store would like to update WireGuard"; |
| 450 | +"macAppStoreUpdatingAlertMessage" = "App Store would like to update AmneziaWG |
| 451 | +"; |
451 | 452 | "macAppStoreUpdatingAlertInfoWithOnDemand (%@)" = "Please disable on-demand for tunnel ‘%@’, deactivate it, and then continue updating in App Store.";
|
452 | 453 | "macAppStoreUpdatingAlertInfoWithoutOnDemand (%@)" = "Please deactivate tunnel ‘%@’ and then continue updating in App Store.";
|
453 | 454 |
|
454 | 455 | // Donation
|
455 | 456 |
|
456 |
| -"donateLink" = "♥ Donate to the WireGuard Project"; |
| 457 | +"donateLink" = "♥ Donate to the AmneziaWG Project"; |
0 commit comments