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