updated translation of smart syntax description

This commit is contained in:
Max Pozdeev 2021-07-25 15:25:11 +03:00
parent 648364aa23
commit 2c2255d73b
5 changed files with 5 additions and 5 deletions

View file

@ -141,7 +141,7 @@
"set_newpass": "New password",
"set_newpass_descr": "(leave blank if won't change current password)",
"set_smartsyntax": "Smart syntax",
"set_smartsyntax_descr": "(/priority/ task /tags/)",
"set_smartsyntax2_descr": "Example: +1 Task title #tag1 #tag2",
"set_timezone": "Time zone",
"set_autotag": "Autotagging",
"set_autotag_descr": "(automatically adds tag of current tag filter to newly created task)",

View file

@ -141,7 +141,7 @@
"set_newpass": "Новый пароль",
"set_newpass_descr": "(не заполняйте поле если не хотите менять текущий пароль)",
"set_smartsyntax": "Smart syntax",
"set_smartsyntax_descr": "(возможность использовать синтаксис: /приоритет/ задача /теги/)",
"set_smartsyntax2_descr": "Пример синтаксиса: +1 Задача #Тэг1 #Тэг2",
"set_timezone": "Часовой пояс",
"set_autotag": "Autotagging",
"set_autotag_descr": "(автодобавление текущего тега из фильтра в новую задачу)",

View file

@ -435,7 +435,7 @@ li.mtt-item-hidden { display:none; }
.mtt-settings-table { width:100%; border-collapse:collapse; }
.mtt-settings-table th, .mtt-settings-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }
.mtt-settings-table .form-bottom-buttons { border-bottom:none; text-align:center; }
.mtt-settings-table th { text-align:left; width:210px; padding-left:8px; }
.mtt-settings-table th { text-align:left; width:30%; padding-left:8px; }
.mtt-settings-table .descr { font-size:0.8rem; font-weight:normal; color:#222; }
.mtt-settings-table .in350 { min-width:350px; }
.mtt-settings-table input { padding:3px; border:1px solid #ccc; border-radius:2px; }

View file

@ -142,7 +142,7 @@ class DefaultLang
'set_newpass' => "New password",
'set_newpass_descr' => "(leave blank if won't change current password)",
'set_smartsyntax' => "Smart syntax",
'set_smartsyntax_descr' => "(/priority/ task /tags/)",
'set_smartsyntax2_descr' => "Example: +1 Task title #tag1 #tag2",
'set_timezone' => "Time zone",
'set_autotag' => "Autotagging",
'set_autotag_descr' => "(automatically adds tag of current tag filter to newly created task)",

View file

@ -220,7 +220,7 @@ header('Content-type:text/html; charset=utf-8');
</tr>
<tr>
<th><?php _e('set_smartsyntax');?>:<br/><span class="descr"><?php _e('set_smartsyntax_descr');?></span></th>
<th><?php _e('set_smartsyntax');?>:<br/><span class="descr"><?php _e('set_smartsyntax2_descr');?></span></th>
<td>
<label><input type="radio" name="smartsyntax" value="1" <?php if(_c('smartsyntax')) echo 'checked="checked"'; ?> /><?php _e('set_enabled');?></label> <br/>
<label><input type="radio" name="smartsyntax" value="0" <?php if(!_c('smartsyntax')) echo 'checked="checked"'; ?> /><?php _e('set_disabled');?></label>