Index: trunk/wp-content/plugins/xpressme/xpressme_class.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme_class.php	(revision 76)
+++ trunk/wp-content/plugins/xpressme/xpressme_class.php	(revision 79)
@@ -45,6 +45,6 @@
 		$this->is_postnavi_title_disp = true;
 		$this->is_left_postnavi_old = true;
-		$this->old_post_link_text = __('to Old Post');
-		$this->newer_post_link_text = __('to Newer Post');
+		$this->old_post_link_text = __('to Old Post', 'xpressme');
+		$this->newer_post_link_text = __('to Newer Post', 'xpressme');
 		$this->is_author_view_count = false;
 	}
@@ -75,6 +75,5 @@
 			'old_post_link_text' => $this->old_post_link_text ,
 			'newer_post_link_text' => $this->newer_post_link_text,
-			'is_author_view_count' => $this->is_author_view_count,
-			'groupe_role_serial' => $this->$groupe_role_serial
+			'is_author_view_count' => $this->is_author_view_count
 		);
 		if ($mode == 'add_new') {
@@ -132,7 +131,7 @@
 		$this->is_left_postnavi_old = stripslashes(trim($_POST['ch_is_left_postnavi_old']));
 		$this->old_post_link_text = stripslashes($_POST['ch_old_post_link_text']);
-		if(empty($this->old_post_link_text)) $this->old_post_link_text = __('to Old Post');
+		if(empty($this->old_post_link_text)) $this->old_post_link_text = __('to Old Post', 'xpressme');
 		$this->newer_post_link_text = stripslashes($_POST['ch_newer_post_link_text']);
-		if(empty($this->newer_post_link_text)) $this->newer_post_link_text = __('to Newer Post');
+		if(empty($this->newer_post_link_text)) $this->newer_post_link_text = __('to Newer Post', 'xpressme');
 		$this->is_author_view_count = stripslashes(trim($_POST['ch_is_author_view_count']));
 		
@@ -185,8 +184,8 @@
 		
 		$form = '';
-		$form .= '<tr><th><label for="role">' .__('Role Setting at Login') . '</label></th>';
+		$form .= '<tr><th><label for="role">' .__('Role Setting at Login', 'xpressme') . '</label></th>';
 		$form .= '<td>';
 		$form .= "<table>\n";
-		$form .= '<tr><td>' . __('XOOPS Groupe') . '</td><td>' . __('WordPress Role') . '</td><td>' . __('Only First Login') . "</td></tr>\n";
+		$form .= '<tr><td>' . __('XOOPS Groupe', 'xpressme') . '</td><td>' . __('WordPress Role', 'xpressme') . '</td><td>' . __('Only First Login', 'xpressme') . "</td></tr>\n";
 		foreach ($this->groupe_role as $groupe) {
 			$form .= "<tr>";
@@ -209,7 +208,7 @@
 			}
 			if ( $group_has_role )
-				$role_list .= '<option value="">' . __('&mdash; No role for this blog &mdash;') . "</option>\n";
+				$role_list .= '<option value="">' . __('&mdash; No role for this blog &mdash;', 'xpressme') . "</option>\n";
 			else
-				$role_list .= '<option value="" selected="selected">' . __('&mdash; No role for this blog &mdash;') . "</option>\n";
+				$role_list .= '<option value="" selected="selected">' . __('&mdash; No role for this blog &mdash;', 'xpressme') . "</option>\n";
 			$form .= $role_list . "</select>\n</td></tr>\n";
 		}
@@ -283,8 +282,14 @@
 												__('NO','xpressme')
 												);
+		echo				$this->text_option('old_post_link_text',
+												__('Display Navi Title of Old Post Link','xpressme')
+												);
+		echo				$this->text_option('newer_post_link_text',
+												__('Display Navi Title of Newer Post Link','xpressme')
+												);
 		echo				$this->yes_no_radio_option('is_postnavi_title_disp',
 												__('Select Display name of PostNavi Link','xpressme'),
 												__('Title of post','xpressme'),
-												__('Next and Previous','xpressme')
+												__('Title of Navi','xpressme')
 												);
 		echo				$this->yes_no_radio_option('is_left_postnavi_old',
@@ -293,10 +298,4 @@
 												__("'Newer Post Link' is displayed in the left, and 'Old Post Link' is displayed in the right",'xpressme')
 												);
-		echo				$this->text_option('old_post_link_text',
-												__('Display Title of Old Post Link','xpressme')
-												);
-		echo				$this->text_option('newer_post_link_text',
-												__('Display Title of Newer Post Link','xpressme')
-												);		
 		echo				$this->yes_no_radio_option('is_author_view_count',
 												__('Is the posts author views counted?','xpressme'),
