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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-11-13 19:48:32 +0300
committerGitHub <noreply@github.com>2017-11-13 19:48:32 +0300
commit7eb25e494ebde956353b26a42e9648074d221e8a (patch)
tree6b054f6017ab0c0eaa9fc6469bdfead9e353658b /templates
parent726ac6b1009b9a653533ff46c81b87bb2dd2a01f (diff)
escaped ', lowercase, withincomradekingu-patch-4
Diffstat (limited to 'templates')
-rw-r--r--templates/navigate.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/navigate.php b/templates/navigate.php
index bd22fe5a..4e4acd88 100644
--- a/templates/navigate.php
+++ b/templates/navigate.php
@@ -50,7 +50,7 @@ style(Application::APP_NAME, 'navigation');
placeholder="<?php p($l->t('Create a new circle')); ?>"/>
<select id="circles_new_type" style="display: none;" class="select_none">
<option value="" style="font-style: italic">&nbsp;&nbsp;&nbsp;&nbsp;<?php p(
- $l->t("Select a type of circle")
+ $l->t("Select a circle type")
); ?></option>
<?php
@@ -130,12 +130,12 @@ style(Application::APP_NAME, 'navigation');
</div>
<div id="circles_new_type_4"><b><?php p(
$l->t(
- "Joining a closed circle requires an invitation or a confirmation by a moderator."
+ "Joining a closed circle requires an invitation or confirmation by a moderator."
)
); ?>
</b><br/><?php p(
$l->t(
- "Anyone can find the circle and request an invitation; but only members will see who's in it and get access to shared items."
+ "Anyone can find and request an invitation to the circle; but only members will see who\'s in it and get access to it\'s shared items."
)
); ?>
</div>
@@ -145,7 +145,7 @@ style(Application::APP_NAME, 'navigation');
)
); ?></b><br/><?php p(
$l->t(
- "Anyone can see the circle, can join the circle and access the items shared to the circle."
+ "Anyone can see, join, and access the items shared within the circle."
)
); ?>
</div>
@@ -369,7 +369,7 @@ style(Application::APP_NAME, 'navigation');
<td class="left"><?php p($l->t('Allow Federated Links')); ?><br/>
<span class="hint"><?php p(
$l->t(
- 'Turns the circle as Federated and enable sharing between Federated Circles'
+ 'Makes the circle federated, and enables sharing between federated circles'
)
); ?></span>
</td>
@@ -382,11 +382,11 @@ style(Application::APP_NAME, 'navigation');
<td><input type="checkbox" value="1" id="settings-link-files"></td>
</tr>-->
<tr id="settings-entry-link-auto">
- <td class="left"><?php p($l->t('Automatically Accept Link Request')); ?>
+ <td class="left"><?php p($l->t('Accept Link Request Automatically')); ?>
<br/>
<span class="hint"><?php p(
$l->t(
- 'Warning: enabling this will automatically accept new link requests from other circle.'
+ 'Warning: Enabling this will automatically accept new link requests from other circles.'
)
); ?></span>
</td>