Help
Discuss and provide ArrowChat language files
User avatar
Nendilo
Customer
 
Posts: 1
Joined: 29 Apr 2011, 06:45

 

by Nendilo 05 May 2011, 10:12

German Lang V1.0:

Code: Select all
<?php
/*
|| #################################################################### ||
|| #                             ArrowChat                            # ||
|| # ---------------------------------------------------------------- # ||
|| #         Copyright ©2010 GloTouch LLC. All Rights Reserved.       # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- ARROWCHAT IS NOT FREE SOFTWARE ---------------- # ||
|| #   http://www.arrowchat.com | http://www.arrowchat.com/license/   # ||
|| #################################################################### ||
*/

$language = array();

// ########################### STATUS #############################
$language[1]         =   "Verf&uuml;gbar";                        // Available users
$language[2]         =   "Besch&auml;ftigt";                              // Busy users
$language[3]         =   "Unsichtbar";                        // Invisible users
$status['available']   =   "Bin verf&uuml;gbar";                     // Default available status message
$status['busy']         =   "Bin besch&auml;ftigt";                           // Default busy status message
$status['away']         =   "Bin unsichtbar";                           // Default idle status message
$status['offline']      =   "Bin Offline";                        // Default offline status message
$status['invisible']   =   "Bin Offline";                        // Default invisible status message

// ####################### SERVICE UPDATES ########################
$language[27]         =   "Der Chat ist im Moment im Wartungsmodus.";  // Hover message when chat is in maintenance mode
$language[28]         =   "schliessen";                            // Close the announcement message
$language[58]         =   "Einloggen oder Registrieren zum Chatten.";   // The views that guests view when logged out

// ######################## NOTIFICATIONS #########################
$language[0]         =   "Nachrichten";                      // Displayed in the title bar of the notifications popup
$language[9]            =   "Du hast eine neue Nachricht.";          // Displayed when a user has no new notifications
$language[21]         =   "Zeige alle";                            // The link to see all notifications

// ######################### BUDDY LIST ###########################
$language[4]         =   "Chat";                            // Displayed in the title bar of the buddy list popup
$language[7]         =   "Chat (Offline)";                      // Displayed in the buddy list tab when offline
$language[8]          =   "Keine Freunde im Chat verf&uuml;gbar.";          // Displayed with no one is online
$language[12]         =   "Suche Freunde";                // Displayed in the search text area of the buddy list
$language[22]         =   "Status";                           // Button to show status options in the buddy list
$language[23]         =   "Optionen";                           // Button to show options in the buddy list
$language[25]         =   "Laden...";                        // Text to show while the buddy list is loading
$language[26]         =   "Keine Freunde gefunden.";                  // Displayed when no friends are found after searching

// ########################### OPTIONS ############################
$language[5]         =   "Gehe Offline";                        // Option to go offline text
$language[6]         =   "Spiele Klang bei neuer Nachricht";            // Option to play sound for new messages text
$language[17]         =   "Lasse Freunde-Liste ge&ouml;ffnet";         // Option to keep the buddy list open text
$language[18]         =   "Zeige nur Namen in Freunde-Liste";      // Option to hide avatars in the buddy list text
$language[29]         =   "Themen:";                           // Text to display next to the theme change select box

// ######################## APPLICATIONS ##########################
$language[16]            =   "Anwendungen";                        // Displayed in the title bar of the applications popup
$language[20]         =   "Lesezeichen";                        // Displayed in the applications popup for the user's bookmarked applications
$language[64]         =   "Andere Anwendungen";                  // Displayed under bookmarks (non-bookmarks heading)
$language[65]         =   "Ziehen zum ordnen.";                     // Drag to reorder text

// ######################### HIDE CHAT ############################
$language[14]         =   "Chat schliessen";                        // Displayed when the user hovers over the hide chat button
$language[15]         =   "Chat &Ouml;ffnen";                        // Displayed when the user hovers over the show chat button

// ######################## POPOUT CHAT ############################
$language[10]         =   "Pop Out Chat";                        // Option to pop out chat
$language[11]         =   "Pop In Chat";                        // Option to pop in chat

