Localizable.strings revision 306fc147c159b5ea1a92aa9466cd30a9bf743fe0
0N/A/*
2362N/A * The contents of this file are subject to the terms of the Common Development and
0N/A * Distribution License (the License). You may not use this file except in compliance with the
0N/A * License.
0N/A *
0N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A * specific language governing permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
0N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
0N/A * information: "Portions copyright [year] [name of copyright owner]".
0N/A *
0N/A * Copyright 2016 ForgeRock AS.
0N/A */
0N/A
0N/A/* App */
0N/A"app_title" = "ForgeRock Authenticator";
2362N/A"app_initialization_error_message" = "Unable to start the app.";
2362N/A
2362N/A/* QR code scan */
0N/A"qr_code_scan_camera_access_title" = "Camera Access";
0N/A"qr_code_scan_camera_access_message" = "Unable to scan registration barcode without access to camera. Would you like to open Settings now?";
0N/A"qr_code_scan_error_title" = "Unable to Read QR Code";
0N/A"qr_code_scan_error_network_failure_message" = "Unable to contact the server for registration.\nEnsure you are connected to the internet, and try again.";
0N/A"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.";
0N/A"qr_code_scan_error_invalid_code" = "The QR code is invalid.\nEnsure you have the latest version of the app.";
0N/A"qr_code_scan_contact_server" = "Contacting server...";
0N/A
0N/A/* Accounts */
0N/A"account_no_accounts" = "No accounts registered";
0N/A"account_delete_confirmation_title" = "Delete %@ Account";
0N/A"account_delete_confirmation_message" = "Removing this entry may prevent you from logging into your %@ account. Confirm you have already disabled this authentication method online.";
0N/A"account_delete_error_title" = "Unable to Remove %@ Account";
0N/A
0N/A/* Mechanisms */
0N/A"mechanism_delete_confirmation_title" = "Delete %@ Authentication Method";
0N/A"mechanism_delete_confirmation_message" = "Removing this entry may prevent you from logging into your %@ account. Confirm you have already disabled this authentication method online.";
0N/A"mechanism_delete_error_title" = "Unable to Remove Authentication Method for %@ Account";
0N/A"mechanism_generate_code_error_title" = "Unable to Generate Code";
0N/A"mechanism_duplicate_title" = "Replace this Authentication Method?";
0N/A"mechanism_duplicate_message" = "This authentication method is already registered. Do you want to replace this authentication method?";
0N/A
0N/A/* Notifications */
0N/A"notification_request_error_title" = "Unable to Read Authentication Request";
0N/A"notification_approval_error_title" = "Unable to Approve Authentication Request";
0N/A"notification_dismissal_error_title" = "Unable to Dismiss Authentication Request";
0N/A"notification_error_network_failure_message" = "Unable to contact the server.\nEnsure you are connected to the internet, and try again.";
0N/A"notifications_no_notifications" = "No notifications received";
0N/A"notifications_completed_section_title" = "COMPLETED";
0N/A"notifications_approved_status" = "Approved";
0N/A"notifications_denied_status" = "Denied";
0N/A"notifications_expired_status" = "Expired";
0N/A"notifications_pending_status" = "Pending";
0N/A"yesterday" = "Yesterday";
0N/A
0N/A/* Alert view */
0N/A"cancel" = "Cancel";
0N/A"delete" = "Delete";
0N/A"dismiss" = "Dismiss";
0N/A"ok" = "OK";
0N/A"warning" = "Warning";
0N/A"settings" = "Settings";
0N/A