t('Support')); ?>

t('Basic subscription')); } else if ($_['subscriptionType'] === 'standard') { p($l->t('Standard subscription')); } else if ($_['subscriptionType'] === 'premium') { p($l->t('Premium subscription')); } else if ($_['subscriptionType'] === 'geant') { p($l->t('Géant subscription')); } else if ($_['subscriptionType'] === 'partner_silver') { p($l->t('Silver partner subscription')); } else if ($_['subscriptionType'] === 'partner_gold') { p($l->t('Gold partner subscription')); } else { p($l->t('Subscription')); } ?>

t('Over subscription limit')); ?> t('Valid subscription')); ?> t('Expired subscription')); ?>
  • t('Subscription key:'));?>
  • t('Expires in: ')); $outputBefore = false; if ($_['expiryYears'] > 0) { p($l->n('%n year', '%n years', $_['expiryYears'])); $outputBefore = true; } if ($_['expiryMonths'] > 0) { if ($outputBefore) { echo ', '; } p($l->n('%n month', '%n months', $_['expiryMonths'])); $outputBefore = true; } /* only show weeks or days if less than a year from now */ if ($_['expiryYears'] === 0) { if ($_['expiryWeeks'] > 1) { if ($outputBefore) { echo ', '; } p($l->n('%n week', '%n weeks', $_['expiryWeeks'])); $outputBefore = true; } else if ($_['expiryDays'] !== 0) { if ($outputBefore) { echo ', '; } p($l->n('%n day', '%n days', $_['expiryDays'])); } } } ?>
  • t('For an unlimited amount of users')); } else if ($_['onlyCountActiveUsers']) { p($l->n('For %n active users', 'For %n active users', $_['subscriptionUsers'])); } else { p($l->n('For %n users', 'For %n users', $_['subscriptionUsers'])); } if ($_['overLimit']) { ?> – n('currently at %n user', 'currently at %n users', $_['onlyCountActiveUsers'] ? $_['activeUserCount'] : $_['userCount'])); ?>
  • t('Includes support for %s', $_['specificSubscriptions']); break; case 2: $text = $l->t('Includes support for %1$s & %2$s', $_['specificSubscriptions']); break; case 3: $text = $l->t('Includes support for %1$s, %2$s & %3$s', $_['specificSubscriptions']); break; } p($text); ?>
  • t('Extended maintenance life cycle')); ?>

t('Update subscription key')); ?>

t('%s is your account manager. Don\'t hesitate to reach out to us if you have questions regarding your subscription.', [$_['contactPerson']['firstName']]) ); ?>

t('You can find answers to common question in our portal and also file support requests there.') ); ?>

t('Access Nextcloud portal')); ?>

t('System information')); ?>

t('Collect system information for support cases. The button below generates a text file in the folder "System information" and shares it as password protected public link. The link is valid for 2 weeks.') ); ?>

t('Enterprise subscription recommended')); ?>

t('No active enterprise subscription')); ?>

t('Subscription')); ?>

t('Unsupported')); ?>

t('This Nextcloud server has no Enterprise Subscription.') ); ?>

t('A Nextcloud Enterprise Subscription helps you get the most out of your Nextcloud, keep your data secure and your server working reliably at all times.')); ?>

t('Advantages')); ?>

  • t('Access to the technical expertise of the Nextcloud developers through documentation and support')); ?>
  • t('Access to additional capabilities like Outlook integration, online office and more')); ?>
  • t('Access to scalability expertise and scalability capabilities for Files and Talk')); ?>
  • t('Optional branding, consulting, architecture advice')); ?>
  • t('Confidential security notification service, mitigations, patches and advice')); ?>
  • t('Compliance certification, advice and documentation')); ?>

t('Get a quote')); ?>

t('More information')); ?>

t('Community support')); ?>

t('Forum')); ?>

t('Nextcloud is free software which is supported by a very active community. Please register at the forum to ask questions and discuss with others.') ); ?>

t('GitHub')); ?>

t('Nextcloud uses GitHub as platform to collaboratively work. You can file bug reports directly there.') ); ?>

t('Chat')); ?>

t('Chat with us on our IRC channel #nextcloud on Freenode.') ); ?>

t('Nextcloud forum')); ?>

t('Nextcloud at GitHub')); ?>

t('Open chat')); ?>

t('Subscription key')); ?>

t('If you have an active Nextcloud Subscription please enter your subscription key here.') ); ?>

t('Learn more about an enterprise subscription.')); ?>

0) { ?>

t('The subscription info could not properly fetched right now. A retry is scheduled. Please check back later.')); break; case \OCA\Support\Service\SubscriptionService::ERROR_FAILED_INVALID: p($l->t('The subscription key was invalid.')); break; case \OCA\Support\Service\SubscriptionService::ERROR_NO_INTERNET_CONNECTION: p($l->t('The subscription key could not be verified, because this server has no internet connection. Please reach out to the support team to get this resolved.')); break; case \OCA\Support\Service\SubscriptionService::ERROR_INVALID_SUBSCRIPTION_KEY: p($l->t('The subscription key had an invalid format.')); break; default: p($l->t('While fetching the subscription information an error happened.')); break; } ?>

t('System information')); ?>

t('The button below generates a text file in the folder "System information" and shares it as password protected public link. The link is valid for 2 weeks.') ); ?>

t('News')); ?>

t('To get up to date information what is going on at Nextcloud sign up for the newsletter and follow us on our social media accounts.') ); ?>

', '', '', '', '', $l->t('Like our Facebook page'), $l->t('Follow us on Twitter'), $l->t('Check out our blog'), $l->t('Subscribe to our newsletter'), ], '{facebookopen}{facebooktext}{linkclose} {twitteropen}{twittertext}{linkclose} {rssopen}{rsstext}{linkclose} {newsletteropen}{mailtext}{linkclose}' )); ?>