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-contributors.php')
-rw-r--r--page-contributors.php19
1 files changed, 3 insertions, 16 deletions
diff --git a/page-contributors.php b/page-contributors.php
index d7ca9aaa..dbe01faa 100644
--- a/page-contributors.php
+++ b/page-contributors.php
@@ -1,28 +1,15 @@
<?php get_template_part( 'templates/parts/title'); ?>
<div class="sub-nav">
- <a href="/about">About Nextcloud</a><!--&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/team">Nextcloud GmbH team</a>-->
+ <a href="/about"><?php echo $l->t('About Nextcloud');?></a><!--&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/team">Nextcloud GmbH team</a>-->
</div>
-<p>An open source project is its contributors. Over 1000 people have code in Nextcloud while about a 10th of those are part of our github project, meaning they have direct access to the code, working with it following our development process. Besides coders, there are designers, Nextcloud advocates, translators, forum admins and many others who are part of our awesome community. Below you see many, but not all of our awesome members, in random order. If you want to be listed, <a href="mailto:pr@nextcloudPleaseRemoveThis.com">ping Jos</a>.</p>
+<p><?php echo $l->t('An open source project is its contributors. Over 1000 people have code in Nextcloud while about a 10th of those are part of our github project, meaning they have direct access to the code, working with it following our development process. Besides coders, there are designers, Nextcloud advocates, translators, forum admins and many others who are part of our awesome community. Below you see many, but not all of our awesome members, in random order. If you want to be listed, <a href="mailto:pr@nextcloudPleaseRemoveThis.com">ping Jos</a>.');?></p>
<!-- End main -->
</div>
</div>
<div class="wrap container contributorgroup">
-<!--<div class="row">
- <div class="col-md-2">
- <div class="contribshowhide">
- <div class="contribimg">
- <span class="contribook_microbloguserpicture">
- <a href="/"><img class="img-responsive img-circle" src="<?php bloginfo('template_directory'); ?>/assets/img/people/frank.jpg" border="0" /></a>
- </span>
- </div>
- <div class="contribtext">
- <a href="/">test user</a>
- </div>
- </div>
- </div>
-</div>-->
+
<?php
if(CONTRIBOOK) {