You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/en_UK/plugin.lang.php
+4
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,7 @@
27
27
$lang['Groups'] = 'Groups';
28
28
$lang['Type in a search term'] = 'Type in a search term';
29
29
$lang['The following groups can use MugShot to tag people'] = 'The following groups can use MugShot to tag people';
30
+
$lang['MugShot to crop tagged faces from photos'] = 'MugShot to crop tagged faces from photos';
31
+
$lang['ALLOW'] = 'ALLOW';
32
+
$lang['DO NOT ALLOW'] = 'DO NOT ALLOW';
33
+
$lang['Maximum number of tags to load client side for auto complete functionality'] = 'Maximum number of tags to load client side for auto complete functionality';
Copy file name to clipboardExpand all lines: language/en_US/plugin.lang.php
+4
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,7 @@
27
27
$lang['Groups'] = 'Groups';
28
28
$lang['Type in a search term'] = 'Type in a search term';
29
29
$lang['The following groups can use MugShot to tag people'] = 'The following groups can use MugShot to tag people';
30
+
$lang['MugShot to crop tagged faces from photos'] = 'MugShot to crop tagged faces from photos';
31
+
$lang['ALLOW'] = 'ALLOW';
32
+
$lang['DO NOT ALLOW'] = 'DO NOT ALLOW';
33
+
$lang['Maximum number of tags to load client side for auto complete functionality'] = 'Maximum number of tags to load client side for auto complete functionality';
<!-- Enable automatic cropping of tagged faces -->
61
75
<p><br>
62
76
<labelfor="autotag">
63
77
<strong>{'Enable cropping of faces for automated tagging'|@translate}</strong><br>
64
-
<i>This requires ImageMagick to be installed, including the PHP plugin</i><br><br>
78
+
<i>{'This requires ImageMagick to be installed, including the PHP plugin'|@translate}</i><br><br>
65
79
{if$autotag}
66
-
<inputtype="radio"id="autotag1"name="autotag"value="1"checked /><b><i>ALLOW</i></b> MugShot to crop tagged faces from photos<br>
67
-
<inputtype="radio"id="autotag2"name="autotag"value="0"/><b><i>DO NOT ALLOW</i></b> MugShot to crop tagged faces from photos<br>
80
+
<inputtype="radio"id="autotag1"name="autotag"value="1"checked /><b><i>{'ALLOW'|@translate}</i></b> {'MugShot to crop tagged faces from photos'|@translate}<br>
81
+
<inputtype="radio"id="autotag2"name="autotag"value="0"/><b><i>D{'DO NOT ALLOW'|@translate}</i></b> {'MugShot to crop tagged faces from photos'|@translate}<br>
68
82
{else}
69
-
<inputtype="radio"id="autotag1"name="autotag"value="1"/><b><i>ALLOW</i></b> MugShot to crop tagged faces from photos<br>
70
-
<inputtype="radio"id="autotag2"name="autotag"value="0"checked /><b><i>DO NOT ALLOW</i></b> MugShot to crop tagged faces from photos<br>
83
+
<inputtype="radio"id="autotag1"name="autotag"value="1"/><b><i>{'ALLOW'|@translate}</i></b> {'MugShot to crop tagged faces from photos'|@translate}<br>
84
+
<inputtype="radio"id="autotag2"name="autotag"value="0"checked /><b><i>{'DO NOT ALLOW'|@translate}</i></b> {'MugShot to crop tagged faces from photos'|@translate}<br>
0 commit comments