[geeklog-cvs] Geeklog-1.x/plugins/polls/language english.php, 1.15, 1.16 english_utf-8.php, 1.6, 1.7 japanese.php, 1.8, 1.9 japanese_utf-8.php, 1.8, 1.9

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:57:02 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/language
In directory qs1489.pair.com:/tmp/cvs-serv9592/language

Modified Files:
	english.php english_utf-8.php japanese.php japanese_utf-8.php 
Log Message:
XHTML optional updates

Index: japanese_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/japanese_utf-8.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** japanese_utf-8.php	21 Apr 2007 19:19:24 -0000	1.8
--- japanese_utf-8.php	25 Nov 2007 06:57:00 -0000	1.9
***************
*** 28,50 ****
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
- ###############################################################################
- # Array Format: 
- # $LANGXX[YY]:	$LANG - variable name
- #		  	XX - file id number
- #			YY - phrase id number
- ###############################################################################
- 
- 
  $LANG_POLLS = array(
!     'polls'          => 'アンケート',
!     'results'        => '結果',
!     'pollresults'    => '投票結果',
!     'votes'          => '投票',
!     'vote'           => '投票する',
!     'pastpolls'      => 'アンケートの一覧',
!     'savedvotetitle' => '投票が登録されました',
!     'savedvotemsg'   => '今の投票が登録されました',
!     'pollstitle'     => '募集中のアンケート',
!     'pollquestions'  => '他のアンケートを見る'
  );
  
--- 28,53 ----
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
  $LANG_POLLS = array(
!     'polls'             => 'アンケート',
!     'results'           => '結果',
!     'pollresults'       => '投票結果',
!     'votes'             => '投票',
!     'vote'              => '投票する',
!     'pastpolls'         => 'アンケートの一覧',
!     'savedvotetitle'    => '投票が登録されました',
!     'savedvotemsg'      => '今の投票が登録されました',
!     'pollstitle'        => '募集中のアンケート',
!     'polltopics'        => 'Other polls',
!     'stats_top10'       => 'Top Ten Polls',
!     'stats_topics'      => 'Poll Topic',
!     'stats_votes'       => 'Votes',
!     'stats_none'        => 'It appears that there are no polls on this site or no one has ever voted.',
!     'stats_summary'     => 'Polls (Answers) in the system',
!     'open_poll'         => 'Open for Voting',
!     'answer_all'        => 'Please answer all remaining questions',
!     'not_saved'         => 'Result not saved',
!     'upgrade1'          => 'You installed a new version of the Polls plugin. Please',
!     'upgrade2'          => 'upgrade',
!     'editinstructions'  => 'Please fill in the Poll ID, at least one question and two answers for it.'
  );
  
***************
*** 82,87 ****
      28 => '検索',
      29 => '検索条件',
!     30 => '表示件数'
! 
  );
  
--- 85,99 ----
      28 => '検索',
      29 => '検索条件',
!     30 => '表示件数',
!     31 => 'Question',
!     32 => 'To remove this question from the poll, remove its question text',
!     33 => 'Open for voting',
!     34 => 'Poll Topic:',
!     35 => 'This poll has',
!     36 => 'more questions.',
!     37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
!     39 => 'The topic will be only displayed if there are more than 1 questions.',
!     40 => 'See all answers to this poll'
  );
  
***************
*** 92,94 ****
  $PLG_polls_MESSAGE3002 = $LANG32[9];
  
! ?>
\ No newline at end of file
--- 104,106 ----
  $PLG_polls_MESSAGE3002 = $LANG32[9];
  
! ?>

Index: english.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/english.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** english.php	11 Oct 2007 01:52:48 -0000	1.15
--- english.php	25 Nov 2007 06:57:00 -0000	1.16
***************
*** 92,96 ****
      36 => 'more questions.',
      37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
      39 => 'The topic will be only displayed if there are more than 1 questions.',
      40 => 'See all answers to this poll'
--- 92,96 ----
      36 => 'more questions.',
      37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
      39 => 'The topic will be only displayed if there are more than 1 questions.',
      40 => 'See all answers to this poll'

Index: english_utf-8.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/english_utf-8.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** english_utf-8.php	22 Apr 2007 13:24:33 -0000	1.6
--- english_utf-8.php	25 Nov 2007 06:57:00 -0000	1.7
***************
*** 47,53 ****
      'not_saved'         => 'Result not saved',
      'upgrade1'          => 'You installed a new version of the Polls plugin. Please',
!     'upgrade2'          => 'upgrade'
! 
! 
  );
  
--- 47,52 ----
      'not_saved'         => 'Result not saved',
      'upgrade1'          => 'You installed a new version of the Polls plugin. Please',