// ############################ CHAT ###############################
$language[13]            =   " ist nicht mehr online. Dieses wird er erst beim n&auml;chsten Login sehen:";   // DISPLAYS USERNAME FIRST - Shown when a message is sent to an offline user
$language[24]         =   "L&ouml;sche Verlauf";                                       // Displayed in the chat popup to clear chat history
$language[30]         =   "Neu Nachricht von";                                          // DISPLAYS USERNAME AFTER - Blinks in the title of the browser on new messages
$language[59]         =   "Mehr &#9660;";                                             // The text to display more chat options
$language[60]         =   "Video Chat";                                             // The video chat option in the more menu
$language[61]         =   "I have sent you a video chat request. Ignore this message to decline.";// The message to send when a video chat is reuqested
$language[62]         =   "Akzeptieren";                                                // Accept a video chat request
$language[63]         =   "Deine Videochat-Anfrage wurde gesendet.";                        // Displayed when a user sends a video chat request
$language[66]         =   "Datei &Uuml;bertragung";                                          // The file transfer option in the more menu
$language[67]         =   "Beenden";                                                // The link to cancel the file transfer
$language[68]         =   "Deine Datei wurde hochgeladen und gesendet.";                        // Displayed when a user sends a file
$language[69]         =   "Ich sende dir eine Datei. Ignoriere diese Nachricht wenn du die Datei nicht annehmen willst.";            // The message to send when a file is sent
$language[70]         =   "Datei downloaden";                                          // Download a file that was sent

// ######################### CHATROOMS #############################
$language[19]         =   "Chatr&auml;ume";                        // Displayed in the chatrooms popup and tab
$language[31]         =   "Erstellen";                           // Button to show create chatroom
$language[32]         =   "Optionen";                           // Button to show chatroom options
$language[33]         =   "Verlassen";                           // Button to show leave chatroom
$language[34]         =   "Laden...";                        // Text so show while the chatroom list is loading
$language[35]         =   " Online";                           // DISPLAYS ONLINE COUNT FIRST - Shown after online count in list
$language[37]         =   "Erstelle einen neuen Chatraum:";               // Text to display in the create chatroom popup
$language[36]         =   "Lasse Chatraum-Fenster ge&ouml;ffnet";            // Option to keep the chatroom window open
$language[47]         =   "Im minimierten Chatraum verbleiben.";            // Option to stay in the chatroom without the window open on page load
$language[38]         =   "Blockiere privaten Chat von diesen Benutzer.";         // Option to block private chats from users in the chatroom
$language[39]         =   "Du musst etwas l&auml;nger warten um einen neuen Chatraum zu erstellen.";   // Error to show when the chatroom flood limit is reached
$language[40]         =   "Chatr&auml;ume von Benutzern sind zur Zeit gesperrt.";            // Error to show when user chatrooms are disabled
$language[41]         =   "Private Nachricht";                     // Send user a private messages
$language[42]         =   "Zeige Profile";                     // Visit the user's profile
$language[43]         =   "Gast";                           // The user's title in the chatroom - shown when the user is a guest
$language[44]         =   "Moderator";                        // The user's title in the chatroom - shown when the user is a moderator
$language[45]         =   "Administrator";                     // The user's title in the chatroom - shown when the user is an administrator
$language[46]         =    "Dieser benutzer hat private Nachrichten abgeschaltet."; // The text that the alert box will display when a user trys to PM with blocked chat
$language[48]         =   "Dieser Chatraum existiert nicht.";         // Displayed when a user trys to enter an invalid chatroom
$language[49]         =   "Das Passwort ist falsch.";            // Displayed when a user enters the wrong password
$language[50]         =   "Gebe das Passwort ein:";                  // Text to display when entering the chatroom password
$language[51]         =   "Limit erreicht: Du musst etwas l&auml;nger warten um eine weitere Nachricht zu senden.";   // Error to show when flood limit is reached
$language[52]         =   "Erstelle Moderator";                     // Make the user a moderator
$language[54]         =   "L&ouml;sche Moderator";                     // Remove the user from being a moderator
$language[53]         =   "Sperre Benutzer";                           // Ban/Kick the user from the chatroom
$language[55]         =   "Du wurdest aus diesen Chatraum ausgeschlossen.";               // Shown when a user is permanently banned
$language[56]         =   "Du wurdest aus diesen Chatraum ausgeschlossen für so viele Minuten: ";      // DISPLAYS MINUTES AFTER - shown when a user is kicked
$language[57]         =   "Gebe ein für wieviel Minuten dieser Benutzer gesperrt werden soll. F&uuml;r eine permanente Sperrung gebe 0 ein.";   // Message to show when banning a user.  Typing 0 will permanently ban the user

?>
User avatar
WSebastian Heinl
Customer
 
Posts: 1
Joined: 29 Jun 2011, 04:52

 

by WSebastian Heinl 29 Jun 2011, 06:29

danke! :-)
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.