Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ lockbox-ios/binaries/
site/
fastlane/screenshots/
export-locales-env
import-locales-env
lockwiseios-l10n
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@

/* Class = "UIButton"; normalTitle = "Get Started"; ObjectID = "cuz-yd-F4J"; */
"cuz-yd-F4J.normalTitle" = "Get Started";

/* Class = "UILabel"; text = "Take your passwords everywhere"; ObjectID = "hwO-wS-oS4"; */
"hwO-wS-oS4.text" = "Take your passwords everywhere";

/* Class = "UILabel"; text = "To use Firefox Lockwise, you’ll need a Firefox Account with saved logins."; ObjectID = "xyY-bk-Xw8"; */
"xyY-bk-Xw8.text" = "To use Firefox Lockwise, you’ll need a Firefox Account with saved logins.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Class = "UILabel"; text = "Take your passwords everywhere"; ObjectID = "hwO-wS-oS4"; */
"hwO-wS-oS4.text" = "Emportez vos mots de passe partout.";

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Class = "UILabel"; text = "Take your passwords everywhere"; ObjectID = "hwO-wS-oS4"; */
"hwO-wS-oS4.text" = "Porta le tue password sempre con te";

3 changes: 3 additions & 0 deletions CredentialProvider/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Bundle name */
"CFBundleName" = "CredentialProvider";

6 changes: 6 additions & 0 deletions CredentialProvider/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "CredentialProvider";

/* Bundle name */
"CFBundleName" = "CredentialProvider";

39 changes: 39 additions & 0 deletions CredentialProvider/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* Text displayed while AutoFill credentials are being populated. AutoFill should be localized to match the proper name for Apple’s system feature */
"autofill.enabling" = "Updating AutoFill…";

/* Accessibility notification when AutoFill is done being enabled */
"autofill.finished_enabling" = "Finished updating AutoFill";

/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "Sign in Required";

/* Body for alert dialog explaining that a user must be signed in to use AutoFill. AutoFill should be localized to match the proper name for Apple's system feature. %1$@ and %2$@ will be replaced with the application name */
"autofill.signInRequiredBody" = "You must be signed in to %@ before AutoFill will allow access to passwords within it.";

/* Cancel button title */
"cancel" = "Cancel";

/* Product Name */
"firefoxLockbox" = "Firefox Lockwise";

/* Label shown when there are no logins to list. %@ will be replaced with the application name */
"list.empty" = "%@ lets you access passwords you’ve already saved to Firefox. To view your logins here, you’ll need to sign in and sync with Firefox.";

/* This is the name displayed instead of Firefox Lockwise in some places */
"lockwise" = "Lockwise";

/* Ok button title */
"ok" = "OK";

/* Placeholder text for search field */
"search.placeholder" = "Search logins";

/* Sign in button text */
"signIn" = "Sign In";

/* Placeholder text when the user’s email is unavailable while unlocking Lockwise, shown in Touch ID and passcode prompts */
"unlock_placeholder" = "This will unlock the app.";

/* Placeholder text when there is no username. String should include appropriate open/close parenthetical or similar symbols to indicate this is a placeholder, not a real username. */
"username_placeholder" = "(no username)";

3 changes: 3 additions & 0 deletions CredentialProvider/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Bundle name */
"CFBundleName" = "CredentialProvider";

6 changes: 6 additions & 0 deletions CredentialProvider/fr.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "CredentialProvider";

/* Bundle name */
"CFBundleName" = "CredentialProvider";

39 changes: 39 additions & 0 deletions CredentialProvider/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* Text displayed while AutoFill credentials are being populated. AutoFill should be localized to match the proper name for Apple’s system feature */
"autofill.enabling" = "Mise à jour du remplissage automatique…";

/* Accessibility notification when AutoFill is done being enabled */
"autofill.finished_enabling" = "Mise à jour du remplissage automatique terminée";

/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "Connexion nécessaire";

/* Body for alert dialog explaining that a user must be signed in to use AutoFill. AutoFill should be localized to match the proper name for Apple's system feature. %1$@ and %2$@ will be replaced with the application name */
"autofill.signInRequiredBody" = "Vous devez être connecté(e) à %@ pour que le remplissage automatique autorise l’accès aux mots de passe qu’il contient.";

/* Cancel button title */
"cancel" = "Annuler";

/* Product Name */
"firefoxLockbox" = "Firefox Lockwise";

/* Label shown when there are no logins to list. %@ will be replaced with the application name */
"list.empty" = "%@ vous permet d’accéder aux mots de passe que vous avez déjà enregistrés dans Firefox. Pour afficher vos identifiants ici, vous devez vous connecter et activer la synchronisation dans Firefox.";

/* This is the name displayed instead of Firefox Lockwise in some places */
"lockwise" = "Lockwise";

/* Ok button title */
"ok" = "OK";

/* Placeholder text for search field */
"search.placeholder" = "Rechercher des identifiants";

/* Sign in button text */
"signIn" = "Connexion";

/* Placeholder text when the user’s email is unavailable while unlocking Lockwise, shown in Touch ID and passcode prompts */
"unlock_placeholder" = "Ceci va déverrouiller l’application.";

/* Placeholder text when there is no username. String should include appropriate open/close parenthetical or similar symbols to indicate this is a placeholder, not a real username. */
"username_placeholder" = "(aucun nom d’utilisateur)";

6 changes: 6 additions & 0 deletions CredentialProvider/it.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "CredentialProvider";

/* Bundle name */
"CFBundleName" = "CredentialProvider";

39 changes: 39 additions & 0 deletions CredentialProvider/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* Text displayed while AutoFill credentials are being populated. AutoFill should be localized to match the proper name for Apple’s system feature */
"autofill.enabling" = "Aggiornamento riempimento automatico in corso…";

/* Accessibility notification when AutoFill is done being enabled */
"autofill.finished_enabling" = "Aggiornamento riempimento automatico completato";

/* Title for alert dialog explaining that a user must be signed in to use AutoFill. */
"autofill.signInRequired" = "Autenticazione richiesta";

/* Body for alert dialog explaining that a user must be signed in to use AutoFill. AutoFill should be localized to match the proper name for Apple's system feature. %1$@ and %2$@ will be replaced with the application name */
"autofill.signInRequiredBody" = "Per utilizzare le password salvate nella funzione di riempimento automatico è necessario accedere a %@";

/* Cancel button title */
"cancel" = "Annulla";

/* Product Name */
"firefoxLockbox" = "Firefox Lockwise";

/* Label shown when there are no logins to list. %@ will be replaced with the application name */
"list.empty" = "%@ permette di accedere alle password salvate in Firefox. Per visualizzare le credenziali in questa sezione, effettua l’accesso in Firefox e completa la sincronizzazione.";

/* This is the name displayed instead of Firefox Lockwise in some places */
"lockwise" = "Lockwise";

/* Ok button title */
"ok" = "OK";

/* Placeholder text for search field */
"search.placeholder" = "Cerca nelle credenziali";

/* Sign in button text */
"signIn" = "Accedi";

/* Placeholder text when the user’s email is unavailable while unlocking Lockwise, shown in Touch ID and passcode prompts */
"unlock_placeholder" = "Questa operazione sbloccherà l’app.";

/* Placeholder text when there is no username. String should include appropriate open/close parenthetical or similar symbols to indicate this is a placeholder, not a real username. */
"username_placeholder" = "[nessun nome utente]";

Loading