Changeset 2743608
- Timestamp:
- 06/16/2022 02:13:56 PM (4 years ago)
- Location:
- jumper
- Files:
-
- 4 edited
-
tags/1.0/admin/main.php (modified) (1 diff)
-
tags/1.0/languages/combar-fs.pot (modified) (1 diff)
-
trunk/admin/main.php (modified) (1 diff)
-
trunk/languages/combar-fs.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jumper/tags/1.0/admin/main.php
r2743555 r2743608 1150 1150 <div class="previewBarHead"> 1151 1151 <span class="dashicons dashicons-warning"></span> 1152 <?php _e('Important notes to know about preview mode.' ); ?>1152 <?php _e('Important notes to know about preview mode.', 'combar-fs'); ?> 1153 1153 <u class="openPBH"> 1154 <?php _e('Read more' ); ?>1154 <?php _e('Read more', 'combar-fs'); ?> 1155 1155 </u> 1156 1156 <u class="closePBH"> 1157 <?php _e('Close' ); ?>1157 <?php _e('Close', 'combar-fs'); ?> 1158 1158 </u> 1159 1159 </div> 1160 1160 <ol> 1161 1161 <li> 1162 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.' ); ?>1162 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.', 'combar-fs'); ?> 1163 1163 </li> 1164 1164 <li> 1165 <?php _e('Sidebar width in preview is limited.' ); ?>1165 <?php _e('Sidebar width in preview is limited.', 'combar-fs'); ?> 1166 1166 </li> 1167 1167 <li> 1168 <?php _e('Links not work on preview.' ); ?>1168 <?php _e('Links not work on preview.', 'combar-fs'); ?> 1169 1169 </li> 1170 1170 </ol> -
jumper/tags/1.0/languages/combar-fs.pot
r2743556 r2743608 3 3 msgstr "" 4 4 "Project-Id-Version: Jumper sidebar\n" 5 "POT-Creation-Date: 2022-06-16 1 6:01+0300\n"5 "POT-Creation-Date: 2022-06-16 17:12+0300\n" 6 6 "PO-Revision-Date: 2022-06-13 15:38+0300\n" 7 7 "Last-Translator: \n" -
jumper/trunk/admin/main.php
r2743561 r2743608 1150 1150 <div class="previewBarHead"> 1151 1151 <span class="dashicons dashicons-warning"></span> 1152 <?php _e('Important notes to know about preview mode.' ); ?>1152 <?php _e('Important notes to know about preview mode.', 'combar-fs'); ?> 1153 1153 <u class="openPBH"> 1154 <?php _e('Read more' ); ?>1154 <?php _e('Read more', 'combar-fs'); ?> 1155 1155 </u> 1156 1156 <u class="closePBH"> 1157 <?php _e('Close' ); ?>1157 <?php _e('Close', 'combar-fs'); ?> 1158 1158 </u> 1159 1159 </div> 1160 1160 <ol> 1161 1161 <li> 1162 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.' ); ?>1162 <?php _e('Preview mode does not load the style files of your website so the display will not be 100% accurate to the final result.', 'combar-fs'); ?> 1163 1163 </li> 1164 1164 <li> 1165 <?php _e('Sidebar width in preview is limited.' ); ?>1165 <?php _e('Sidebar width in preview is limited.', 'combar-fs'); ?> 1166 1166 </li> 1167 1167 <li> 1168 <?php _e('Links not work on preview.' ); ?>1168 <?php _e('Links not work on preview.', 'combar-fs'); ?> 1169 1169 </li> 1170 1170 </ol> -
jumper/trunk/languages/combar-fs.pot
r2743562 r2743608 3 3 msgstr "" 4 4 "Project-Id-Version: Jumper sidebar\n" 5 "POT-Creation-Date: 2022-06-16 1 6:01+0300\n"5 "POT-Creation-Date: 2022-06-16 17:12+0300\n" 6 6 "PO-Revision-Date: 2022-06-13 15:38+0300\n" 7 7 "Last-Translator: \n"
Note: See TracChangeset
for help on using the changeset viewer.