nextcloud/apps/files_external/l10n/de_CH.php

28 lines
991 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.",
2014-06-07 09:56:13 +04:00
"External storage" => "Externer Speicher",
2014-08-26 09:56:33 +04:00
"Local" => "Lokal",
2014-04-30 09:57:53 +04:00
"Location" => "Ort",
2014-09-01 09:59:19 +04:00
"Port" => "Port",
2014-05-17 09:57:38 +04:00
"Host" => "Host",
2014-04-30 09:57:53 +04:00
"Username" => "Benutzername",
"Password" => "Passwort",
"Share" => "Freigeben",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2013-09-18 19:50:02 +04:00
"Access granted" => "Zugriff gestattet",
"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox",
"Grant access" => "Zugriff gestatten",
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive",
2014-06-08 09:56:13 +04:00
"Personal" => "Persönlich",
2014-08-26 09:56:33 +04:00
"Saved" => "Gespeichert",
2014-06-08 09:56:13 +04:00
"Name" => "Name",
2013-09-18 19:50:02 +04:00
"External Storage" => "Externer Speicher",
"Folder name" => "Ordnername",
"Configuration" => "Konfiguration",
"Add storage" => "Speicher hinzufügen",
"Delete" => "Löschen",
2014-09-01 09:59:19 +04:00
"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren"
2013-09-18 19:50:02 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";