Add translation to outdated browser alert
This commit is contained in:
2
base.php
2
base.php
@@ -1,7 +1,7 @@
|
|||||||
<?php get_template_part('templates/head'); ?>
|
<?php get_template_part('templates/head'); ?>
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
|
||||||
<!--[if lt IE 7]><div class="alert">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div><![endif]-->
|
<!--[if lt IE 7]><div class="alert"><?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?></div><![endif]-->
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
do_action('get_header');
|
do_action('get_header');
|
||||||
|
|||||||
@@ -19,6 +19,10 @@ msgstr ""
|
|||||||
msgid "an out-of-date link"
|
msgid "an out-of-date link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: base.php:4
|
||||||
|
msgid "You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: index.php:5
|
#: index.php:5
|
||||||
msgid "Sorry, no results were found."
|
msgid "Sorry, no results were found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user