From 6b3d22d85d1ac6c666b345d69eef285bf3a9ec19 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 4 Oct 2021 11:59:49 +0200 Subject: [PATCH] Add messages.po --- webdav_storage/lang/C/messages.po | 58 +++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 webdav_storage/lang/C/messages.po diff --git a/webdav_storage/lang/C/messages.po b/webdav_storage/lang/C/messages.po new file mode 100644 index 00000000..5f282bc8 --- /dev/null +++ b/webdav_storage/lang/C/messages.po @@ -0,0 +1,58 @@ +# ADDON webdav_storage +# Copyright (C) +# This file is distributed under the same license as the Friendica webdav_storage addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-10-04 11:59+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/WebDavConfig.php:82 +msgid "URL" +msgstr "" + +#: src/WebDavConfig.php:84 +msgid "URL to the Webdav endpoint, where files can be saved" +msgstr "" + +#: src/WebDavConfig.php:89 +msgid "Username" +msgstr "" + +#: src/WebDavConfig.php:91 +msgid "Username to authenticate to the Webdav endpoint" +msgstr "" + +#: src/WebDavConfig.php:95 +msgid "Password" +msgstr "" + +#: src/WebDavConfig.php:97 +msgid "Password to authenticate to the Webdav endpoint" +msgstr "" + +#: src/WebDavConfig.php:101 +msgid "Authentication type" +msgstr "" + +#: src/WebDavConfig.php:103 +msgid "authentication type to the Webdav endpoint" +msgstr "" + +#: src/WebDavConfig.php:127 +msgid "Authentication type is invalid." +msgstr "" + +#: src/WebDavConfig.php:143 +msgid "url is either invalid or not reachable" +msgstr ""