Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit c0db06b

Browse files
Import l10n.
1 parent d3c0511 commit c0db06b

File tree

10 files changed

+190
-38
lines changed

10 files changed

+190
-38
lines changed

app/src/main/res/values-cs/strings.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<!-- This is the error displayed when attempting to unlock the application with a fingerprint and the device does not recognize it as a match -->
153153
<string name="fingerprint_not_recognized">Nerozpoznáno</string>
154154
<!-- This is the success message displayed after using the fingerprint sensor to unlock the application -->
155-
<string name="fingerprint_success">Úspěch!</string>
155+
<string name="fingerprint_success">Hotovo!</string>
156156
<!-- This is the error displayed when attempting to unlock the application with a fingerprint and after multiple tries a match is not made -->
157157
<string name="fingerprint_error_lockout">Příliš mnoho pokusů.</string>
158158
<!-- This is the error displayed when attempting to unlock the application with a fingerprint and the device returns a generic error to the application -->
@@ -218,6 +218,7 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
218218
<string name="all_set">Vše máte nastaveno.</string>
219219
<!-- This is the button to dismiss the final onboarding screen -->
220220
<string name="finish">Dokončit</string>
221+
221222
<!-- This description of the app functionality is shown on the final onboarding screen -->
222223
<string name="onboarding_access_description">Přistupujte ke svým přihlašovacím údajům uloženým ve Firefoxu i ze svého telefonu</string>
223224
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
@@ -294,7 +295,19 @@ Pro jejich zobrazení a synchronizaci se přihlaste ke svému účtu Firefoxu.</
294295
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
295296
<string name="hostname_invalid_text">Adresa serveru musí obsahovat „https://“ nebo „http://“</string>
296297

298+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
299+
<string name="hostname_invalid_host">Webová adresa musí obsahovat platného hostitele</string>
300+
297301
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
298302
<string name="hostname_empty_invalid_text">Název hostitele nemůže být prázdný</string>
299303

304+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
305+
<string name="successful_create_toast">Přihlašovací údaje přidány</string>
306+
307+
<!-- This is the content description for the icon that appears on the toast notification. -->
308+
<string name="toast_icon_description">Ikona zobrazená v oznámení.</string>
309+
310+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
311+
<string name="entry_deleted_toast">Položka %1$s smazána</string>
312+
300313
</resources>

app/src/main/res/values-de/strings.xml

+15-2
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,18 @@
220220
<string name="all_set">Du bist fertig!</string>
221221
<!-- This is the button to dismiss the final onboarding screen -->
222222
<string name="finish">Abschließen</string>
223+
223224
<!-- This description of the app functionality is shown on the final onboarding screen -->
224225
<string name="onboarding_access_description">Greife über dein Handy auf alle in Firefox gespeicherten Zugangsdaten zu</string>
225-
<!-- This description of the app security is shown on the final onboarding screen. -->
226+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
226227
<string name="onboarding_security_description">Synchronisiere zwischen Geräten mit sicherer 256-Bit-Verschlüsselung</string>
227228
<!-- This description of the app convenience is shown on the final onboarding screen. -->
228229
<string name="onboarding_convenience_description">Entsperre die App einfach per Fingerabdruck</string>
229230

230231
<!-- This is the title of the device security dialog box. -->
231232
<string name="secure_your_device">Sichere dein Gerät.</string>
232233
<!-- This is the description explaining the device security requirements. -->
233-
<string name="device_security_description">Du solltest ein Muster, eine PIN oder ein Kennwort verwenden, um dein Handy zu sperren. Andernfalls kann jeder, der über dein Handy verfügt, auf die hier gespeicherten Informationen zugreifen.</string>
234+
<string name="device_security_description">Du solltest ein Muster, eine PIN oder ein Passwort verwenden, um dein Handy zu sperren. Andernfalls kann jeder, der über dein Handy verfügt, auf die hier gespeicherten Informationen zugreifen.</string>
234235
<!-- This is the skip button description on the device security dialog box. -->
235236
<string name="skip_button">Überspringen</string>
236237
<!-- This is the the button description on the device security dialog box which routes to system security settings. -->
@@ -296,7 +297,19 @@
296297
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
297298
<string name="hostname_invalid_text">Die Internetadresse muss \„https://\“ oder \„http://\“ enthalten</string>
298299

300+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
301+
<string name="hostname_invalid_host">Die Internetadresse muss einen gültigen Hostnamen haben</string>
302+
299303
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
300304
<string name="hostname_empty_invalid_text">Hostname darf nicht leer sein</string>
301305

306+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
307+
<string name="successful_create_toast">Zugangsdaten erfolgreich hinzugefügt</string>
308+
309+
<!-- This is the content description for the icon that appears on the toast notification. -->
310+
<string name="toast_icon_description">Das Symbol, das in einer Toast-Benachrichtigung angezeigt wird.</string>
311+
312+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
313+
<string name="entry_deleted_toast">%1$s gelöscht</string>
314+
302315
</resources>

