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>2021-03-23 23:13:22 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-03-23 23:13:22 +0300
commit9b5cb695ae8128166b207ac335ba7553572d70b4 (patch)
tree53ff36aead56b2a7bc2d70f61ca5d6fbbd094e03 /page-search.php
parenta702e418dc68a54dbf6fc1612d6678c95f1f7487 (diff)
update search page translations
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-search.php')
-rw-r--r--page-search.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/page-search.php b/page-search.php
index f2d66763..ff0293dd 100644
--- a/page-search.php
+++ b/page-search.php
@@ -17,8 +17,8 @@ Template Name: Search Page
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
- <h1>Search</h1>
- <h2>Find what you are looking for</h2>
+ <h1><?php echo $l->t('Search');?></h1>
+ <h2><?php echo $l->t('Find what you are looking for');?></h2>
</div>
</div>
</div>
@@ -27,16 +27,16 @@ Template Name: Search Page
<section class="content">
<div class="container">
- <h2>Finding information</h2>
+ <h2><?php echo $l->t('Finding information');?></h2>
- <p>To search nextcloud.com, please use the form below.</p>
+ <p><?php echo $l->t('To search nextcloud.com, please use the form below.');?></p>
<?php get_search_form(); ?>
- <p>Find an overview of some of the pages on Nextcloud.com below.</p>
+ <p><?php echo $l->t('Find an overview of some of the pages on Nextcloud.com below.');?></p>
- <h3>Nextcloud capabilities</h3>
+ <h3><?php echo $l->t('Nextcloud capabilities');?></h3>
<ul>
<li><a href="<?php echo home_url('hub') ?>" class="hyperlink"><?php echo $l->t('Nextcloud Hub overview');?></a></li>
@@ -59,7 +59,7 @@ Template Name: Search Page
</ul>
</ul>
- <h3>Security and Compliance</h3>
+ <h3><?php echo $l->t('Security and Compliance');?></h3>
<ul>
<li><a href="<?php echo home_url('secure') ?>" class="hyperlink"><?php echo $l->t('Security overview');?></a></li>
<li><a href="<?php echo home_url('encryption') ?>" class="hyperlink"><?php echo $l->t('Encryption overview');?></a></li>
@@ -69,7 +69,7 @@ Template Name: Search Page
<li><a href="<?php echo home_url('gdpr') ?>" class="hyperlink"><?php echo $l->t('Compliance (GDPR, HIPAA)');?></a></li>
</ul>
- <h3>Other</h3>
+ <h3><?php echo $l->t('Other');?></h3>
<ul>
<li><a href="<?php echo home_url('gdpr') ?>" class="hyperlink"><?php echo $l->t('Compliance (GDPR, HIPAA)');?></a></li>
<li><a href="<?php echo home_url('privacy') ?>" class="hyperlink"><?php echo $l->t('Our privacy policy');?></a></li>