escaped ', lowercase, within

This commit is contained in:
Allan Nordhøy 2017-11-13 17:48:32 +01:00 committed by GitHub
parent 726ac6b100
commit 7eb25e494e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ style(Application::APP_NAME, 'navigation');
placeholder="<?php p($l->t('Create a new circle')); ?>"/> placeholder="<?php p($l->t('Create a new circle')); ?>"/>
<select id="circles_new_type" style="display: none;" class="select_none"> <select id="circles_new_type" style="display: none;" class="select_none">
<option value="" style="font-style: italic">&nbsp;&nbsp;&nbsp;&nbsp;<?php p( <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> ); ?></option>
<?php <?php
@ -130,12 +130,12 @@ style(Application::APP_NAME, 'navigation');
</div> </div>
<div id="circles_new_type_4"><b><?php p( <div id="circles_new_type_4"><b><?php p(
$l->t( $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( </b><br/><?php p(
$l->t( $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> </div>
@ -145,7 +145,7 @@ style(Application::APP_NAME, 'navigation');
) )
); ?></b><br/><?php p( ); ?></b><br/><?php p(
$l->t( $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> </div>
@ -369,7 +369,7 @@ style(Application::APP_NAME, 'navigation');
<td class="left"><?php p($l->t('Allow Federated Links')); ?><br/> <td class="left"><?php p($l->t('Allow Federated Links')); ?><br/>
<span class="hint"><?php p( <span class="hint"><?php p(
$l->t( $l->t(
'Turns the circle as Federated and enable sharing between Federated Circles' 'Makes the circle federated, and enables sharing between federated circles'
) )
); ?></span> ); ?></span>
</td> </td>
@ -382,11 +382,11 @@ style(Application::APP_NAME, 'navigation');
<td><input type="checkbox" value="1" id="settings-link-files"></td> <td><input type="checkbox" value="1" id="settings-link-files"></td>
</tr>--> </tr>-->
<tr id="settings-entry-link-auto"> <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/> <br/>
<span class="hint"><?php p( <span class="hint"><?php p(
$l->t( $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> ); ?></span>
</td> </td>