mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
410 B
PHP
9 lines
410 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Passwort",
|
|
"Submit" => "Absenden",
|
|
"%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt",
|
|
"%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt",
|
|
"Download" => "Download",
|
|
"No preview available for" => "Es ist keine Vorschau verfügbar für",
|
|
"web services under your control" => "Web-Services unter Ihrer Kontrolle"
|
|
);
|