Translated missing blocks
This commit is contained in:
@@ -31,26 +31,24 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_POLL' => 'Poll',
|
'PORTAL_POLL' => 'Umfrage',
|
||||||
'LATEST_POLLS' => 'Latest Polls',
|
'LATEST_POLLS' => 'Neueste Umfragen',
|
||||||
'NO_OPTIONS' => 'This poll has no available options.',
|
'NO_OPTIONS' => 'Diese Umfrage verfügt über keine Optionen.',
|
||||||
'NO_POLL' => 'No polls available',
|
'NO_POLL' => 'Derzeit gibt es keine aktuellen Umfragen',
|
||||||
'RETURN_PORTAL' => '%sReturn to the portal%s',
|
'RETURN_PORTAL' => '%sZurück zum Portal%s',
|
||||||
|
|
||||||
// ACP
|
// ACP
|
||||||
'ACP_PORTAL_POLLS_SETTINGS' => 'Poll settings',
|
'ACP_PORTAL_POLLS_SETTINGS' => 'Einstellungen für Umfragen',
|
||||||
'ACP_PORTAL_POLLS_SETTINGS_EXP' => 'This is where you customize the poll block.',
|
'ACP_PORTAL_POLLS_SETTINGS_EXP' => 'Hier kannst du die Einstellungen für Umfragen ändern.',
|
||||||
'PORTAL_POLL_TOPIC' => 'Display poll blocks',
|
'PORTAL_POLL_TOPIC_ID' => 'Umfragen Foren',
|
||||||
'PORTAL_POLL_TOPIC_EXP' => 'Display this block on the portal.',
|
'PORTAL_POLL_TOPIC_ID_EXP' => 'Die Foren, aus welchen die Umfragen angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Falls "Foren aussschließen" auf "Ja" steht, wähle die Foren die du ausschließen willst.<br />Falls "Foren aussschließen" auf "Nein" steht, wähle die Foren die du sehen willst.<br />Wähle mehrere Foren aus/ab, indem du beim Klicken die <samp>Strg</samp>-Taste drückst.',
|
||||||
'PORTAL_POLL_TOPIC_ID' => 'Poll forum(s)',
|
'PORTAL_POLL_EXCLUDE_ID' => 'Foren ausschließen',
|
||||||
'PORTAL_POLL_TOPIC_ID_EXP' => 'The forum(s) from which the polls should be displayed. If "Exclude forums" is set to "Yes", select the forums you want to exclude.<br />If "Exclude forums" is set to "No" select the forums you want to see.<br />Select/Deselect multiple forums by holding <samp>CTRL</samp> and clicking.',
|
'PORTAL_POLL_EXCLUDE_ID_EXP' => 'Wähle "Ja" wenn du die ausgewählten Foren vom Umfragen-Block ausschließen willst, und "Nein" wenn du nur die Themen aus den ausgewählten Foren im Umfragen-Block sehen willst.',
|
||||||
'PORTAL_POLL_EXCLUDE_ID' => 'Exclude Forums',
|
'PORTAL_POLL_LIMIT' => 'Maximale Anzahl der Umfragen',
|
||||||
'PORTAL_POLL_EXCLUDE_ID_EXP' => 'Select "Yes" if you want to exlude the selected forums from the polls block, and "No" if you only want to see the polls from the selected forums in the polls block.',
|
'PORTAL_POLL_LIMIT_EXP' => 'Die Anzahl der Umfragen, die auf dem Portal angezeigt werden sollen.',
|
||||||
'PORTAL_POLL_LIMIT' => 'Poll display limit',
|
'PORTAL_POLL_ALLOW_VOTE' => 'Abstimmen erlauben',
|
||||||
'PORTAL_POLL_LIMIT_EXP' => 'The number of polls you would like to display on the portal page.',
|
'PORTAL_POLL_ALLOW_VOTE_EXP' => 'Verfügt der Benutzer über entsprechende Berechtigungen, kann er direkt auf der Portal-Seite abstimmen.',
|
||||||
'PORTAL_POLL_ALLOW_VOTE' => 'Allow voting',
|
'PORTAL_POLL_HIDE' => 'Abgelaufene Umfragen verbergen?',
|
||||||
'PORTAL_POLL_ALLOW_VOTE_EXP' => 'Allow users with the required permissions to vote from the portal page.',
|
|
||||||
'PORTAL_POLL_HIDE' => 'Hide expired polls?',
|
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,12 +31,12 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_RANDOM_MEMBER' => 'Random member',
|
'PORTAL_RANDOM_MEMBER' => 'Zufälliges Profil',
|
||||||
'RND_JOIN' => 'Join',
|
'RND_JOIN' => 'Registriert',
|
||||||
'RND_POSTS' => 'Posts',
|
'RND_POSTS' => 'Beiträge',
|
||||||
'RND_OCC' => 'Occupation',
|
'RND_OCC' => 'Tätigkeit',
|
||||||
'RND_FROM' => 'Location',
|
'RND_FROM' => 'Wohnort',
|
||||||
'RND_WWW' => 'Web page',
|
'RND_WWW' => 'Webseite',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,22 +31,22 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_RECENT' => 'Recent',
|
'PORTAL_RECENT_NEWS' => 'Aktuelles',
|
||||||
'PORTAL_RECENT_TOPIC' => 'Recent topics',
|
'PORTAL_RECENT_TOPIC' => 'Aktuelle Themen',
|
||||||
'PORTAL_RECENT_ANN' => 'Recent announcements',
|
'PORTAL_RECENT_ANN' => 'Aktuelle Bekanntmachungen',
|
||||||
'PORTAL_RECENT_HOT_TOPIC' => 'Recent popular topics',
|
'PORTAL_RECENT_HOT_TOPIC' => 'Beliebte Themen',
|
||||||
|
|
||||||
// ACP
|
// ACP
|
||||||
'ACP_PORTAL_RECENT_SETTINGS' => 'Recent topics settings',
|
'ACP_PORTAL_RECENT_SETTINGS' => 'Einstellungen für neueste Themen',
|
||||||
'ACP_PORTAL_RECENT_SETTINGS_EXP' => 'This is where you customize the recent topics block.',
|
'ACP_PORTAL_RECENT_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die neuesten Themen ändern.',
|
||||||
'PORTAL_MAX_TOPIC' => 'Limit of recent announcements/hot topics',
|
'PORTAL_MAX_TOPIC' => 'Anzahl der neuesten Themen auf dem Portal',
|
||||||
'PORTAL_MAX_TOPIC_EXP' => '0 means infinite',
|
'PORTAL_MAX_TOPIC_EXPLAIN' => '0 bedeutet unbegrenzt',
|
||||||
'PORTAL_RECENT_TITLE_LIMIT' => 'Character limit for each recent topic',
|
'PORTAL_RECENT_TITLE_LIMIT' => 'Maximal angezeigte Länge der neuesten Themen',
|
||||||
'PORTAL_RECENT_TITLE_LIMIT_EXP' => '0 means infinite',
|
'PORTAL_RECENT_TITLE_LIMIT_EXPLAIN' => '0 bedeutet unbegrenzt',
|
||||||
'PORTAL_RECENT_FORUM' => 'Recent topics forums',
|
'PORTAL_RECENT_FORUM' => 'Themen Foren',
|
||||||
'PORTAL_RECENT_FORUM_EXP' => 'Forum(s) we pull the topics from, leave blank to pull from all forums. If "Exclude forums" is set to "Yes", select the forums you want to exclude.<br />If "Exclude forums" is set to "No" select the forums you want to see.<br />Select/Deselect multiple forums by holding <samp>CTRL</samp> and clicking.',
|
'PORTAL_RECENT_FORUM_EXPLAIN' => 'Die Foren, aus welchen die Themen angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Falls "Foren aussschließen" auf "Ja" steht, wähle die Foren die du ausschließen willst.<br />Falls "Foren aussschließen" auf "Nein" steht, wähle die Foren die du sehen willst.<br />Wähle mehrere Foren aus/ab, indem du beim Klicken die <samp>Strg</samp>-Taste drückst.',
|
||||||
'PORTAL_EXCLUDE_FORUM' => 'Exclude Forums',
|
'PORTAL_EXCLUDE_FORUM' => 'Foren aussschließen',
|
||||||
'PORTAL_EXCLUDE_FORUM_EXP' => 'Select "Yes" if you want to exlude the selected forums from the recent topics block, and "No" if you want to see only the selected forums in the recent topics block.',
|
'PORTAL_EXCLUDE_FORUM_EXPLAIN' => 'Wähle "Ja" wenn du die ausgewählten Foren vom Aktuelle Themen-Block ausschließen willst, und "Nein" wenn du nur die Themen aus den ausgewählten Foren im Aktuelle Themen-Block sehen willst.',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,13 +31,13 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_SEARCH' => 'Search',
|
'PORTAL_SEARCH' => 'Suche',
|
||||||
'PORTAL_SEARCH_GO' => 'Go',
|
'PORTAL_SEARCH_GO' => 'Los',
|
||||||
'PORTAL_SEARCH_SITE' => 'Forums',
|
'PORTAL_SEARCH_SITE' => 'Foren',
|
||||||
'PORTAL_SEARCH_POSTS' => 'Posts',
|
'PORTAL_SEARCH_POSTS' => 'Beiträge',
|
||||||
'PORTAL_SEARCH_AUTHOR' => 'Author',
|
'PORTAL_SEARCH_AUTHOR' => 'Autor',
|
||||||
'PORTAL_SEARCH_ENGINE' => 'Search engines',
|
'PORTAL_SEARCH_ENGINE' => 'Suchmaschinen',
|
||||||
'PORTAL_SEARCH_ADV' => 'Advanced search',
|
'PORTAL_SEARCH_ADV' => 'erweiterte Suche',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,22 +31,22 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'ST_TOP' => 'Totals',
|
'ST_TOP' => 'Insgesamt',
|
||||||
'ST_TOP_ANNS' => 'Total Announcements:',
|
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt:',
|
||||||
'ST_TOP_STICKYS'=> 'Total Stickies:',
|
'ST_TOP_STICKYS' => 'Wichtig insgesamt:',
|
||||||
'ST_TOT_ATTACH' => 'Total Attachments:',
|
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt:',
|
||||||
'TOPICS_PER_DAY_OTHER' => 'Topics per day: <strong>%d</strong>',
|
'TOPICS_PER_DAY_OTHER' => 'Themen pro Tag: <strong>%d</strong>',
|
||||||
'TOPICS_PER_DAY_ZERO' => 'Topics per day: <strong>0</strong>',
|
'TOPICS_PER_DAY_ZERO' => 'Themen pro Tag: <strong>0</strong>',
|
||||||
'POSTS_PER_DAY_OTHER' => 'Posts per day: <strong>%d</strong>',
|
'POSTS_PER_DAY_OTHER' => 'Beiträge pro Tag: <strong>%d</strong>',
|
||||||
'POSTS_PER_DAY_ZERO' => 'Posts per day: <strong>0</strong>',
|
'POSTS_PER_DAY_ZERO' => 'Beiträge pro Tag: <strong>0</strong>',
|
||||||
'USERS_PER_DAY_OTHER' => 'Users per day: <strong>%d</strong>',
|
'USERS_PER_DAY_OTHER' => 'Benutzer pro Tag: <strong>%d</strong>',
|
||||||
'USERS_PER_DAY_ZERO' => 'Users per day: <strong>0</strong>',
|
'USERS_PER_DAY_ZERO' => 'Benutzer pro Tag: <strong>0</strong>',
|
||||||
'TOPICS_PER_USER_OTHER' => 'Topics per user: <strong>%d</strong>',
|
'TOPICS_PER_USER_OTHER' => 'Themen pro Benutzer: <strong>%d</strong>',
|
||||||
'TOPICS_PER_USER_ZERO' => 'Topics per user: <strong>0</strong>',
|
'TOPICS_PER_USER_ZERO' => 'Themen pro Benutzer: <strong>0</strong>',
|
||||||
'POSTS_PER_USER_OTHER' => 'Posts per user: <strong>%d</strong>',
|
'POSTS_PER_USER_OTHER' => 'Beiträge pro Benutzer: <strong>%d</strong>',
|
||||||
'POSTS_PER_USER_ZERO' => 'Posts per user: <strong>0</strong>',
|
'POSTS_PER_USER_ZERO' => 'Beiträge pro Benutzer: <strong>0</strong>',
|
||||||
'POSTS_PER_TOPIC_OTHER' => 'Posts per topic: <strong>%d</strong>',
|
'POSTS_PER_TOPIC_OTHER' => 'Beiträge pro Thema: <strong>%d</strong>',
|
||||||
'POSTS_PER_TOPIC_ZERO' => 'Posts per topic: <strong>0</strong>',
|
'POSTS_PER_TOPIC_ZERO' => 'Beiträge pro Thema: <strong>0</strong>',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,14 +31,14 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_WELCOME' => 'Welcome Message',
|
'PORTAL_WELCOME' => 'Willkommen',
|
||||||
|
|
||||||
// ACP
|
// ACP
|
||||||
'ACP_PORTAL_WELCOME_SETTINGS' => 'Welcome Message Settings',
|
'ACP_PORTAL_WELCOME_SETTINGS' => 'Einstellungen für die Willkommens-Nachricht',
|
||||||
'ACP_PORTAL_WELCOME_MESSAGE_SHORT' => 'The message you entered is not long enough.',
|
'ACP_PORTAL_WELCOME_MESSAGE_SHORT' => 'Die eingegebene Nachricht ist nicht lang genug.',
|
||||||
'ACP_PORTAL_WELCOME_PREVIEW' => 'Welcome Message Preview',
|
'ACP_PORTAL_WELCOME_PREVIEW' => 'Willkommens-Nachricht VorschauWelcome Message Preview',
|
||||||
'ACP_PORTAL_WELCOME_MESSAGE' => 'Welcome Message',
|
'ACP_PORTAL_WELCOME_MESSAGE' => 'Willkommens-Nachricht',
|
||||||
'ACP_PORTAL_WELCOME_MESSAGE_EXP' => 'You can change the welcome message in the textbox. BBCode, Images and URLs are allowed.',
|
'ACP_PORTAL_WELCOME_MESSAGE_EXP' => 'Du kannst die Willkommens-Nachricht in der Textbox verändern. BBCode, Bilder und Links sind erlaubt.',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang))
|
|||||||
// equally where a string contains only two placeholders which are used to wrap text
|
// 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
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL_WHOIS_ONLINE' => 'Who is online?',
|
'PORTAL_WHOIS_ONLINE' => 'Wer ist online?',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user