Localizable.strings revision 6a2ae9c7fb4d2c40d75cab0edaf940f22c18224f
/*
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2016 ForgeRock AS.
*/
/* App */
"app_title" = "ForgeRock Authenticator";
"app_initialization_error_message" = "Unable to start the app.";
/* QR code scan */
"qr_code_scan_error_title" = "Unable to Read QR Code";
"qr_code_scan_error_network_failure_message" = "Unable to contact the server for registration.\nEnsure you are connected to the internet, and try again.";
"qr_code_scan_error_no_device_id_message" = "Registration cannot be completed while notifications are disabled or the device is offline.\nEnsure notifications are enabled and you are connected to the internet, and try again.";
"qr_code_scan_error_invalid_code" = "The QR code is invalid.\nEnsure you have the latest version of the app.";
"qr_code_scan_contact_server" = "Contacting server...";
/* Accounts */
"account_delete_confirmation_title" = "Delete %@ Account";
"account_delete_confirmation_message" = "Removing this entry may prevent you from logging into your %@ account. Confirm you have already disabled this authentication method online.";
"account_delete_error_title" = "Unable to Remove %@ Account";
/* Mechanisms */
"mechanism_delete_confirmation_title" = "Delete %@ Authentication Method";
"mechanism_delete_confirmation_message" = "Removing this entry may prevent you from logging into your %@ account. Confirm you have already disabled this authentication method online.";
"mechanism_delete_error_title" = "Unable to Remove Authentication Method for %@ Account";
"mechanism_generate_code_error_title" = "Unable to Generate Code";
/* Notifications */
"notification_request_received" = "Authentication Request Received";
"notification_request_error_title" = "Unable to Read Authentication Request";
"notification_approval_error_title" = "Unable to Approve Authentication Request";
"notification_dismissal_error_title" = "Unable to Dismiss Authentication Request";
"notification_error_network_failure_message" = "Unable to contact the server.\nEnsure you are connected to the internet, and try again.";
/* Alert view */
"cancel" = "Cancel";
"delete" = "Delete";
"dismiss" = "Dismiss";
"ok" = "OK";
"warning" = "Warning";