Skip to content

Instantly share code, notes, and snippets.

@lianglee
Last active December 6, 2021 17:25
Show Gist options
  • Save lianglee/153950363c0f127eb97f683d1e5d45dd to your computer and use it in GitHub Desktop.
Save lianglee/153950363c0f127eb97f683d1e5d45dd to your computer and use it in GitHub Desktop.
<?php
/**
* Open Source Social Network
*
* @package Open Source Social Network
* @author OSSN Core Team <info@openteknik.com>
* @copyright 2014-2017 OpenTeknik LLC
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence
* @link https://www.opensource-socialnetwork.org/
*/
$de = array(
'gdpr:deleteaccount' => 'Delete Account',
'gdpr:account:deleted' => 'Your account has been deleted',
'gdpr:account:delete:error' => 'Your account can not be deleted',
'gdpr:confirm:signup' => 'I confirm to agree with your website %s and %s',
'gdpr:privacypolicy' => 'Privacy Policy',
'gdpr:signup:error' => 'You must confirm that you agree with our website Terms and Privacy Policy',
'gdpr:delete:account:notice' => 'Warning! The account delete will be permanent. This action is not reversible.',
);
ossn_register_languages('de', $de);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment