[geeklog-cvs] Geeklog-1.x/language german.php, 1.178, 1.179 german_formal.php, 1.83, 1.84 german_formal_utf-8.php, 1.36, 1.37 german_utf-8.php, 1.67, 1.68

Dirk Haun dhaun at qs1489.pair.com
Sat Dec 29 10:58:51 EST 2007


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

Modified Files:
	german.php german_formal.php german_formal_utf-8.php 
	german_utf-8.php 
Log Message:
Added $LANG_MYACCOUNT (not translated; other strings still missing)


Index: german_formal_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_formal_utf-8.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** german_formal_utf-8.php	28 Jan 2007 10:15:04 -0000	1.36
--- german_formal_utf-8.php	29 Dec 2007 15:58:49 -0000	1.37
***************
*** 370,373 ****
--- 370,385 ----
  
  ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used.
+ # Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',    'pe_namepass'  => 'Username & Password',
+     'pe_userinfo'  => 'About You',
+     'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
+ ###############################################################################
  # index.php
  

Index: german_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_utf-8.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** german_utf-8.php	28 Jan 2007 10:15:04 -0000	1.67
--- german_utf-8.php	29 Dec 2007 15:58:49 -0000	1.68
***************
*** 369,372 ****
--- 369,382 ----
  
  ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used.
+ # Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',    'pe_namepass'  => 'Username & Password',    'pe_userinfo'  => 'About You',    'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
+ ###############################################################################
  # index.php
  

Index: german_formal.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german_formal.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** german_formal.php	28 Jan 2007 10:15:04 -0000	1.83
--- german_formal.php	29 Dec 2007 15:58:49 -0000	1.84
***************
*** 370,373 ****
--- 370,386 ----
  
  ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used.
+ # Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',
+     'pe_namepass'  => 'Username & Password',
+     'pe_userinfo'  => 'About You',
+     'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
+ ###############################################################################
  # index.php
  

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/german.php,v
retrieving revision 1.178
retrieving revision 1.179
diff -C2 -d -r1.178 -r1.179
*** german.php	28 Jan 2007 10:15:04 -0000	1.178
--- german.php	29 Dec 2007 15:58:49 -0000	1.179
***************
*** 369,372 ****
--- 369,382 ----
  
  ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used.
+ # Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',    'pe_namepass'  => 'Username & Password',    'pe_userinfo'  => 'About You',    'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
+ ###############################################################################
  # index.php
  




More information about the geeklog-cvs mailing list