Seite 1 von 1

Language changes in Deutsch

Verfasst: 03.11.2005 14:11
von adidas

Code: Alles auswählen

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
#
//
// Forum Management
//

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Autologin Keys - added 2.0.18
$lang['Allow_autologin'] = 'Allow automatic logins';
$lang['Allow_autologin_explain'] = 'Determines whether users are allowed to select to be automatically logged in when visiting the forum';
$lang['Autologin_time'] = 'Automatic login key expiry';
$lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';


#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole line for the english version looks like this:
#	$lang['Stylesheet'] = 'CSS Stylesheet';
#
$lang['Stylesheet'] =

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Stylesheet_explain'] = 'Filename for CSS stylesheet to use for this theme.';

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Read_profile'] = 'View user\'s profile'; 
#	$lang['Send_email'] = 'Send e-mail to user';
#
$lang['Read_profile'] =
$lang['Send_email'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Send_email']
#
$lang['Read_profile'] = 'View user\'s profile'; 

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Notify'] = 'Notify me when a reply is posted';
#	$lang['Delete_post'] = 'Delete this post';
#
$lang['Notify'] =
$lang['Delete_post'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Delete_post']
#
$lang['Notify'] = 'Notify me when a reply is posted';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Email'] = 'E-mail';
#	$lang['Send_private_message'] = 'Send private message';
#	$lang['Hidden_email'] = '[ Hidden ]';
#	$lang['Search_user_posts'] = 'Search for posts by this user';
#
$lang['Email'] =
$lang['Send_private_message'] =
$lang['Hidden_email'] =
$lang['Search_user_posts'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Email'] and $lang['Search_user_posts']
#
$lang['Send_private_message'] = 'Send private message';
$lang['Hidden_email'] = '[ Hidden ]';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Password_long'] = 'Your password must be no more than 32 characters.';
#	$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
#
$lang['Password_long'] =
$lang['Too_many_registers'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Too_many_registers']
#
$lang['Password_long'] = 'Your password must be no more than 32 characters.';

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_english/email/topic_notify.tpl

#
#-----[ FIND ]---------------------------------------------
#
Hello {USERNAME},

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Hello,
brauche das in deutsch :grin:

Verfasst: 03.11.2005 14:17
von DerGonzo
Moin!

ich hab mir das komplette deutsche Paket runtergeladen, den Teil aus den Language-Dateien kopiert und das ganze dann wieder glöscht... ;-)
Was zu löschen war, hab ich gelöscht. Ganz einfach eigentlich. :D

Schönen Gruß,
DerGonzo!

Verfasst: 03.11.2005 15:34
von adidas
Ich will aber die Dateien ned ersetzen, weil ich andere Modifikationen habe. Deswegen wollte ich die deutsche Übersetzung :-?

Verfasst: 03.11.2005 16:00
von Niklas_-
Wenn du mir sagst, wie die Datei heißt, kann ich dir das auch geben...

Verfasst: 03.11.2005 16:38
von Markus67
adidas hat geschrieben:Ich will aber die Dateien ned ersetzen, weil ich andere Modifikationen habe. Deswegen wollte ich die deutsche Übersetzung :-?
Ich stellt euch aber auch ungeschickt an :-?

Lade dir das komplette deutsche Paket runter ... suche in der lang_admin.php

Code: Alles auswählen

$lang['Allow_autologin']
und schon hast du den kompletten deutschen Block .. und den kopierst du dir dann in deine lang_admin.php

Und genauso machst du das mit dem Rest.

Markus

Verfasst: 03.11.2005 20:46
von DerGonzo
Genauso wie Markus67 es beschrieben hat, hab ich es auch gemeint...