Skip to content

Commit

Permalink
Merge pull request #18 from MikkCZ/master
Browse files Browse the repository at this point in the history
Czech translation for One-Mozilla-blog Theme
  • Loading branch information
craigcook committed Feb 5, 2015
2 parents 143b3d0 + e868bbe commit c1586cd
Show file tree
Hide file tree
Showing 5 changed files with 538 additions and 5 deletions.
4 changes: 2 additions & 2 deletions themes/OneMozilla/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
?>

<header class="comments-head">
<h2><?php if($comment_count > 0) { printf(_n( 'One response', '%d responses', $comment_count, 'onemozilla'), $comment_count); } else { _e('No responses yet'); } ?></h2>
<h2><?php if($comment_count > 0) { printf(_n( 'One response', '%d responses', $comment_count, 'onemozilla'), $comment_count); } else { _e('No responses yet', 'onemozilla'); } ?></h2>
<?php if (comments_open()) : ?><p class="cmt-post"><a href="#respond"><?php _e('Post a comment','onemozilla'); ?></a></p><?php endif; ?>
</header>

Expand Down Expand Up @@ -59,7 +59,7 @@
<?php else : // else show the form ?>
<form id="comment-form" action="<?php echo esc_attr(get_option('siteurl')); ?>/wp-comments-post.php" method="post">
<fieldset>
<legend><span><?php comment_form_title( __('Post Your Comment'), __('Reply to %s' ) ); ?></span></legend>
<legend><span><?php comment_form_title( __('Post Your Comment', 'onemozilla'), __('Reply to %s' ) ); ?></span></legend>
<p id="cancel-comment-reply"><?php cancel_comment_reply_link('Cancel Reply'); ?></p>
<ol>
<?php if ( $user_ID ) : ?>
Expand Down
4 changes: 2 additions & 2 deletions themes/OneMozilla/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<div class="wrap">
<p id="foot-logo">
<a class="top" href="#page"><?php _e('Return to top', 'onemozilla'); ?></a>
<a class="logo" href="http://mozilla.org" rel="external">Mozilla</a>
<a class="logo" href="https://www.mozilla.org/" rel="external">Mozilla</a>
</p>

<p id="colophon">
<?php printf(__('Except where otherwise <a href="%1s" rel="external">noted</a>, content on this site is licensed under the <a href="%2s" rel="external license">Creative Commons Attribution Share-Alike License v3.0</a> or any later version.', 'onemozilla'), esc_attr('http://www.mozilla.org/en-US/about/legal.html#site'), esc_attr('http://creativecommons.org/licenses/by-sa/3.0/') ); ?>
<?php printf(__('Except where otherwise <a href="%1s" rel="external">noted</a>, content on this site is licensed under the <a href="%2s" rel="external license">Creative Commons Attribution Share-Alike License v3.0</a> or any later version.', 'onemozilla'), esc_attr('https://www.mozilla.org/about/legal.html'), esc_attr('http://creativecommons.org/licenses/by-sa/3.0/') ); ?>
</p>

<nav id="nav-meta">
Expand Down
Binary file added themes/OneMozilla/languages/cs_CZ.mo
Binary file not shown.
Loading

0 comments on commit c1586cd

Please sign in to comment.