compatibility
5 years ago
currency-switchers
4 weeks ago
multi-currency
1 year ago
multilingual
1 year ago
setup
10 months ago
status
1 year ago
store-urls
5 years ago
custom-files.twig
5 years ago
languages-notice.twig
5 years ago
menus-wrap.twig
1 year ago
nav-menus-full.twig
1 year ago
nav-menus-standalone.twig
4 years ago
pointer-ui.twig
1 year ago
removed-cart-items.twig
5 years ago
settings-ui.twig
2 months ago
st-taxonomy-ui.twig
5 years ago
sync-taxonomy.twig
5 years ago
trnsl-attributes.twig
5 years ago
troubleshooting.twig
1 year ago
languages-notice.twig
17 lines
| 1 | <div id="wcml_translations_message" class="message error"> |
| 2 | <p>{{ strings.trnsl_available|raw }}</p> |
| 3 | |
| 4 | <p> |
| 5 | {% if is_multisite %} |
| 6 | <a href="{{ nonces.debug_action|raw }}" class="button-primary"> |
| 7 | {{ strings.update_trnsl }} |
| 8 | </a> |
| 9 | {% else %} |
| 10 | <a href="{{ nonces.upgrade_translations|raw }}" class="button-primary"> |
| 11 | {{ strings.update_trnsl }} |
| 12 | </a> |
| 13 | {% endif %} |
| 14 | <a href="" class="button">{{ strings.hide }}</a> |
| 15 | <input type="hidden" id="wcml_hide_languages_notice" value="{{ nonces.hide_notice|raw }}" /> |
| 16 | </p> |
| 17 | </div> |