1/*
2    SharedWebCredentials.strings
3    swcagent
4
5    Copyright (c) 2014 Apple Inc. All rights reserved.
6*/
7
8/* Title of alert for selecting an account credential */
9"SWC_ALERT_TITLE" = "Select a Safari Saved Password to Use With “%@”";
10
11/* Button to dismiss alert for selecting an account credential. */
12"SWC_CANCEL" = "Not Now";
13
14/* Text of the confirmation message when <APPNAME> tries to use a shared password for <WEBSITE> */
15"SWC_REQUEST_USE" = "“%@” Would Like to Share Saved Passwords With Safari for “%@”";
16
17/* Text of the confirmation message when <APPNAME> adds a shared password for <WEBSITE> */
18"SWC_REQUEST_ADD" = "“%@” Would Like to Share a Password With Safari for “%@”";
19
20/* Text of the confirmation message when <APPNAME> updates a shared password for <WEBSITE> */
21"SWC_REQUEST_UPDATE" = "“%@” Would Like to Update the Safari Saved Password for “%@”";
22
23/* Text of the confirmation message when <APPNAME> deletes a shared password for <WEBSITE> */
24"SWC_REQUEST_DELETE" = "“%@” Would Like to Delete the Safari Saved Password for “%@”";
25
26/* Text of the confirmation message when <APPNAME> requests a shared password for <WEBSITE> */
27"SWC_REQUEST_COPY" = "“%@” Would Like to Use the Safari Saved Password for “%@”.";
28
29/* Text of the confirmation message when <APPNAME> requests shared passwords for more than one website */
30"SWC_REQUEST_COPYALL" = "“%@” Would Like to Share Passwords With Safari for Websites “%@”";
31
32/* Informative text in confirmation message for shared Safari passwords */
33"SWC_INFO_MESSAGE" = "You can view and remove passwords in the Passwords & AutoFill section of Safari settings.";
34
35/* Button in notification panel to grant access to a shared password. */
36"SWC_ALLOW_USE" = "OK";
37
38/* Button in notification panel to grant access for adding a password. */
39"SWC_ALLOW_ADD" = "Share Password";
40
41/* Button in notification panel to grant access for updating a password. */
42"SWC_ALLOW_UPDATE" = "Update Password";
43
44/* Button in notification panel to grant access for deleting a password. */
45"SWC_ALLOW_DELETE" = "Delete Password";
46
47/* Button in notification panel to grant access for copying a saved password. */
48"SWC_ALLOW_COPY" = "Share Password";
49
50/* Button in notification panel to grant access for copying multiple saved passwords. */
51"SWC_ALLOW_COPYALL" = "Share Passwords";
52
53/* Button in notification panel for denying access. */
54"SWC_DENY" = "Not Now";
55
56/* Button in notification panel for permanently denying access. */
57"SWC_NEVER" = "Don’t Allow";
58