nextcloud/apps/files_sharing/l10n/de.php

18 lines
912 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Geteilt von {owner}",
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
2013-12-08 07:28:29 +04:00
"The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.",
2012-08-30 04:06:45 +04:00
"Password" => "Passwort",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
"Reasons might be:" => "Gründe könnten sein:",
2013-12-08 07:28:29 +04:00
"the item was removed" => "Das Element wurde entfernt",
2013-08-01 09:57:04 +04:00
"the link expired" => "Der Link ist abgelaufen",
"sharing is disabled" => "Teilen ist deaktiviert",
2013-12-08 07:28:29 +04:00
"For more info, please ask the person who sent this link." => "Für mehr Informationen, frage bitte die Person, die Dir diesen Link geschickt hat.",
2014-05-04 09:56:15 +04:00
"Download" => "Herunterladen",
2014-03-12 09:57:17 +04:00
"Download %s" => "Download %s",
2013-12-08 07:28:29 +04:00
"Direct link" => "Direkter Link"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";