[geeklog-cvs] Geeklog-1.x/plugins/polls/language hebrew_utf-8.php, 1.3, 1.4

Dirk Haun dhaun at qs1489.pair.com
Mon Sep 22 14:03:24 EDT 2008


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

Modified Files:
	hebrew_utf-8.php 
Log Message:
Updated Hebrew language files, provided by LWC


Index: hebrew_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/language/hebrew_utf-8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hebrew_utf-8.php	17 Aug 2008 16:11:25 -0000	1.3
--- hebrew_utf-8.php	22 Sep 2008 18:03:22 -0000	1.4
***************
*** 29,62 ****
  global $LANG32;
  
- ###############################################################################
- # 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' => 'סקרים במערכת',
!     'polltopics' => 'סקרים נוספים',
!     'stats_top10' => 'עשרת הסקרים הגדולים',
!     'stats_topics' => 'נושא הסקר',
!     'stats_votes' => 'הצבעות',
!     'stats_none' => 'נראה שאין סקרים באתר זה או שאף אחד עוד לא הצביע.',
!     'stats_summary' => 'סקרים (תשובות) במערכת',
!     'open_poll' => 'פתוח להצבעה',
!     'answer_all' => 'אנא ענו על כל השאלות שנותרו',
!     'not_saved' => 'התוצאות לא נשמרו',
!     'upgrade1' => 'התקנתם גרסה חדשה של plugins הסקרים. אנא',
!     'upgrade2' => 'שדרגו',
!     'editinstructions' => 'אנא מלאו את קוד הזיהוי של הסקר, לפחות שאלה אחת ושתי תשובות לה.',
!     'start_poll' => 'Start Poll'
  );
  
--- 29,55 ----
  global $LANG32;
  
  $LANG_POLLS = array(
!     'polls'             => 'סקרים',
!     'results'           => 'תוצאות',
!     'pollresults'       => 'תוצאות סקרים',
!     'votes'             => 'הצבעות',
!     'vote'              => 'הצבעה',
!     'pastpolls'         => 'סקרי עבר',
!     'savedvotetitle'    => 'ההצבעה נשמרה',
!     'savedvotemsg'      => 'הצבעתם נשמרה בסקר',
!     'pollstitle'        => 'סקרים במערכת',
!     'polltopics'     => 'סקרים נוספים',
!     'stats_top10'       => 'עשרת הסקרים הגדולים',
!     'stats_topics'   => 'נושא הסקר',
!     'stats_votes'       => 'הצבעות',
!     'stats_none'        => 'נראה שאין סקרים באתר זה או שאף אחד עוד לא הצביע.',
!     'stats_summary'     => 'סקרים (תשובות) במערכת',
!     'open_poll'         => 'פתוח להצבעה',
!     'answer_all'        => 'אנא ענו על כל השאלות שנותרו',
!     'not_saved'         => 'התוצאות לא נשמרו',
!     'upgrade1'          => 'התקנתם גרסה חדשה של plugins הסקרים. אנא',
!     'upgrade2'          => 'שדרגו',
!     'editinstructions'  => 'אנא מלאו את קוד הזיהוי של הסקר, לפחות שאלה אחת ושתי תשובות לה.',
!     'start_poll'        => 'התחילו את הסקר'
  );
  
***************
*** 114,117 ****
--- 107,111 ----
  $PLG_polls_MESSAGE3002 = $LANG32[9];
  
+ 
  // Localization of the Admin Configuration UI
  $LANG_configsections['polls'] = array(
***************
*** 145,149 ****
  $LANG_configselects['polls'] = array(
      0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
      2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'),
      9 => array('Forward to Poll' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
--- 139,143 ----
  $LANG_configselects['polls'] = array(
      0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => TRUE, 'False' => FALSE),
      2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'),
      9 => array('Forward to Poll' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
***************
*** 151,153 ****
  );
  
! ?>
\ No newline at end of file
--- 145,147 ----
  );
  
! ?>




More information about the geeklog-cvs mailing list