1<?php
2/**
3 * german language file for authnc plugin
4 *
5 * @author Henrik Jürges <ratzeputz@rtzptz.xyz>
6 */
7
8$lang['server']   = 'Nextlcoud Servername (z.B. https://cloud.example.com)';
9$lang['port']     = 'Nextcloud Port (z.B. 443)';
10$lang['ocs-path'] = 'OCS-API Pfad (z.B. /ocs/v1.php/cloud)';
11