forked from Automattic/_s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Automattic#667. Props @gatespace.
- Loading branch information
Showing
9 changed files
with
68 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
<?php endwhile; ?> | ||
|
||
<?php _s_paging_nav(); ?> | ||
<?php the_posts_navigation(); ?> | ||
|
||
<?php else : ?> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
|
||
<?php endwhile; ?> | ||
|
||
<?php _s_paging_nav(); ?> | ||
<?php the_posts_navigation(); ?> | ||
|
||
<?php else : ?> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Copyright (C) 2014 Automattic | ||
# Copyright (C) 2015 Automattic | ||
# This file is distributed under the GNU General Public License v2 or later. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: _s 1.0-wpcom\n" | ||
"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/_s\n" | ||
"POT-Creation-Date: 2014-12-03 09:43:15+00:00\n" | ||
"Project-Id-Version: _s 1.0.0\n" | ||
"Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n" | ||
"POT-Creation-Date: 2015-01-06 02:24:02+00:00\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
||
|
@@ -73,7 +73,7 @@ msgstr "" | |
msgid "Pages:" | ||
msgstr "" | ||
|
||
#: content-page.php:25 inc/template-tags.php:122 | ||
#: content-page.php:25 inc/template-tags.php:126 | ||
msgid "Edit" | ||
msgstr "" | ||
|
||
|
@@ -111,163 +111,152 @@ msgstr "" | |
msgid "Page %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:21 | ||
#: inc/template-tags.php:23 | ||
msgid "Posts navigation" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:25 | ||
msgid "<span class=\"meta-nav\">←</span> Older posts" | ||
#: inc/template-tags.php:27 | ||
msgid "Older posts" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:29 | ||
msgid "Newer posts <span class=\"meta-nav\">→</span>" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:52 | ||
msgid "Post navigation" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:55 | ||
msgctxt "Previous post link" | ||
msgid "<span class=\"meta-nav\">←</span> %title" | ||
#: inc/template-tags.php:31 | ||
msgid "Newer posts" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:56 | ||
msgctxt "Next post link" | ||
msgid "%title <span class=\"meta-nav\">→</span>" | ||
msgid "Post navigation" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:82 | ||
#: inc/template-tags.php:86 | ||
msgctxt "post date" | ||
msgid "Posted on %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:87 | ||
#: inc/template-tags.php:91 | ||
msgctxt "post author" | ||
msgid "by %s" | ||
msgstr "" | ||
|
||
#. translators: used between list items, there is a space after the comma | ||
|
||
#: inc/template-tags.php:104 inc/template-tags.php:110 | ||
#: inc/template-tags.php:108 inc/template-tags.php:114 | ||
msgid ", " | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:106 | ||
#: inc/template-tags.php:110 | ||
msgid "Posted in %1$s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:112 | ||
#: inc/template-tags.php:116 | ||
msgid "Tagged %1$s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:118 | ||
#: inc/template-tags.php:122 | ||
msgid "Leave a comment" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:118 | ||
#: inc/template-tags.php:122 | ||
msgid "1 Comment" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:118 | ||
#: inc/template-tags.php:122 | ||
msgid "% Comments" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:139 | ||
#: inc/template-tags.php:143 | ||
msgid "Category: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:141 | ||
#: inc/template-tags.php:145 | ||
msgid "Tag: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:143 | ||
#: inc/template-tags.php:147 | ||
msgid "Author: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:145 | ||
#: inc/template-tags.php:149 | ||
msgid "Year: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:145 | ||
#: inc/template-tags.php:149 | ||
msgctxt "yearly archives date format" | ||
msgid "Y" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:147 | ||
#: inc/template-tags.php:151 | ||
msgid "Month: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:147 | ||
#: inc/template-tags.php:151 | ||
msgctxt "monthly archives date format" | ||
msgid "F Y" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:149 | ||
#: inc/template-tags.php:153 | ||
msgid "Day: %s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:149 | ||
#: inc/template-tags.php:153 | ||
msgctxt "daily archives date format" | ||
msgid "F j, Y" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:151 | ||
#: inc/template-tags.php:155 | ||
msgctxt "post format archive title" | ||
msgid "Asides" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:153 | ||
#: inc/template-tags.php:157 | ||
msgctxt "post format archive title" | ||
msgid "Galleries" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:155 | ||
#: inc/template-tags.php:159 | ||
msgctxt "post format archive title" | ||
msgid "Images" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:157 | ||
#: inc/template-tags.php:161 | ||
msgctxt "post format archive title" | ||
msgid "Videos" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:159 | ||
#: inc/template-tags.php:163 | ||
msgctxt "post format archive title" | ||
msgid "Quotes" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:161 | ||
#: inc/template-tags.php:165 | ||
msgctxt "post format archive title" | ||
msgid "Links" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:163 | ||
#: inc/template-tags.php:167 | ||
msgctxt "post format archive title" | ||
msgid "Statuses" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:165 | ||
#: inc/template-tags.php:169 | ||
msgctxt "post format archive title" | ||
msgid "Audio" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:167 | ||
#: inc/template-tags.php:171 | ||
msgctxt "post format archive title" | ||
msgid "Chats" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:169 | ||
#: inc/template-tags.php:173 | ||
msgid "Archives: %s" | ||
msgstr "" | ||
|
||
#. translators: 1: Taxonomy singular name, 2: Current taxonomy term | ||
|
||
#: inc/template-tags.php:173 | ||
#: inc/template-tags.php:177 | ||
msgid "%1$s: %2$s" | ||
msgstr "" | ||
|
||
#: inc/template-tags.php:175 | ||
#: inc/template-tags.php:179 | ||
msgid "Archives" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
|
||
<?php endwhile; ?> | ||
|
||
<?php _s_paging_nav(); ?> | ||
<?php the_posts_navigation(); ?> | ||
|
||
<?php else : ?> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters