|
217 | 217 | <string name="all_set">C’est tout !</string>
|
218 | 218 | <!-- This is the button to dismiss the final onboarding screen -->
|
219 | 219 | <string name="finish">Terminer</string>
|
| 220 | + |
220 | 221 | <!-- This description of the app functionality is shown on the final onboarding screen -->
|
221 | 222 | <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> |
224 | 225 | <!-- This description of the app convenience is shown on the final onboarding screen. -->
|
225 | 226 | <string name="onboarding_convenience_description">Déverrouillez facilement l’application avec votre empreinte digitale</string>
|
226 | 227 |
|
|
284 | 285 | <!-- This is the title of the create new login page. -->
|
285 | 286 | <string name="create_title">Nouvel identifiant</string>
|
286 | 287 |
|
| 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 | + |
287 | 291 | <!-- This is the hint text that is shown inline on the hostname field of the create new login page. -->
|
288 | 292 | <string name="create_hostname_hint_text">https://www.example.com</string>
|
289 | 293 |
|
290 | 294 | <!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. -->
|
291 | 295 | <string name="hostname_invalid_text">L’adresse web doit contenir « https:// » ou « http:// »</string>
|
292 | 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_host">L’adresse web doit avoir un nom d’hôte valide</string> |
| 299 | + |
293 | 300 | <!-- This is the error message that is shown in the create view when input text for hostname is empty. -->
|
294 | 301 | <string name="hostname_empty_invalid_text">Le nom d’hôte ne peut pas rester vide</string>
|
295 | 302 |
|
| 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 | + |
296 | 312 | </resources>
|
0 commit comments