t('Error! You are not allowed to use Mozilla Sync! You need to be a member of the %s group.', $authorizedGroup));?>
t("To set up Mozilla Sync create a new Sync account in Firefox.")); } else { p($l->t("Mozilla Sync is set up, additional devices can be added via Mozilla's device pairing service or manually.")); } ?>
t('Email'));?> " value=""> t('Error! Duplicate email addresses detected! Email addresses need to be unique for Mozilla Sync to work.'));?>
t('Password'));?> t('Use your ownCloud account password'));?>
t('Server address'));?>
t('Last sync'));?>
t('Size of stored data'));?> t('No data stored yet.')); } else { $quota = \OCA\mozilla_sync\User::getQuota(); if ($quota === 0) { $quotaString = "(unlimited quota)"; } else { $percentage = 100.0*((float) $size)/((float) $quota); $quotaString = "(" . number_format($percentage, 1) . "% used of quota " . human_file_size($quota*1024) . ")"; } p(human_file_size($size*1024) . " " . $quotaString); } ?>
t('Number of synced devices'));?>
t('Attention! This will delete all your Sync data on the server.')); ?>