Преглед изворни кода

Merge branch 'master' of https://github.com/eddiemachado/bones

Conflicts:
	library/css/style.css
Eddie Machado пре 12 година
родитељ
комит
459ae6fa84

+ 4 - 0
.gitattributes

@@ -0,0 +1,4 @@
+# Standards for multi-platform colaboration
+
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto

+ 50 - 3
.gitignore

@@ -1,8 +1,55 @@
+# folders and files to be ignored by git
 
-Bones.esproj/user.Eddie.espressostorage
+############
+## Bones
+############
 
-Bones.esproj/Project.espressostorage
+Bones.esproj/
 
+############
+## IDEs
+############
+
+*.pydevproject
 .project
+.metadata
+*.swp
+*~.nib
+local.properties
+.classpath
+.settings/
+.loadpath
+.externalToolBuilders/
+*.launch
+.cproject
+.buildpath
+nbproject/
+
+############
+## OSes
+############
+
+[Tt]humbs.db
+[Dd]esktop.ini
+*.DS_store
+.DS_store?
+
+############
+## Misc
+############
+
+bin/
+tmp/
+*.tmp
+*.bak
+*.log
+*.[Cc]ache
+*.cpr
+*.orig
+*.php.in
+.idea/
+temp/
+._*
+.Trashes
 
-.DS_Store
+.svn

+ 3 - 3
404.php

@@ -10,13 +10,13 @@
 
 							<header class="article-header">
 
-								<h1><?php _e("Epic 404 - Article Not Found", "bonestheme"); ?></h1>
+								<h1><?php _e( 'Epic 404 - Article Not Found', 'bonestheme' ); ?></h1>
 
 							</header> <!-- end article header -->
 
 							<section class="entry-content">
 
-								<p><?php _e("The article you were looking for was not found, but maybe try looking again!", "bonestheme"); ?></p>
+								<p><?php _e( 'The article you were looking for was not found, but maybe try looking again!', 'bonestheme' ); ?></p>
 
 							</section> <!-- end article section -->
 
@@ -28,7 +28,7 @@
 
 							<footer class="article-footer">
 
-									<p><?php _e("This is the 404.php template.", "bonestheme"); ?></p>
+									<p><?php _e( 'This is the 404.php template.', 'bonestheme' ); ?></p>
 
 							</footer> <!-- end article footer -->
 

+ 8 - 8
archive-custom_type.php

@@ -10,13 +10,13 @@
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article">
 
 								<header class="article-header">
 
 									<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link());
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link());
 									?></p>
 
 								</header> <!-- end article header -->
@@ -35,13 +35,13 @@
 
 							<?php endwhile; ?>
 
-									<?php if (function_exists('bones_page_navi')) { ?>
+									<?php if ( function_exists( 'bones_page_navi' ) ) { ?>
 											<?php bones_page_navi(); ?>
 									<?php } else { ?>
 											<nav class="wp-prev-next">
 													<ul class="clearfix">
-														<li class="prev-link"><?php next_posts_link(__('&laquo; Older Entries', "bonestheme")) ?></li>
-														<li class="next-link"><?php previous_posts_link(__('Newer Entries &raquo;', "bonestheme")) ?></li>
+														<li class="prev-link"><?php next_posts_link( __( '&laquo; Older Entries', 'bonestheme' )) ?></li>
+														<li class="next-link"><?php previous_posts_link( __( 'Newer Entries &raquo;', 'bonestheme' )) ?></li>
 													</ul>
 											</nav>
 									<?php } ?>
@@ -50,13 +50,13 @@
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+											<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the custom posty type archive template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the custom posty type archive template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 14 - 14
archive.php

@@ -8,12 +8,12 @@
 
 							<?php if (is_category()) { ?>
 								<h1 class="archive-title h2">
-									<span><?php _e("Posts Categorized:", "bonestheme"); ?></span> <?php single_cat_title(); ?>
+									<span><?php _e( 'Posts Categorized:', 'bonestheme' ); ?></span> <?php single_cat_title(); ?>
 								</h1>
 
 							<?php } elseif (is_tag()) { ?>
 								<h1 class="archive-title h2">
-									<span><?php _e("Posts Tagged:", "bonestheme"); ?></span> <?php single_tag_title(); ?>
+									<span><?php _e( 'Posts Tagged:', 'bonestheme' ); ?></span> <?php single_tag_title(); ?>
 								</h1>
 
 							<?php } elseif (is_author()) {
@@ -22,34 +22,34 @@
 							?>
 								<h1 class="archive-title h2">
 
-									<span><?php _e("Posts By:", "bonestheme"); ?></span> <?php the_author_meta('display_name', $author_id); ?>
+									<span><?php _e( 'Posts By:', 'bonestheme' ); ?></span> <?php the_author_meta('display_name', $author_id); ?>
 
 								</h1>
 							<?php } elseif (is_day()) { ?>
 								<h1 class="archive-title h2">
-									<span><?php _e("Daily Archives:", "bonestheme"); ?></span> <?php the_time('l, F j, Y'); ?>
+									<span><?php _e( 'Daily Archives:', 'bonestheme' ); ?></span> <?php the_time('l, F j, Y'); ?>
 								</h1>
 
 							<?php } elseif (is_month()) { ?>
 									<h1 class="archive-title h2">
-										<span><?php _e("Monthly Archives:", "bonestheme"); ?></span> <?php the_time('F Y'); ?>
+										<span><?php _e( 'Monthly Archives:', 'bonestheme' ); ?></span> <?php the_time('F Y'); ?>
 									</h1>
 
 							<?php } elseif (is_year()) { ?>
 									<h1 class="archive-title h2">
-										<span><?php _e("Yearly Archives:", "bonestheme"); ?></span> <?php the_time('Y'); ?>
+										<span><?php _e( 'Yearly Archives:', 'bonestheme' ); ?></span> <?php the_time('Y'); ?>
 									</h1>
 							<?php } ?>
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article">
 
 								<header class="article-header">
 
 									<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link(), get_the_category_list(', '));
