phpBB-TweakS
 
Advanced Search
   
 
Home Downloads FAQ Register FAQ Memberlist Usergroups Ranks
 
 

Please help us to develop!

 
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
         

phpBB-TweakS Forum Index Poker German Translation
Display posts from previous:   
Half Thread Topic  Fully Thread Topic  Download Topic
      All times are GMT - 5 Hours  
Post new topic  Reply to topic

Mon Nov 19, 2007 7:29 pm
Author Message
Overhead
New TweakeR
New TweakeR


Joined: 24 Apr 2007
Posts: 7
Words Posted: 2,801
Average Post: 400.14

Location: Germany

Post subject: German Translation Reply with quote

Code:


<?php
/***************************************************************************
 *                             lang_poker.php
 *                            ----------------
 *      Version         : 1.0.01b - german
 *      Email         : austin@phpbb-amod.com
 *      Site         : http://phpbb-tweaks.com
 *      Copyright      : aUsTiN-Inc 2003/5
 *              German Translation                    : Overhead
 ***************************************************************************/

$lang['poker_keep']      = 'Halten';
$lang['poker_hearts']    = 'Herz %s';
$lang['poker_clubs']    = 'Kreuz %s';
$lang['poker_diamonds'] = 'Karo %s';
$lang['poker_spades']    = 'Pik %s';
$lang['poker_jack']      = 'Bube';
$lang['poker_queen']   = 'Dame';
$lang['poker_king']      = 'König';
$lang['poker_ace']      = 'As';
$lang['poker_play']      = ' Setzen ';
$lang['poker_title']   = 'Poker';
$lang['poker_top']      = 'Top Gewinne';
$lang['poker_deal']      = 'Kaufe Karten';
$lang['poker_kept']      = 'Du hieltest %s Karten & Redrew %s Karten.';
$lang['poker_won']      = 'User gewannen hier %s.';
$lang['poker_lost']      = 'User setzten bisher hier %s ein.';
$lang['poker_played']   = '%s spielten User Hands Of Poker.';
$lang['poker_hands']   = 'Gewonnene Spiele: Royal Flush: %s Stück, Straight Flush: %s Stück, Vierling: %s Stück, Full House: %s Stück, Flush: %s Stück, Strasse: %s Stück, Drilling: %s Stück, zwei Paare: %s Stück, Paar: %s Stück.';
$lang['poker_last']      = '%s  im letzten Spiel, war Ihr Blatt ein %s & Sie gewannen %s.';
$lang['poker_nothing']   = 'Du hast nichts auf der Hand!';
$lang['poker_again']   = ' nochmal spielen ';
$lang['poker_payout']   = 'Berechne Auszahlung';
$lang['poker_onhand']   = 'Du hast %s & das max. Gebot ist %s.';
$lang['poker_payout_e']   = 'Auszahlungen:<br><br>Royal Flush: %s<br>Straight Flush: %s<br>Vierling: %s<br>Full House: %s<br>Flush: %s<br>Strasse: %s<br>Drilling: %s<br>zwei Paare: %s<br>Paar: %s<br><br> %sClose%s';
$lang['poker_dealer']   = 'Geber';
$lang['poker_deck']      = 'Deck';
$lang['poker_hand']      = 'Deine Hand';
$lang['poker_options']   = 'Optionen';
$lang['poker_stats']   = 'Statistik';
$lang['poker_points']   = 'M Mark';
$lang['poker_plays']   = 'Es wurde bereits %s mal Hands Of Poker gespielt.';
$lang['poker_pair']      = 'Du hast ein Paar!';
$lang['poker_2pair']   = 'Du hast zwei Paare!';
$lang['poker_3kind']   = 'Du hast einen Drilling!';
$lang['poker_straight']   = 'Du hast eine Strasse!';
$lang['poker_flush']   = 'Du hast einen Flush!';
$lang['poker_full']      = 'Du hast ein Full House!';
$lang['poker_4kind']   = 'Du hast einen Vierling! Great Job.';
$lang['poker_sf']      = 'Du hast einen Straight Flush, Gute Hand!';
$lang['poker_rf']      = 'Du hast einen Royal Flush, Wahnsinn!';
$lang['poker_bet']      = 'Dein Gebot';
$lang['poker_start_er']   = 'Es gibt keine Eintragung das Du ein Spiel begonnen hast, Bitte Klicke %shier%s & um eins zu beginnen.';
$lang['poker_ace_er']   = 'Du möchtest vier Karten, hast aber kein As! Klicke %shier%s um Deine Auswahl zu ändern.';
$lang['poker_last_p']   = 'Paar';
$lang['poker_last_tp']   = 'Zwei Paare';
$lang['poker_last_tk']   = 'Drilling';
$lang['poker_last_st']   = 'Strasse';
$lang['poker_last_fl']   = 'Flush';
$lang['poker_last_fh']   = 'Full House';
$lang['poker_last_fk']   = 'Vierling';
$lang['poker_last_sf']   = 'Straight Flush';
$lang['poker_last_rf']   = 'Royal Flush';
$lang['poker_dbl_down']   = 'verdoppeln';
$lang['poker_re_deal']   = '%snochmal spielen%s';
$lang['poker_mm_er']   = 'Die Karten mit Deinen gehaltenen ergeben nichts! Klicke %shier%s um erneut zu spielen.';
$lang['poker_bet_er']   = 'Du kannst nicht soviel einsetzen! Klicke %shier%s um es zu ändern.';
$lang['poker_guest']   = 'Ein Gast';
$lang['poker_no_hand']   = 'Nichts';
$lang['poker_t_player']   = 'Spieler';
$lang['poker_t_payout']   = 'Auszahlung';
$lang['poker_t_pos']   = 'Pos';
$lang['poker_t_hand']   = 'Hand';
$lang['poker_t_bet']   = 'Gebot';