!     'upgrade2'          => 'upgrade',
!     'editinstructions'  => 'Please fill in the Poll ID, at least one question and two answers for it.'
  );
  
***************
*** 93,97 ****
      36 => 'more questions.',
      37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
      39 => 'The topic will be only displayed if there are more than 1 questions.',
      40 => 'See all answers to this poll'
--- 92,96 ----
      36 => 'more questions.',
      37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
      39 => 'The topic will be only displayed if there are more than 1 questions.',
      40 => 'See all answers to this poll'

Index: japanese.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/japanese.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** japanese.php	21 Apr 2007 19:19:24 -0000	1.8
--- japanese.php	25 Nov 2007 06:57:00 -0000	1.9
***************
*** 28,50 ****
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
- ###############################################################################
- # Array Format: 
- # $LANGXX[YY]:	$LANG - variable name
- #		  	XX - file id number
- #			YY - phrase id number
- ###############################################################################
- 
- 
  $LANG_POLLS = array(
!     'polls'          => '¥¢¥ó¥±¡¼¥È',
!     'results'        => '·ë²Ì',
!     'pollresults'    => 'Åêɼ·ë²Ì',
!     'votes'          => 'Åêɼ',
!     'vote'           => 'Åêɼ¤¹¤ë',
!     'pastpolls'      => '¥¢¥ó¥±¡¼¥È¤Î°ìÍ÷',
!     'savedvotetitle' => 'Åêɼ¤¬ÅÐÏ¿¤µ¤ì¤Þ¤·¤¿',
!     'savedvotemsg'   => 'º£¤ÎÅêɼ¤¬ÅÐÏ¿¤µ¤ì¤Þ¤·¤¿',
!     'pollstitle'     => 'Ê罸Ãæ¤Î¥¢¥ó¥±¡¼¥È',
!     'pollquestions'  => '¾¤Î¥¢¥ó¥±¡¼¥È¤ò¸«¤ë'
  );
  
--- 28,53 ----
  # Last Update 2007/01/30 by Ivy (Geeklog Japanese)
  
  $LANG_POLLS = array(
!     'polls'             => '¥¢¥ó¥±¡¼¥È',
!     'results'           => '·ë²Ì',
!     'pollresults'       => 'Åêɼ·ë²Ì',
!     'votes'             => 'Åêɼ',
!     'vote'              => 'Åêɼ¤¹¤ë',
!     'pastpolls'         => '¥¢¥ó¥±¡¼¥È¤Î°ìÍ÷',
!     'savedvotetitle'    => 'Åêɼ¤¬ÅÐÏ¿¤µ¤ì¤Þ¤·¤¿',
!     'savedvotemsg'      => 'º£¤ÎÅêɼ¤¬ÅÐÏ¿¤µ¤ì¤Þ¤·¤¿',
!     'pollstitle'        => 'Ê罸Ãæ¤Î¥¢¥ó¥±¡¼¥È',
!     'polltopics'        => 'Other polls',
!     'stats_top10'       => 'Top Ten Polls',
!     'stats_topics'      => 'Poll Topic',
!     'stats_votes'       => 'Votes',
!     'stats_none'        => 'It appears that there are no polls on this site or no one has ever voted.',
!     'stats_summary'     => 'Polls (Answers) in the system',
!     'open_poll'         => 'Open for Voting',
!     'answer_all'        => 'Please answer all remaining questions',
!     'not_saved'         => 'Result not saved',
!     'upgrade1'          => 'You installed a new version of the Polls plugin. Please',
!     'upgrade2'          => 'upgrade',
!     'editinstructions'  => 'Please fill in the Poll ID, at least one question and two answers for it.'
  );
  
***************
*** 82,87 ****
      28 => '¸¡º÷',
      29 => '¸¡º÷¾ò·ï',
!     30 => 'ɽ¼¨·ï¿ô'
! 
  );
  
--- 85,99 ----
      28 => '¸¡º÷',
      29 => '¸¡º÷¾ò·ï',
!     30 => 'ɽ¼¨·ï¿ô',
!     31 => 'Question',
!     32 => 'To remove this question from the poll, remove its question text',
!     33 => 'Open for voting',
!     34 => 'Poll Topic:',
!     35 => 'This poll has',
!     36 => 'more questions.',
!     37 => 'Hide results while poll is open',
!     38 => 'While the poll is open, only the owner & root can see the results',
!     39 => 'The topic will be only displayed if there are more than 1 questions.',
!     40 => 'See all answers to this poll'
  );
  
***************
*** 92,94 ****
  $PLG_polls_MESSAGE3002 = $LANG32[9];
  
! ?>
\ No newline at end of file
--- 104,106 ----
  $PLG_polls_MESSAGE3002 = $LANG32[9];
  
! ?>




More information about the geeklog-cvs mailing list