| 1234567891011121314151617181920212223242526272829 |
- <?php
- /**
- * WHMCS Language File
- * English (en)
- *
- * Please Note: These language files are overwritten during software updates
- * and therefore editing of these files directly is not advised. Instead we
- * recommend that you use overrides to customise the text displayed in a way
- * which will be safely preserved through the upgrade process.
- *
- *
- * @package WHMCS
- * @author WHMCS Limited <development@whmcs.com>
- * @copyright Copyright (c) WHMCS Limited 2005-2015
- * @license http://www.whmcs.com/license/ WHMCS Eula
- * @version $Id$
- * @link http://www.whmcs.com/
- */
- if (!defined("WHMCS")) die("This file cannot be accessed directly");
- $lang['NextcloudSettings'] = "Nextcloud Einstellungen";
- $lang['EmailAddress'] = "Email Adresse";
- $lang['ChangenextcloudEmailAddress'] = "NextCloud Email Adresse ändern";
- $lang['nextcloudEmailAddress'] = "NextCloud Email Adresse";
- $lang['suser'] = "Benutzername";
- $lang['surl'] = "NextCloud Login URL";
- $lang['sclients'] = "NextCloud Clients";
|