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:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-10-21 00:05:39 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-10-21 00:05:39 +0300
commit29ad0b6927aa7bfc97677c291c507cf48a31bc51 (patch)
tree9c7e6696ea97344d85b1bc3a7953510b90ccadfe /page-contactform.php
parent45023d156634e1bd1f4cfb8362e6bad3599d0ce5 (diff)
prepare more pages for translation
Diffstat (limited to 'page-contactform.php')
-rw-r--r--page-contactform.php16
1 files changed, 6 insertions, 10 deletions
diff --git a/page-contactform.php b/page-contactform.php
index bac210d5..8a777e29 100644
--- a/page-contactform.php
+++ b/page-contactform.php
@@ -1,5 +1,5 @@
<div class="page-header">
- <h1><a href="/events">Events</a> > Contact</h1>
+ <h1><?php echo $l->t('<a href="/events">Events</a> > Contact');?></h1>
</div>
<div class="sub-nav">
<a href="/events/meetups">Meetups</a>&nbsp;&nbsp;
@@ -7,19 +7,15 @@
|&nbsp;&nbsp;Contact
</div></br>
-<p>
- Planning a community release party, conference or meetup? Let us know the details – dates, links, session details,
- etc – and we’ll promote it on the Events page.
-</p>
-<p>
- <strong>Note:</strong> if you want to request community materials, use the
+<p><?php echo $l->t('Planning a community release party, conference or meetup? Let us know the details – dates, links, session details,
+ etc – and we’ll promote it on the Events page.');?></p>
+<p><?php echo $l->t('<strong>Note:</strong> if you want to request community materials, use the
<a href="<?php echo get_template_directory_uri(); ?>/assets/files/request_form.pdf">request form</a>
and make sure you fill in as many details as possible!
<br />
Looking for information or materials related to professional use of Nextcloud? Check out the
- <a href="https://nextcloud.com/resources/">enterprise resources page</a> on nextcloud.com.
-</p>
+ <a href="https://nextcloud.com/resources/">enterprise resources page</a> on nextcloud.com.');?></p>
<br/>
-<h2>Contact form</h2>
+<h2><?php echo $l->t('Contact form');?></h2>