12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- //
- // BKPasscodeView.strings
- // Nextcloud iOS
- //
- // Copyright (c) 2017 TWS. All rights reserved.
- //
- // Author Marino Faggiana <m.faggiana@twsweb.it>
- //
- // This program is free software: you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation, either version 3 of the License, or
- // (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
- //
- "%d Failed Passcode Attempts" = "%d Failed Passcode Attempts";
- "%d Failed Password Attempts" = "%d Failed Password Attempts";
- "1 Failed Passcode Attempt" = "1 Failed Passcode Attempt";
- "1 Failed Password Attempt" = "1 Failed Password Attempt";
- "Do you want to use Touch ID for authentication?" = "Do you want to use Touch ID for authentication?";
- "Done" = "Done";
- "Enable Touch ID" = "Enable Touch ID";
- "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
- "Enter a different password. Cannot re-use the same password." = "Enter a different password. Cannot re-use the same password.";
- "Enter a passcode" = "Enter a passcode";
- "Enter a password" = "Enter a password";
- "Enter your new passcode" = "Enter your new passcode";
- "Enter your new password" = "Enter your new password";
- "Enter your old passcode" = "Enter your old passcode";
- "Enter your old password" = "Enter your old password";
- "Enter your passcode" = "Enter your passcode";
- "Enter your password" = "Enter your password";
- "Invalid Passcode" = "Invalid Passcode";
- "Invalid Password" = "Invalid Password";
- "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
- "Password did not match.\nTry again." = "Password did not match.\nTry again.";
- "Re-enter your passcode" = "Re-enter your passcode";
- "Re-enter your password" = "Re-enter your password";
- "Try again in %d minutes" = "Try again in %d minutes";
- "Try again in 1 minute" = "Try again in 1 minute";
|