[geeklog-cvs] Geeklog-1.x/plugins/staticpages/language estonian.php, 1.6, 1.7 estonian_utf-8.php, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Sat Sep 13 10:28:02 EDT 2008


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

Modified Files:
	estonian.php estonian_utf-8.php 
Log Message:
Updated Estonian language files, provided by Artur Räpp


Index: estonian_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/estonian_utf-8.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** estonian_utf-8.php	17 Aug 2008 16:11:25 -0000	1.6
--- estonian_utf-8.php	13 Sep 2008 14:27:58 -0000	1.7
***************
*** 3,7 ****
  ###############################################################################
  # estonian_utf-8.php
! # This is the estonian language page for the Geeklog Static Page Plug-in
  #
  # Copyright (C) 2001 Tony Bibbs
--- 3,7 ----
  ###############################################################################
  # estonian_utf-8.php
! # This is the Estonian language file for the Geeklog Static Page plugin
  #
  # Copyright (C) 2001 Tony Bibbs
***************
*** 129,133 ****
      'delete_pages' => 'Kustuta lehed, omanikuks?',
      'in_block' => 'Paiguta lehed blokki?',
!     'show_hits' => 'Näita klike?',
      'show_date' => 'Näita aega?',
      'filter_html' => 'Filtreeri HTML-i?',
--- 129,133 ----
      'delete_pages' => 'Kustuta lehed, omanikuks?',
      'in_block' => 'Paiguta lehed blokki?',
!     'show_hits' => 'Näita klikke?',
      'show_date' => 'Näita aega?',
      'filter_html' => 'Filtreeri HTML-i?',
***************
*** 149,159 ****
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
!     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
!     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
! );
  
! ?>
\ No newline at end of file
--- 149,159 ----
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('Jah' => 1, 'Ei' => 0),
!     1 => array('Jah' => true, 'Ei' => false),
!     2 => array('Aeg' => 'date', 'Lehe ID' => 'id', 'Tiitel' => 'title'),
!     3 => array('Aeg' => 'date', 'Lehe ID' => 'id', 'Tiitel' => 'title', 'Silt' => 'label'),
!         9 => array('Suuna edasi lehele' => 'item', 'Näita loetelu' => 'list', 'Näita avalehte' => 'home', 'Näita admini lehten' => 'admin'),
! 12 => array('Pole ligipääsu' => 0, 'Ainult loetav' => 2, 'Loetav ja muudetav' => 3)
!     );
  
! ?>

Index: estonian.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/language/estonian.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** estonian.php	17 Aug 2008 16:11:25 -0000	1.6
--- estonian.php	13 Sep 2008 14:27:58 -0000	1.7
***************
*** 3,7 ****
  ###############################################################################
  # estonian.php
! # This is the estonian language page for the Geeklog Static Page Plug-in
  #
  # Copyright (C) 2001 Tony Bibbs
--- 3,7 ----
  ###############################################################################
  # estonian.php
! # This is the Estonian language file for the Geeklog Static Page plugin
  #
  # Copyright (C) 2001 Tony Bibbs
***************
*** 129,133 ****
      'delete_pages' => 'Kustuta lehed, omanikuks?',
      'in_block' => 'Paiguta lehed blokki?',
!     'show_hits' => 'Näita klike?',
      'show_date' => 'Näita aega?',
      'filter_html' => 'Filtreeri HTML-i?',
--- 129,133 ----
      'delete_pages' => 'Kustuta lehed, omanikuks?',
      'in_block' => 'Paiguta lehed blokki?',
!     'show_hits' => 'Näita klikke?',
      'show_date' => 'Näita aega?',
      'filter_html' => 'Filtreeri HTML-i?',
***************
*** 149,159 ****
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('True' => 1, 'False' => 0),
!     1 => array('True' => true, 'False' => false),
!     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
!     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
!     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
!     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
! );
  
! ?>
\ No newline at end of file
--- 149,159 ----
  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
  $LANG_configselects['staticpages'] = array(
!     0 => array('Jah' => 1, 'Ei' => 0),
!     1 => array('Jah' => true, 'Ei' => false),
!     2 => array('Aeg' => 'date', 'Lehe ID' => 'id', 'Tiitel' => 'title'),
!     3 => array('Aeg' => 'date', 'Lehe ID' => 'id', 'Tiitel' => 'title', 'Silt' => 'label'),
!         9 => array('Suuna edasi lehele' => 'item', 'Näita loetelu' => 'list', 'Näita avalehte' => 'home', 'Näita admini lehten' => 'admin'),
! 12 => array('Pole ligipääsu' => 0, 'Ainult loetav' => 2, 'Loetav ja muudetav' => 3)
!     );
  
! ?>




More information about the geeklog-cvs mailing list