~ubuntu-branches/debian/lenny/liquidwar/lenny

« back to all changes in this revision

Viewing changes to src/langdk.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Pineau
  • Date: 2006-10-25 01:17:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061025011705-uhpq6sddtyoxjnqr
Tags: 5.6.3-3
* Maintainer upload.
* Acknowledge previous NMU (Closes: #391237). Thanks to Michael Ablassmeier.
* debian/rules
   + Switched to quilt for patch handling.
   + Install .desktop file and icon
* debian/control:
   + Set policy to 3.7.2.2 -- no changes.
   + remove ${misc:Depends} from Liquidwar depends (useless in our case)
   + replace {Source-Version} by {source:Version} for liquidwar-data
   + replace {Source-Version} by {binary:Version} for liquidwar-server
   + Build-depend on quilt.
   
* 010_doc.diff: (new patch from old diff.gz)
   + documentation fixes.
   
* 010_misc.diff: (new patch from old diff.gz) 
   + changed color palette of liquidwar_32x32.xpm

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/*****************************************************************************/
24
24
/* Liquid War is a multiplayer wargame                                       */
25
 
/* Copyright (C) 1998-2004 Christian Mauduit                                 */
 
25
/* Copyright (C) 1998-2005 Christian Mauduit                                 */
26
26
/*                                                                           */
27
27
/* This program is free software; you can redistribute it and/or modify      */
28
28
/* it under the terms of the GNU General Public License as published by      */
75
75
  LW_LANGDK_DATA[LW_LANG_STRING_APPNAME] = "Liquid War " LW_VERSION;
76
76
 
77
77
  LW_LANGDK_DATA[LW_LANG_STRING_HELP_CREDITS] =
78
 
    "Idea: \n* Thomas Colcombet\n\nCoding: \n* Christian Mauduit\n\nMusic:\n* Tim Chadburn\n\nOther contributors:\n* Alstar\n* Peter Wang\n* Cort Danger Stratton\n* Jan Gretschuskin (www.game-factor.de)\n* Mouse\n* Rene Stach\n* Roderick Schertler\n* Ryan D. Brown\n* Eduard Bloch\n* Michael Terry\n* Kasper Hviid\n* David Redick\n* Alexandre Pineau\n* Michael Wagner\n* Peter Williams\n\nMore informations on www.ufoot.org/liquidwar\n";
 
78
    "Idea: \n* Thomas Colcombet\n\nCoding: \n* Christian Mauduit\n\nMusic:\n* Tim Chadburn\n\nOther contributors:\n* Alstar\n* Peter Wang\n* Cort Danger Stratton\n* Jan Gretschuskin (www.game-factor.de)\n* Mouse\n* Rene Stach\n* Roderick Schertler\n* Ryan D. Brown\n* Eduard Bloch\n* Michael Terry\n* Kasper Hviid\n* David Redick\n* Alexandre Pineau\n* Michael Wagner\n* Peter Williams\n* Jan Samohyl\n* Gavin\n* Dave Vasilevsky\n* 2 of Omega\n* 666-REFIZUL-666\n\nMore informations on www.ufoot.org/liquidwar\n";
79
79
  LW_LANGDK_DATA[LW_LANG_STRING_HELP_COPYRIGHT] =
80
 
    "Liquid War er et flerpersoners krigsspil.\nCopyright (C) 1998-2004 Christian Mauduit (ufoot@ufoot.org)\n\nDette program er frit software; Du kan kopiere og aendre det under betingelserne i GNU General Public License, udgivet af Free Software Foundation; enten version 2 af Licensen, eller (dit valg) hvilken som helst senere version.\n\nDette program er udgivet i haabet om at det er brugbart, men UDEN NOGEN SOM HELST GARANTI; ikke engang nogen indforstaaet garanti for BRUGBARHED eller BRUGBARHED TIL ET SPECIFIKT FORMAAL. Laes GNU General Public License for flere detaljer.\n\nDu skulle have modtaget en kopi af GNU General Public License sammen med dette program; hvis ikke, skriv til Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\n\nMere information paa www.ufoot.org/liquidwar\n";
 
80
    "Liquid War er et flerpersoners krigsspil.\nCopyright (C) 1998-2005 Christian Mauduit (ufoot@ufoot.org)\n\nDette program er frit software; Du kan kopiere og aendre det under betingelserne i GNU General Public License, udgivet af Free Software Foundation; enten version 2 af Licensen, eller (dit valg) hvilken som helst senere version.\n\nDette program er udgivet i haabet om at det er brugbart, men UDEN NOGEN SOM HELST GARANTI; ikke engang nogen indforstaaet garanti for BRUGBARHED eller BRUGBARHED TIL ET SPECIFIKT FORMAAL. Laes GNU General Public License for flere detaljer.\n\nDu skulle have modtaget en kopi af GNU General Public License sammen med dette program; hvis ikke, skriv til Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\n\nMere information paa www.ufoot.org/liquidwar\n";
81
81
  /*
82
82
   * Stupid Microsoft VC++ can't handle strings over 2048 chars correctly,
83
83
   * (compiler error C2026) so we had to split this one...