ne ne
das meiste habe ich aus dem alten genommen aber das ist echt ne sch^^^^ arbeit die das schon gemacht haben wissen das und die es gerne machen danke für die tolle arbeit .
lg gemüse
karma_ acp ist aber noch nicht fertig
Code: Alles auswählen
<?php
/**
*
* karma [English]
*
* @package karmamod (acp)
* @version $Id: karma_acp.php,v 93 2010/03/06 15:46:06 m157y Exp $
* @copyright (c) 2007-2010 David Lawson, m157y, A_Jelly_Doughnut
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ †…
//
$lang = array_merge($lang, array(
'ACP_KARMA' => 'Karma MOD',
'ACP_KARMA_CONFIG' => 'Karma MOD Konfiguration',
'ACP_KARMA_CONFIG_EXPLAIN' => 'Du kannst die Grundeinstellungen für den Karma MOD ändern.',
'ACP_KARMA_HISTORY' => 'Karma MOD History',
'ACP_KARMA_HISTORY_EXPLAIN' => 'Die ist eine Liste aller Änderungen im Karma MOD.',
'ACP_KARMA_STATS' => 'Karma MOD Statistik',
'ACP_KARMA_STATS_EXPLAIN' => 'Hier kannst du Satistiken über die Karmaänderungen sowie durchschnittliche Nutzerstatistiken sehen.',
'ACP_KARMA_AJAX' => 'Enable AJAX',
'ACP_KARMA_ANONYM_DECREASE' => 'Gast verringert Karma',
'ACP_KARMA_ANONYM_DECREASE_EXPLAIN' => 'Wenn aktiviert, können nur Administratoren Verringerungen sehen.',
'ACP_KARMA_ANONYM_INCREASE' => 'Gast erhöht Karma',
'ACP_KARMA_ANONYM_INCREASE_EXPLAIN' => 'Wenn aktiviert, können nur Administratoren Erhöhungen sehen.',
'ACP_KARMA_APPEND_COMMENTS' => 'Kommentare',
'ACP_KARMA_APPEND_POSTS' => 'Postings',
'ACP_KARMA_APPEND_TIME' => 'Stunden',
'ACP_KARMA_APPEND_TIMES' => 'mal',
'ACP_KARMA_BAN' => 'Automatisches Bannen',
'ACP_KARMA_BAN_EXPLAIN' => 'Bei einem Minimum an Karma kann Karma MOD bannen',
'ACP_KARMA_BAN_VALUE' => 'Ban Karma Höhe',
'ACP_KARMA_BAN_VALUE_EXPLAIN' => 'Wenn ein Beutzer das Karma erreicht, wird er gebannt',
'ACP_KARMA_BAN_REASON' => 'Ban Grund',
'ACP_KARMA_BAN_REASON_EXPLAIN' => 'Dieser Text wird im ACP/MCP angezeigt',
'ACP_KARMA_BAN_REASON_GIVE' => 'Grund, der dem gebannten angezeigt wird',
'ACP_KARMA_BAN_REASON_GIVE_EXPLAIN' => 'Dieser Text wird dem gebannten Beutzer angezeigt',
'ACP_KARMA_BETA_VERSION' => 'Latest beta version',
'ACP_KARMA_COMMENTS' => 'Kommentare aktivieren',
'ACP_KARMA_COMMENTS_EXPLAIN' => 'Wenn aktiviert, können Beutzer einen Kommentar zur Erklärung hinterlassen.',
'ACP_KARMA_COMMENTS_REQD' => 'Kommentar benötigt',
'ACP_KARMA_COMMENTS_REQD_EXPLAIN' => 'Wenn aktiviert, muss der Benutzer einen Kommentar hinterlassen',
'ACP_KARMA_COMMENTS_PER_PAGE' => 'Kommentare pro Seite',
'ACP_KARMA_CONFIG_UPDATED' => 'Karma MOD’s configuration updated successfully.',
'ACP_KARMA_DRAFTS' => 'Enable drafts',
'ACP_KARMA_DRAFTS_EXPLAIN' => 'If enabled, comments will support drafts, like PMs and posts.',
'ACP_KARMA_ENABLED' => 'Enable karma',
'ACP_KARMA_ENABLED_EXPLAIN' => 'If disabled, all karma functions will be disabled and karma will not be displayed anywhere.',
'ACP_KARMA_ENABLED_UCP' => 'Enable karma disabling',
'ACP_KARMA_ENABLED_UCP_EXPLAIN' => 'If enabled, users can disable karma for themselves',
'ACP_KARMA_ICONS' => 'Enable icons',
'ACP_KARMA_ICONS_EXPLAIN' => 'Enable icons for comments, like topic icons',
'ACP_KARMA_MINIMUM' => 'Needed karma',
'ACP_KARMA_MINIMUM_EXPLAIN' => 'After a user reaches this karma count, the user can karma',
'ACP_KARMA_NOTIFY_EMAIL' => 'Aktiviere EMail Benachrichtigung',
'ACP_KARMA_NOTIFY_EMAIL_EXPLAIN' => 'Wenn aktiviert, kann es jeder Benutzer in seinem UCP deaktivieren',
'ACP_KARMA_NOTIFY_PM' => 'Aktiviere PN Benachrichtigung',
'ACP_KARMA_NOTIFY_PM_EXPLAIN' => 'Wenn aktiviert, kann es jeder Benutzer in seinem UCP deakitvieren',
'ACP_KARMA_NOTIFY_JABBER' => 'Aktiviere Jabber Benachrichtigung',
'ACP_KARMA_NOTIFY_JABBER_EXPLAIN' => 'Wenn aktiviert, kann es jeder Benutzer in seinem UCP deakitvieren',
'ACP_KARMA_PER_DAY' => 'Max. Karma pro Tag',
'ACP_KARMA_PER_DAY_EXPLAIN' => 'Number of karma changes for a single user, zero to disable.',
'ACP_KARMA_POSTS' => 'Needed posts',
'ACP_KARMA_POSTS_EXPLAIN' => 'After a user reaches this post count, the user can karma',
'ACP_KARMA_POWER' => 'Enable karma power',
'ACP_KARMA_POWER_MAX' => 'Maximum karma power',
'ACP_KARMA_POWER_SHOW' => 'Show karma power',
'ACP_KARMA_POWER_SHOW_EXPLAIN' => 'If disabled, only administrators can see karma power.',
'ACP_KARMA_RANK_ADD' => 'Add new rank',
'ACP_KARMA_RANK_MUST_SELECT' => 'You must select a rank.',
'ACP_KARMA_RANK_NO_TITLE' => 'You haven’t specified a title for the rank.',
'ACP_KARMA_RANK_ADDED' => 'The rank was successfully added.',
'ACP_KARMA_RANK_IMAGE' => 'Rank image',
'ACP_KARMA_RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.',
'ACP_KARMA_RANK_MINIMUM' => 'Minimum karma',
'ACP_KARMA_RANK_REMOVED' => 'The rank was successfully deleted.',
'ACP_KARMA_RANK_TITLE' => 'Rank title',
'ACP_KARMA_RANK_UPDATED' => 'The rank was successfully updated.',
'ACP_KARMA_RANKS' => 'Karma MOD Ranks',
'ACP_KARMA_RANKS_ENABLED' => 'Enable ranks',
'ACP_KARMA_RANKS_ENABLED_EXPLAIN' => 'If disabled, karma value will be showed under karma field',
'ACP_KARMA_RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete karma ranks.',
'ACP_KARMA_RANKS_PATH' => 'Rank image storage path',
'ACP_KARMA_RANKS_PATH_EXPLAIN' => 'Path under your phpBB root directory, e.g. <samp>images/mods/karma/ranks</samp>.',
'ACP_KARMA_REMOVE_INSTALL' => 'Please delete, move or rename the Karma MOD’s install directory before you use your board.',
'ACP_KARMA_RESYNC_USERS' => 'Resynchronise users’ karmas',
'ACP_KARMA_RESYNC_USERS_CONFIRM' => 'Are you sure you wish to resynchronise users’ karmas?',
'ACP_KARMA_RESYNC_USERS_EXPLAIN' => 'Recalculates the total karma values for users.',
'ACP_KARMA_SETTINGS_ADDONS' => 'Additional features',
'ACP_KARMA_SETTINGS_BAN' => 'Automatic ban',
'ACP_KARMA_SETTINGS_COMMENTS' => 'Comments',
'ACP_KARMA_SETTINGS_GENERAL' => 'General',
'ACP_KARMA_SETTINGS_LIMIT' => 'Limitations',
'ACP_KARMA_SETTINGS_NOTIFICATIONS' => 'Notifications',
'ACP_KARMA_SETTINGS_UPDATER' => 'Updater',
'ACP_KARMA_TIME' => 'Karma time',
'ACP_KARMA_TIME_EXPLAIN' => 'How much time users must wait until they may give karma again',
'ACP_KARMA_TOPLIST' => 'Enable toplist',
'ACP_KARMA_TOPLIST_EXPLAIN' => 'If enabled, top list will be displayed on index page',
'ACP_KARMA_TOPLIST_USERS' => 'Number of users in toplist',
'ACP_KARMA_TOPLIST_USERS_EXPLAIN' => 'Number of users which will be displayed in toplist on index page, must be more than 0',
'ACP_KARMA_UPDATER_BETA' => 'Check beta version updates',
'ACP_KARMA_UPDATER_INTERVAL' => 'Notifications interval',
'ACP_KARMA_UPDATER_INTERVAL_EXPLAIN' => 'Interval for reminder via popup notification.',
'ACP_KARMA_UPDATER_NOTIFY' => 'Enable new version notifications',
'ACP_KARMA_UPDATER_NOTIFY_EXPLAIN' => 'If new version available, little window on public part of board will popup',
'ACP_KARMA_VERSION_CHECK' => 'Karma MOD Version check',
'ACP_KARMA_VERSION_CHECK_MENU' => 'Check the Karma MOD for updates',
'ACP_KARMA_VERSION_CHECK_EXPLAIN' => 'Checks to see if the version of the Karma MOD you are currently running is up to date.',
'ACP_KARMA_VERSION_NOT_UP_TO_DATE_ACP'=> 'Your version of the Karma MOD is not up to date.<br />Below you will find a link to the release announcement for the latest version.',
'ACP_KARMA_VERSION_UP_TO_DATE_ACP' => 'Your installation is up to date, no updates are available for your version of Karma MOD. You do not need to update your installation.',
'ACP_KARMA_VERSION_UPDATE_INSTRUCTIONS' => '<h1>Release announcement</h1>
<p>Please read <a href="%1$s" title="%1$s"><strong>the release announcement for the latest version</strong></a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>',
'ACP_KARMA_VIEWONLINE_EXTEND' => 'Extended viewonline information',
'ACP_KARMA_VIEWONLINE_EXTEND_EXPLAIN' => 'Show usernames at viewonline page. Little more server loads.',
'ACP_KARMA_VIEWPROFILE' => 'Enable view comments',
'ACP_KARMA_VIEWPROFILE_EXPLAIN' => 'If enabled, view comments section will be displayed on viewprofile page',
'ACP_KARMA_ZEBRA' => 'Enable karma for friends & foes',
'KARMA_LOG_CONFIG' => '<strong>Änder die Karma MOD Einstellungen</strong>',
'KARMA_LOG_CLEAR' => '<strong>Löscht die Karma MOD History</strong>',
'KARMA_LOG_RANK_ADDED' => '<strong>Added new karma rank</strong><br />» %s',
'KARMA_LOG_RANK_REMOVED' => '<strong>Removed karma rank</strong><br />» %s',
'KARMA_LOG_RANK_UPDATED' => '<strong>Updated karma rank</strong><br />» %s',
'KARMA_LOG_RESYNC_USERS' => '<strong>Users karma values resynchronised</strong>',
'LOG_KARMA_INSTALLED' => '<strong>Installed Karma MOD %s</strong>',
'LOG_KARMA_UPDATED' => '<strong>Updated Karma MOD from version %1$s to version %2$s</strong>',
'IMG_CAT_KARMA' => 'Karma MOD images',
'acl_f_karma_can' => array('lang' => 'Kann Benutzer Karma geben', 'cat' => 'misc'),
'acl_f_karma_view' => array('lang' => 'Kann Karmakommentare ansehen', 'cat' => 'misc'),
'acl_u_karma_can' => array('lang' => 'Kann Benutzer Karma geben', 'cat' => 'misc'),
'acl_u_karma_view' => array('lang' => 'Kann Karmakommentare ansehen', 'cat' => 'misc'),
));
?>
karma_common.php ( auch noch nicht fertig) denke auch ist einiges auf mein eingnen mist gewacksen
Code: Alles auswählen
<?php
/**
*
* karma [English]
*
* @package karmamod
* @version $Id: karma_common.php,v 92 2010/03/06 15:24:14 m157y Exp $
* @copyright (c) 2007-2010 David Lawson, m157y, A_Jelly_Doughnut
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ †…
//
$lang = array_merge($lang, array(
'KARMA' => 'Karma',
'KARMA_ALL_COMMENTS' => 'Alle Kommentare',
'KARMA_ALREADY_KARMAED_POST' => 'Du hast für diesen Posting bereits Karma gegeben.',
'KARMA_CAN_NOT_KARMA_ZEBRA' => 'Du kannst deinen Freunden oder Bekannten kein Karma geben.',
'KARMA_CAN_NOT_MINIMUM' => 'Sorry, aber du hast noch nicht genügen Karma bekommen um selbst Karma vergeben zu können.',
'KARMA_CAN_NOT_POSTS' => 'Sorry, aber du hast noch nicht genügend Postings erstellt um Karma geben zu können.',
'KARMA_CAN_NOT_YET' => 'Sorry, aber du darfst zur Zeit kein Karma geben.',
'KARMA_COMMENT' => 'Comment',
'KARMA_COMMENTS' => 'Comments',
'KARMA_COMMENTS_DISABLED' => 'Karma comments disabled on this board',
'KARMA_COMMENTS_EXPLAIN' => 'All comments for this user’s karma posted below.',
'KARMA_COMMENTS_SELF_ONLY' => 'Sorry, but you are not allowed to see the karma of this user.',
'KARMA_DECREASE' => 'Decrease user’s karma',
'KARMA_DECREASE_CONFIRM' => 'Are you sure you want to decrease the karma of the selected user?',
'KARMA_DELETE' => 'Delete karma',
'KARMA_DELETE_CONFIRM' => 'Are you sure you want to delete this karma change?',
'KARMA_DELETED' => 'This karma change has been deleted successfully.',
'KARMA_DRAFT_LOADED' => 'Draft loaded into posting area, you may want to finish your karma change now.<br />Your draft will be deleted after submitting this karma.',
'KARMA_DRAFT_POST' => 'Post at topic',
'KARMA_DRAFT_SAVED' => 'Draft successfully saved.',
'KARMA_DRAFT_TITLE' => 'Draft title',
'KARMA_DRAFT_UPDATED' => 'Draft successfully updated.',
'KARMA_DRAFTS_DELETED' => 'All selected drafts were successfully deleted.',
'KARMA_DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.',
'KARMA_EDIT_DRAFT_EXPLAIN' => 'Here you are able to edit your draft.',
'KARMA_EMPTY_DRAFT' => 'You must enter a message to submit your changes.',
'KARMA_EXPLAIN' => 'Here you can explain, or write a reason why you are increasing or decreasing this user’s karma',
'KARMA_ICON' => 'Comment icon',
'KARMA_INCREASE' => 'Karma',
'KARMA_INCREASE_CONFIRM' => 'Are you sure you want to increase the karma of the selected user?',
'KARMA_JUMPBOX_FORUM' => 'last visited forum',
'KARMA_JUMPBOX_PM' => 'private message',
'KARMA_JUMPBOX_PROFILE' => 'user’s profile',
'KARMA_JUMPBOX_TOPIC' => 'last visited topic',
'KARMA_LIMITED_PER_DAY_TIME' => 'You can karma only 1 time per day',
'KARMA_LIMITED_PER_DAY_TIMES' => 'You can karma only %1$s times per day',
'KARMA_LOAD_DRAFT' => 'Load draft',
'KARMA_LOAD_DRAFT_EXPLAIN' => 'Here you are able to select the draft you want to continue writing. Your current karma change will be cancelled, all current karma contents will be deleted. View, edit and delete drafts within your User Control Panel.',
'KARMA_LOGIN_EXPLAIN' => 'You need to login in order to work with karma.',
'KARMA_MOD_DISABLED' => 'Sorry, but the Karma MOD is currently disabled.',
'KARMA_NEW_VERSION' => 'A new version of Karma MOD is available.',
'KARMA_NEW_VERSION_CLICK_TO_VIEW' => '%sGo to Karma MOD updater page at ACP%s',
'KARMA_NEW_VERSION_NO' => 'No new version of Karma MOD is available.',
'KARMA_NO_COMMENTS' => 'No comments for user’s karma',
'KARMA_NO_CURRENT_USER' => 'Karma change disabled for this user',
'KARMA_NO_ICON' => 'No comment icon',
'KARMA_NO_KARMA_MODE' => 'No karma mode specified.',
'KARMA_NO_SAVED_DRAFTS' => 'No drafts saved.',
'KARMA_NO_SELF' => 'You are not allowed to karma yourself.',
'KARMA_NOT_CHANGED' => 'Karma not changed.',
'KARMA_NOTIFY_HIDDEN_SENDER' => 'Versteckt',
'KARMA_NOTIFY_INCREASE_SUBJECT' => 'Dein Karma wurde erhöht',
'KARMA_NOTIFY_INCREASE_MESSAGE' => 'Der Benutzer %1$s hat dein Karma erhöht.',
'KARMA_NOTIFY_INCREASE_MESSAGE_ANONYM' => 'Irgend jemand hat dein Karma erhöht.',
'KARMA_NOTIFY_INCREASE_MESSAGE_POWERED' => 'Der Benutzer %1$s hat dein Karma um %2$d erhöht.',
'KARMA_NOTIFY_INCREASE_MESSAGE_POWERED_ANONYM' => 'Irgend jemand hat dein Karma um %2$d erhöht.',
'KARMA_NOTIFY_DECREASE_SUBJECT' => 'Dein Karma wurde verringert',
'KARMA_NOTIFY_DECREASE_MESSAGE' => 'Der Benutzer %1$s hat dein Karma verringert',
'KARMA_NOTIFY_DECREASE_MESSAGE_ANONYM' => 'Irgend jemand hat dein Karma verringert',
'KARMA_NOTIFY_DECREASE_MESSAGE_POWERED' => 'Der Benutzer %1$s hat dein Karma um %2$d verringert.',
'KARMA_NOTIFY_DECREASE_MESSAGE_POWERED_ANONYM' => 'Irgend jemand hat dein Karma um %2$d verringert.',
'KARMA_NOTIFY_MESSAGE_COMMENTS' => '%1$s hinterlässt den Kommentar:',
'KARMA_NOTIFY_BACKLINK_FORUM' => 'Kommentar wurde für dieses Forum hinterlassen: ',
'KARMA_NOTIFY_BACKLINK_POST' => 'Kommentar wurde für dieses Posting hinterlassen: ',
'KARMA_NOTIFY_BACKLINK_PROFILE' => 'Kommentar wurde für dein Profil hinterlassen: ',
'KARMA_NOTIFY_BACKLINK_TOPIC' => 'Kommentar wurde für dieses Thema hinterlassen: ',
'KARMA_POWER' => 'Karma Power',
'KARMA_RETURN_VIEWPROFILE' => '%sReturn to the profile last visited%s',
'KARMA_SAVE_DRAFT' => 'Save draft',
'KARMA_SAVE_DRAFT_CONFIRM' => 'Please note that saved drafts only include the message, any other element will be removed. Do you want to save your draft now?',
'KARMA_SORT_FORUM' => 'Karmaed forum',
'KARMA_SORT_POST' => 'Karmaed post',
'KARMA_SORT_TIME' => 'Comment time',
'KARMA_SORT_TOPIC' => 'Karmaed topic',
'KARMA_SUCCESSFULLY_DECREASED' => 'You successfully decreased the karma of this user.',
'KARMA_SUCCESSFULLY_INCREASED' => 'You successfully increased the karma of this user.',
'KARMA_TOPLIST' => 'Karma toplist',
'KARMA_TOPLIST_EXPLAIN' => 'Users with most karma',
'KARMA_VIEW_COMMENTS' => 'View karma comments',
'KARMA_VIEW_USER_COMMENT' => '1 comment',
'KARMA_VIEW_USER_COMMENTS' => '%d comments',
'KARMA_VIEWING_KARMA_COMMENTS' => 'Viewing member karma comments',
'KARMA_VIEWING_KARMA_COMMENTS_EXTEND' => 'Viewing %s’s karma comments',
'KARMA_UPDATING_KARMA' => 'Updating member karma',
'KARMA_UPDATING_KARMA_EXTEND' => 'Updating %s’s karma',
'KARMA_USER_COMMENTS' => 'View comments to user’s karma',
'IMG_ICON_KARMA_DECREASE' => 'Decrease button',
'IMG_ICON_KARMA_INCREASE' => 'Increase button',
'UCP_KARMA_DRAFTS' => 'Spravovat koncepty komentářů karmy',
'UCP_KARMA_PREFS' => 'Karma einstellung',
));
?>