Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
access.webdav german translation
Browse files Browse the repository at this point in the history
create file and start translation
  • Loading branch information
Florian Vogt committed Sep 30, 2014
1 parent b4e3812 commit 2b70aa8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions core/src/plugins/access.webdav/i18n/conf/de.php
@@ -0,0 +1,30 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"WebDAV (PEAR)" => "WebDAV (PEAR)",
"Access a WebDAV server. Requires PEAR/HTTP_WebDAVClient installed with the patched found in the plugin folder applied." => "Zugriff auf einen WebDAV Server. Erfordert eine PEAR/HTTP_WebDAVClient Installation mit den Patch aus den Plugin-Ordner.",
"Host" => "Host",
"Host of the WebDAV server, with http/https and without trailing slash. Can contain user:password too." => "Host des WebDAV Server, mit http/https und ohne abschließenden Schrägstrich. Kann auch user:password enthalten.",
"Uri" => "Uri",
"Path to the root folder on the server" => "Pfad zum Hauptverzeichnis auf den Server.",
"File Creation Mask" => "File Creation Mask",
"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Optional kann man eine chmod Operation durchführen. Werte müssen nummerisch sein (bsp. 0777, 0644, etc.).",
);

0 comments on commit 2b70aa8

Please sign in to comment.