Frage zu Ordner "language" bei Update 2.0.18
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Frage zu Ordner "language" bei Update 2.0.18
Moin Moin,
bei dem neuen Update wird ja im Ordner "language" / "lang_german" eigentlich nichts verändert?! Weil dann muss ich die ja net überspielen, denn ich hab die selbst etwas angepasst.
phpBB und Sprachpaket von phpBB.de
bei dem neuen Update wird ja im Ordner "language" / "lang_german" eigentlich nichts verändert?! Weil dann muss ich die ja net überspielen, denn ich hab die selbst etwas angepasst.
phpBB und Sprachpaket von phpBB.de
Re: Frage zu Ordner "language" bei Update 2.0.18
doch:Master04 hat geschrieben:Moin Moin,
bei dem neuen Update wird ja im Ordner "language" / "lang_german" eigentlich nichts verändert?!
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.';
Steht ja auch da:
# NOTE --- Remember to do this for all your installed languages!
Scotty's .NET Projekte: StarTrek Infos X10, e-hahn Updater 3.10, Easy Desktop Note 1.06
In den Deutschen Sprachfiles von hier sind die Änderungen noch nicht drin, musst du Manuel machen und dann selber übersetzen oder etwas warten…
Scotty's .NET Projekte: StarTrek Infos X10, e-hahn Updater 3.10, Easy Desktop Note 1.06
Hallo
Wie ich gesehen habe gibt es in der language/lang_english/lang_main.php gar nichts zu ändern, oder sehe icgh das falsch?
Verstehe nicht ganz wie das gemeint ist.
Wie ich gesehen habe gibt es in der language/lang_english/lang_main.php gar nichts zu ändern, oder sehe icgh das falsch?
Verstehe nicht ganz wie das gemeint ist.
Code: Alles auswählen
#
#-----[ 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.';
#
Hallo darot,
hier wird nichts hinzugefügt, sondern lediglich die entsprechenden Einträge/Zeilen entfernt.
Beispiel:
Hier wird eigentlich nichts anderes gemacht als der Eintrag:
entfernt.
Viele Grüße
Sönke
hier wird nichts hinzugefügt, sondern lediglich die entsprechenden Einträge/Zeilen entfernt.
Beispiel:
Code: Alles auswählen
...
-----[ 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';
Code: Alles auswählen
$lang['Send_email'] = 'Send e-mail to user';
Viele Grüße
Sönke