Last active
December 6, 2021 17:25
-
-
Save lianglee/153950363c0f127eb97f683d1e5d45dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Open Source Social Network | |
* | |
* @package Open Source Social Network | |
* @author OSSN Core Team <[email protected]> | |
* @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