Changeset 37

Show
Ignore:
Timestamp:
2007-11-27 18:09:13 (4 years ago)
Author:
hannes
Message:

adding German language module (ticket #7)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/lang/en.php

    r31 r37  
    7070$LANG['MSN'] = 'MSN'; 
    7171$LANG['Signature'] = 'Signature'; 
    72 $LANG['none'] = 'none'; 
    7372$LANG['Profile'] = 'Profile'; 
    7473$LANG['User_Panel'] = 'User Panel'; 
     
    160159$LANG['Outbox'] = 'Outbox'; 
    161160$LANG['Compose'] = 'Compose'; 
    162 $LANG['Subject'] = 'Subject'; 
    163161$LANG['From'] = 'From'; 
    164162$LANG['Sent'] = 'Sent'; 
     
    175173$LANG['Order'] = 'Order'; 
    176174$LANG['Moderators'] = 'Moderators'; 
    177 $LANG['Memberstages'] = 'Memberstages'; 
    178175$LANG['Group'] = 'Group'; 
    179176$LANG['Public'] = 'Public'; 
     
    182179$LANG['Write'] = 'Write'; 
    183180$LANG['Banning'] = 'Banning'; 
    184 $LANG['Registration'] = 'Registration'; 
    185181$LANG['Suggestion'] = 'Suggestion'; 
    186182$LANG['Polls'] = 'Polls'; 
     
    301297$LANG['Banned_Names'] = 'Banned Names (one per line)'; 
    302298$LANG['Several_account_per_mail'] = 'Allow more than one account per e-mail address?'; 
    303 $LANG['Maintainance_Mode'] = 'Maintainance Mode'; 
     299$LANG['Maintainance_Mode'] = 'Maintenance Mode'; 
    304300$LANG['new_message_subject'] = 'New Private Message at ' . $SETTINGS['forumname']; 
    305301$LANG['Filesystem_Path'] = 'Filesystem Path'; 
     
    322318$LANG['mail_sent'] = 'Your E-Mail to %receipient% has been sent.'; 
    323319$LANG['mail_notification_subject'] = $SETTINGS['forumname'] . ' Post Notification'; 
    324 $LANG['mail_notification_body'] = 'There has been a reply in the topic "%topictitle%". To jump directly to it, use this link: http://' . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/')) . $F->link('topic') . "id=%topic%&page=%page%\n\n" . $SETTINGS['forumadmin']; 
     320$LANG['mail_notification_body'] = 'There has been a reply in the topic "%topictitle%". To jump directly to it, use this link: http://' . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('topic') . "id=%topic%&page=%page%\n\n" . $SETTINGS['forumadmin']; 
    325321$LANG['reply_success'] = 'Your reply has been posted! You can now <a href="' . $F->link('topic') . 'id=%topic%&amp;page=%page%">go back</a> to the topic and view it again.'; 
    326322$LANG['newtopic_success'] = 'Your topic has been posted! You can now <a href="' . $F->link('topic') . 'id=%topic%&amp;page=%page%">go back</a> and view it again.'; 
    327323$LANG['newpoll_success'] = 'Your poll has been posted! You can now <a href="' . $F->link('topic') . 'id=%topic%&amp;page=%page%">go back</a> and view it again.'; 
    328 $LANG['mail_sent_through_forum'] = 'This e-mail has been sent through ' . $SETTINGS['forumname'] . ' - http://' . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/'))
     324$LANG['mail_sent_through_forum'] = 'This e-mail has been sent through ' . $SETTINGS['forumname'] . ' - http://' . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']
    329325$LANG['new_posts_since_last_visit'] = 'There have been new posts in this forum or thread since your last visit.'; 
    330326$LANG['posted_in_this_thread'] = 'You have previously posted in this thread.'; 
     
    367363$LANG['memberstages_updated'] = 'Memberstages have been updated successfully.'; 
    368364$LANG['groups_updated'] = 'Group definitions updated.'; 
    369 $LANG['help_editing_permissions'] = "Important: This assigned global rights on the respective page, i.e. if you give 'write' permissions on 'Delete', members of this group will be able to delete every single post on the whole board! The only exception to this rule is the messenger which is always 'per-user'. The effect of these rights are defined within the pages itself, so they differ significantly on a case-to-case basis. For some pages, 'read' or 'write' might not have any effect at all."; 
     365$LANG['help_editing_permissions'] = "Important: This assignes global rights on the respective page, i.e. if you give 'write' permissions on 'Delete', members of this group will be able to delete every single post on the whole board! The only exception to this rule is the messenger which is always 'per-user'. The effect of these rights are defined within the pages itself, so they differ significantly on a case-to-case basis. For some pages, 'read' or 'write' might not have any effect at all."; 
    370366$LANG['warning_editing_permissions_of_default_group'] = "Warning: You're currently editing the permissions of one of the predefined groups. Only proceed if you're really sure what you're doing. Also note that it's the correct default setting for non-global moderators not to have any rights on the moderation pages. Their rights are assigned via the forum-specific moderator list. If you think you've done something wrong with the permissions of this group, you can activate the defaults again: "; 
    371367$LANG['permissions_updated'] = "Permissions of the group &quot;%group%&quot; have been updated."; 
     
    373369$LANG['group_memberships_updated'] = 'Group memberships have been updated.'; 
    374370$LANG['bans_updated'] = 'Bans updated'; 
    375 $LANG['maintainance_mode_set'] = 'The administrators have put the board into maintainance mode. That means only the admins themselves can use it right now. Please check back later.'; 
    376 $LANG['new_message_body'] = "%membername%,\n\n%user% has sent you a new private message over at " . $SETTINGS['forumname'] . ". The subject is %title%.\n\nYou can jump directly to the message using this link: http://" . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/')) . $F->link('messenger') . "?id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/'))
    377 $LANG['welcome_mail'] = 'Hello and welcome to ' . $SETTINGS['forumname'] . "!\n\nYour initial password is %password%\n\nYou can now use it to log in and change your profile settings.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/'))
    378 $LANG['lost_password_mail'] = "%membername%,\n\nsomebody (hopefully you) has requested a new password for your account over at " . $SETTINGS['forumname'] . ".\n\nThis is said password: %password%\n\nUse it to log in and change it to whatever you like.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER[PHP_SELF], '/'))
     371$LANG['maintainance_mode_set'] = 'The administrators have put the board into maintenance mode. That means only the admins themselves can use it right now. Please check back later.'; 
     372$LANG['new_message_body'] = "%membername%,\n\n%user% has sent you a new private message over at " . $SETTINGS['forumname'] . ". The subject is %title%.\n\nYou can jump directly to the message using this link: http://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath'] . $F->link('messenger') . "?id=%messageid%\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']
     373$LANG['welcome_mail'] = 'Hello and welcome to ' . $SETTINGS['forumname'] . "!\n\nYour initial password is %password%\n\nYou can now use it to log in and change your profile settings.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']
     374$LANG['lost_password_mail'] = "%membername%,\n\nsomebody (hopefully you) has requested a new password for your account over at " . $SETTINGS['forumname'] . ".\n\nThis is said password: %password%\n\nUse it to log in and change it to whatever you like.\n\n" . $SETTINGS['forumadmin'] . "\nhttp://" . $_SERVER['SERVER_NAME'] . $SETTINGS['webpath']
    379375$LANG['new_password_sent'] = 'A new password has been sent to your e-mail address.'; 
    380 $LANG['upload_avatar_hints'] = "<ul><li>File size must be smaller or equal 50KB</li><li>Width and height of the image mustn't exceed " . $SETTINGS['maxavatarsize'] . " pixels each</li><li>Allow file types are PNG, JPEG and GIF</li></ul>"; 
     376$LANG['upload_avatar_hints'] = "<ul><li>File size must be smaller or equal 50KB</li><li>Width and height of the image mustn't exceed " . $SETTINGS['maxavatarsize'] . " pixels each</li><li>Allowed file types are PNG, JPEG and GIF</li></ul>"; 
    381377$LANG['upload_avatar_success'] = 'Your avatar has been uploaded successfully. You can now safely close this window, then reload the page from which you opened it and the new file should appear in the list.'; 
    382378$LANG['password_updated'] = 'Your password has been changed successfully.'; 
     
    396392$LANG['installer_config_success'] = 'The configuration files have been set up successfully.'; 
    397393$LANG['installer_database_success'] = 'The database has been set up successfully.'; 
    398 $LANG['installer_overall_success'] = "Congratulations! Your Spam Board has been fully set up. If you didn't see any error messages or warnings, it should now be fully functional.<br /><br />You still have some work to do, of course:<ol><li>delete this installer script</li><li>go to <a href=\"%boardurl%\">your board</a></li><li>log in with the admin account you just created</li><li>go to the Administration Panel</li><li>set up at least one category and one forum</li><li>set appropriate permissions on this forum</li><li>deactive maintainance mode in the settings</li></ol>"; 
     394$LANG['installer_overall_success'] = "Congratulations! Your Spam Board has been fully set up. If you didn't see any error messages or warnings, it should now be fully functional.<br /><br />You still have some work to do, of course:<ol><li>delete this installer script</li><li>go to <a href=\"%boardurl%\">your board</a></li><li>log in with the admin account you just created</li><li>go to the Administration Panel</li><li>set up at least one category and one forum</li><li>set appropriate permissions on this forum</li><li>deactive maintenance mode in the settings</li></ol>"; 
    399395$LANG['installer_warning_cleanup_failed'] = "Warning: Although the installation of your board has been finished successfully, the install script didn't manage to clean every up. This isn't fatal at all, it just meant there are still a few pre-install files floating around your directory tree. If you like to have it completely clean, delete all .tmpl files in includes/config/."; 
    400396$LANG['installer_warning_insecure_directories'] = "Warning: The installer couldn't secure the directories 'db' (containing the database) and 'sessions' (containing the user sessions). It is <i>essential</i> that these directories can't be accessed via HTTP! Otherwise, the whole world will be able to download your whole database and view all sessions! Refer to <a href=\"http://www.spamboard.net/wiki/SecuringDirectories\" target=\"_blank\">http://www.spamboard.net/wiki/SecuringDirectories</a> before you actually start using your board.";