de_DE.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php $TRANSLATIONS = array(
  2. "Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.",
  3. "Group already exists" => "Die Gruppe existiert bereits",
  4. "Unable to add group" => "Die Gruppe konnte nicht angelegt werden",
  5. "Could not enable app. " => "Die Anwendung konnte nicht aktiviert werden.",
  6. "Email saved" => "E-Mail-Adresse gespeichert",
  7. "Invalid email" => "Ungültige E-Mail-Adresse",
  8. "Unable to delete group" => "Die Gruppe konnte nicht gelöscht werden",
  9. "Authentication error" => "Fehler bei der Anmeldung",
  10. "Unable to delete user" => "Der Benutzer konnte nicht gelöscht werden",
  11. "Language changed" => "Sprache geändert",
  12. "Invalid request" => "Ungültige Anfrage",
  13. "Admins can't remove themself from the admin group" => "Administratoren können sich nicht selbst aus der admin-Gruppe löschen",
  14. "Unable to add user to group %s" => "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden",
  15. "Unable to remove user from group %s" => "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden",
  16. "Disable" => "Deaktivieren",
  17. "Enable" => "Aktivieren",
  18. "Saving..." => "Speichern...",
  19. "__language_name__" => "Deutsch (Förmlich: Sie)",
  20. "Add your App" => "Fügen Sie Ihre Anwendung hinzu",
  21. "More Apps" => "Weitere Anwendungen",
  22. "Select an App" => "Wählen Sie eine Anwendung aus",
  23. "See application page at apps.owncloud.com" => "Weitere Anwendungen finden Sie auf apps.owncloud.com",
  24. "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lizenziert von <span class=\"author\"></span>",
  25. "User Documentation" => "Dokumentation für Benutzer",
  26. "Administrator Documentation" => "Dokumentation für Administratoren",
  27. "Online Documentation" => "Online-Dokumentation",
  28. "Forum" => "Forum",
  29. "Bugtracker" => "Bugtracker",
  30. "Commercial Support" => "Kommerzieller Support",
  31. "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>",
  32. "Clients" => "Kunden",
  33. "Download Desktop Clients" => "Desktop-Client herunterladen",
  34. "Download Android Client" => "Android-Client herunterladen",
  35. "Download iOS Client" => "iOS-Client herunterladen",
  36. "Password" => "Passwort",
  37. "Your password was changed" => "Ihr Passwort wurde geändert.",
  38. "Unable to change your password" => "Das Passwort konnte nicht geändert werden",
  39. "Current password" => "Aktuelles Passwort",
  40. "New password" => "Neues Passwort",
  41. "show" => "zeigen",
  42. "Change password" => "Passwort ändern",
  43. "Email" => "E-Mail",
  44. "Your email address" => "Ihre E-Mail-Adresse",
  45. "Fill in an email address to enable password recovery" => "Bitte tragen Sie eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren.",
  46. "Language" => "Sprache",
  47. "Help translate" => "Helfen Sie bei der Übersetzung",
  48. "WebDAV" => "WebDAV",
  49. "Use this address to connect to your ownCloud in your file manager" => "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden",
  50. "Version" => "Version",
  51. "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.",
  52. "Name" => "Name",
  53. "Groups" => "Gruppen",
  54. "Create" => "Anlegen",
  55. "Default Storage" => "Standard-Speicher",
  56. "Unlimited" => "Unbegrenzt",
  57. "Other" => "Andere",
  58. "Group Admin" => "Gruppenadministrator",
  59. "Storage" => "Speicher",
  60. "Default" => "Standard",
  61. "Delete" => "Löschen"
  62. );