1!
2!	xtrojka (c) 1994,1995,1996 Maarten Los
3!
4!	#include "COPYRIGHT"
5!
6!	created:	19.ii.1996
7!	modified:
8!
9!	This is the xresource data base for XTrojka.
10!
11!	Non-english speaking users please do the following:
12!
13!	Make a copy of this file called 'XTrojka.xx',
14!	where xx is the ISO-letter code of your country,
15!	and make a symlink to it from XTrojka --> XTrojka.xx.
16!	Also put your name and copyright in it (if you wish).
17!
18!	Please mail the translated file to me, so I can
19!	keep things centralized and put it on the net.
20!
21!	WARNING: This file is converted by a tool to some
22!	C-sources. The following rules have to be kept in
23!	mind:
24!	1. never add a comment behind a resource string,
25!	   always start them on a new line
26!	2. don't split strings, keep them on the same line.
27!
28!	These are the international-codes that you can add in the strings.
29!	JUST TYPE THESE CODES AS 4 ASCII CHARACTERS, NOT AS A "REAL" CODE (So
30!	you shouldn't  use ctrl-v in vi)
31!
32!	Capital			Small
33!	-------			-----
34!	A`	\300		a`	\340
35!	A'	\301		a'	\341
36!	A^	\302		a^	\342
37!	A~	\303		a~	\343
38!	A:	\304		a:	\344
39!	Ao	\305		ao	\345
40!	AE	\306		ae	\346
41!	C,	\307		c,	\347
42!	E`	\310		e`	\350
43!	E'	\311		e'	\351
44!	E^	\312		e^	\352
45!	E:	\313		e:	\353
46!	I`	\314		i`	\354
47!	I'	\315		i'	\355
48!	I^	\316		i^	\356
49!	I:	\317		i:	\357
50!	D-	\318		d-	\360
51!	N~	\321		n~	\361
52!	O`	\322		o`	\362
53!	O'	\323		o'	\363
54!	O^	\324		o^	\364
55!	O~	\325		o~	\365
56!	O:	\326		o:	\366
57!	O/	\330		o/	\370
58!	U`	\331		u`	\371
59!	U'	\332		u'	\372
60!	U^	\333		u^	\373
61!	U:	\334		u:	\374
62!	Y'	\335		y`	\375
63!	|P	\336		|p	\376
64!	umlaut	\337
65!
66!
67!	fonts
68!
69!	default application font
70*form*font:		7x13bold
71!	preferred fonts
72*xtrojka*game_font:	7x13bold
73*xtrojka*slist_font:	7x13
74!
75!	menu's
76!
77!	TROJKA-MENU
78*trojka_button.label:	Trojka
79*trojka_menu.new_game.label:	New Game
80*trojka_menu.abort_game.label:	Abort Game
81*trojka_menu.Sep1.label:	-
82*trojka_menu.wizard.label:	Wizard
83*trojka_menu.slick.label:	Slick
84*trojka_menu.Sep2.label:	-
85*trojka_menu.quit.label:	Quit
86!
87!	SPEED MENU
88!
89*speed_button.label:		Speed
90*speed_menu.boring.label:	Boring
91*speed_menu.slow.label:		Slow
92*speed_menu.normal.label:	Normal
93*speed_menu.fast.label:		Fast
94*speed_menu.nerd_speed.label:	Nerd Speed
95!
96!	other strings
97!
98!	window titles
99!
100*win_slist.label:	High Score List
101*win_stat.label:	Statistics
102!
103!	score and speed labels
104!
105*score_label.label:	Score:
106*speed_label.label:	Speed:
107!
108!	various messages
109!
110*xtrojka*str_best_players:	The best Trojka players
111*xtrojka*wstr_open_prefs:	Warning: cannot open preferences
112*xtrojka*wstr_create_prefs:	Warning: cannot create preferences
113*xtrojka*wstr_write_prefs:	Warning: cannot write preferences
114*xtrojka*wstr_read_prefs:	Warning: cannot read preferences
115*xtrojka*wstr_stat:		Warning: cannot stat
116!
117!	Start offline strings section
118!
119!	The following lines are meant for strings used before
120!	the X application-defaults are read
121!
122!	Do not touch these lines, only edit the string.
123!	Keep the string on ONE line, no newlines are allowed in this section.
124!	Mind the quotes.
125!	Thank you.
126!
127!STR	STR_USAGE	"Usage"
128!STR	STR_X11_OPTIONS	"X11 options"
129!STR	STR_DISP_SCORE	"Display the high scores"
130!STR	STR_THIS_HELP	"Show this help"
131!STR	STR_SHOW_DEBUG	"Show debug information"
132!STR	STR_FOR_X11	"For X11 options, see the manual pages"
133!STR	STR_COM_OPT	"Trojka was compiled with the following options"
134!STR	STR_SCOREFILE	"Scorefile"
135!STR	STR_WIN_STAT	"Statistics"
136!STR	STR_WIN_SCORES	"High score list"
137!STR	STR_R_SCORES	"Warning: cannot read scores"
138!STR	STR_W_SCORES	"Warning: cannot write scores"
139!STR	STR_L_SCORES	"Warning: cannot lock section"
140!STR	STR_C_SCORES	"Warning: cannot create scorefile"
141!STR	STR_O_SCORES	"Warning: cannot open scorefile"
142!STR	STR_NO_DEBUG	"Warning: not compiled with debug info"
143
144!
145!	End of section
146