+										printf(__( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time('Y-m-j'), get_the_time(__( 'F jS, Y', 'bonestheme' )), bones_get_the_author_posts_link(), get_the_category_list(', '));
 									?></p>
 
 								</header> <!-- end article header -->
@@ -70,13 +70,13 @@
 
 							<?php endwhile; ?>
 
-									<?php if (function_exists('bones_page_navi')) { ?>
+									<?php if ( function_exists( 'bones_page_navi' ) ) { ?>
 										<?php bones_page_navi(); ?>
 									<?php } else { ?>
 										<nav class="wp-prev-next">
 											<ul class="clearfix">
-												<li class="prev-link"><?php next_posts_link(__('&laquo; Older Entries', "bonestheme")) ?></li>
-												<li class="next-link"><?php previous_posts_link(__('Newer Entries &raquo;', "bonestheme")) ?></li>
+												<li class="prev-link"><?php next_posts_link( __( '&laquo; Older Entries', 'bonestheme' )) ?></li>
+												<li class="next-link"><?php previous_posts_link( __( 'Newer Entries &raquo;', 'bonestheme' )) ?></li>
 											</ul>
 										</nav>
 									<?php } ?>
@@ -85,13 +85,13 @@
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+											<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the archive.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the archive.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 19 - 19
comments.php

@@ -4,12 +4,12 @@ The comments page for Bones
 */
 
 // Do not delete these lines
-	if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
+	if ( ! empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename( $_SERVER['SCRIPT_FILENAME'] ) )
 		die ('Please do not load this page directly. Thanks!');
 
 	if ( post_password_required() ) { ?>
 		<div class="alert alert-help">
-			<p class="nocomments"><?php _e("This post is password protected. Enter the password to view comments.", "bonestheme"); ?></p>
+			<p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'bonestheme' ); ?></p>
 		</div>
 	<?php
 		return;
@@ -19,7 +19,7 @@ The comments page for Bones
 <!-- You can start editing here. -->
 
 <?php if ( have_comments() ) : ?>
-	<h3 id="comments" class="h2"><?php comments_number(__('<span>No</span> Responses', 'bonestheme'), __('<span>One</span> Response', 'bonestheme'), _n('<span>%</span> Response', '<span>%</span> Responses', get_comments_number(),'bonestheme') );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
+	<h3 id="comments" class="h2"><?php comments_number( __( '<span>No</span> Responses', 'bonestheme' ), __( '<span>One</span> Response', 'bonestheme' ), _n( '<span>%</span> Response', '<span>%</span> Responses', get_comments_number(), 'bonestheme' ) );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
 
 	<nav id="comment-nav">
 		<ul class="clearfix">
@@ -29,7 +29,7 @@ The comments page for Bones
 	</nav>
 
 	<ol class="commentlist">
-		<?php wp_list_comments('type=comment&callback=bones_comments'); ?>
+		<?php wp_list_comments( 'type=comment&callback=bones_comments' ); ?>
 	</ol>
 
 	<nav id="comment-nav">
@@ -47,7 +47,7 @@ The comments page for Bones
 	<?php else : // comments are closed ?>
 
 	<!-- If comments are closed. -->
-	<!--p class="nocomments"><?php _e("Comments are closed.", "bonestheme"); ?></p-->
+	<!--p class="nocomments"><?php _e( 'Comments are closed.', 'bonestheme' ); ?></p-->
 
 	<?php endif; ?>
 
@@ -58,7 +58,7 @@ The comments page for Bones
 
 <section id="respond" class="respond-form">
 
-	<h3 id="comment-form-title" class="h2"><?php comment_form_title( __('Leave a Reply', 'bonestheme'), __('Leave a Reply to %s', 'bonestheme' )); ?></h3>
+	<h3 id="comment-form-title" class="h2"><?php comment_form_title( __( 'Leave a Reply', 'bonestheme' ), __( 'Leave a Reply to %s', 'bonestheme' )); ?></h3>
 
 	<div id="cancel-comment-reply">
 		<p class="small"><?php cancel_comment_reply_link(); ?></p>
@@ -66,7 +66,7 @@ The comments page for Bones
 
 	<?php if ( get_option('comment_registration') && !is_user_logged_in() ) : ?>
 		<div class="alert alert-help">
-			<p><?php printf( __('You must be %1$slogged in%2$s to post a comment.', 'bonestheme'), '<a href="<?php echo wp_login_url( get_permalink() ); ?>">', '</a>' ); ?></p>
+			<p><?php printf( __( 'You must be %1$slogged in%2$s to post a comment.', 'bonestheme' ), '<a href="<?php echo wp_login_url( get_permalink() ); ?>">', '</a>' ); ?></p>
 		</div>
 	<?php else : ?>
 
@@ -74,44 +74,44 @@ The comments page for Bones
 
 	<?php if ( is_user_logged_in() ) : ?>
 
-	<p class="comments-logged-in-as"><?php _e("Logged in as", "bonestheme"); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e("Log out of this account", "bonestheme"); ?>"><?php _e("Log out", "bonestheme"); ?> <?php _e("&raquo;", "bonestheme"); ?></a></p>
+	<p class="comments-logged-in-as"><?php _e( 'Logged in as', 'bonestheme' ); ?> <a href="<?php echo get_option( 'siteurl' ); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="<?php _e( 'Log out of this account', 'bonestheme' ); ?>"><?php _e( 'Log out', 'bonestheme' ); ?> <?php _e( '&raquo;', 'bonestheme' ); ?></a></p>
 
 	<?php else : ?>
 
 	<ul id="comment-form-elements" class="clearfix">
 
 		<li>
-			<label for="author"><?php _e("Name", "bonestheme"); ?> <?php if ($req) _e("(required)"); ?></label>
-			<input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" placeholder="<?php _e('Your Name*', 'bonestheme'); ?>" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
+			<label for="author"><?php _e( 'Name', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
+			<input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" placeholder="<?php _e( 'Your Name*', 'bonestheme' ); ?>" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
 		</li>
 
 		<li>
-			<label for="email"><?php _e("Mail", "bonestheme"); ?> <?php if ($req) _e("(required)"); ?></label>
-			<input type="email" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" placeholder="<?php _e('Your E-Mail*', 'bonestheme'); ?>" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
-			<small><?php _e("(will not be published)", "bonestheme"); ?></small>
+			<label for="email"><?php _e( 'Mail', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
+			<input type="email" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" placeholder="<?php _e( 'Your E-Mail*', 'bonestheme' ); ?>" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
+			<small><?php _e("(will not be published)", 'bonestheme' ); ?></small>
 		</li>
 
 		<li>
-			<label for="url"><?php _e("Website", "bonestheme"); ?></label>
-			<input type="url" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" placeholder="<?php _e('Got a website?', 'bonestheme'); ?>" tabindex="3" />
+			<label for="url"><?php _e( 'Website', 'bonestheme' ); ?></label>
+			<input type="url" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" placeholder="<?php _e( 'Got a website?', 'bonestheme' ); ?>" tabindex="3" />
 		</li>
 
 	</ul>
 
 	<?php endif; ?>
 
-	<p><textarea name="comment" id="comment" placeholder="<?php _e('Your Comment here...', 'bonestheme'); ?>" tabindex="4"></textarea></p>
+	<p><textarea name="comment" id="comment" placeholder="<?php _e( 'Your Comment here...', 'bonestheme' ); ?>" tabindex="4"></textarea></p>
 
 	<p>
-		<input name="submit" type="submit" id="submit" class="button" tabindex="5" value="<?php _e('Submit', 'bonestheme'); ?>" />
+		<input name="submit" type="submit" id="submit" class="button" tabindex="5" value="<?php _e( 'Submit', 'bonestheme' ); ?>" />
 		<?php comment_id_fields(); ?>
 	</p>
 
 	<div class="alert alert-info">
-		<p id="allowed_tags" class="small"><strong>XHTML:</strong> <?php _e('You can use these tags', 'bonestheme'); ?>: <code><?php echo allowed_tags(); ?></code></p>
+		<p id="allowed_tags" class="small"><strong>XHTML:</strong> <?php _e( 'You can use these tags', 'bonestheme' ); ?>: <code><?php echo allowed_tags(); ?></code></p>
 	</div>
 
-	<?php do_action('comment_form', $post->ID); ?>
+	<?php do_action( 'comment_form', $post->ID ); ?>
 
 	</form>
 

+ 2 - 2
footer.php

@@ -4,9 +4,9 @@
 
 					<nav role="navigation">
 							<?php bones_footer_links(); ?>
-									</nav>
+					</nav>
 
-					<p class="source-org copyright">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?>.</p>
+					<p class="source-org copyright">&copy; <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>.</p>
 
 				</div> <!-- end #inner-footer -->
 

+ 17 - 17
functions.php

@@ -23,14 +23,14 @@ sidebars, comments, ect.
 	- custom google+ integration
 	- adding custom fields to user profiles
 */
-require_once('library/bones.php'); // if you remove this, bones will break
+require_once( 'library/bones.php' ); // if you remove this, bones will break
 /*
 2. library/custom-post-type.php
 	- an example custom post type
 	- example custom taxonomy (like categories)
 	- example custom taxonomy (like tags)
 */
-require_once('library/custom-post-type.php'); // you can disable this if you like
+require_once( 'library/custom-post-type.php' ); // you can disable this if you like
 /*
 3. library/admin.php
 	- removing some default WordPress dashboard widgets
@@ -38,12 +38,12 @@ require_once('library/custom-post-type.php'); // you can disable this if you lik
 	- adding custom login css
 	- changing text in footer of admin
 */
-// require_once('library/admin.php'); // this comes turned off by default
+// require_once( 'library/admin.php' ); // this comes turned off by default
 /*
 4. library/translation/translation.php
 	- adding support for other languages
 */
-// require_once('library/translation/translation.php'); // this comes turned off by default
+// require_once( 'library/translation/translation.php' ); // this comes turned off by default
 
 /************* THUMBNAIL SIZE OPTIONS *************/
 
@@ -76,8 +76,8 @@ you like. Enjoy!
 function bones_register_sidebars() {
 	register_sidebar(array(
 		'id' => 'sidebar1',
-		'name' => __('Sidebar 1', 'bonestheme'),
-		'description' => __('The first (primary) sidebar.', 'bonestheme'),
+		'name' => __( 'Sidebar 1', 'bonestheme' ),
+		'description' => __( 'The first (primary) sidebar.', 'bonestheme' ),
 		'before_widget' => '<div id="%1$s" class="widget %2$s">',
 		'after_widget' => '</div>',
 		'before_title' => '<h4 class="widgettitle">',
@@ -94,8 +94,8 @@ function bones_register_sidebars() {
 
 	register_sidebar(array(
 		'id' => 'sidebar2',
-		'name' => __('Sidebar 2', 'bonestheme'),
-		'description' => __('The second (secondary) sidebar.', 'bonestheme'),
+		'name' => __( 'Sidebar 2', 'bonestheme' ),
+		'description' => __( 'The second (secondary) sidebar.', 'bonestheme' ),
 		'before_widget' => '<div id="%1$s" class="widget %2$s">',
 		'after_widget' => '</div>',
 		'before_title' => '<h4 class="widgettitle">',
@@ -113,7 +113,7 @@ function bones_register_sidebars() {
 /************* COMMENT LAYOUT *********************/
 
 // Comment Layout
-function bones_comments($comment, $args, $depth) {
+function bones_comments( $comment, $args, $depth ) {
    $GLOBALS['comment'] = $comment; ?>
 	<li <?php comment_class(); ?>>
 		<article id="comment-<?php comment_ID(); ?>" class="clearfix">
@@ -129,15 +129,15 @@ function bones_comments($comment, $args, $depth) {
 					// create variable
 					$bgauthemail = get_comment_author_email();
 				?>
-				<img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5($bgauthemail); ?>?s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
+				<img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5( $bgauthemail ); ?>?s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
 				<!-- end custom gravatar call -->
-				<?php printf(__('<cite class="fn">%s</cite>', 'bonestheme'), get_comment_author_link()) ?>
-				<time datetime="<?php echo comment_time('Y-m-j'); ?>"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php comment_time(__('F jS, Y', 'bonestheme')); ?> </a></time>
-				<?php edit_comment_link(__('(Edit)', 'bonestheme'),'  ','') ?>
+				<?php printf(__( '<cite class="fn">%s</cite>', 'bonestheme' ), get_comment_author_link()) ?>
+				<time datetime="<?php echo comment_time('Y-m-j'); ?>"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php comment_time(__( 'F jS, Y', 'bonestheme' )); ?> </a></time>
+				<?php edit_comment_link(__( '(Edit)', 'bonestheme' ),'  ','') ?>
 			</header>
 			<?php if ($comment->comment_approved == '0') : ?>
 				<div class="alert alert-info">
-					<p><?php _e('Your comment is awaiting moderation.', 'bonestheme') ?></p>
+					<p><?php _e( 'Your comment is awaiting moderation.', 'bonestheme' ) ?></p>
 				</div>
 			<?php endif; ?>
 			<section class="comment_content clearfix">
@@ -154,9 +154,9 @@ function bones_comments($comment, $args, $depth) {
 // Search Form
 function bones_wpsearch($form) {
 	$form = '<form role="search" method="get" id="searchform" action="' . home_url( '/' ) . '" >
-	<label class="screen-reader-text" for="s">' . __('Search for:', 'bonestheme') . '</label>
-	<input type="text" value="' . get_search_query() . '" name="s" id="s" placeholder="'.esc_attr__('Search the Site...','bonestheme').'" />
-	<input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />
+	<label class="screen-reader-text" for="s">' . __( 'Search for:', 'bonestheme' ) . '</label>
+	<input type="text" value="' . get_search_query() . '" name="s" id="s" placeholder="' . esc_attr__( 'Search the Site...', 'bonestheme' ) . '" />
+	<input type="submit" id="searchsubmit" value="' . esc_attr__( 'Search' ) .'" />
 	</form>';
 	return $form;
 } // don't remove this bracket!

+ 9 - 9
index.php

@@ -8,13 +8,13 @@
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article">
 
 								<header class="article-header">
 
 									<h1 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(get_option('date_format')), bones_get_the_author_posts_link(), get_the_category_list(', '));
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time('Y-m-j'), get_the_time(get_option('date_format')), bones_get_the_author_posts_link(), get_the_category_list(', '));
 									?></p>
 
 								</header> <!-- end article header -->
@@ -24,7 +24,7 @@
 								</section> <!-- end article section -->
 
 								<footer class="article-footer">
-									<p class="tags"><?php the_tags('<span class="tags-title">' . __('Tags:', 'bonestheme') . '</span> ', ', ', ''); ?></p>
+									<p class="tags"><?php the_tags( '<span class="tags-title">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '' ); ?></p>
 
 								</footer> <!-- end article footer -->
 
@@ -34,13 +34,13 @@
 
 							<?php endwhile; ?>
 
-									<?php if (function_exists('bones_page_navi')) { ?>
+									<?php if ( function_exists( 'bones_page_navi' ) ) { ?>
 											<?php bones_page_navi(); ?>
 									<?php } else { ?>
 											<nav class="wp-prev-next">
 													<ul class="clearfix">
-														<li class="prev-link"><?php next_posts_link(__('&laquo; Older Entries', "bonestheme")) ?></li>
-														<li class="next-link"><?php previous_posts_link(__('Newer Entries &raquo;', "bonestheme")) ?></li>
+														<li class="prev-link"><?php next_posts_link( __( '&laquo; Older Entries', 'bonestheme' )) ?></li>
+														<li class="next-link"><?php previous_posts_link( __( 'Newer Entries &raquo;', 'bonestheme' )) ?></li>
 													</ul>
 											</nav>
 									<?php } ?>
@@ -49,13 +49,13 @@
 
 									<article id="post-not-found" class="hentry clearfix">
 											<header class="article-header">
-												<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+												<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 											<section class="entry-content">
-												<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+												<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the index.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the index.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 21 - 21
library/admin.php

@@ -19,18 +19,18 @@ Digging into WP - http://digwp.com/2010/10/customize-wordpress-dashboard/
 
 // disable default dashboard widgets
 function disable_default_dashboard_widgets() {
-	// remove_meta_box('dashboard_right_now', 'dashboard', 'core');    // Right Now Widget
-	remove_meta_box('dashboard_recent_comments', 'dashboard', 'core'); // Comments Widget
-	remove_meta_box('dashboard_incoming_links', 'dashboard', 'core');  // Incoming Links Widget
-	remove_meta_box('dashboard_plugins', 'dashboard', 'core');         // Plugins Widget
+	// remove_meta_box( 'dashboard_right_now', 'dashboard', 'core' );    // Right Now Widget
+	remove_meta_box( 'dashboard_recent_comments', 'dashboard', 'core' ); // Comments Widget
+	remove_meta_box( 'dashboard_incoming_links', 'dashboard', 'core' );  // Incoming Links Widget
+	remove_meta_box( 'dashboard_plugins', 'dashboard', 'core' );         // Plugins Widget
 
-	// remove_meta_box('dashboard_quick_press', 'dashboard', 'core');  // Quick Press Widget
-	remove_meta_box('dashboard_recent_drafts', 'dashboard', 'core');   // Recent Drafts Widget
-	remove_meta_box('dashboard_primary', 'dashboard', 'core');         //
-	remove_meta_box('dashboard_secondary', 'dashboard', 'core');       //
+	// remove_meta_box('dashboard_quick_press', 'dashboard', 'core' );  // Quick Press Widget
+	remove_meta_box( 'dashboard_recent_drafts', 'dashboard', 'core' );   // Recent Drafts Widget
+	remove_meta_box( 'dashboard_primary', 'dashboard', 'core' );         //
+	remove_meta_box( 'dashboard_secondary', 'dashboard', 'core' );       //
 
 	// removing plugin dashboard boxes
-	remove_meta_box('yoast_db_widget', 'dashboard', 'normal');         // Yoast's SEO Plugin Widget
+	remove_meta_box( 'yoast_db_widget', 'dashboard', 'normal' );         // Yoast's SEO Plugin Widget
 
 	/*
 	have more plugin widgets you'd like to remove?
@@ -53,9 +53,9 @@ http://digwp.com/2010/10/customize-wordpress-dashboard/
 
 // RSS Dashboard Widget
 function bones_rss_dashboard_widget() {
-	if(function_exists('fetch_feed')) {
-		include_once(ABSPATH . WPINC . '/feed.php');               // include the required file
-		$feed = fetch_feed('http://themble.com/feed/rss/');        // specify the source feed
+	if ( function_exists( 'fetch_feed' ) ) {
+		include_once( ABSPATH . WPINC . '/feed.php' );               // include the required file
+		$feed = fetch_feed( 'http://themble.com/feed/rss/' );        // specify the source feed
 		$limit = $feed->get_item_quantity(7);                      // specify number of items
 		$items = $feed->get_items(0, $limit);                      // create an array of items
 	}
@@ -63,7 +63,7 @@ function bones_rss_dashboard_widget() {
 	else foreach ($items as $item) { ?>
 
 	<h4 style="margin-bottom: 0;">
-		<a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date(__('j F Y @ g:i a', 'bonestheme'), $item->get_date('Y-m-d H:i:s')); ?>" target="_blank">
+		<a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date( __( 'j F Y @ g:i a', 'bonestheme' ), $item->get_date( 'Y-m-d H:i:s' ) ); ?>" target="_blank">
 			<?php echo $item->get_title(); ?>
 		</a>
 	</h4>
@@ -75,7 +75,7 @@ function bones_rss_dashboard_widget() {
 
 // calling all custom dashboard widgets
 function bones_custom_dashboard_widgets() {
-	wp_add_dashboard_widget('bones_rss_dashboard_widget', __('Recently on Themble (Customize on admin.php)', 'bonestheme'), 'bones_rss_dashboard_widget');
+	wp_add_dashboard_widget( 'bones_rss_dashboard_widget', __( 'Recently on Themble (Customize on admin.php)', 'bonestheme' ), 'bones_rss_dashboard_widget' );
 	/*
 	Be sure to drop any other created Dashboard Widgets
 	in this function and they will all load.
@@ -84,9 +84,9 @@ function bones_custom_dashboard_widgets() {
 
 
 // removing the dashboard widgets
-add_action('admin_menu', 'disable_default_dashboard_widgets');
+add_action( 'admin_menu', 'disable_default_dashboard_widgets' );
 // adding any custom widgets
-add_action('wp_dashboard_setup', 'bones_custom_dashboard_widgets');
+add_action( 'wp_dashboard_setup', 'bones_custom_dashboard_widgets' );
 
 
 /************* CUSTOM LOGIN PAGE *****************/
@@ -103,12 +103,12 @@ function bones_login_css() {
 function bones_login_url() {  return home_url(); }
 
 // changing the alt text on the logo to show your site name
-function bones_login_title() { return get_option('blogname'); }
+function bones_login_title() { return get_option( 'blogname' ); }
 
 // calling it only on the login page
 add_action( 'login_enqueue_scripts', 'bones_login_css', 10 );
-add_filter('login_headerurl', 'bones_login_url');
-add_filter('login_headertitle', 'bones_login_title');
+add_filter( 'login_headerurl', 'bones_login_url' );
+add_filter( 'login_headertitle', 'bones_login_title' );
 
 
 /************* CUSTOMIZE ADMIN *******************/
@@ -122,10 +122,10 @@ you like.
 
 // Custom Backend Footer
 function bones_custom_admin_footer() {
-	_e('<span id="footer-thankyou">Developed by <a href="http://yoursite.com" target="_blank">Your Site Name</a></span>. Built using <a href="http://themble.com/bones" target="_blank">Bones</a>.', 'bonestheme');
+	_e( '<span id="footer-thankyou">Developed by <a href="http://yoursite.com" target="_blank">Your Site Name</a></span>. Built using <a href="http://themble.com/bones" target="_blank">Bones</a>.', 'bonestheme' );
 }
 
 // adding it to the admin area
-add_filter('admin_footer_text', 'bones_custom_admin_footer');
+add_filter( 'admin_footer_text', 'bones_custom_admin_footer' );
 
 ?>

+ 47 - 77
library/bones.php

@@ -17,23 +17,23 @@ right up top and clean.
 *********************/
 
 // we're firing all out initial functions at the start
-add_action('after_setup_theme','bones_ahoy', 16);
+add_action( 'after_setup_theme', 'bones_ahoy', 16 );
 
 function bones_ahoy() {
 
     // launching operation cleanup
-    add_action('init', 'bones_head_cleanup');
+    add_action( 'init', 'bones_head_cleanup' );
     // remove WP version from RSS
-    add_filter('the_generator', 'bones_rss_version');
+    add_filter( 'the_generator', 'bones_rss_version' );
     // remove pesky injected css for recent comments widget
     add_filter( 'wp_head', 'bones_remove_wp_widget_recent_comments_style', 1 );
     // clean up comment styles in the head
-    add_action('wp_head', 'bones_remove_recent_comments_style', 1);
+    add_action( 'wp_head', 'bones_remove_recent_comments_style', 1 );
     // clean up gallery output in wp
-    add_filter('gallery_style', 'bones_gallery_style');
+    add_filter( 'gallery_style', 'bones_gallery_style' );
 
     // enqueue base scripts and styles
-    add_action('wp_enqueue_scripts', 'bones_scripts_and_styles', 999);
+    add_action( 'wp_enqueue_scripts', 'bones_scripts_and_styles', 999 );
     // ie conditional wrapper
 
     // launching this stuff after theme setup
@@ -45,9 +45,9 @@ function bones_ahoy() {
     add_filter( 'get_search_form', 'bones_wpsearch' );
 
     // cleaning up random code around images
-    add_filter('the_content', 'bones_filter_ptags_on_images');
+    add_filter( 'the_content', 'bones_filter_ptags_on_images' );
     // cleaning up excerpt
-    add_filter('excerpt_more', 'bones_excerpt_more');
+    add_filter( 'excerpt_more', 'bones_excerpt_more' );
 
 } /* end bones ahoy */
 
@@ -78,10 +78,10 @@ function bones_head_cleanup() {
 	remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
 	// WP version
 	remove_action( 'wp_head', 'wp_generator' );
-  // remove WP version from css
-  add_filter( 'style_loader_src', 'bones_remove_wp_ver_css_js', 9999 );
-  // remove Wp version from scripts
-  add_filter( 'script_loader_src', 'bones_remove_wp_ver_css_js', 9999 );
+	// remove WP version from css
+	add_filter( 'style_loader_src', 'bones_remove_wp_ver_css_js', 9999 );
+	// remove Wp version from scripts
+	add_filter( 'script_loader_src', 'bones_remove_wp_ver_css_js', 9999 );
 
 } /* end bones head cleanup */
 
@@ -97,8 +97,8 @@ function bones_remove_wp_ver_css_js( $src ) {
 
 // remove injected CSS for recent comments widget
 function bones_remove_wp_widget_recent_comments_style() {
-   if ( has_filter('wp_head', 'wp_widget_recent_comments_style') ) {
-      remove_filter('wp_head', 'wp_widget_recent_comments_style' );
+   if ( has_filter( 'wp_head', 'wp_widget_recent_comments_style' ) ) {
+      remove_filter( 'wp_head', 'wp_widget_recent_comments_style' );
    }
 }
 
@@ -106,13 +106,13 @@ function bones_remove_wp_widget_recent_comments_style() {
 function bones_remove_recent_comments_style() {
   global $wp_widget_factory;
   if (isset($wp_widget_factory->widgets['WP_Widget_Recent_Comments'])) {
-    remove_action('wp_head', array($wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style'));
+    remove_action( 'wp_head', array($wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style') );
   }
 }
 
 // remove injected CSS from gallery
 function bones_gallery_style($css) {
-  return preg_replace("!<style type='text/css'>(.*?)</style>!s", '', $css);
+  return preg_replace( "!<style type='text/css'>(.*?)</style>!s", '', $css );
 }
 
 
@@ -136,7 +136,7 @@ function bones_scripts_and_styles() {
 
     // comment reply script for threaded comments
     if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1)) {
-      wp_enqueue_script( 'comment-reply' );
+		wp_enqueue_script( 'comment-reply' );
     }
 
     //adding scripts file in the footer
@@ -145,7 +145,7 @@ function bones_scripts_and_styles() {
     // enqueue styles and scripts
     wp_enqueue_script( 'bones-modernizr' );
     wp_enqueue_style( 'bones-stylesheet' );
-    wp_enqueue_style('bones-ie-only');
+    wp_enqueue_style( 'bones-ie-only' );
 
     $wp_styles->add_data( 'bones-ie-only', 'conditional', 'lt IE 9' ); // add conditional wrapper around ie stylesheet
 
@@ -168,7 +168,7 @@ THEME SUPPORT
 function bones_theme_support() {
 
 	// wp thumbnails (sizes handled in functions.php)
-	add_theme_support('post-thumbnails');
+	add_theme_support( 'post-thumbnails' );
 
 	// default thumb size
 	set_post_thumbnail_size(125, 125, true);
@@ -283,17 +283,19 @@ RELATED POSTS FUNCTION
 function bones_related_posts() {
 	echo '<ul id="bones-related-posts">';
 	global $post;
-	$tags = wp_get_post_tags($post->ID);
+	$tags = wp_get_post_tags( $post->ID );
 	if($tags) {
-		foreach($tags as $tag) { $tag_arr .= $tag->slug . ','; }
+		foreach( $tags as $tag ) { 
+			$tag_arr .= $tag->slug . ',';
+		}
         $args = array(
         	'tag' => $tag_arr,
         	'numberposts' => 5, /* you can change this to show more */
         	'post__not_in' => array($post->ID)
      	);
-        $related_posts = get_posts($args);
+        $related_posts = get_posts( $args );
         if($related_posts) {
-        	foreach ($related_posts as $post) : setup_postdata($post); ?>
+        	foreach ( $related_posts as $post ) : setup_postdata( $post ); ?>
 	           	<li class="related_post"><a class="entry-unrelated" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
 	        <?php endforeach; }
 	    else { ?>
@@ -309,59 +311,27 @@ PAGE NAVI
 *********************/
 
 // Numeric Page Navi (built into the theme by default)
-function bones_page_navi($before = '', $after = '') {
-	global $wpdb, $wp_query;
-	$request = $wp_query->request;
-	$posts_per_page = intval(get_query_var('posts_per_page'));
-	$paged = intval(get_query_var('paged'));
-	$numposts = $wp_query->found_posts;
-	$max_page = $wp_query->max_num_pages;
-	if ( $numposts <= $posts_per_page ) { return; }
-	if(empty($paged) || $paged == 0) {
-		$paged = 1;
-	}
-	$pages_to_show = 7;
-	$pages_to_show_minus_1 = $pages_to_show-1;
-	$half_page_start = floor($pages_to_show_minus_1/2);
-	$half_page_end = ceil($pages_to_show_minus_1/2);
-	$start_page = $paged - $half_page_start;
-	if($start_page <= 0) {
-		$start_page = 1;
-	}
-	$end_page = $paged + $half_page_end;
-	if(($end_page - $start_page) != $pages_to_show_minus_1) {
-		$end_page = $start_page + $pages_to_show_minus_1;
-	}
-	if($end_page > $max_page) {
-		$start_page = $max_page - $pages_to_show_minus_1;
-		$end_page = $max_page;
-	}
-	if($start_page <= 0) {
-		$start_page = 1;
-	}
-	echo $before.'<nav class="page-navigation"><ol class="bones_page_navi clearfix">'."";
-	if ($start_page >= 2 && $pages_to_show < $max_page) {
-		$first_page_text = __( "First", 'bonestheme' );
-		echo '<li class="bpn-first-page-link"><a href="'.get_pagenum_link().'" title="'.$first_page_text.'">'.$first_page_text.'</a></li>';
-	}
-	echo '<li class="bpn-prev-link">';
-	previous_posts_link('<<');
-	echo '</li>';
-	for($i = $start_page; $i  <= $end_page; $i++) {
-		if($i == $paged) {
-			echo '<li class="bpn-current">'.$i.'</li>';
-		} else {
-			echo '<li><a href="'.get_pagenum_link($i).'">'.$i.'</a></li>';
-		}
-	}
-	echo '<li class="bpn-next-link">';
-	next_posts_link('>>');
-	echo '</li>';
-	if ($end_page < $max_page) {
-		$last_page_text = __( "Last", 'bonestheme' );
-		echo '<li class="bpn-last-page-link"><a href="'.get_pagenum_link($max_page).'" title="'.$last_page_text.'">'.$last_page_text.'</a></li>';
-	}
-	echo '</ol></nav>'.$after."";
+function bones_page_navi() {
+	global $wp_query;
+	$bignum = 999999999;
+	if ( $wp_query->max_num_pages <= 1 )
+	return;
+	
+	echo '<nav class="pagination">';
+	
+		echo paginate_links( array(
+			'base' 			=> str_replace( $bignum, '%#%', esc_url( get_pagenum_link($bignum) ) ),
+			'format' 		=> '',
+			'current' 		=> max( 1, get_query_var('paged') ),
+			'total' 		=> $wp_query->max_num_pages,
+			'prev_text' 	=> '&larr;',
+			'next_text' 	=> '&rarr;',
+			'type'			=> 'list',
+			'end_size'		=> 3,
+			'mid_size'		=> 3
+		) );
+	
+	echo '</nav>';
 } /* end page navi */
 
 /*********************
@@ -377,7 +347,7 @@ function bones_filter_ptags_on_images($content){
 function bones_excerpt_more($more) {
 	global $post;
 	// edit here if you like
-return '...  <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __('Read', 'bonestheme') . get_the_title($post->ID).'">'. __('Read more &raquo;', 'bonestheme') .'</a>';
+return '...  <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __( 'Read', 'bonestheme' ) . get_the_title($post->ID).'">'. __( 'Read more &raquo;', 'bonestheme' ) .'</a>';
 }
 
 /*

Разлика између датотеке није приказан због своје велике величине
+ 1 - 0
library/css/style.css


+ 14 - 14
library/custom-post-type.php

@@ -20,19 +20,19 @@ function custom_post_example() {
 	// creating (registering) the custom type 
 	register_post_type( 'custom_type', /* (http://codex.wordpress.org/Function_Reference/register_post_type) */
 	 	// let's now add all the options for this post type
-		array('labels' => array(
-			'name' => __('Custom Types', 'bonestheme'), /* This is the Title of the Group */
-			'singular_name' => __('Custom Post', 'bonestheme'), /* This is the individual type */
-			'all_items' => __('All Custom Posts', 'bonestheme'), /* the all items menu item */
-			'add_new' => __('Add New', 'bonestheme'), /* The add new menu item */
-			'add_new_item' => __('Add New Custom Type', 'bonestheme'), /* Add New Display Title */
+		array( 'labels' => array(
+			'name' => __( 'Custom Types', 'bonestheme' ), /* This is the Title of the Group */
+			'singular_name' => __( 'Custom Post', 'bonestheme' ), /* This is the individual type */
+			'all_items' => __( 'All Custom Posts', 'bonestheme' ), /* the all items menu item */
+			'add_new' => __( 'Add New', 'bonestheme' ), /* The add new menu item */
+			'add_new_item' => __( 'Add New Custom Type', 'bonestheme' ), /* Add New Display Title */
 			'edit' => __( 'Edit', 'bonestheme' ), /* Edit Dialog */
-			'edit_item' => __('Edit Post Types', 'bonestheme'), /* Edit Display Title */
-			'new_item' => __('New Post Type', 'bonestheme'), /* New Display Title */
-			'view_item' => __('View Post Type', 'bonestheme'), /* View Display Title */
-			'search_items' => __('Search Post Type', 'bonestheme'), /* Search Custom Type Title */ 
-			'not_found' =>  __('Nothing found in the Database.', 'bonestheme'), /* This displays if there are no entries yet */ 
-			'not_found_in_trash' => __('Nothing found in Trash', 'bonestheme'), /* This displays if there is nothing in the trash */
+			'edit_item' => __( 'Edit Post Types', 'bonestheme' ), /* Edit Display Title */
+			'new_item' => __( 'New Post Type', 'bonestheme' ), /* New Display Title */
+			'view_item' => __( 'View Post Type', 'bonestheme' ), /* View Display Title */
+			'search_items' => __( 'Search Post Type', 'bonestheme' ), /* Search Custom Type Title */ 
+			'not_found' =>  __( 'Nothing found in the Database.', 'bonestheme' ), /* This displays if there are no entries yet */ 
+			'not_found_in_trash' => __( 'Nothing found in Trash', 'bonestheme' ), /* This displays if there is nothing in the trash */
 			'parent_item_colon' => ''
 			), /* end of arrays */
 			'description' => __( 'This is the example custom post type', 'bonestheme' ), /* Custom Type Description */
@@ -53,9 +53,9 @@ function custom_post_example() {
 	); /* end of register post type */
 	
 	/* this adds your post categories to your custom post type */
-	register_taxonomy_for_object_type('category', 'custom_type');
+	register_taxonomy_for_object_type( 'category', 'custom_type' );
 	/* this adds your post tags to your custom post type */
-	register_taxonomy_for_object_type('post_tag', 'custom_type');
+	register_taxonomy_for_object_type( 'post_tag', 'custom_type' );
 	
 } 
 

+ 1 - 1
library/less/_768up.less

@@ -28,7 +28,7 @@ LAYOUT & GRID STYLES
 }
 
 /*********************
-HEADER SYTLES
+HEADER STYLES
 *********************/
 
 .header {}

+ 2 - 2
library/less/_base.less

@@ -16,7 +16,7 @@ and will be used across all viewports.
 03. LAYOUT & GRID STYLES
 04. LINK STYLES
 05. H1, H2, H3, H4, H5 STYLES
-06. HEADER SYTLES
+06. HEADER STYLES
 07. NAVIGATION STYLES
 08. POSTS & CONTENT STYLES
 09. PAGE NAVI STYLES
@@ -170,7 +170,7 @@ h5, .h5 {
 }
 
 /*********************
-06. HEADER SYTLES
+06. HEADER STYLES
 *********************/
 
 .header {

+ 35 - 88
library/scss/_base.scss

@@ -401,97 +401,44 @@ POSTS & CONTENT STYLES
 PAGE NAVI STYLES
 ******************************************************************/
 
-.page-navigation,
+.pagination,
 .wp-prev-next {
 	margin: 1.1em 0 2.2em;
 }
-	.bones_page_navi {
-
-		li {
-			float: left;
-			margin-left: 10px;
-
-			a {
-				padding: 3px 6px;
-				display: block;
-				text-decoration: none;
-				position: relative;
-
-				&:hover,
-				&:focus {
-					color: #f01d4f;
-					text-decoration: underline;
-				}
-			}
-
-		}
-
-		/* current page link */
-		li.bpn-current {
-			padding: 3px 6px;
-			border-bottom: 2px solid #f01d4f;
-			position: relative;
-
-			a {
-				/* hovering on current page link */
-				&:hover,
-				&:focus {}
-
-			}
-
-		} /* end .bones_page_navi .bpn-current */
-
-		/* common styles for page-navi links */
-		li.bpn-prev-link,
-		li.bpn-next-link {
-			font-weight: 700;
-
-			a {
-				padding: 0;
-			}
-		}
-
-		/* remove the bg on end links */
-		li.bpn-prev-link a:hover,
-		li.bpn-next-link a:hover,
-		li.bpn-first-page-link a:hover,
-		li.bpn-last-page-link a:hover {
-			background: none;
-		}
-
-		/* previous link */
-		li.bpn-prev-link {
-			a {
-				&:hover,
-				&:focus {}
-			}
-		}
-
-		/* next page link */
-		li.bpn-next-link {
-			a {
-				&:hover,
-				&:focus {}
-			}
-		}
-
-		/* first page link */
-		li.bpn-first-page-link {
-			a {
-				&:hover,
-				&:focus {}
-			}
-		}
-
-		/* last page link */
-		li.bpn-last-page-link {
-			a {
-				&:hover,
-				&:focus {}
-			}
-		}
-
-	} /* end .bones_page_navi */
+	.pagination{
+        text-align: center;
+        ul {
+            display: inline-block;
+            white-space: nowrap;
+            padding:0;
+            clear: both;
+            margin: 1px;
+            li {
+                padding: 0;
+                margin: 0;
+                float: left;
+                display: inline;
+                overflow: hidden;
+                a, span {
+                    margin: 0;
+                    text-decoration: none;
+                    padding: 0;
+                    line-height: 1em;
+                    font-size: 1em;
+                    font-weight: normal;
+                    padding: .5em;
+                    min-width: 1em;
+                    display: block;
+                }
+                span.current{
+                	font-weight: bold;
+                }
+                a:hover, a:focus {
+                    
+                }
+            }
+        }
+    } /* end .bones_page_navi */
 
 	/* fallback previous & next links */
 	.wp-prev-next {

+ 1 - 1
library/scss/_mixins.scss

@@ -170,7 +170,7 @@ USAGE: @include transition(all 0.2s ease-in-out);
 /*********************
 CSS3 GRADIENTS
 Be careful with these since they can
-really slow down your CSS. Don't overdue it.
+really slow down your CSS. Don't overdo it.
 *********************/
 
 /* @include css-gradient(#dfdfdf,#f8f8f8); */

BIN
library/translation/fr_FR.mo


+ 429 - 230
library/translation/fr_FR.po

@@ -1,380 +1,579 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: wp theme bones\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-02 22:11+0100\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tags/bones\n"
+"POT-Creation-Date: 2013-04-11 12:54:20+00:00\n"
 "PO-Revision-Date: \n"
-"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
-"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Last-Translator: \n"
+"Language-Team: Pierre-Emmanuel Fringant <pierre.fringant@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-SourceCharset: UTF-8\n"
 "X-Poedit-KeywordsList: __;_e;_n\n"
-"X-Poedit-Basepath: /home/fulgor/GIT/bones\n"
-"Last-Translator: \n"
-"X-Poedit-SearchPath-0: /home/fulgor/GIT/bones\n"
+"X-Generator: Poedit 1.5.5\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Cet article est protégé par un mot de passe. Entrer le mot de passe pour voir les commentaires."
+#: 404.php:13
+msgid "Epic 404 - Article Not Found"
+msgstr "404 Epique - Article non trouvé"
 
-#: comments.php:23
-msgid "Response"
-msgstr "Réponse"
+#: 404.php:19
+msgid ""
+"The article you were looking for was not found, but maybe try looking again!"
+msgstr ""
+"L'article que vous demandez n'a pas été trouvé, essayez une nouvelle "
+"recherche"
+
+#: 404.php:31
+msgid "This is the 404.php template."
+msgstr "Ceci est la page 404.php"
 
-#: comments.php:24
-msgid "Responses"
-msgstr "Réponses"
+#: archive-custom_type.php:19 page-custom.php:23 page.php:17
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span>."
+msgstr ""
+"Publié le <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> par "
+"<span class=\"author\">%3$s</span>."
 
-#: comments.php:25
-msgid "One"
-msgstr "Un"
+#: archive-custom_type.php:19 archive.php:52 functions.php:135
+#: page-custom.php:23 page.php:17 search.php:18 single-custom_type.php:32
+#: taxonomy-custom_cat.php:34
+msgid "F jS, Y"
+msgstr "j F Y"
 
-#: comments.php:26
-msgid "No"
-msgstr "Aucun"
+#: archive-custom_type.php:43 archive.php:78 index.php:42 search.php:41
+#: taxonomy-custom_cat.php:57
+msgid "&laquo; Older Entries"
+msgstr "&laquo; Articles plus anciens"
 
-#: comments.php:32
-msgid "to"
-msgstr "à"
+#: archive-custom_type.php:44 archive.php:79 index.php:43 search.php:42
+#: taxonomy-custom_cat.php:58
+msgid "Newer Entries &raquo;"
+msgstr "Articles plus récents &raquo;"
+
+#: archive-custom_type.php:53 archive.php:88 index.php:52 page-custom.php:46
+#: page.php:40 single-custom_type.php:58 single.php:41
+#: taxonomy-custom_cat.php:67
+msgid "Oops, Post Not Found!"
+msgstr "Article introuvable"
+
+#: archive-custom_type.php:56 archive.php:91 index.php:55 page-custom.php:49
+#: page.php:43 single-custom_type.php:61 single.php:44
+#: taxonomy-custom_cat.php:70
+msgid "Uh Oh. Something is missing. Try double checking things."
+msgstr "Rien à afficher."
+
+#: archive-custom_type.php:59
+msgid "This is the error message in the custom posty type archive template."
+msgstr ""
+"Ceci est le message d'erreur dans la page des archives de type d'article "
+"personnalisé."
+
+#: archive.php:11 taxonomy-custom_cat.php:24
+msgid "Posts Categorized:"
+msgstr "Articles classés dans la catégorie :"
+
+#: archive.php:16
+msgid "Posts Tagged:"
+msgstr "Articles taggés :"
+
+#: archive.php:25
+msgid "Posts By:"
+msgstr "Articles par :"
 
-#: comments.php:59
+#: archive.php:30
+msgid "Daily Archives:"
+msgstr "Archives quotidiennes :"
+
+#: archive.php:35
+msgid "Monthly Archives:"
+msgstr "Archives mensuelles :"
+
+#: archive.php:40
+msgid "Yearly Archives:"
+msgstr "Archives annuelles :"
+
+#: archive.php:52 index.php:17 search.php:18 single-custom_type.php:32
+#: taxonomy-custom_cat.php:34
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&</span> filed under "
+"%4$s."
+msgstr ""
+"Publié le <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> par "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&</span> classé dans "
+"%4$s."
+
+#: archive.php:94
+msgid "This is the error message in the archive.php template."
+msgstr "Ceci est le message d'erreur de la page archive.php."
+
+#: comments.php:12
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+"Cet article est protégé par un mot de passe. Entrer le mot de passe pour "
+"voir les commentaires."
+
+#: comments.php:22
+msgid "<span>No</span> Responses"
+msgstr "<span>Aucun</span> commentaire"
+
+#: comments.php:22
+msgid "<span>One</span> Response"
+msgstr "<span>Un</span> commentaire"
+
+#: comments.php:22
+msgid "<span>%</span> Response"
+msgid_plural "<span>%</span> Responses"
+msgstr[0] "<span>%</span> commentaire"
+msgstr[1] "<span>%</span> commentaires"
+
+#: comments.php:50
 msgid "Comments are closed."
 msgstr "Les commentaires sont clos."
 
-#: comments.php:70
+#: comments.php:61
 msgid "Leave a Reply"
-msgstr "Laisser une réponse"
+msgstr "Laisser un commentaire"
 
-#: comments.php:70
-#, php-format
+#: comments.php:61
 msgid "Leave a Reply to %s"
-msgstr "Laisser une réponse à %s"
-
-#: comments.php:78
-msgid "You must be"
-msgstr "Vous devez être"
-
-#: comments.php:78
-msgid "logged in"
-msgstr "identifié"
+msgstr "Répondre à %s"
 
-#: comments.php:78
-msgid "to post a comment"
-msgstr "pour laisser un commentaire."
+#: comments.php:69
+msgid "You must be %1$slogged in%2$s to post a comment."
+msgstr "Vous devez être %1$sconnecté%2$s pour laisser un commentaire."
 
-#: comments.php:86
+#: comments.php:77
 msgid "Logged in as"
-msgstr "Connecté comme"
+msgstr "Connecté en tant que"
 
-#: comments.php:86
+#: comments.php:77
 msgid "Log out of this account"
 msgstr "Se déconnecter de ce compte"
 
-#: comments.php:86
+#: comments.php:77
 msgid "Log out"
 msgstr "Se déconnecter"
 
-#: comments.php:93
+#: comments.php:77
+msgid "&raquo;"
+msgstr "&raquo;"
+
+#: comments.php:84
 msgid "Name"
 msgstr "Nom"
 
-#: comments.php:93
-#: comments.php:98
+#: comments.php:84 comments.php:89
 msgid "(required)"
 msgstr "(requis)"
 
-#: comments.php:94
-msgid "Your Name"
-msgstr "Votre nom"
+#: comments.php:85
+msgid "Your Name*"
+msgstr "Votre nom*"
 
-#: comments.php:98
-msgid "Email"
+#: comments.php:89
+msgid "Mail"
 msgstr "Email"
 
-#: comments.php:99
-msgid "Your Email"
-msgstr "Votre Email"
+#: comments.php:90
+msgid "Your E-Mail*"
+msgstr "Votre Email*"
 
-#: comments.php:100
-msgid "will not be published"
-msgstr "ne sera pas publié"
+#: comments.php:91
+msgid "(will not be published)"
+msgstr "(ne sera pas publié)"
 
-#: comments.php:104
+#: comments.php:95
 msgid "Website"
 msgstr "Site internet"
 
-#: comments.php:105
-msgid "Your Website"
+#: comments.php:96
+msgid "Got a website?"
 msgstr "Votre site internet"
 
-#: comments.php:112
-msgid "Your Comment Here..."
-msgstr "Vote commentaire ici..."
+#: comments.php:103
+msgid "Your Comment here..."
+msgstr "Votre commentaire ici…"
 
-#: comments.php:115
-msgid "Submit Comment"
-msgstr "Soumettre un commentaire"
+#: comments.php:106
+msgid "Submit"
+msgstr "Envoyer"
 
-#: comments.php:120
+#: comments.php:111
 msgid "You can use these tags"
-msgstr "Vous pouvez utiliser ces tags"
+msgstr "Vous pouvez utiliser ces balises"
 
-#: header.php:23
-#, php-format
-msgid "Page %s"
-msgstr "Page %s"
+#: functions.php:79
+msgid "Sidebar 1"
+msgstr "Barre latérale 1"
 
-#: taxonomy-custom_cat.php:22
-#: archive.php:9
-msgid "Posts Categorized:"
-msgstr "Archive des articles sous la catégorie :"
-
-#: taxonomy-custom_cat.php:32
-#: embed-post_meta.php:1
-#: single-custom_type.php:30
-msgid "Posted"
-msgstr "Publié"
-
-#: taxonomy-custom_cat.php:32
-#: embed-post_meta.php:1
-#: single-custom_type.php:30
-msgid "by"
-msgstr "par"
-
-#: taxonomy-custom_cat.php:32
-#: embed-post_meta.php:1
-#: single-custom_type.php:30
-msgid "filed under"
-msgstr "dans la catégorie"
-
-#: taxonomy-custom_cat.php:41
-msgid "Read more"
-msgstr "En lire plus"
-
-#: functions.php:103
+#: functions.php:80
+msgid "The first (primary) sidebar."
+msgstr "La première et principale barre latérale."
+
+#: functions.php:134
+msgid "<cite class=\"fn\">%s</cite>"
+msgstr "<cite class=\"fn\">%s</cite>"
+
+#: functions.php:136
 msgid "(Edit)"
 msgstr "(Editer)"
 
-#: functions.php:107
+#: functions.php:140
 msgid "Your comment is awaiting moderation."
 msgstr "Votre commentaire est en attente de modération"
 
-#: functions.php:124
+#: functions.php:157
 msgid "Search for:"
-msgstr "Recherche pour :"
+msgstr "Rechercher :"
 
-#: functions.php:125
+#: functions.php:158
 msgid "Search the Site..."
-msgstr "Chercher sur le site..."
-
-#: 404.php:11
-msgid "Epic 404 - Article Not Found"
-msgstr "404 Epique - Article non trouvé"
-
-#: 404.php:17
-msgid "The article you were looking for was not found, but maybe try looking again!"
-msgstr "L'article que vous demandez est inexistant, effectuez plutôt une recherche"
-
-#: search.php:7
-msgid "Search Results for:"
-msgstr "Résultats de recherche pour :"
-
-#: search.php:23
-msgid "Read more on"
-msgstr "En lire plus sur"
-
-#: archive.php:13
-msgid "Posts Tagged:"
-msgstr "Articles taggés :"
-
-#: archive.php:17
-#: author.php:8
-msgid "Posts By:"
-msgstr "Articles par :"
-
-#: archive.php:21
-msgid "Daily Archives:"
-msgstr "Archives quotidiennes :"
-
-#: archive.php:25
-msgid "Monthly Archives:"
-msgstr "Archives mensuelles :"
+msgstr "Chercher sur le site…"
 
-#: archive.php:29
-msgid "Yearly Archives:"
-msgstr "Archives annuelles :"
+#: functions.php:159
+msgid "Search"
+msgstr "Recherche"
 
-#: single-custom_type.php:43
-msgid "Custom Tags"
-msgstr "Tags personnalisés"
+#: index.php:27 page-custom.php:34 page.php:28 single.php:27
+msgid "Tags:"
+msgstr "Tags :"
 
-#: embed-tags.php:3
-msgid "Tag"
-msgstr "Tag"
+#: index.php:58
+msgid "This is the error message in the index.php template."
+msgstr "Ceci est le message d'erreur de la page index.php."
 
-#: embed-tags.php:3
-msgid "Tags"
-msgstr "Tags"
+#: library/admin.php:66
+msgid "j F Y @ g:i a"
+msgstr "j F Y à G:i"
 
-#: image.php:20
-msgid "Read the rest of this entry"
-msgstr "Lire la suite de cette article"
+#: library/admin.php:78
+msgid "Recently on Themble (Customize on admin.php)"
+msgstr "Récemment sur Themble (Changer dans le fichier admin.php)"
 
-#: image.php:38
-msgid "Sorry, no attachments matched your criteria."
-msgstr "Désolé, aucun attachement ne correspond à vos critères."
+#: library/admin.php:125
+msgid ""
+"<span id=\"footer-thankyou\">Developed by <a href=\"http://yoursite.com\" "
+"target=\"_blank\">Your Site Name</a></span>. Built using <a href=\"http://"
+"themble.com/bones\" target=\"_blank\">Bones</a>."
+msgstr ""
+"<span id=\"footer-thankyou\">Developpé par <a href=\"http://votresite.com\" "
+"target=\"_blank\">Votre Nom</a></span>. Thème basé sur <a href=\"http://"
+"themble.com/bones\" target=\"_blank\">Bones</a>."
 
-#: embed-prev_next.php:3
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Anciens articles"
+#: library/bones.php:213 library/bones.php:230
+msgid "The Main Menu"
+msgstr "Le Menu Principal"
 
-#: embed-prev_next.php:4
-msgid "Newer Entries &raquo;"
-msgstr "Nouveaux articles &raquo;"
+#: library/bones.php:214 library/bones.php:248
+msgid "Footer Links"
+msgstr "Liens du pied de page"
 
-#: footer.php:9
-msgid "is powered by"
-msgstr "est propulsé par"
+#: library/bones.php:300
+msgid "No Related Posts Yet!"
+msgstr "Aucun article en rapport"
 
-#: embed-not_found.php:3
-msgid "Not Found"
-msgstr "Non trouvé"
+#: library/bones.php:344
+msgid "First"
+msgstr "Début"
 
-#: embed-not_found.php:6
-msgid "Sorry, but the requested resource was not found on this site."
-msgstr "Désolé mais la ressource recherchée est introuvable sur ce site."
+#: library/bones.php:361
+msgid "Last"
+msgstr "Fin"
 
-#: sidebar.php:15
-msgid "Please activate some Widgets."
-msgstr "Veuillez activer quelques widgets."
+#: library/bones.php:380
+msgid "Read"
+msgstr "Lire"
 
-#: library/bones.php:52
+#: library/bones.php:380 search.php:24
 msgid "Read more &raquo;"
-msgstr "En lire plus &raquo;"
+msgstr "Lire la suite &raquo;"
+
+#: library/bones.php:395
+msgid "Posts by %s"
+msgstr "Articles par %s"
 
 #: library/custom-post-type.php:24
 msgid "Custom Types"
-msgstr "Types personalisés"
+msgstr "Types personnalisés"
 
 #: library/custom-post-type.php:25
 msgid "Custom Post"
-msgstr "Article personalisé"
+msgstr "Article personnalisé"
 
 #: library/custom-post-type.php:26
+msgid "All Custom Posts"
+msgstr "Articles personnalisés"
+
+#: library/custom-post-type.php:27
 msgid "Add New"
 msgstr "Ajouter nouveau"
 
-#: library/custom-post-type.php:27
+#: library/custom-post-type.php:28
 msgid "Add New Custom Type"
-msgstr "Ajouter un nouveau type personalisé"
+msgstr "Ajouter un nouveau type personnalisé"
 
-#: library/custom-post-type.php:28
+#: library/custom-post-type.php:29
 msgid "Edit"
 msgstr "Editer"
 
-#: library/custom-post-type.php:29
+#: library/custom-post-type.php:30
 msgid "Edit Post Types"
 msgstr "Editer les types d'article"
 
-#: library/custom-post-type.php:30
+#: library/custom-post-type.php:31
 msgid "New Post Type"
 msgstr "Nouveau type d'article"
 
-#: library/custom-post-type.php:31
+#: library/custom-post-type.php:32
 msgid "View Post Type"
 msgstr "Voir le type d'article"
 
-#: library/custom-post-type.php:32
+#: library/custom-post-type.php:33
 msgid "Search Post Type"
 msgstr "Rechercher un type d'article"
 
-#: library/custom-post-type.php:33
+#: library/custom-post-type.php:34
 msgid "Nothing found in the Database."
 msgstr "Rien trouvé dans la base de données"
 
-#: library/custom-post-type.php:34
+#: library/custom-post-type.php:35
 msgid "Nothing found in Trash"
 msgstr "Rien trouvé dans la corbeille"
 
-#: library/custom-post-type.php:37
+#: library/custom-post-type.php:38
 msgid "This is the example custom post type"
-msgstr "Ceci est un exemple de type d'article personalisé"
+msgstr "Ceci est un exemple de type d'article personnalisé"
 
-#: library/custom-post-type.php:73
+#: library/custom-post-type.php:75
 msgid "Custom Categories"
-msgstr "Catégories personalisées"
+msgstr "Catégories personnalisées"
 
-#: library/custom-post-type.php:74
+#: library/custom-post-type.php:76
 msgid "Custom Category"
-msgstr "Catégorie personalisée"
+msgstr "Catégorie personnalisée"
 
-#: library/custom-post-type.php:75
+#: library/custom-post-type.php:77
 msgid "Search Custom Categories"
-msgstr "Rechercher dans les catégories personalisées"
+msgstr "Rechercher dans les catégories personnalisées"
 
-#: library/custom-post-type.php:76
+#: library/custom-post-type.php:78
 msgid "All Custom Categories"
-msgstr "Toutes les catégories personalisées"
+msgstr "Toutes les catégories personnalisées"
 
-#: library/custom-post-type.php:77
+#: library/custom-post-type.php:79
 msgid "Parent Custom Category"
-msgstr "Catégorie personalisée parente"
+msgstr "Catégorie personnalisée parente"
 
-#: library/custom-post-type.php:78
+#: library/custom-post-type.php:80
 msgid "Parent Custom Category:"
-msgstr "Catégorie personalisée parente :"
+msgstr "Catégorie personnalisée parente :"
 
-#: library/custom-post-type.php:79
+#: library/custom-post-type.php:81
 msgid "Edit Custom Category"
-msgstr "Editer la catégorie personalisée"
+msgstr "Editer la catégorie personnalisée"
 
-#: library/custom-post-type.php:80
+#: library/custom-post-type.php:82
 msgid "Update Custom Category"
-msgstr "Mettre à jour la catégorie personalisée"
+msgstr "Mettre à jour la catégorie personnalisée"
 
-#: library/custom-post-type.php:81
+#: library/custom-post-type.php:83
 msgid "Add New Custom Category"
-msgstr "Ajouter une catégorie personalisée"
+msgstr "Ajouter une catégorie personnalisée"
 
-#: library/custom-post-type.php:82
+#: library/custom-post-type.php:84
 msgid "New Custom Category Name"
-msgstr "Nouveau libellé de catégorie personalisée"
+msgstr "Nouveau libellé de catégorie personnalisée"
 
-#: library/custom-post-type.php:95
+#: library/custom-post-type.php:98
+msgid "Custom Tags"
+msgstr "Tags personnalisés"
+
+#: library/custom-post-type.php:99
 msgid "Custom Tag"
 msgstr "Tag personnalisé"
 
-#: library/custom-post-type.php:96
+#: library/custom-post-type.php:100
 msgid "Search Custom Tags"
-msgstr "Rechercher un tag personalisé"
+msgstr "Rechercher un tag personnalisé"
 
-#: library/custom-post-type.php:97
+#: library/custom-post-type.php:101
 msgid "All Custom Tags"
-msgstr "Tous les tags personalisés"
+msgstr "Tous les tags personnalisés"
 
-#: library/custom-post-type.php:98
+#: library/custom-post-type.php:102
 msgid "Parent Custom Tag"
-msgstr "Tag personalisé parent"
+msgstr "Tag personnalisé parent"
 
-#: library/custom-post-type.php:99
+#: library/custom-post-type.php:103
 msgid "Parent Custom Tag:"
-msgstr "Tag personalisé parent :"
+msgstr "Tag personnalisé parent :"
 
-#: library/custom-post-type.php:100
+#: library/custom-post-type.php:104
 msgid "Edit Custom Tag"
-msgstr "Editer le tag personalisé"
+msgstr "Editer le tag personnalisé"
 
-#: library/custom-post-type.php:101
+#: library/custom-post-type.php:105
 msgid "Update Custom Tag"
-msgstr "Mettre à jour le tag personalisé"
+msgstr "Mettre à jour le tag personnalisé"
 
-#: library/custom-post-type.php:102
+#: library/custom-post-type.php:106
 msgid "Add New Custom Tag"
-msgstr "Ajouter un nouveau tag personalisé"
+msgstr "Ajouter un nouveau tag personnalisé"
 
-#: library/custom-post-type.php:103
+#: library/custom-post-type.php:107
 msgid "New Custom Tag Name"
-msgstr "Libellé du nouveau tag personalisé"
+msgstr "Libellé du nouveau tag personnalisé"
+
+#: page-custom.php:52
+msgid "This is the error message in the page-custom.php template."
+msgstr "Ceci est le message d'erreur de la page "
+
+#: page.php:46
+msgid "This is the error message in the page.php template."
+msgstr "Ceci est le message d'erreur de la page "
+
+#: search.php:8
+msgid "Search Results for:"
+msgstr "Résultats de recherche pour :"
+
+#: search.php:51
+msgid "Sorry, No Results."
+msgstr "Désolé, aucun résultat."
+
+#: search.php:54
+msgid "Try your search again."
+msgstr "Tentez une autre recherche."
+
+#: search.php:57
+msgid "This is the error message in the search.php template."
+msgstr "Ceci est le message d'erreur de la page search.php."
+
+#: sidebar.php:12
+msgid "Please activate some Widgets."
+msgstr "Veuillez activer quelques widgets."
+
+#: single-custom_type.php:44
+msgid "Custom Tags:"
+msgstr "Tags personnalisés :"
+
+#: single-custom_type.php:64
+msgid "This is the error message in the single-custom_type.php template."
+msgstr ""
+"Ceci est le message d'erreur de la page single-custom_type.php template."
+
+#: single.php:17
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&amp;</span> filed "
+"under %4$s."
+msgstr ""
+"Publié le <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> par "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&</span> classé dans "
+"%4$s."
+
+#: single.php:47
+msgid "This is the error message in the single.php template."
+msgstr "Ceci est le message d'erreur de la page single.php template."
+
+#: taxonomy-custom_cat.php:40
+msgid "Read More &raquo;"
+msgstr "En lire plus &raquo;"
+
+#: taxonomy-custom_cat.php:73
+msgid "This is the error message in the taxonomy-custom_cat.php template."
+msgstr "Ceci est le message d'erreur de la page taxonomy-custom_cat.php."
+
+#. Theme Name of the plugin/theme
+msgid "Bones (Rename Me!)"
+msgstr "Bones (renommez moi !)"
+
+#. Theme URI of the plugin/theme
+msgid "http://www.themble.com/bones"
+msgstr "http://www.themble.com/bones"
+
+#. Description of the plugin/theme
+msgid ""
+"This site was built using the Bones Development Theme. For more information "
+"about Bones or to view documentation, you can visit the <a href=\"https://"
+"github.com/eddiemachado/bones/issues\" title=\"Bones Issues\">Bones Issues</"
+"a> page on Github. You'll want to customize this for your clients with your "
+"own information."
+msgstr ""
+"Site construit à partir du thème de développement Bones. Pour plus "
+"d'informations à propos de Bones ou pour lire la documentation, rendez vous "
+"sur la page <a href=\"https://github.com/eddiemachado/bones/issues\" title="
+"\"Bones Issues\">Bones Issues</a> sur Github. Vous pouvez éditer le présent "
+"texte pour y mettre vos propres informations à destination de vos clients."
+
+#. Author of the plugin/theme
+msgid "Your Name Here"
+msgstr "Votre nom ici"
+
+#. Author URI of the plugin/theme
+msgid "http://www.yoururlhere.com"
+msgstr "http://www.votresite.com"
+
+#. Template Name of the plugin/theme
+msgid "Custom Page Example"
+msgstr "Exemple de page personnalisée"
+
+#~ msgid "Response"
+#~ msgstr "Réponse"
+
+#~ msgid "Responses"
+#~ msgstr "Réponses"
+
+#~ msgid "One"
+#~ msgstr "Un"
+
+#~ msgid "No"
+#~ msgstr "Aucun"
+
+#~ msgid "to"
+#~ msgstr "à"
+
+#~ msgid "You must be"
+#~ msgstr "Vous devez être"
+
+#~ msgid "logged in"
+#~ msgstr "identifié"
+
+#~ msgid "to post a comment"
+#~ msgstr "pour laisser un commentaire."
+
+#~ msgid "Email"
+#~ msgstr "Email"
+
+#~ msgid "Page %s"
+#~ msgstr "Page %s"
+
+#~ msgid "Posted"
+#~ msgstr "Publié"
+
+#~ msgid "by"
+#~ msgstr "par"
+
+#~ msgid "filed under"
+#~ msgstr "dans la catégorie"
+
+#~ msgid "Read more on"
+#~ msgstr "En lire plus sur"
+
+#~ msgid "Tag"
+#~ msgstr "Tag"
+
+#~ msgid "Read the rest of this entry"
+#~ msgstr "Lire la suite de cette article"
+
+#~ msgid "Sorry, no attachments matched your criteria."
+#~ msgstr "Désolé, aucun attachement ne correspond à vos critères."
+
+#~ msgid "is powered by"
+#~ msgstr "est propulsé par"
 
+#~ msgid "Sorry, but the requested resource was not found on this site."
+#~ msgstr "Désolé mais la ressource recherchée est introuvable sur ce site."

BIN
library/translation/ja.mo


+ 492 - 0
library/translation/ja.po

@@ -0,0 +1,492 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp theme bones\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-05-13 23:41+0900\n"
+"PO-Revision-Date: \n"
+"Last-Translator: hayashikejinan <hayashikejinan@gmail.com>\n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-KeywordsList: __;_e;_n;esc_attr_e;esc_attr__;esc_html_e;esc_html__;"
+"_x\n"
+"X-Poedit-Basepath: .\n"
+"X-Generator: Poedit 1.5.5\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-SearchPath-0: ../..\n"
+
+#: ../../404.php:13
+msgid "Epic 404 - Article Not Found"
+msgstr "404エラー ページが見つかりません"
+
+#: ../../404.php:19
+msgid ""
+"The article you were looking for was not found, but maybe try looking again!"
+msgstr "ページが見つかりませんでした。"
+
+#: ../../404.php:31
+msgid "This is the 404.php template."
+msgstr ""
+
+#: ../../archive-custom_type.php:19 ../../page-custom.php:23 ../../page.php:17
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span>."
+msgstr ""
+"<time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> | <span class="
+"\"author\">%3$s</span>"
+
+#: ../../archive-custom_type.php:19 ../../archive.php:52
+#: ../../functions.php:135 ../../page-custom.php:23 ../../page.php:17
+#: ../../search.php:18 ../../single-custom_type.php:32
+#: ../../taxonomy-custom_cat.php:34
+msgid "F jS, Y"
+msgstr "Y年n月j日"
+
+#: ../../archive-custom_type.php:43 ../../archive.php:78 ../../index.php:43
+#: ../../search.php:41 ../../taxonomy-custom_cat.php:57
+msgid "&laquo; Older Entries"
+msgstr "&laquo; 前の記事へ"
+
+#: ../../archive-custom_type.php:44 ../../archive.php:79 ../../index.php:44
+#: ../../search.php:42 ../../taxonomy-custom_cat.php:58
+msgid "Newer Entries &raquo;"
+msgstr "次の記事へ &raquo;"
+
+#: ../../archive-custom_type.php:53 ../../archive.php:88 ../../index.php:53
+#: ../../page-custom.php:46 ../../page.php:40 ../../single-custom_type.php:58
+#: ../../single.php:41 ../../taxonomy-custom_cat.php:67
+msgid "Oops, Post Not Found!"
+msgstr "投稿が見つかりません"
+
+#: ../../archive-custom_type.php:56 ../../archive.php:91 ../../index.php:56
+#: ../../page-custom.php:49 ../../page.php:43 ../../single-custom_type.php:61
+#: ../../single.php:44 ../../taxonomy-custom_cat.php:70
+msgid "Uh Oh. Something is missing. Try double checking things."
+msgstr ""
+
+#: ../../archive-custom_type.php:59
+msgid "This is the error message in the custom posty type archive template."
+msgstr ""
+
+#: ../../archive.php:11 ../../taxonomy-custom_cat.php:24
+msgid "Posts Categorized:"
+msgstr "カテゴリー別アーカイブ:"
+
+#: ../../archive.php:16
+msgid "Posts Tagged:"
+msgstr "タグ別アーカイブ:"
+
+#: ../../archive.php:25
+msgid "Posts By:"
+msgstr "投稿者:"
+
+#: ../../archive.php:30
+msgid "Daily Archives:"
+msgstr "日別アーカイブ:"
+
+#: ../../archive.php:35
+msgid "Monthly Archives:"
+msgstr "月別アーカイブ:"
+
+#: ../../archive.php:40
+msgid "Yearly Archives:"
+msgstr "年別アーカイブ:"
+
+#: ../../archive.php:52 ../../index.php:17 ../../search.php:18
+#: ../../single-custom_type.php:32 ../../taxonomy-custom_cat.php:34
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&</span> filed under "
+"%4$s."
+msgstr ""
+"<time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> | <span class="
+"\"author\">%3$s</span> | %4$s"
+
+#: ../../archive.php:94
+msgid "This is the error message in the archive.php template."
+msgstr ""
+
+#: ../../comments.php:12
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+"この投稿はパスワードで保護されています。コメントを閲覧するにはパスワードを入"
+"力してください。"
+
+#: ../../comments.php:22
+msgid "<span>No</span> Responses"
+msgstr "コメントはありません"
+
+#: ../../comments.php:22
+msgid "<span>One</span> Response"
+msgstr "<span>1件</span>のコメント"
+
+#: ../../comments.php:22
+msgid "<span>%</span> Response"
+msgstr "<span>%件</span>のコメント"
+
+#: ../../comments.php:50
+msgid "Comments are closed."
+msgstr "コメントは閉鎖されています。"
+
+#: ../../comments.php:61
+msgid "Leave a Reply"
+msgstr "コメントをどうぞ"
+
+#: ../../comments.php:61
+#, php-format
+msgid "Leave a Reply to %s"
+msgstr "%s へ返信"
+
+#: ../../comments.php:69
+#, php-format
+msgid "You must be %1$slogged in%2$s to post a comment."
+msgstr ""
+
+#: ../../comments.php:77
+msgid "Logged in as"
+msgstr "ログイン中"
+
+#: ../../comments.php:77
+msgid "Log out of this account"
+msgstr "このアカウントをログアウトする"
+
+#: ../../comments.php:77
+msgid "Log out"
+msgstr "ログアウト"
+
+#: ../../comments.php:77
+msgid "&raquo;"
+msgstr "&raquo;"
+
+#: ../../comments.php:84
+msgid "Name"
+msgstr "お名前"
+
+#: ../../comments.php:84 ../../comments.php:89
+msgid "(required)"
+msgstr "(必須)"
+
+#: ../../comments.php:85
+msgid "Your Name*"
+msgstr "あなたのお名前*"
+
+#: ../../comments.php:89
+msgid "Mail"
+msgstr "メールアドレス"
+
+#: ../../comments.php:90
+msgid "Your E-Mail*"
+msgstr "あなたのメールアドレス*"
+
+#: ../../comments.php:91
+msgid "(will not be published)"
+msgstr "(非公開)"
+
+#: ../../comments.php:95
+msgid "Website"
+msgstr "ウェブサイト"
+
+#: ../../comments.php:96
+msgid "Got a website?"
+msgstr "Webサイトを訪れる"
+
+#: ../../comments.php:103
+msgid "Your Comment here..."
+msgstr "コメントを入力して下さい…"
+
+#: ../../comments.php:106
+msgid "Submit"
+msgstr "送信"
+
+#: ../../comments.php:111
+msgid "You can use these tags"
+msgstr "これらのタグを使うことができます"
+
+#: ../../functions.php:79
+msgid "Sidebar 1"
+msgstr "サイドバー 1"
+
+#: ../../functions.php:80
+msgid "The first (primary) sidebar."
+msgstr "メインのサイドバー"
+
+#: ../../functions.php:134
+#, php-format
+msgid "<cite class=\"fn\">%s</cite>"
+msgstr "<cite class=\"fn\">%s</cite>"
+
+#: ../../functions.php:136
+msgid "(Edit)"
+msgstr "(編集)"
+
+#: ../../functions.php:140
+msgid "Your comment is awaiting moderation."
+msgstr "あなたのコメントは管理者の承認待ちです。"
+
+#: ../../functions.php:157
+msgid "Search for:"
+msgstr "検索:"
+
+#: ../../functions.php:158
+msgid "Search the Site..."
+msgstr "このサイト内を検索…"
+
+#: ../../functions.php:159
+msgid "Search"
+msgstr "検索"
+
+#: ../../index.php:28 ../../page-custom.php:34 ../../page.php:28
+#: ../../single.php:27
+msgid "Tags:"
+msgstr "タグ:"
+
+#: ../../index.php:59
+msgid "This is the error message in the index.php template."
+msgstr ""
+
+#: ../../page-custom.php:52
+msgid "This is the error message in the page-custom.php template."
+msgstr ""
+
+#: ../../page.php:46
+msgid "This is the error message in the page.php template."
+msgstr ""
+
+#: ../../search.php:8
+msgid "Search Results for:"
+msgstr "検索結果:"
+
+#: ../../search.php:24 ../../library/bones.php:380
+msgid "Read more &raquo;"
+msgstr "もっと読む &raquo;"
+
+#: ../../search.php:51
+msgid "Sorry, No Results."
+msgstr "表示できるものがありません。"
+
+#: ../../search.php:54
+msgid "Try your search again."
+msgstr "もう一度検索してみてださい。"
+
+#: ../../search.php:57
+msgid "This is the error message in the search.php template."
+msgstr ""
+
+#: ../../sidebar.php:12
+msgid "Please activate some Widgets."
+msgstr "いくつかのウィジェットを有効にしてください。"
+
+#: ../../single-custom_type.php:44
+msgid "Custom Tags:"
+msgstr "カスタムタグ:"
+
+#: ../../single-custom_type.php:64
+msgid "This is the error message in the single-custom_type.php template."
+msgstr ""
+
+#: ../../single.php:17
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&amp;</span> filed "
+"under %4$s."
+msgstr ""
+"<time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> | <span class="
+"\"author\">%3$s</span> | %4$s"
+
+#: ../../single.php:47
+msgid "This is the error message in the single.php template."
+msgstr ""
+
+#: ../../taxonomy-custom_cat.php:40
+msgid "Read More &raquo;"
+msgstr "もっと読む &raquo;"
+
+#: ../../taxonomy-custom_cat.php:73
+msgid "This is the error message in the taxonomy-custom_cat.php template."
+msgstr ""
+
+#: ../../library/admin.php:66
+msgid "j F Y @ g:i a"
+msgstr "Y年月j日 G:i"
+
+#: ../../library/admin.php:78
+msgid "Recently on Themble (Customize on admin.php)"
+msgstr "Thembleの最新ニュース (admin.php のカスタム)"
+
+#: ../../library/admin.php:125
+msgid ""
+"<span id=\"footer-thankyou\">Developed by <a href=\"http://yoursite.com\" "
+"target=\"_blank\">Your Site Name</a></span>. Built using <a href=\"http://"
+"themble.com/bones\" target=\"_blank\">Bones</a>."
+msgstr ""
+"<span id=\"footer-thankyou\">開発者: <a href=\"http://yoursite.com\" target="
+"\"_blank\">Your Site Name</a></span>。 <a href=\"http://themble.com/bones\" "
+"target=\"_blank\">Bones</a> を使用。"
+
+#: ../../library/bones.php:213 ../../library/bones.php:230
+msgid "The Main Menu"
+msgstr "メインメニュー"
+
+#: ../../library/bones.php:214 ../../library/bones.php:248
+msgid "Footer Links"
+msgstr "フッターのリンク"
+
+#: ../../library/bones.php:300
+msgid "No Related Posts Yet!"
+msgstr "関連する記事はありません。"
+
+#: ../../library/bones.php:344
+msgid "First"
+msgstr "最初"
+
+#: ../../library/bones.php:361
+msgid "Last"
+msgstr "最後"
+
+#: ../../library/bones.php:380
+msgid "Read"
+msgstr ""
+
+#: ../../library/bones.php:395
+#, php-format
+msgid "Posts by %s"
+msgstr ""
+
+#: ../../library/custom-post-type.php:24
+msgid "Custom Types"
+msgstr "カスタム投稿タイプ"
+
+#: ../../library/custom-post-type.php:25
+msgid "Custom Post"
+msgstr "カスタム投稿"
+
+#: ../../library/custom-post-type.php:26
+msgid "All Custom Posts"
+msgstr "カスタム投稿一覧"
+
+#: ../../library/custom-post-type.php:27
+msgid "Add New"
+msgstr "新規追加"
+
+#: ../../library/custom-post-type.php:28
+msgid "Add New Custom Type"
+msgstr "新規カスタム投稿タイプを追加"
+
+#: ../../library/custom-post-type.php:29
+msgid "Edit"
+msgstr "編集"
+
+#: ../../library/custom-post-type.php:30
+msgid "Edit Post Types"
+msgstr "カスタム投稿を編集"
+
+#: ../../library/custom-post-type.php:31
+msgid "New Post Type"
+msgstr ""
+
+#: ../../library/custom-post-type.php:32
+msgid "View Post Type"
+msgstr "カスタム投稿を表示"
+
+#: ../../library/custom-post-type.php:33
+msgid "Search Post Type"
+msgstr "投稿タイプを検索"
+
+#: ../../library/custom-post-type.php:34
+msgid "Nothing found in the Database."
+msgstr "投稿が見つかりませんでした。"
+
+#: ../../library/custom-post-type.php:35
+msgid "Nothing found in Trash"
+msgstr "ゴミ箱は空です。"
+
+#: ../../library/custom-post-type.php:38
+msgid "This is the example custom post type"
+msgstr ""
+
+#: ../../library/custom-post-type.php:75
+msgid "Custom Categories"
+msgstr "カスタムカテゴリ"
+
+#: ../../library/custom-post-type.php:76
+msgid "Custom Category"
+msgstr "カスタムカテゴリ"
+
+#: ../../library/custom-post-type.php:77
+msgid "Search Custom Categories"
+msgstr "カスタムカテゴリーを検索"
+
+#: ../../library/custom-post-type.php:78
+msgid "All Custom Categories"
+msgstr "カスタムカテゴリ一覧"
+
+#: ../../library/custom-post-type.php:79
+msgid "Parent Custom Category"
+msgstr "親のカスタムカテゴリー"
+
+#: ../../library/custom-post-type.php:80
+msgid "Parent Custom Category:"
+msgstr "親のカスタムカテゴリー:"
+
+#: ../../library/custom-post-type.php:81
+msgid "Edit Custom Category"
+msgstr "カスタムカテゴリーを編集"
+
+#: ../../library/custom-post-type.php:82
+msgid "Update Custom Category"
+msgstr "カスタムカテゴリーを更新"
+
+#: ../../library/custom-post-type.php:83
+msgid "Add New Custom Category"
+msgstr "新規カスタムカテゴリーを追加"
+
+#: ../../library/custom-post-type.php:84
+msgid "New Custom Category Name"
+msgstr ""
+
+#: ../../library/custom-post-type.php:98
+msgid "Custom Tags"
+msgstr "カスタムタグ"
+
+#: ../../library/custom-post-type.php:99
+msgid "Custom Tag"
+msgstr "カスタムタグ"
+
+#: ../../library/custom-post-type.php:100
+msgid "Search Custom Tags"
+msgstr "カスタムタグを検索"
+
+#: ../../library/custom-post-type.php:101
+msgid "All Custom Tags"
+msgstr "カスタムタグ一覧"
+
+#: ../../library/custom-post-type.php:102
+msgid "Parent Custom Tag"
+msgstr "親のカスタムタグ"
+
+#: ../../library/custom-post-type.php:103
+msgid "Parent Custom Tag:"
+msgstr "親のカスタムタグ:"
+
+#: ../../library/custom-post-type.php:104
+msgid "Edit Custom Tag"
+msgstr "カスタムタグを編集"
+
+#: ../../library/custom-post-type.php:105
+msgid "Update Custom Tag"
+msgstr "カスタムタグを更新"
+
+#: ../../library/custom-post-type.php:106
+msgid "Add New Custom Tag"
+msgstr "新規カスタムタグを追加"
+
+#: ../../library/custom-post-type.php:107
+msgid "New Custom Tag Name"
+msgstr ""

BIN
library/translation/lt_LT.mo


+ 361 - 0
library/translation/lt_LT.po

@@ -0,0 +1,361 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp theme bones\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-09-02 17:52+0200\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Statsenko Vladimir <vovchiksta@gmail.com>\n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Language: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-KeywordsList: __;_e;_n\n"
+"X-Poedit-Basepath: ../\n"
+"X-Generator: Poedit 1.5.7\n"
+"X-Poedit-SearchPath-0: ..\n"
+
+#: ../404.php:13
+msgid "Epic 404 - Article Not Found"
+msgstr "Klaida 404 - Puslapis nerastas"
+
+#: ../404.php:19
+msgid ""
+"The article you were looking for was not found, but maybe try looking again!"
+msgstr "Straipsnis kurio ieškojote nerastas, tačiau galite pabandyti dar kartą"
+
+#: ../404.php:31
+msgid "This is the 404.php template."
+msgstr "Tai 404.php šablonas"
+
+#: ../archive-custom_type.php:19 ../archive.php:48 ../index.php:17
+#: ../page-custom.php:23 ../page.php:17 ../search.php:19
+#: ../single-custom_type.php:32 ../single.php:17 ../taxonomy-custom_cat.php:34
+msgid "Posted"
+msgstr "Publikuota"
+
+#: ../archive-custom_type.php:19 ../archive.php:48 ../index.php:17
+#: ../page-custom.php:23 ../page.php:17 ../search.php:19
+#: ../single-custom_type.php:32 ../single.php:17 ../taxonomy-custom_cat.php:34
+msgid "by"
+msgstr "autorius"
+
+#: ../archive-custom_type.php:44 ../archive.php:75 ../index.php:44
+#: ../search.php:43 ../taxonomy-custom_cat.php:59
+msgid "&laquo; Older Entries"
+msgstr "&laquo; Senesni įrašai"
+
+#: ../archive-custom_type.php:45 ../archive.php:76 ../index.php:45
+#: ../search.php:44 ../taxonomy-custom_cat.php:60
+msgid "Newer Entries &raquo;"
+msgstr "Naujesni įrašai &raquo;"
+
+#: ../archive-custom_type.php:54 ../archive.php:85 ../index.php:54
+#: ../page-custom.php:47 ../page.php:41 ../single-custom_type.php:58
+#: ../single.php:41 ../taxonomy-custom_cat.php:69
+msgid "Oops, Post Not Found!"
+msgstr "Atsiprašome įrašas nerastas"
+
+#: ../archive-custom_type.php:57 ../archive.php:88 ../index.php:57
+#: ../page-custom.php:50 ../page.php:44 ../single-custom_type.php:61
+#: ../single.php:44 ../taxonomy-custom_cat.php:72
+msgid "Uh Oh. Something is missing. Try double checking things."
+msgstr "Kažkas ne taip. Pasitikrinkite ar viskas gerai"
+
+#: ../archive-custom_type.php:60
+msgid "This is the error message in the custom posty type archive template."
+msgstr "Tai yra klaidos žinutė specialaus įrašo tipo archyvo šablonui"
+
+#: ../archive.php:11 ../taxonomy-custom_cat.php:24
+msgid "Posts Categorized:"
+msgstr "Įrašų kategorijos:"
+
+#: ../archive.php:16
+msgid "Posts Tagged:"
+msgstr "Žymos:"
+
+#: ../archive.php:21
+msgid "Posts By:"
+msgstr "Autorius:"
+
+#: ../archive.php:26
+msgid "Daily Archives:"
+msgstr "Dienos archyvai:"
+
+#: ../archive.php:31
+msgid "Monthly Archives:"
+msgstr "Mėnesio archyvai:"
+
+#: ../archive.php:36
+msgid "Yearly Archives:"
+msgstr "Metiniai archyvai:"
+
+#: ../archive.php:48 ../index.php:17 ../search.php:19
+#: ../single-custom_type.php:32 ../single.php:17 ../taxonomy-custom_cat.php:34
+msgid "filed under"
+msgstr "įrašyta po"
+
+#: ../archive.php:91
+msgid "This is the error message in the archive.php template."
+msgstr "Tai klaidos žinutė archive.php šablone."
+
+#: ../comments.php:12
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+"Šis įrašas yra apsaugotas slaptažodžiu. Įveskite slaptažodį, kad "
+"pamatytumėte komentarus"
+
+#: ../comments.php:51
+msgid "Comments are closed."
+msgstr "Komentuoti nebegalima."
+
+#: ../comments.php:62
+msgid "Leave a Reply"
+msgstr "Atsakyti"
+
+#: ../comments.php:62
+#, php-format
+msgid "Leave a Reply to %s"
+msgstr "Atsakyti %s"
+
+#: ../comments.php:78
+msgid "Logged in as"
+msgstr "Prisijungęs kaip"
+
+#: ../comments.php:78
+msgid "Log out"
+msgstr "Atsijungti"
+
+#: ../comments.php:85
+msgid "Name"
+msgstr "Vardas"
+
+#: ../comments.php:86
+msgid "Your Name*"
+msgstr "Jūsų vardas*"
+
+#: ../comments.php:90
+msgid "Mail"
+msgstr "Paštas"
+
+#: ../comments.php:91
+msgid "Your E-Mail*"
+msgstr "Jūsų el. paštas*"
+
+#: ../comments.php:92
+msgid "(will not be published)"
+msgstr "(nebus publikuota)"
+
+#: ../comments.php:96
+msgid "Website"
+msgstr "Tinklapis"
+
+#: ../comments.php:97
+msgid "Got a website?"
+msgstr "Turite tinklapį?"
+
+#: ../comments.php:104
+msgid "Your Comment here..."
+msgstr "Jūsų komentaras..."
+
+#: ../comments.php:107
+msgid "Submit"
+msgstr "Siųsti"
+
+#: ../comments.php:112
+msgid "You can use these tags"
+msgstr "Galite naudoti šias žymas"
+
+#: ../functions.php:128
+#, php-format
+msgid "<cite class=\"fn\">%s</cite>"
+msgstr "<cite class=\"fn\">%s</cite>"
+
+#: ../functions.php:130
+msgid "(Edit)"
+msgstr "(Redaguoti)"
+
+#: ../functions.php:134
+msgid "Your comment is awaiting moderation."
+msgstr "Jūsų komentaras laukia patvirtinimo"
+
+#: ../functions.php:151
+msgid "Search for:"
+msgstr "Ieškoti:"
+
+#: ../index.php:60
+msgid "This is the error message in the index.php template."
+msgstr "Tai yra klaidos pranešimas index.php šablone."
+
+#: ../page-custom.php:53
+msgid "This is the error message in the page-custom.php template."
+msgstr "Tai yra klaidos pranešimas page-custom.php šablone."
+
+#: ../page.php:47
+msgid "This is the error message in the page.php template."
+msgstr "Tai yra klaidos pranešimas page.php šablone."
+
+#: ../search.php:53
+msgid "Sorry, No Results."
+msgstr "Atsiprašome, nieko nerasta"
+
+#: ../search.php:56
+msgid "Try your search again."
+msgstr "Pabandykite ieškoti dar kartą"
+
+#: ../search.php:59
+msgid "This is the error message in the search.php template."
+msgstr "Tai yra klaidos pranešimas search.php šablone."
+
+#: ../single-custom_type.php:64
+msgid "This is the error message in the single-custom_type.php template."
+msgstr "Tai yra klaidos pranešimas single-custom_type.php šablone."
+
+#: ../single.php:47
+msgid "This is the error message in the single.php template."
+msgstr "Tai yra klaidos pranešimas single.php šablone."
+
+#: ../taxonomy-custom_cat.php:75
+msgid "This is the error message in the taxonomy-custom_cat.php template."
+msgstr "Tai yra klaidos pranešimas taxonomy-custom_cat.php šablone."
+
+#: ../library/bones.php:206
+msgid "The Main Menu"
+msgstr "Pagrindinis meniu"
+
+#: ../library/bones.php:207
+msgid "Footer Links"
+msgstr "Puslapio apačios nuorodos"
+
+#: ../library/custom-post-type.php:24
+msgid "Custom Types"
+msgstr "Indvidualizuoti tipai"
+
+#: ../library/custom-post-type.php:25
+msgid "Custom Post"
+msgstr "Indvidualizuotas įrašas"
+
+#: ../library/custom-post-type.php:26
+msgid "All Custom Posts"
+msgstr "Visi indvidualizuoti įrašai"
+
+#: ../library/custom-post-type.php:27
+msgid "Add New"
+msgstr "Sukurti naują"
+
+#: ../library/custom-post-type.php:28
+msgid "Add New Custom Type"
+msgstr "Sukurti naują indvidualizuotą tipą"
+
+#: ../library/custom-post-type.php:29
+msgid "Edit"
+msgstr "Redaguoti"
+
+#: ../library/custom-post-type.php:30
+msgid "Edit Post Types"
+msgstr "Redaguoti įrašo tipą"
+
+#: ../library/custom-post-type.php:31
+msgid "New Post Type"
+msgstr "Naujas įrašo tipas"
+
+#: ../library/custom-post-type.php:32
+msgid "View Post Type"
+msgstr "Peržiūrėti įrašo tipą"
+
+#: ../library/custom-post-type.php:33
+msgid "Search Post Type"
+msgstr "Surasti įrašo tipą"
+
+#: ../library/custom-post-type.php:34
+msgid "Nothing found in the Database."
+msgstr "Duomenų saugykloje nieko nerasta"
+
+#: ../library/custom-post-type.php:35
+msgid "Nothing found in Trash"
+msgstr "Šiūkšliadėžėje nieko nerasta"
+
+#: ../library/custom-post-type.php:38
+msgid "This is the example custom post type"
+msgstr "Tai yra indvidualizuoto įrašo pavyzdys"
+
+#: ../library/custom-post-type.php:75
+msgid "Custom Categories"
+msgstr "Indvidualizuotos kategorijos"
+
+#: ../library/custom-post-type.php:76
+msgid "Custom Category"
+msgstr "Indvidualizuota kategorija"
+
+#: ../library/custom-post-type.php:77
+msgid "Search Custom Categories"
+msgstr "Ieškoti indvidualizuotose kategorijose"
+
+#: ../library/custom-post-type.php:78
+msgid "All Custom Categories"
+msgstr "Visos indvidualizuotos kategorijos"
+
+#: ../library/custom-post-type.php:79
+msgid "Parent Custom Category"
+msgstr "Tėvinė indvidualizuota kategorija"
+
+#: ../library/custom-post-type.php:80
+msgid "Parent Custom Category:"
+msgstr "Tėvinė indvidualizuota kategorija:"
+
+#: ../library/custom-post-type.php:81
+msgid "Edit Custom Category"
+msgstr "Redaguoti indvidualizuotą kategoriją"
+
+#: ../library/custom-post-type.php:82
+msgid "Update Custom Category"
+msgstr "Atnaujinti indvidualizuotą kategoriją"
+
+#: ../library/custom-post-type.php:83
+msgid "Add New Custom Category"
+msgstr "Pridėti indvidualizuotą kategoriją"
+
+#: ../library/custom-post-type.php:84
+msgid "New Custom Category Name"
+msgstr "Naujas indvidualizuotos kategorijos pavadinimas"
+
+#: ../library/custom-post-type.php:97
+msgid "Custom Tags"
+msgstr "Indvidualizuotos žymos"
+
+#: ../library/custom-post-type.php:98
+msgid "Custom Tag"
+msgstr "Indvidualizuota žyma"
+
+#: ../library/custom-post-type.php:99
+msgid "Search Custom Tags"
+msgstr "Ieškoti indvidualizuotose žymose"
+
+#: ../library/custom-post-type.php:100
+msgid "All Custom Tags"
+msgstr "Visos indvidualizuotos žymos"
+
+#: ../library/custom-post-type.php:101
+msgid "Parent Custom Tag"
+msgstr "Tėvinė indvidualizuota žyma"
+
+#: ../library/custom-post-type.php:102
+msgid "Parent Custom Tag:"
+msgstr "Tėvinė indvidualizuota žyma:"
+
+#: ../library/custom-post-type.php:103
+msgid "Edit Custom Tag"
+msgstr "Redaguoti indvidualizuotą žymą"
+
+#: ../library/custom-post-type.php:104
+msgid "Update Custom Tag"
+msgstr "Atnaujinti indvidualizuotą žymą"
+
+#: ../library/custom-post-type.php:105
+msgid "Add New Custom Tag"
+msgstr "Pridėti indvidualizuotą žymą"
+
+#: ../library/custom-post-type.php:106
+msgid "New Custom Tag Name"
+msgstr "Naujas indvidualizuotos žymos pavadinimas"

BIN
library/translation/nb_NO.mo


+ 380 - 0
library/translation/nb_NO.po

@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp theme bones\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-04-04 21:46+0100\n"
+"PO-Revision-Date: \n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-KeywordsList: __;_e;_n\n"
+"X-Poedit-Basepath: /home/fulgor/GIT/bones\n"
+"Last-Translator: Ole Christian Rynning <oc@rynning.no>\n"
+"X-Poedit-SearchPath-0: /home/fulgor/GIT/bones\n"
+
+#: comments.php:12
+msgid "This post is password protected. Enter the password to view comments."
+msgstr "Dette innlegget er passordbeskyttet. Skriv inn passord for å se kommentarer."
+
+#: comments.php:23
+msgid "Response"
+msgstr "Svar"
+
+#: comments.php:24
+msgid "Responses"
+msgstr "Svar"
+
+#: comments.php:25
+msgid "One"
+msgstr "En"
+
+#: comments.php:26
+msgid "No"
+msgstr "Nei"
+
+#: comments.php:32
+msgid "to"
+msgstr "til"
+
+#: comments.php:59
+msgid "Comments are closed."
+msgstr "Kommentering er stengt."
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr "Legg igjen en kommentar"
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply to %s"
+msgstr "Legg igjen en kommentar til %s"
+
+#: comments.php:78
+msgid "You must be"
+msgstr "Du må være"
+
+#: comments.php:78
+msgid "logged in"
+msgstr "logget inn"
+
+#: comments.php:78
+msgid "to post a comment"
+msgstr "for å kommentere"
+
+#: comments.php:86
+msgid "Logged in as"
+msgstr "Logget inn som"
+
+#: comments.php:86
+msgid "Log out of this account"
+msgstr "Logg ut konto"
+
+#: comments.php:86
+msgid "Log out"
+msgstr "Logg ut"
+
+#: comments.php:93
+msgid "Name"
+msgstr "Navn"
+
+#: comments.php:93
+#: comments.php:98
+msgid "(required)"
+msgstr "(obligatorisk)"
+
+#: comments.php:94
+msgid "Your Name"
+msgstr "Ditt navn"
+
+#: comments.php:98
+msgid "Email"
+msgstr "E-post"
+
+#: comments.php:99
+msgid "Your Email"
+msgstr "Din E-post"
+
+#: comments.php:100
+msgid "will not be published"
+msgstr "kommer ikke å bli publisert"
+
+#: comments.php:104
+msgid "Website"
+msgstr "Website"
+
+#: comments.php:105
+msgid "Your Website"
+msgstr "Din website"
+
+#: comments.php:112
+msgid "Your Comment Here..."
+msgstr "Din kommentar her..."
+
+#: comments.php:115
+msgid "Submit Comment"
+msgstr "Send inn kommentar"
+
+#: comments.php:120
+msgid "You can use these tags"
+msgstr "Du kan bruke disse taggene"
+
+#: header.php:23
+#, php-format
+msgid "Page %s"
+msgstr "Side %s"
+
+#: taxonomy-custom_cat.php:22
+#: archive.php:9
+msgid "Posts Categorized:"
+msgstr "Kategoriserte innlegg:"
+
+#: taxonomy-custom_cat.php:32
+#: embed-post_meta.php:1
+#: single-custom_type.php:30
+msgid "Posted"
+msgstr "Skrevet"
+
+#: taxonomy-custom_cat.php:32
+#: embed-post_meta.php:1
+#: single-custom_type.php:30
+msgid "by"
+msgstr "av"
+
+#: taxonomy-custom_cat.php:32
+#: embed-post_meta.php:1
+#: single-custom_type.php:30
+msgid "filed under"
+msgstr "sortert under"
+
+#: taxonomy-custom_cat.php:41
+msgid "Read more"
+msgstr "Les mer"
+
+#: functions.php:103
+msgid "(Edit)"
+msgstr "(Rediger)"
+
+#: functions.php:107
+msgid "Your comment is awaiting moderation."
+msgstr "Din kommentar venter moderering."
+
+#: functions.php:124
+msgid "Search for:"
+msgstr "Søk etter:"
+
+#: functions.php:125
+msgid "Search the Site..."
+msgstr "Søk på siten..."
+
+#: 404.php:11
+msgid "Epic 404 - Article Not Found"
+msgstr "Episk 404 - Artikkelen kan ikke finnes"
+
+#: 404.php:17
+msgid "The article you were looking for was not found, but maybe try looking again!"
+msgstr "Artikkelen du leter etter kan ikke finnes. Prøv igjen!"
+
+#: search.php:7
+msgid "Search Results for:"
+msgstr "Søkeresultat for:"
+
+#: search.php:23
+msgid "Read more on"
+msgstr "Les mer på"
+
+#: archive.php:13
+msgid "Posts Tagged:"
+msgstr "Taggede innlegg"
+
+#: archive.php:17
+#: author.php:8
+msgid "Posts By:"
+msgstr "Innlegg av:"
+
+#: archive.php:21
+msgid "Daily Archives:"
+msgstr "Dagsarkiv"
+
+#: archive.php:25
+msgid "Monthly Archives:"
+msgstr "Månedsarkiv"
+
+#: archive.php:29
+msgid "Yearly Archives:"
+msgstr "Årsarkiv"
+
+#: single-custom_type.php:43
+msgid "Custom Tags"
+msgstr "Spesialtagger"
+
+#: embed-tags.php:3
+msgid "Tag"
+msgstr "Tagg"
+
+#: embed-tags.php:3
+msgid "Tags"
+msgstr "Tagger"
+
+#: image.php:20
+msgid "Read the rest of this entry"
+msgstr "Les resten av innlegget"
+
+#: image.php:38
+msgid "Sorry, no attachments matched your criteria."
+msgstr "Beklager, fant ingen vedlegg som passet dine valg."
+
+#: embed-prev_next.php:3
+msgid "&laquo; Older Entries"
+msgstr "&laquo; Eldre innlegg"
+
+#: embed-prev_next.php:4
+msgid "Newer Entries &raquo;"
+msgstr "Nyere innlegg &raquo;"
+
+#: footer.php:9
+msgid "is powered by"
+msgstr "kjører på"
+
+#: embed-not_found.php:3
+msgid "Not Found"
+msgstr "Kan ikke finnes"
+
+#: embed-not_found.php:6
+msgid "Sorry, but the requested resource was not found on this site."
+msgstr "Beklager, men den etterspurte ressursen kunne ikke finnes på siten."
+
+#: sidebar.php:15
+msgid "Please activate some Widgets."
+msgstr "Vennligst aktiver noen widgets."
+
+#: library/bones.php:52
+msgid "Read more &raquo;"
+msgstr "Les mer &raquo;"
+
+#: library/custom-post-type.php:24
+msgid "Custom Types"
+msgstr "Tilpassede typer"
+
+#: library/custom-post-type.php:25
+msgid "Custom Post"
+msgstr "Tilpasset innlegg"
+
+#: library/custom-post-type.php:26
+msgid "Add New"
+msgstr "Legg til"
+
+#: library/custom-post-type.php:27
+msgid "Add New Custom Type"
+msgstr "Legg til ny tilpasset type"
+
+#: library/custom-post-type.php:28
+msgid "Edit"
+msgstr "Rediger"
+
+#: library/custom-post-type.php:29
+msgid "Edit Post Types"
+msgstr "Rediger innleggstyper"
+
+#: library/custom-post-type.php:30
+msgid "New Post Type"
+msgstr "Ny innleggstype"
+
+#: library/custom-post-type.php:31
+msgid "View Post Type"
+msgstr "Vis innleggstype"
+
+#: library/custom-post-type.php:32
+msgid "Search Post Type"
+msgstr "Søk innleggstype"
+
+#: library/custom-post-type.php:33
+msgid "Nothing found in the Database."
+msgstr "Ingenting funnet i databasen"
+
+#: library/custom-post-type.php:34
+msgid "Nothing found in Trash"
+msgstr "Ingenting funnet i søppelkassen"
+
+#: library/custom-post-type.php:37
+msgid "This is the example custom post type"
+msgstr "Dette er et eksempel på en tilpasset innleggstype"
+
+#: library/custom-post-type.php:73
+msgid "Custom Categories"
+msgstr "Tilpassede kategorier"
+
+#: library/custom-post-type.php:74
+msgid "Custom Category"
+msgstr "Tilpasset kategori"
+
+#: library/custom-post-type.php:75
+msgid "Search Custom Categories"
+msgstr "Søk i de tilpassede kategoriene"
+
+#: library/custom-post-type.php:76
+msgid "All Custom Categories"
+msgstr "Alle tilpassede kategorier"
+
+#: library/custom-post-type.php:77
+msgid "Parent Custom Category"
+msgstr "Forelder til tilpasset kategori"
+
+#: library/custom-post-type.php:78
+msgid "Parent Custom Category:"
+msgstr "Forelder til tilpasset kategori:"
+
+#: library/custom-post-type.php:79
+msgid "Edit Custom Category"
+msgstr "Rediger tilpasset kategori"
+
+#: library/custom-post-type.php:80
+msgid "Update Custom Category"
+msgstr "Oppdater tilpasset kategori"
+
+#: library/custom-post-type.php:81
+msgid "Add New Custom Category"
+msgstr "Legg til ny tilpasset kategori"
+
+#: library/custom-post-type.php:82
+msgid "New Custom Category Name"
+msgstr "Navn på ny tilpasset kategori"
+
+#: library/custom-post-type.php:95
+msgid "Custom Tag"
+msgstr "Egen tagg"
+
+#: library/custom-post-type.php:96
+msgid "Search Custom Tags"
+msgstr "Søk egne tagger"
+
+#: library/custom-post-type.php:97
+msgid "All Custom Tags"
+msgstr "Alle egne tagger"
+
+#: library/custom-post-type.php:98
+msgid "Parent Custom Tag"
+msgstr "Forelder til spesialtagg"
+
+#: library/custom-post-type.php:99
+msgid "Parent Custom Tag:"
+msgstr "Foreldre til spesialtagg:"
+
+#: library/custom-post-type.php:100
+msgid "Edit Custom Tag"
+msgstr "Rediger spesialtagg"
+
+#: library/custom-post-type.php:101
+msgid "Update Custom Tag"
+msgstr "Oppdater spesialtagg"
+
+#: library/custom-post-type.php:102
+msgid "Add New Custom Tag"
+msgstr "Legg til ny spesialtagg"
+
+#: library/custom-post-type.php:103
+msgid "New Custom Tag Name"
+msgstr "Nytt navn på spesialtagg"
+

BIN
library/translation/ro_RO.mo


+ 374 - 0
library/translation/ro_RO.po

@@ -0,0 +1,374 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp theme bones\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-03-02 22:11+0100\n"
+"PO-Revision-Date: \n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-KeywordsList: __;_e;_n\n"
+"X-Poedit-Basepath: /home/fulgor/GIT/bones\n"
+"Last-Translator: Miron Catalin Gabriel <mironcatalin@gmail.com>\n"
+"X-Generator: Poedit 1.5.7\n"
+"X-Poedit-SearchPath-0: /home/fulgor/GIT/bones\n"
+
+#: comments.php:12
+msgid "This post is password protected. Enter the password to view comments."
+msgstr ""
+"Acest post este protejat cu parolă. Introduce-ți parola pentru a vedea "
+"comentariile."
+
+#: comments.php:23
+msgid "Response"
+msgstr "Răspuns"
+
+#: comments.php:24
+msgid "Responses"
+msgstr "Răspunsuri"
+
+#: comments.php:25
+msgid "One"
+msgstr "Unu"
+
+#: comments.php:26
+msgid "No"
+msgstr "Nu"
+
+#: comments.php:32
+msgid "to"
+msgstr "către"
+
+#: comments.php:59
+msgid "Comments are closed."
+msgstr "Comentarii sunt închise"
+
+#: comments.php:70
+msgid "Leave a Reply"
+msgstr "Răspunde"
+
+#: comments.php:70
+#, php-format
+msgid "Leave a Reply to %s"
+msgstr "Răspunde-i lui %s"
+
+#: comments.php:78
+msgid "You must be"
+msgstr "Trebuie să"
+
+#: comments.php:78
+msgid "logged in"
+msgstr "autentificat"
+
+#: comments.php:78
+msgid "to post a comment"
+msgstr "pentru a posta un comentariu"
+
+#: comments.php:86
+msgid "Logged in as"
+msgstr "Autentificat ca"
+
+#: comments.php:86
+msgid "Log out of this account"
+msgstr "Deconectează din acest cont"
+
+#: comments.php:86
+msgid "Log out"
+msgstr "Deconectare"
+
+#: comments.php:93
+msgid "Name"
+msgstr "Nume"
+
+#: comments.php:93 comments.php:98
+msgid "(required)"
+msgstr "(necesar)"
+
+#: comments.php:94
+msgid "Your Name"
+msgstr "Numele tau"
+
+#: comments.php:98
+msgid "Email"
+msgstr "Email"
+
+#: comments.php:99
+msgid "Your Email"
+msgstr "Email-ul tau"
+
+#: comments.php:100
+msgid "will not be published"
+msgstr "nu va fi publicat"
+
+#: comments.php:104
+msgid "Website"
+msgstr "Site"
+
+#: comments.php:105
+msgid "Your Website"
+msgstr "Site-ul tau"
+
+#: comments.php:112
+msgid "Your Comment Here..."
+msgstr "Comentariul tău aici..."
+
+#: comments.php:115
+msgid "Submit Comment"
+msgstr "Adaugă comentariu"
+
+#: comments.php:120
+msgid "You can use these tags"
+msgstr "Poți folosi aceste etichete"
+
+#: header.php:23
+#, php-format
+msgid "Page %s"
+msgstr "Pagina %s"
+
+#: taxonomy-custom_cat.php:22 archive.php:9
+msgid "Posts Categorized:"
+msgstr "Clasificare posturi:"
+
+#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
+msgid "Posted"
+msgstr "Postat"
+
+#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
+msgid "by"
+msgstr "de"
+
+#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
+msgid "filed under"
+msgstr "adăugat în"
+
+#: taxonomy-custom_cat.php:41
+msgid "Read more"
+msgstr "Citește mai mult"
+
+#: functions.php:103
+msgid "(Edit)"
+msgstr "(Modifică)"
+
+#: functions.php:107
+msgid "Your comment is awaiting moderation."
+msgstr "Comentariul tău asteaptă aprobare."
+
+#: functions.php:124
+msgid "Search for:"
+msgstr "Caută dupa:"
+
+#: functions.php:125
+msgid "Search the Site..."
+msgstr "Caută site-ul..."
+
+#: 404.php:11
+msgid "Epic 404 - Article Not Found"
+msgstr "Epic 404 - Articolul nu a fost găsit"
+
+#: 404.php:17
+msgid ""
+"The article you were looking for was not found, but maybe try looking again!"
+msgstr "Articolul căutat nu a fost găsit, dar puteți încerca din nou!"
+
+#: search.php:7
+msgid "Search Results for:"
+msgstr "Rezultatele căutarii pentru:"
+
+#: search.php:23
+msgid "Read more on"
+msgstr "Citește mai mult pe"
+
+#: archive.php:13
+msgid "Posts Tagged:"
+msgstr "Postări etichetate:"
+
+#: archive.php:17 author.php:8
+msgid "Posts By:"
+msgstr "Postări făcute de:"
+
+#: archive.php:21
+msgid "Daily Archives:"
+msgstr "Arhive zilnice:"
+
+#: archive.php:25
+msgid "Monthly Archives:"
+msgstr "Arhive lunare:"
+
+#: archive.php:29
+msgid "Yearly Archives:"
+msgstr "Arhive anuale:"
+
+#: single-custom_type.php:43
+msgid "Custom Tags"
+msgstr "Etichete personalizate"
+
+#: embed-tags.php:3
+msgid "Tag"
+msgstr "Etichetă"
+
+#: embed-tags.php:3
+msgid "Tags"
+msgstr "Etichete"
+
+#: image.php:20
+msgid "Read the rest of this entry"
+msgstr "Citește restul acestui conținut"
+
+#: image.php:38
+msgid "Sorry, no attachments matched your criteria."
+msgstr "Ne pare rău, dar niciun atașament nu întrunește cerința ta."
+
+#: embed-prev_next.php:3
+msgid "&laquo; Older Entries"
+msgstr "&laquo; Intrări vechi"
+
+#: embed-prev_next.php:4
+msgid "Newer Entries &raquo;"
+msgstr "Intrări noi &raquo;"
+
+#: footer.php:9
+msgid "is powered by"
+msgstr "este produs de"
+
+#: embed-not_found.php:3
+msgid "Not Found"
+msgstr "Nu a fost găsit"
+
+#: embed-not_found.php:6
+msgid "Sorry, but the requested resource was not found on this site."
+msgstr "Ne pare rău, dar cerința nu a putut fi găsită pe acest site."
+
+#: sidebar.php:15
+msgid "Please activate some Widgets."
+msgstr "Vă rog să vă activați câteva Widget-uri."
+
+#: library/bones.php:52
+msgid "Read more &raquo;"
+msgstr "Citește mai mult &raquo;"
+
+#: library/custom-post-type.php:24
+msgid "Custom Types"
+msgstr "Tipuri Personalizate"
+
+#: library/custom-post-type.php:25
+msgid "Custom Post"
+msgstr "Posturi Personalizate"
+
+#: library/custom-post-type.php:26
+msgid "Add New"
+msgstr "Adaugă unul nou"
+
+#: library/custom-post-type.php:27
+msgid "Add New Custom Type"
+msgstr "Adaugă un Tip Personalizat nou"
+
+#: library/custom-post-type.php:28
+msgid "Edit"
+msgstr "Modifică"
+
+#: library/custom-post-type.php:29
+msgid "Edit Post Types"
+msgstr "Modifică Tip Post"
+
+#: library/custom-post-type.php:30
+msgid "New Post Type"
+msgstr "Tip Post nou"
+
+#: library/custom-post-type.php:31
+msgid "View Post Type"
+msgstr "Vezi Tip Post"
+
+#: library/custom-post-type.php:32
+msgid "Search Post Type"
+msgstr "Caută Tip Post"
+
+#: library/custom-post-type.php:33
+msgid "Nothing found in the Database."
+msgstr "Nu s-a găsit nimic în baza de date."
+
+#: library/custom-post-type.php:34
+msgid "Nothing found in Trash"
+msgstr "Nu s-a găsit nimic in Gunoi"
+
+#: library/custom-post-type.php:37
+msgid "This is the example custom post type"
+msgstr "Acesta exemplul de Tip Post Personalizat"
+
+#: library/custom-post-type.php:73
+msgid "Custom Categories"
+msgstr "Categorii personalizate"
+
+#: library/custom-post-type.php:74
+msgid "Custom Category"
+msgstr "Categorie personalizată"
+
+#: library/custom-post-type.php:75
+msgid "Search Custom Categories"
+msgstr "Caută în Categoriile personalizate"
+
+#: library/custom-post-type.php:76
+msgid "All Custom Categories"
+msgstr "Toate Categoriile personalizate"
+
+#: library/custom-post-type.php:77
+msgid "Parent Custom Category"
+msgstr "Părintele Categoriei personalizate"
+
+#: library/custom-post-type.php:78
+msgid "Parent Custom Category:"
+msgstr "Părintele Categoriei personalizate:"
+
+#: library/custom-post-type.php:79
+msgid "Edit Custom Category"
+msgstr "Modifică Categoria personalizată"
+
+#: library/custom-post-type.php:80
+msgid "Update Custom Category"
+msgstr "Actualizează Categoria personalizată"
+
+#: library/custom-post-type.php:81
+msgid "Add New Custom Category"
+msgstr "Adaugă o nouă Categorie personalizată"
+
+#: library/custom-post-type.php:82
+msgid "New Custom Category Name"
+msgstr "Nume nou pentru Categorie personalizată"
+
+#: library/custom-post-type.php:95
+msgid "Custom Tag"
+msgstr "Etichetă personalizată"
+
+#: library/custom-post-type.php:96
+msgid "Search Custom Tags"
+msgstr "Caută Etichete personalizate"
+
+#: library/custom-post-type.php:97
+msgid "All Custom Tags"
+msgstr "Toate Etichetele personalizate"
+
+#: library/custom-post-type.php:98
+msgid "Parent Custom Tag"
+msgstr "Părintele Etichetei personalizate"
+
+#: library/custom-post-type.php:99
+msgid "Parent Custom Tag:"
+msgstr "Părintele Etichetei personalizate:"
+
+#: library/custom-post-type.php:100
+msgid "Edit Custom Tag"
+msgstr "Modifică Eticheta personalizată"
+
+#: library/custom-post-type.php:101
+msgid "Update Custom Tag"
+msgstr "Actualizează Eticheta personalizată"
+
+#: library/custom-post-type.php:102
+msgid "Add New Custom Tag"
+msgstr "Adaugă o nouă Etichetă personalizată"
+
+#: library/custom-post-type.php:103
+msgid "New Custom Tag Name"
+msgstr "Nume nou pentru Eticheta personalizată"

+ 1 - 12
library/translation/translation.php

@@ -11,15 +11,4 @@ URL: http://themble.com/bones/
 
 // Adding Translation Option
 load_theme_textdomain( 'bonestheme', get_template_directory() .'/library/translation' );
-	$locale = get_locale();
-	$locale_file = get_template_directory() ."/library/translation/$locale.php";
-if ( is_readable($locale_file) ) require_once($locale_file);
-
-
-
-
-
-
-
-
-?>
+?>

+ 6 - 6
page-custom.php

@@ -14,13 +14,13 @@ Template Name: Custom Page Example
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
 
 								<header class="article-header">
 
 									<h1 class="page-title"><?php the_title(); ?></h1>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link());
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link() );
 									?></p>
 
 
@@ -31,7 +31,7 @@ Template Name: Custom Page Example
 								</section> <!-- end article section -->
 
 								<footer class="article-footer">
-									<p class="clearfix"><?php the_tags('<span class="tags">' . __('Tags:', 'bonestheme') . '</span> ', ', ', ''); ?></p>
+									<p class="clearfix"><?php the_tags( '<span class="tags">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '' ); ?></p>
 
 								</footer> <!-- end article footer -->
 
@@ -43,13 +43,13 @@ Template Name: Custom Page Example
 
 									<article id="post-not-found" class="hentry clearfix">
 											<header class="article-header">
-												<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+												<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 											<section class="entry-content">
-												<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+												<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the page-custom.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the page-custom.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 6 - 6
page.php

@@ -8,13 +8,13 @@
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
 
 								<header class="article-header">
 
 									<h1 class="page-title" itemprop="headline"><?php the_title(); ?></h1>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link());
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span>.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link());
 									?></p>
 
 
@@ -25,7 +25,7 @@
 							</section> <!-- end article section -->
 
 								<footer class="article-footer">
-									<?php the_tags('<span class="tags">' . __('Tags:', 'bonestheme') . '</span> ', ', ', ''); ?>
+									<?php the_tags( '<span class="tags">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '' ); ?>
 
 								</footer> <!-- end article footer -->
 
@@ -37,13 +37,13 @@
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+											<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the page.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the page.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 8 - 8
search.php

@@ -5,7 +5,7 @@
 				<div id="inner-content" class="wrap clearfix">
 
 					<div id="main" class="eightcol first clearfix" role="main">
-						<h1 class="archive-title"><span><?php _e('Search Results for:', 'bonestheme'); ?></span> <?php echo esc_attr(get_search_query()); ?></h1>
+						<h1 class="archive-title"><span><?php _e( 'Search Results for:', 'bonestheme' ); ?></span> <?php echo esc_attr(get_search_query()); ?></h1>
 
 						<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
@@ -15,13 +15,13 @@
 
 									<h3 class="search-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link(), get_the_category_list(', '));
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link(), get_the_category_list(', ') );
 									?></p>
 
 								</header> <!-- end article header -->
 
 								<section class="entry-content">
-										<?php the_excerpt('<span class="read-more">' . __('Read more &raquo;', 'bonestheme') . '</span>'); ?>
+										<?php the_excerpt( '<span class="read-more">' . __( 'Read more &raquo;', 'bonestheme' ) . '</span>' ); ?>
 
 								</section> <!-- end article section -->
 
@@ -38,8 +38,8 @@
 								<?php } else { ?>
 										<nav class="wp-prev-next">
 												<ul class="clearfix">
-													<li class="prev-link"><?php next_posts_link(__('&laquo; Older Entries', "bonestheme")) ?></li>
-													<li class="next-link"><?php previous_posts_link(__('Newer Entries &raquo;', "bonestheme")) ?></li>
+													<li class="prev-link"><?php next_posts_link( __( '&laquo; Older Entries', 'bonestheme' )) ?></li>
+													<li class="next-link"><?php previous_posts_link( __( 'Newer Entries &raquo;', 'bonestheme' )) ?></li>
 												</ul>
 										</nav>
 								<?php } ?>
@@ -48,13 +48,13 @@
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Sorry, No Results.", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Sorry, No Results.', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Try your search again.", "bonestheme"); ?></p>
+											<p><?php _e( 'Try your search again.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the search.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the search.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 1 - 1
sidebar.php

@@ -9,7 +9,7 @@
 						<!-- This content shows up if there are no widgets defined in the backend. -->
 
 						<div class="alert alert-help">
-							<p><?php _e("Please activate some Widgets.", "bonestheme");  ?></p>
+							<p><?php _e( 'Please activate some Widgets.', 'bonestheme' );  ?></p>
 						</div>
 
 					<?php endif; ?>

+ 5 - 5
single-custom_type.php

@@ -29,7 +29,7 @@ single-bookmarks.php
 
 									<h1 class="single-title custom-post-type-title"><?php the_title(); ?></h1>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link(), get_the_term_list( $post->ID, 'custom_cat', ' ', ', ', '' ));
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link(), get_the_term_list( $post->ID, 'custom_cat', ' ', ', ', '' ) );
 									?></p>
 
 								</header> <!-- end article header -->
@@ -41,7 +41,7 @@ single-bookmarks.php
 								</section> <!-- end article section -->
 
 								<footer class="article-header">
-									<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __('Custom Tags:', 'bonestheme') . '</span> ', ', ' ) ?></p>
+									<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __( 'Custom Tags:', 'bonestheme' ) . '</span> ', ', ' ) ?></p>
 
 								</footer> <!-- end article footer -->
 
@@ -55,13 +55,13 @@ single-bookmarks.php
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+											<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the single-custom_type.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the single-custom_type.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

+ 5 - 5
single.php

@@ -14,7 +14,7 @@
 
 									<h1 class="entry-title single-title" itemprop="headline"><?php the_title(); ?></h1>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&amp;</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(get_option('date_format')), bones_get_the_author_posts_link(), get_the_category_list(', '));
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&amp;</span> filed under %4$s.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( get_option('date_format')), bones_get_the_author_posts_link(), get_the_category_list(', ') );
 									?></p>
 
 								</header> <!-- end article header -->
@@ -24,7 +24,7 @@
 								</section> <!-- end article section -->
 
 								<footer class="article-footer">
-									<?php the_tags('<p class="tags"><span class="tags-title">' . __('Tags:', 'bonestheme') . '</span> ', ', ', '</p>'); ?>
+									<?php the_tags( '<p class="tags"><span class="tags-title">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '</p>' ); ?>
 
 								</footer> <!-- end article footer -->
 
@@ -38,13 +38,13 @@
 
 							<article id="post-not-found" class="hentry clearfix">
 									<header class="article-header">
-										<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+										<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 									</header>
 									<section class="entry-content">
-										<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+										<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 									</section>
 									<footer class="article-footer">
-											<p><?php _e("This is the error message in the single.php template.", "bonestheme"); ?></p>
+											<p><?php _e( 'This is the error message in the single.php template.', 'bonestheme' ); ?></p>
 									</footer>
 							</article>
 

+ 1 - 1
style.css

@@ -5,7 +5,7 @@ Description: This site was built using the Bones Development Theme. For more inf
 Author: Your Name Here
 Author URI: http://www.yoururlhere.com
 Version: 1.3
-Tags: flexble-width, translation-ready, microformats, rtl-language-support
+Tags: flexible-width, translation-ready, microformats, rtl-language-support
 
 License: WTFPL
 License URI: http://sam.zoy.org/wtfpl/

+ 10 - 10
taxonomy-custom_cat.php

@@ -21,23 +21,23 @@ taxonomy-shoes.php
 
 						<div id="main" class="eightcol first clearfix" role="main">
 
-							<h1 class="archive-title h2"><span><?php _e("Posts Categorized:", "bonestheme"); ?></span> <?php single_cat_title(); ?></h1>
+							<h1 class="archive-title h2"><span><?php _e( 'Posts Categorized:', 'bonestheme' ); ?></span> <?php single_cat_title(); ?></h1>
 
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
-							<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article">
+							<article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?> role="article">
 
 								<header class="article-header">
 
 									<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
 									<p class="byline vcard"><?php
-										printf(__('Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme'), get_the_time('Y-m-j'), get_the_time(__('F jS, Y', 'bonestheme')), bones_get_the_author_posts_link(), get_the_term_list( get_the_ID(), 'custom_cat', "" ));
+										printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' )), bones_get_the_author_posts_link(), get_the_term_list( get_the_ID(), 'custom_cat', "" ) );
 									?></p>
 
 								</header> <!-- end article header -->
 
 								<section class="entry-content">
-									<?php the_excerpt('<span class="read-more">' . __('Read More &raquo;', 'bonestheme') . '</span>'); ?>
+									<?php the_excerpt( '<span class="read-more">' . __( 'Read More &raquo;', 'bonestheme' ) . '</span>' ); ?>
 
 								</section> <!-- end article section -->
 
@@ -49,13 +49,13 @@ taxonomy-shoes.php
 
 							<?php endwhile; ?>
 
-									<?php if (function_exists('bones_page_navi')) { ?>
+									<?php if ( function_exists( 'bones_page_navi' ) ) { ?>
 											<?php bones_page_navi(); ?>
 									<?php } else { ?>
 											<nav class="wp-prev-next">
 													<ul class="clearfix">
-														<li class="prev-link"><?php next_posts_link(__('&laquo; Older Entries', "bonestheme")) ?></li>
-														<li class="next-link"><?php previous_posts_link(__('Newer Entries &raquo;', "bonestheme")) ?></li>
+														<li class="prev-link"><?php next_posts_link( __( '&laquo; Older Entries', 'bonestheme' )) ?></li>
+														<li class="next-link"><?php previous_posts_link( __( 'Newer Entries &raquo;', 'bonestheme' )) ?></li>
 													</ul>
 											</nav>
 									<?php } ?>
@@ -64,13 +64,13 @@ taxonomy-shoes.php
 
 									<article id="post-not-found" class="hentry clearfix">
 										<header class="article-header">
-											<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
+											<h1><?php _e( 'Oops, Post Not Found!', 'bonestheme' ); ?></h1>
 										</header>
 										<section class="entry-content">
-											<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
+											<p><?php _e( 'Uh Oh. Something is missing. Try double checking things.', 'bonestheme' ); ?></p>
 										</section>
 										<footer class="article-footer">
-												<p><?php _e("This is the error message in the taxonomy-custom_cat.php template.", "bonestheme"); ?></p>
+												<p><?php _e( 'This is the error message in the taxonomy-custom_cat.php template.', 'bonestheme' ); ?></p>
 										</footer>
 									</article>
 

Неке датотеке нису приказане због велике количине промена