import v1.1.0_RC2 | 2009-09-20

This commit is contained in:
2019-07-17 22:19:00 +02:00
parent 3b7ba80568
commit 38c146901c
2504 changed files with 101817 additions and 62316 deletions

View File

@ -27,43 +27,45 @@ COMMID = YAHOO.commid;
// WARNING: DO NOT PUT A COMMA AFTER THE LAST ELEMENT (breaks IE)
COMMID.lang = {
"Name": "<?= $translate->translate('Name') ?>",
"Registration": "<?= $translate->translate('Registration') ?>",
"Status": "<?= $translate->translate('Status') ?>",
"profile": "<?= $translate->translate('profile') ?>",
"delete": "<?= $translate->translate('delete') ?>",
"Site": "<?= $translate->translate('Site') ?>",
"view info exchanged": "<?= $translate->translate('view info exchanged') ?>",
"deny": "<?= $translate->translate('deny') ?>",
"allow": "<?= $translate->translate('allow') ?>",
"Are you sure you wish to send this message to ALL users?": "<?= $translate->translate('Are you sure you wish to send this message to ALL users?') ?>",
"Are you sure you wish to deny trust to this site?": "<?= $translate->translate('Are you sure you wish to deny trust to this site?') ?>",
"operation failed": "<?= $translate->translate('operation failed') ?>",
"Trust to the following site has been granted:": "<?= $translate->translate('Trust to the following site has been granted:') ?>",
"Trust the following site has been denied:": "<?= $translate->translate('Trust the following site has been denied:') ?>",
"ERROR. The server returned:": "<?= $translate->translate('ERROR. The server returned:') ?>",
"Your relationship with the following site has been deleted:": "<?= $translate->translate('Your relationship with the following site has been deleted:') ?>",
"The history log has been cleared": "<?= $translate->translate('The history log has been cleared') ?>",
"Are you sure you wish to allow access to this site?": "<?= $translate->translate('Are you sure you wish to allow access to this site?') ?>",
"Are you sure you wish to delete your relationship with this site?": "<?= $translate->translate('Are you sure you wish to delete your relationship with this site?') ?>",
"Are you sure you wish to delete all the History Log?": "<?= $translate->translate('Are you sure you wish to delete all the History Log?') ?>",
"Are you sure you wish to delete the user": "<?= $translate->translate('Are you sure you wish to delete the user') ?>",
"Are you sure you wish to delete all the unconfirmed accounts?": "<?= $translate->translate('Are you sure you wish to delete all the unconfirmed accounts?') ?>",
"Date": "<?= $translate->translate('Date') ?>",
"Result": "<?= $translate->translate('Result') ?>",
"No records found.": "<?= $translate->translate('No records found.') ?>",
"Loading...": "<?= $translate->translate('Loading...') ?>",
"Data error.": "<?= $translate->translate('Data error.') ?>",
"Click to sort ascending": "<?= $translate->translate('Click to sort ascending') ?>",
"Click to sort descending": "<?= $translate->translate('Click to sort descending') ?>",
"Authorized": "<?= $translate->translate('Authorized') ?>",
"Denied": "<?= $translate->translate('Denied') ?>",
"of": "<?= $translate->translate('of') ?>",
"next": "<?= $translate->translate('next') ?>",
"prev": "<?= $translate->translate('prev') ?>",
"IP": "<?= $translate->translate('IP') ?>",
"Delete unconfirmed accounts older than how many days?": "<?= $translate->translate('Delete unconfirmed accounts older than how many days?') ?>",
"The value entered is incorrect": "<?= $translate->translate('The value entered is incorrect') ?>",
"Send reminder to accounts older than how many days?": "<?= $translate->translate('Send reminder to accounts older than how many days?') ?>",
"Are you sure you wish to delete this article?": "<?= $translate->translate('Are you sure you wish to delete this article?') ?>"
"Name": "<?php echo $translate->translate('Name') ?>",
"Registration": "<?php echo $translate->translate('Registration') ?>",
"Status": "<?php echo $translate->translate('Status') ?>",
"profile": "<?php echo $translate->translate('profile') ?>",
"delete": "<?php echo $translate->translate('delete') ?>",
"Site": "<?php echo $translate->translate('Site') ?>",
"view info exchanged": "<?php echo $translate->translate('view info exchanged') ?>",
"deny": "<?php echo $translate->translate('deny') ?>",
"allow": "<?php echo $translate->translate('allow') ?>",
"Are you sure you wish to send this message to ALL users?": "<?php echo $translate->translate('Are you sure you wish to send this message to ALL users?') ?>",
"Are you sure you wish to deny trust to this site?": "<?php echo $translate->translate('Are you sure you wish to deny trust to this site?') ?>",
"operation failed": "<?php echo $translate->translate('operation failed') ?>",
"Trust to the following site has been granted:": "<?php echo $translate->translate('Trust to the following site has been granted:') ?>",
"Trust the following site has been denied:": "<?php echo $translate->translate('Trust the following site has been denied:') ?>",
"ERROR. The server returned:": "<?php echo $translate->translate('ERROR. The server returned:') ?>",
"Your relationship with the following site has been deleted:": "<?php echo $translate->translate('Your relationship with the following site has been deleted:') ?>",
"The history log has been cleared": "<?php echo $translate->translate('The history log has been cleared') ?>",
"Are you sure you wish to allow access to this site?": "<?php echo $translate->translate('Are you sure you wish to allow access to this site?') ?>",
"Are you sure you wish to delete your relationship with this site?": "<?php echo $translate->translate('Are you sure you wish to delete your relationship with this site?') ?>",
"Are you sure you wish to delete all the History Log?": "<?php echo $translate->translate('Are you sure you wish to delete all the History Log?') ?>",
"Are you sure you wish to delete the user": "<?php echo $translate->translate('Are you sure you wish to delete the user') ?>",
"Are you sure you wish to delete all the unconfirmed accounts?": "<?php echo $translate->translate('Are you sure you wish to delete all the unconfirmed accounts?') ?>",
"Date": "<?php echo $translate->translate('Date') ?>",
"Result": "<?php echo $translate->translate('Result') ?>",
"No records found.": "<?php echo $translate->translate('No records found.') ?>",
"Loading...": "<?php echo $translate->translate('Loading...') ?>",
"Data error.": "<?php echo $translate->translate('Data error.') ?>",
"Click to sort ascending": "<?php echo $translate->translate('Click to sort ascending') ?>",
"Click to sort descending": "<?php echo $translate->translate('Click to sort descending') ?>",
"Authorized": "<?php echo $translate->translate('Authorized') ?>",
"Denied": "<?php echo $translate->translate('Denied') ?>",
"of": "<?php echo $translate->translate('of') ?>",
"next": "<?php echo $translate->translate('next') ?>",
"prev": "<?php echo $translate->translate('prev') ?>",
"IP": "<?php echo $translate->translate('IP') ?>",
"Delete unconfirmed accounts older than how many days?": "<?php echo $translate->translate('Delete unconfirmed accounts older than how many days?') ?>",
"The value entered is incorrect": "<?php echo $translate->translate('The value entered is incorrect') ?>",
"Send reminder to accounts older than how many days?": "<?php echo $translate->translate('Send reminder to accounts older than how many days?') ?>",
"Are you sure you wish to delete this article?": "<?php echo $translate->translate('Are you sure you wish to delete this article?') ?>",
"reminder": "<?php echo $translate->translate('reminder') ?>",
"reminders": "<?php echo $translate->translate('reminders') ?>"
}