server/apps/files_sharing/l10n/de.php

20 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-10-14 00:33:30 +00:00
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
2013-07-12 00:12:25 +00:00
"The password is wrong. Try again." => "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut.",
2012-08-30 00:06:45 +00:00
"Password" => "Passwort",
2013-08-01 05:57:04 +00: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:",
"the item was removed" => "Die Elemente wurden entfernt",
"the link expired" => "Der Link ist abgelaufen",
"sharing is disabled" => "Teilen ist deaktiviert",
"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-20 00:03:53 +00: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-31 00:07:19 +00:00
"Download" => "Download",
2013-06-30 00:13:07 +00:00
"Upload" => "Hochladen",
"Cancel upload" => "Upload abbrechen",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Es ist keine Vorschau verfügbar für"
2012-08-15 00:07:20 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";