app/src/main/res/values-en-rGB/strings.xml

+13
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<string name="all_set">You’re all set!</string>
220220
<!-- This is the button to dismiss the final onboarding screen -->
221221
<string name="finish">Finish</string>
222+
222223
<!-- This description of the app functionality is shown on the final onboarding screen -->
223224
<string name="onboarding_access_description">Access logins saved to Firefox from your phone</string>
224225
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
@@ -295,7 +296,19 @@
295296
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
296297
<string name="hostname_invalid_text">Web address must contain \“https://\“ or \“http://\“</string>
297298

299+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
300+
<string name="hostname_invalid_host">Web address must have a valid hostname</string>
301+
298302
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
299303
<string name="hostname_empty_invalid_text">Hostname cannot be empty</string>
300304

305+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
306+
<string name="successful_create_toast">Login added successfully</string>
307+
308+
<!-- This is the content description for the icon that appears on the toast notification. -->
309+
<string name="toast_icon_description">The icon that appears on a toast notification.</string>
310+
311+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
312+
<string name="entry_deleted_toast">%1$s deleted</string>
313+
301314
</resources>

app/src/main/res/values-es/strings.xml

+39-5
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,13 @@
220220
<string name="all_set">¡Ya está!</string>
221221
<!-- This is the button to dismiss the final onboarding screen -->
222222
<string name="finish">Terminar</string>
223+
223224
<!-- This description of the app functionality is shown on the final onboarding screen -->
224-
<string name="onboarding_access_description">Acceder a los usuarios guardados en Firefox desde el teléfono</string>
225-
<!-- This description of the app security is shown on the final onboarding screen. -->
226-
<string name="onboarding_security_description">Sincroniza dispositivos con la seguridad que te ofrece Cifrado de 256 bit</string>
225+
<string name="onboarding_access_description">Acceder a los inicios de sesión guardados en Firefox desde el teléfono</string>
226+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
227+
<string name="onboarding_security_description">Sincroniza entre dispositivos con un cifrado seguro de 256 bits</string>
227228
<!-- This description of the app convenience is shown on the final onboarding screen. -->
228-
<string name="onboarding_convenience_description">Desbloquea rápidamente la aplicación mediante tu huella digital</string>
229+
<string name="onboarding_convenience_description">Desbloquear la app con facilidad usando tu huella digital</string>
229230

230231
<!-- This is the title of the device security dialog box. -->
231232
<string name="secure_your_device">Protege tu dispositivo.</string>
@@ -277,4 +278,37 @@
277278

