Skip to content

Commit

Permalink
p3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hendrickson committed Sep 23, 2009
1 parent 91eac07 commit a2c0e5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions wp-content/language/eng.php
Expand Up @@ -90,7 +90,7 @@
$txt['index_video_post'] = "Video Post";
$txt['index_image_post'] = "Image Post";
$txt['index_no_title'] = "No Title";
$txt['index_recent_updates'] = "Recent Updates ";
$txt['index_recent_updates'] = "Home ";
$txt['index_rss'] = "RSS";
$txt['index_permalink'] = "Permalink";
$txt['index_edit'] = "Edit";
Expand Down Expand Up @@ -118,8 +118,8 @@
//////////////////////
# /wp-content/themes/p2/post-form.php
//////////////////////
$txt['postform_greeting'] = "Hi";
$txt['postform_whatsup'] = "Whatcha up to?";
$txt['postform_greeting'] = "Hello";
$txt['postform_whatsup'] = "What are you doing?";
$txt['postform_tagit'] = "Tag it";
$txt['postform_postit'] = "Post it";

Expand Down Expand Up @@ -503,20 +503,20 @@
/////////////////////////////////////
# /db/library/dbscribt/_functions.php
/////////////////////////////////////
$txt['functions_few_seconds'] = "a few seconds ago";
$txt['functions_about_a_minute'] = "about a minute ago";
$txt['functions_about_mins_1'] = "about ";
$txt['functions_few_seconds'] = "less than a minute ago";
$txt['functions_about_a_minute'] = " 1 minute ago";
$txt['functions_about_mins_1'] = " ";
$txt['functions_about_mins_2'] = " minutes ago";
$txt['functions_about_an_hour'] = "about an hour ago";
$txt['functions_about_hours_1'] = "about ";
$txt['functions_about_an_hour'] = " an hour ago";
$txt['functions_about_hours_1'] = " ";
$txt['functions_about_hours_2'] = " hours ago";
$txt['functions_about_a_day'] = "about a day ago";
$txt['functions_about_days_1'] = "about ";
$txt['functions_about_a_day'] = " a day ago";
$txt['functions_about_days_1'] = " ";
$txt['functions_about_days_2'] = " days ago";
$txt['functions_about_a_month'] = "about a month ago";
$txt['functions_about_months_1'] = "about ";
$txt['functions_about_a_month'] = " a month ago";
$txt['functions_about_months_1'] = " ";
$txt['functions_about_months_2'] = " months ago";
$txt['functions_about_a_year'] = "about a year ago";
$txt['functions_about_a_year'] = " a year ago";


/////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/p2/index.php
Expand Up @@ -96,7 +96,7 @@ function test(data) {
?>
<div id="main">
<?php global $paged;?>
<h2><?php echo $txt['index_recent_updates']; ?><?php if ($paged>1) echo('(Page '.$paged.') '); ?><a class="rss" href="<?php bloginfo( 'rss2_url' ); ?>"><?php echo $txt['index_rss']; ?></a> <span class="controls"></span></h2>
<h3><?php echo $txt['index_recent_updates']; ?></h3>
<?php
if( have_posts( ) ) {
?>
Expand Down

0 comments on commit a2c0e5f

Please sign in to comment.