#==== Admin Panel
$lang['poker_save']         = 'Einstellungen speichern';
$lang['poker_setup']      = 'phpBB Poker';
$lang['poker_payouts']      = 'Lege die Poker Auszahlungen fest.';
$lang['poker_max_bet']      = 'Max Gebot';
$lang['poker_po_pair']      = 'Auszahlung für ein Paar.';
$lang['poker_po_tpair']      = 'Auszahlung für zwei Paare.';
$lang['poker_po_tok']      = 'Auszahlung für einen Drilling.';
$lang['poker_po_straight']   = 'Auszahlung für eine Strasse.';
$lang['poker_po_flush']      = 'Auszahlung für einen Flush.';
$lang['poker_po_full']      = 'Auszahlung für ein Full House.';
$lang['poker_po_fok']      = 'Auszahlung für einen Vierling.';
$lang['poker_po_sf']      = 'Auszahlung für einen Straight Flush.';
$lang['poker_po_royal']      = 'Auszahlung für einen Royal Flush.';
$lang['config_updated']      = 'Einstellungen gespeichert';
$lang['success_message']   = 'hat geklappt';


?>



Noway to upload it - coz i got an error notice if I want to upload - so I post it here....

cu Overhead
Post #1
      Back To Top  

 
         

Post new topic  Reply to topic

phpBB-TweakS Forum Index Poker German Translation
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


      Back To Top  

Page 1 of 1
Jump to:  
 
Protected by phpBB Security © phpBB-TweakS
phpBB Security Has Blocked 3,237 Exploit Attempts.

· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·

:: [ Load Time: 2.8 Seconds ] :: [ 29 Queries ] :: [ 4,446 Page(s) Viewed Today ] ::
:: [ Todays Queries: 133,674 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] ::
:: [ SQL Load: 61% Time: 1.7 ] :: [ PHP Load: 39% Time: 1.1 ] :: [ Debug: On ] :: [ GZIP: Enabled ] ::
:: The server last rebooted 81 days, 8 hours, 43 minutes, 6 seconds ago. ::

The phpBB[Network]!
       
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
Avalanche style by What Is Real © 2004