278279
<!-- This is the error message that is shown in edit or create view when input text for password is not valid. -->
279280
<string name="password_invalid_text">La contraseña no puede estar vacía</string>
280-
</resources>
281+
282+
<!-- This is the error message that is shown in edit or create view when a username matches a previously existing credential for that domain combination. -->
283+
<string name="username_duplicate_exists">Ya existe un inicio de sesión con ese nombre de usuario</string>
284+
285+
<!-- This is the text description that is shown in the manual create view underneath the hostname field to describe a valid hostname. -->
286+
<string name="create_hostname_description">Asegúrate de que esto coincida con el dominio exacto del sitio web al que haces referencia (“https: //” y “www” incluidos).</string>
287+
288+
<!-- This is the title of the create new login page. -->
289+
<string name="create_title">Nuevo inicio de sesión</string>
290+
291+
<!-- This is the hint text that is shown inline on the username field of the create new login page. -->
292+
<string name="create_username_hint_text">p. ej., juanperez</string>
293+
294+
<!-- This is the hint text that is shown inline on the hostname field of the create new login page. -->
295+
<string name="create_hostname_hint_text">https://www.example.com</string>
296+
297+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
298+
<string name="hostname_invalid_text">La dirección web debe contener \“https:// \“ o \ “http:// \“</string>
299+
300+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
301+
<string name="hostname_invalid_host">La dirección web debe tener un nombre de servidor válido</string>
302+
303+
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
304+
<string name="hostname_empty_invalid_text">El nombre del servidor no puede estar vacío</string>
305+
306+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
307+
<string name="successful_create_toast">Inicio de sesión agregado exitosamente</string>
308+
309+
<!-- This is the content description for the icon that appears on the toast notification. -->
310+
<string name="toast_icon_description">El icono que aparece en una notificación de información.</string>
311+
312+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
313+
<string name="entry_deleted_toast">%1$s eliminado</string>
314+
</resources>

app/src/main/res/values-fr/strings.xml

+18-2
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,11 @@
217217
<string name="all_set">C’est tout !</string>
218218
<!-- This is the button to dismiss the final onboarding screen -->
219219
<string name="finish">Terminer</string>
220+
220221
<!-- This description of the app functionality is shown on the final onboarding screen -->
221222
<string name="onboarding_access_description">Accédez depuis votre téléphone aux identifiants enregistrés dans Firefox</string>
222-
<!-- This description of the app security is shown on the final onboarding screen. -->
223-
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement 256 bits</string>
223+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
224+
<string name="onboarding_security_description">Synchronisez vos appareils avec un chiffrement sécurisé à 256 bits</string>
224225
<!-- This description of the app convenience is shown on the final onboarding screen. -->
225226
<string name="onboarding_convenience_description">Déverrouillez facilement l’application avec votre empreinte digitale</string>
226227

@@ -284,13 +285,28 @@
284285
<!-- This is the title of the create new login page. -->
285286
<string name="create_title">Nouvel identifiant</string>
286287

288+
<!-- This is the hint text that is shown inline on the username field of the create new login page. -->
289+
<string name="create_username_hint_text">par exemple, mariedubois</string>
290+
287291
<!-- This is the hint text that is shown inline on the hostname field of the create new login page. -->
288292
<string name="create_hostname_hint_text">https://www.example.com</string>
289293

290294
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
291295
<string name="hostname_invalid_text">L’adresse web doit contenir « https:// » ou « http:// »</string>
292296

297+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
298+
<string name="hostname_invalid_host">L’adresse web doit avoir un nom d’hôte valide</string>
299+
293300
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
294301
<string name="hostname_empty_invalid_text">Le nom d’hôte ne peut pas rester vide</string>
295302

303+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
304+
<string name="successful_create_toast">Identifiant ajouté avec succès</string>
305+
306+
<!-- This is the content description for the icon that appears on the toast notification. -->
307+
<string name="toast_icon_description">L’icône qui apparaît sur une notification toast.</string>
308+
309+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
310+
<string name="entry_deleted_toast">%1$s supprimé</string>
311+
296312
</resources>

app/src/main/res/values-it/strings.xml

+16-4
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<!-- This is the title for the biometric unlock onboarding screen. %1$s will be replaced with application name -->
208208
<string name="onboarding_unlock_title">Sblocca %1$s con l’impronta digitale.</string>
209209
<!-- This is the onboarding description for enabling biometric unlock with the fingerprint sensor. %1$s will be replaced with application name -->
210-
<string name="onboarding_unlock_description">Garantisci a %1$s il permesso di sbloccare questa app con il sensore di impronte digitali.</string>
210+
<string name="onboarding_unlock_description">Garantisci a %1$s il permesso di sbloccare l’app con il sensore per le impronte digitali.</string>
211211
<!-- This is the description of the button to skip the onboarding for biometric unlock with the fingerprint sensor. -->
212212
<string name="onboarding_skip">Ignora per il momento</string>
213213
<!-- This is the description of the fingerprint icon on the onboarding screen -->
@@ -224,11 +224,11 @@
224224
<string name="all_set">È tutto pronto.</string>
225225
<!-- This is the button to dismiss the final onboarding screen -->
226226
<string name="finish">Fine</string>
227+
227228
<!-- This description of the app functionality is shown on the final onboarding screen -->
228229
<string name="onboarding_access_description">Accedi alle credenziali salvate in Firefox dal tuo telefono</string>
229-
<!-- This description of the app security is shown on the final onboarding screen. -->
230-
<string name="onboarding_security_description">Sincronizza in modo sicuro più dispositivi con crittografia a 256 bit</string>
231-
230+
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
231+
<string name="onboarding_security_description">Sincronizza i tuoi dispositivi con una crittografia sicura a 256 bit</string>
232232
<!-- This description of the app convenience is shown on the final onboarding screen. -->
233233
<string name="onboarding_convenience_description">Sblocca comodamente l’app utilizzando la tua impronta digitale</string>
234234

@@ -301,7 +301,19 @@
301301
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
302302
<string name="hostname_invalid_text">L’indirizzo web deve contenere \“https://\“ o \“http://\“</string>
303303

304+
<!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
305+
<string name="hostname_invalid_host">L’indirizzo web deve avere un nome host valido</string>
306+
304307
<!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
305308
<string name="hostname_empty_invalid_text">Il campo del nome host non può essere vuoto</string>
306309

310+
<!-- This is the toast message that is shown when a new entry has been successfully created. -->
311+
<string name="successful_create_toast">Credenziali aggiunte con successo</string>
312+
313+
<!-- This is the content description for the icon that appears on the toast notification. -->
314+
<string name="toast_icon_description">L‘icona che appare su una notifica pop-up.</string>
315+
316+
<!-- This is the toast message that appears when an entry has been successfully deleted. -->
317+
<string name="entry_deleted_toast">%1$s eliminato</string>
318+
307319
</resources>

0 commit comments

Comments
 (0)