Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'page-federation.php')
-rw-r--r--page-federation.php37
1 files changed, 8 insertions, 29 deletions
diff --git a/page-federation.php b/page-federation.php
index 9e75a880..439738dc 100644
--- a/page-federation.php
+++ b/page-federation.php
@@ -8,39 +8,18 @@ $(document).ready(function() {
</script>
<div class="row col-md-12">
- <h2 class="conf-location">Share across Nextclouds!</h2>
+ <h2 class="conf-location"><?php echo $l->t('Share across Nextclouds!');?></h2>
</div>
<div class="row conf-info">
<div class="col-lg-4 col-md-5 text-center no-underline">
<!--<a href="https://www.youtube.com/watch?v=9-JEmlH2DEg" target="_blank" style="border: none;">--><img src="<?php echo get_template_directory_uri(); ?>/assets/img/federation/federation.gif" alt="in action" /><!--</a>-->
</div>
<div class="col-md-7">
- <p>Sharing files across Nextcloud servers is as easy as sending an email from a Gmail address to a Yahoo account! Instead of an email address, you use a <em>Federated Cloud ID</em>.</p>
- <p class="federation-id"><span id="IDtext">An example Federated Cloud ID is</span><strong> <span id="userName">username@example.com/nextcloud</span></strong></p>
- <p>To share a file, enter the Federated Cloud ID in the 'share' dialog. A notification will pop up on the Nextcloud server of the recipient.</p>
- <p>You can find your own Federated Cloud ID in your user settings. Give it to your friends so they can share files with you!</p>
- <h2>More details</h2>
- <p>Learn more in the Nextcloud <a href="<?php echo $DOCUMENTATION_USER; ?>files/federated_cloud_sharing.html" target="_blank">user documentation</a> and <a href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/federated_cloud_sharing_configuration.html">administrator documentation</a>.</p>
+ <p><?php echo $l->t('Sharing files across Nextcloud servers is as easy as sending an email from a Gmail address to a Yahoo account! Instead of an email address, you use a <em>Federated Cloud ID</em>.');?></p>
+ <p class="federation-id"><span id="IDtext"><?php echo $l->t('An example Federated Cloud ID is');?></span><strong> <span id="userName">username@example.com/nextcloud</span></strong></p>
+ <p><?php echo $l->t('To share a file, enter the Federated Cloud ID in the \'share\' dialog. A notification will pop up on the Nextcloud server of the recipient.');?></p>
+ <p><?php echo $l->t('You can find your own Federated Cloud ID in your user settings. Give it to your friends so they can share files with you!');?></p>
+ <h2><?php echo $l->t('More details');?></h2>
+ <p><?php echo $l->t('Learn more in the Nextcloud');?> <a href="<?php echo $DOCUMENTATION_USER; ?>files/federated_cloud_sharing.html" target="_blank"><?php echo $l->t('user documentation</a> and');?> <a href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/federated_cloud_sharing_configuration.html"><?php echo $l->t('administrator documentation');?></a>.</p>
</div>
-</div>
-
-
-
- <!--Find <a href="https://nextcloud.com/it-is-time-to-federate-our-clouds/" target="_blank">technical details in this series of blog posts</a>.-->
-<!-- </div>
-</div>
-<div class="row conf-partners-title">
- <div class="col-md-12">-->
-<!-- </div>
-</div>
-<div class="row">
- <div class="col-md-6 col-md-offset-3">-->
-<!-- </div>
-</div>
-<div class="row">
- <div class="col-md-6 text-center col-md-offset-3"><iframe width="100%" height="360" src="https://www.youtube.com/embed/9-JEmlH2DEg?rel=0" frameborder="0" allowfullscreen></iframe></div>
-</div>-->
-
-
-
-
+</div> \ No newline at end of file