[x] Navigation

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

[x] Downloads (Top)

AccountPlus v2.0.1 Deutsch
Supportforum für Übersetzungen und Dokumentation des "German Translation Teams"
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ›  Dokumentation & Übersetzung

View previous topic :: View next topic  
Author Message
Klas
Moderator
Moderator

Offline Offline
Joined: Apr 14, 2004
Posts: 293

PostPosted: 17.04.2010 06:36
Post subject: AccountPlus v2.0.1 Deutsch

Ich hab mal AccountPlus 2.0.1 von Phoenix übersetzt, wollte es aber aber auch multilingual halten. Da die Breite der Tabs in der account.css definiert wird hab ich ein wenig was am Code geändert um je nach Sprache eine unterschiedliche css zu laden. Das Archiv im Anhang (zip, mit 7-zip gepackt) enthält neben deutscher Sprachdatei und css auch die geänderten Dateien. Die Änderungen im einzelnen (falls das jemand per Hand einpielen will, aus welchen Gründen auch immer):

add dir
themes/*/style/(language)/

modules/Your_Account/ index.php, register.php, forums.php, gallery.php, blogs.php, groups.php and modules/Private_Messages/index.php
change:
Array:
if (file_exists('themes/'.$CPG_SESS['theme'].'/style/account.css')) {
	$modheader .= '<link rel="stylesheet" type="text/css" href="themes/'.$CPG_SESS['theme'].'/style/account.css" media="all" />';
} else {
	$modheader .= '<link rel="stylesheet" type="text/css" href="themes/default/style/account.css" media="all" />';
}
to
Array:
if (file_exists('themes/'.$CPG_SESS['theme'].'/style/'.$currentlang.'/account.css')) {
	$modheader .= '<link rel="stylesheet" type="text/css" href="themes/'.$CPG_SESS['theme'].'/style/'.$currentlang.'/account.css" media="all" />';
} else if (file_exists('themes/'.$CPG_SESS['theme'].'/style/account.css')) {
	$modheader .= '<link rel="stylesheet" type="text/css" href="themes/'.$CPG_SESS['theme'].'/style/account.css" media="all" />';
} else {
	$modheader .= '<link rel="stylesheet" type="text/css" href="themes/default/style/account.css" media="all" />';
}

language/*/your_account.php
line 69 add:
Array:
define('_MA_PRIVMSGS','Private Messages');

themes/*/template/account/menu.html
line 71 change
Array:
	<li><a href="{U_MESSAGES}"><b>_(TB_PRIVMSGS)</b>
to
Array:
	<li><a href="{U_MESSAGES}"><b>_(MA_PRIVMSGS)</b>

AccountPlus auf nukebiz: nukebiz.com/Downloads/...ils/id=95/
Forumeintrag auf nukebiz: nukebiz.com/Forums/vie...3068/#3068

_________________
Bitte lies dies bevor du fragst.

Klas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
designSumpf
Agent
Agent

Offline Offline
Joined: Dec 25, 2004
Posts: 89
Location: Burgbernheim (Franken)
PostPosted: 27.05.2010 19:12
Post subject: Re: AccountPlus v2.0.1 Deutsch

Danke, spart mir Arbeit... ;D

_________________
Glaube nicht alles, was du denkst

designSumpf's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/Apache /MySQL 5.0.32/PHP 5.2.0-8/DF 9.2.1
Back to top
View user's profile Visit poster's website
Klas
Moderator
Moderator

Offline Offline
Joined: Apr 14, 2004
Posts: 293

PostPosted: 27.05.2010 19:22
Post subject: Re: AccountPlus v2.0.1 Deutsch

Smile

_________________
Bitte lies dies bevor du fragst.

Klas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ›  Dokumentation & Übersetzung
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy