Skip to content

Commit

Permalink
Roots 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Oct 24, 2014
1 parent 2c91354 commit 246594f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 74 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### HEAD
### 7.0.2: October 24th, 2014
* Simplify comments, use core comment form and list
* Remove HTML5 shiv from Modernizr build
* Move JavaScript to footer
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roots",
"version": "7.0.1",
"version": "7.0.2",
"homepage": "https://roots.io",
"authors": [
"Ben Word <[email protected]>"
Expand Down
88 changes: 18 additions & 70 deletions lang/roots.pot
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

Expand All @@ -20,10 +19,12 @@ msgid "an out-of-date link"
msgstr ""

#: base.php:6
msgid "You are using an <strong>outdated</strong> browser. Please <a href=\"https://browsehappy.com/\">upgrade your browser</a> to improve your experience."
msgid ""
"You are using an <strong>outdated</strong> browser. Please <a href=\"https://"
"browsehappy.com/\">upgrade your browser</a> to improve your experience."
msgstr ""

#: functions.php:29
#: functions.php:28
msgid "Error locating %s for inclusion"
msgstr ""

Expand All @@ -48,7 +49,9 @@ msgid "%s Theme Activation"
msgstr ""

#: lib/activation.php:52
msgid "These settings are optional and should usually be used only on a fresh installation"
msgid ""
"These settings are optional and should usually be used only on a fresh "
"installation"
msgstr ""

#: lib/activation.php:59 lib/activation.php:62
Expand Down Expand Up @@ -110,11 +113,11 @@ msgstr ""
msgid "Continued"
msgstr ""

#: lib/init.php:36
#: lib/init.php:40
msgid "Primary"
msgstr ""

#: lib/init.php:45
#: lib/init.php:49
msgid "Footer"
msgstr ""

Expand Down Expand Up @@ -146,21 +149,10 @@ msgstr ""
msgid "Not Found"
msgstr ""

#: templates/comment.php:4
msgid "%1$s"
msgstr ""

#: templates/comment.php:5
msgid "(Edit)"
msgstr ""

#: templates/comment.php:9
msgid "Your comment is awaiting moderation."
msgstr ""

#: templates/comments.php:9
msgid "One Response to &ldquo;%2$s&rdquo;"
msgid_plural "%1$s Responses to &ldquo;%2$s&rdquo;"
msgctxt "comments title"
msgid "One response to &ldquo;%2$s&rdquo;"
msgid_plural "%1$s responses to &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""

Expand All @@ -172,58 +164,10 @@ msgstr ""
msgid "Newer comments &rarr;"
msgstr ""

#: templates/comments.php:30 templates/comments.php:35
#: templates/comments.php:31
msgid "Comments are closed."
msgstr ""

#: templates/comments.php:42
msgid "Leave a Reply"
msgstr ""

#: templates/comments.php:42
msgid "Leave a Reply to %s"
msgstr ""

#: templates/comments.php:45
msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
msgstr ""

#: templates/comments.php:50
msgid "Logged in as <a href=\"%s/wp-admin/profile.php\">%s</a>."
msgstr ""

#: templates/comments.php:51
msgid "Log out of this account"
msgstr ""

#: templates/comments.php:51
msgid "Log out &raquo;"
msgstr ""

#: templates/comments.php:55
msgid "Name"
msgstr ""

#: templates/comments.php:55 templates/comments.php:59
msgid " (required)"
msgstr ""

#: templates/comments.php:59
msgid "Email (will not be published)"
msgstr ""

#: templates/comments.php:63
msgid "Website"
msgstr ""

#: templates/comments.php:68
msgid "Comment"
msgstr ""

#: templates/comments.php:71
msgid "Submit Comment"
msgstr ""

#: templates/content-single.php:11
msgid "Pages:"
msgstr ""
Expand All @@ -239,6 +183,7 @@ msgstr ""
#: templates/searchform.php:4 templates/searchform.php:6
msgid "Search"
msgstr ""

#. Theme Name of the plugin/theme
msgid "Roots Starter Theme"
msgstr ""
Expand All @@ -248,7 +193,10 @@ msgid "https://roots.io/starter-theme/"
msgstr ""

#. Description of the plugin/theme
msgid "Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href=\"https://github.com/roots/roots/contributors\">Contribute on GitHub</a>"
msgid ""
"Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. "
"<a href=\"https://github.com/roots/roots/contributors\">Contribute on "
"GitHub</a>"
msgstr ""

#. Author of the plugin/theme
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roots",
"version": "7.0.1",
"version": "7.0.2",
"author": "Ben Word <[email protected]>",
"homepage": "https://roots.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Roots Starter Theme
Theme URI: https://roots.io/starter-theme/
Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version: 7.0.1
Version: 7.0.2
Author: Roots
Author URI: https://roots.io/
Expand Down

0 comments on commit 246594f

Please sign in to comment.