You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
659 B

  1. OC.L10N.register(
  2. "settings",
  3. {
  4. "Saved" : "Gespeichert",
  5. "Email sent" : "eMail gesendet",
  6. "External Storage" : "Externer Speicher",
  7. "Delete" : "Löschen",
  8. "Very weak password" : "Sehr schwaches Passwort",
  9. "Weak password" : "Schwaches Passwort",
  10. "So-so password" : "Mittelstarkes Passwort",
  11. "Good password" : "Gutes Passwort",
  12. "Strong password" : "Starkes Passwort",
  13. "None" : "Keine(r)",
  14. "Enable encryption" : "Verschlüsselung aktivieren",
  15. "Port" : "Port",
  16. "Cancel" : "Abbrechen",
  17. "Password" : "Passwort",
  18. "Name" : "Name",
  19. "Username" : "Benutzername"
  20. },
  21. "nplurals=2; plural=(n != 1);");