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