nextcloud/apps/files_sharing/l10n/de.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 08:06:31 -04:00
<?php
$TRANSLATIONS = array(
2013-10-13 20:33:30 -04:00
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
2013-12-07 22:28:29 -05:00
"The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.",
2012-08-29 20:06:45 -04:00
"Password" => "Passwort",
2013-08-01 01: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-07 22:28:29 -05:00
"the item was removed" => "Das Element wurde entfernt",
2013-08-01 01:57:04 -04:00
"the link expired" => "Der Link ist abgelaufen",
"sharing is disabled" => "Teilen ist deaktiviert",
2013-12-07 22:28:29 -05: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.",
2012-10-19 20:03:53 -04:00
"%s shared the folder %s with you" => "%s hat den Ordner %s mit Dir geteilt",
"%s shared the file %s with you" => "%s hat die Datei %s mit Dir geteilt",
2012-08-30 20:07:19 -04:00
"Download" => "Download",
2013-12-07 22:28:29 -05:00
"Upload" => "Upload",
2013-06-29 20:13:07 -04:00
"Cancel upload" => "Upload abbrechen",
2013-10-27 02:32:11 -04:00
"No preview available for" => "Es ist keine Vorschau verfügbar für",
2013-12-07 22:28:29 -05:00
"Direct link" => "Direkter Link"
2012-08-14 20:07:20 -04:00
);
2013-08-09 08:06:31 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";