|
220 | 220 | <string name="all_set">Du bist fertig!</string> |
221 | 221 | <!-- This is the button to dismiss the final onboarding screen --> |
222 | 222 | <string name="finish">Abschließen</string> |
| 223 | + |
223 | 224 | <!-- This description of the app functionality is shown on the final onboarding screen --> |
224 | 225 | <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. --> |
226 | 227 | <string name="onboarding_security_description">Synchronisiere zwischen Geräten mit sicherer 256-Bit-Verschlüsselung</string> |
227 | 228 | <!-- This description of the app convenience is shown on the final onboarding screen. --> |
228 | 229 | <string name="onboarding_convenience_description">Entsperre die App einfach per Fingerabdruck</string> |
|
296 | 297 | <!-- This is an error message shown below the hostname field of the create new login page when a hostname is invalid. --> |
297 | 298 | <string name="hostname_invalid_text">Die Internetadresse muss \„https://\“ oder \„http://\“ enthalten</string> |
298 | 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">Die Internetadresse muss einen gültigen Hostnamen haben</string> |
| 302 | + |
299 | 303 | <!-- This is the error message that is shown in the create view when input text for hostname is empty. --> |
300 | 304 | <string name="hostname_empty_invalid_text">Hostname darf nicht leer sein</string> |
301 | 305 |
|
| 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 | + |
302 | 315 | </resources> |
0 commit comments