1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 2
10  * of the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  *
21  */
22 
23 /*
24  * This is a dummy file used for sticking strings from
25  * scummvm.appdata.xml into our translation system
26  *
27  */
28 
29 #include "common/translation.h"  // For catching the file during POTFILES revies
30 
31 static const char *summary =
32 // I18N: One line summary as shown in *nix distributions
33 _s("Interpreter for numerous adventure games and role-playing games");
34 
35 
36 static const char *par1 =
37 // I18N: 1 of 3 paragraph of ScummVM description in *nix distributions
38 _s("ScummVM is a program which allows you to run a wide variety of classic "
39    "graphical point-and-click adventure games and role-playing games, "
40    "provided you already have their data files. The clever part about this: "
41    "ScummVM just replaces the executables shipped with the game, "
42    "allowing you to play them on systems for which they were never designed!");
43 
44 static const char *par2 =
45 // I18N: 2 of 3 paragraph of ScummVM description in *nix distributions
46 _s("Currently, ScummVM supports a huge library of adventures with over 4000 games in total. "
47    "It supports many classics published by legendary studios like LucasArts, Sierra On-Line, "
48    "Revolution Software, Cyan, Inc. and Westwood Studios.");
49 
50 static const char *par3 =
51 // I18N: 3 of 3 paragraph of ScummVM description in *nix distributions
52 _s("Next to ground-breaking titles like the Monkey Island series, Broken Sword, "
53    "Myst, Blade Runner and countless other games you will find "
54    "some really obscure adventures and truly hidden gems to explore.");
55