Language Packs for gender MOD

Mod that adds a extra field to the users profile, the gender is displayed beside the posts

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Language Packs for gender MOD

Postby Jérôme on Wed 01. May, 2002 02:15

Code: Select all
##############################################
## Mod Title: German language to Gender MOD
## Mod Version: 1.0.0
## Author: Jérôme Gamez
##       
## Description: This is the language to support German language
##
## Installation Level: easy
## Installation Time: 1-2 Minutes
## Files To Edit:    1
##      phpBB2/language/lang_German/lang_main.php
##
###############################################
##
## Installation Notes:
##
## Only need if your board support German
## Please use this for language translations
##
###############################################

#
#-----[ OPEN FILE ]---------
#
# phpBB2/language/lang_German/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
#  AT THE BOTTOM OF THE PAGE
//
// That's all Folks!

#
#-----[ ADD BEFORE ]------------------------------------------
#

//Add on for Gender Mod
$lang['Gender'] = 'Geschlecht';//used in users profile to display witch gender he/she is
$lang['Male'] = 'männlich';
$lang['Female']='weiblich';
$lang['No_gender_specify'] = 'keins :)';

#
#-----[ SAVE FILE ]---------
#
# phpBB2/language/lang_German/lang_main.php
Jérôme
Special supporter
 
Posts: 45
Joined: Tue 30. Apr, 2002 23:58
Location: Saarburg, Germany

Return to Gender [2.0.10/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron