Merged older cs.po file with newest pot file.
[gliv/czech_localization.git] / src / help_text.c
blobbb8dd7f0e793f37abaf8b9d278dff94dd46e86d1
1 /* Generated by help2c.awk */
2 #include "gliv.h"
3 #include "help_text.h"
4 #include "messages.h"
6 /* Forward declaration. */
7 static gchar **get_sized_array(void);
9 gchar **get_help_lines(void)
11 gchar **array, **ptr;
13 ptr = array = get_sized_array();
15 *ptr++ = _("ESC, q : Quit");
16 *ptr++ = "\n";
18 *ptr++ = _("f : Full-screen/window");
19 *ptr++ = "\n";
21 *ptr++ = _("+/=/- : Zoom in/in/out");
22 *ptr++ = "\n";
24 *ptr++ = _("n/p : Next/previous image");
25 *ptr++ = "\n";
27 *ptr++ = _("Pause : Start/stop the slide show");
28 *ptr++ = "\n";
30 *ptr++ = _("l : Reduce the image to the window");
31 *ptr++ = "\n";
33 *ptr++ = _("M : Maximize the image to the window");
34 *ptr++ = "\n";
36 *ptr++ = _("m : Make the image fit the window");
37 *ptr++ = "\n";
39 *ptr++ = _("r : Reset position and size");
40 *ptr++ = "\n";
42 *ptr++ = _("b : Toggle display of the menu bar");
43 *ptr++ = "\n";
45 *ptr++ = _("i : Toggle display of the info bar");
46 *ptr++ = "\n";
48 *ptr++ = _("s : Toggle display of the scrollbars");
49 *ptr++ = "\n";
51 *ptr++ = _("a : Toggle display of the alpha checks");
52 *ptr++ = "\n";
54 *ptr++ = _("h : Toggle display of the help box");
55 *ptr++ = "\n";
57 *ptr++ = _("w : Toggle display of floating windows");
58 *ptr++ = "\n";
60 *ptr++ = _("o : Display the open dialog");
61 *ptr++ = "\n";
63 *ptr++ = _("g : Display the image selector");
64 *ptr++ = "\n";
66 *ptr++ = _("t : Display the options dialog");
67 *ptr++ = "\n";
69 *ptr++ = _("d : Hide the cursor");
70 *ptr++ = "\n";
72 *ptr++ = _("u : Undo");
73 *ptr++ = "\n";
75 *ptr++ = _("y : Redo");
76 *ptr++ = "\n";
78 *ptr++ = _("c : Clear the history");
79 *ptr++ = "\n";
81 *ptr++ = _("Delete : Delete the current file");
82 *ptr++ = "\n";
84 *ptr++ = _("C-up : Rotate by +90 degrees");
85 *ptr++ = "\n";
87 *ptr++ = _("C-down : Rotate by -90 degrees");
88 *ptr++ = "\n";
90 *ptr++ = _("C-left : Rotate by +0.1 degree");
91 *ptr++ = "\n";
93 *ptr++ = _("C-right: Rotate by -0.1 degree");
94 *ptr++ = "\n";
96 *ptr++ = _("z : Horizontal flip");
97 *ptr++ = "\n";
99 *ptr++ = _("e : Vertical flip");
100 *ptr++ = "\n";
102 *ptr++ = "\n";
104 *ptr++ = _("The first mouse button and the arrow keys will move the image unless the Control key is pressed. In which case the image will be rotated around the window center.");
105 *ptr++ = "\n\n";
107 *ptr++ = _("The mouse wheel zooms the image, and when you hold its button pressed at the same time it switches to the neighbouring image.");
108 *ptr++ = "\n\n";
110 *ptr++ = _("You can also zoom by dragging the mouse vertically while holding Shift and the first button.");
111 *ptr++ = "\n\n";
113 *ptr++ = _("Space and Backspace act like n and p.");
114 *ptr++ = "\n\n";
116 *ptr++ = _("Draw a rectangle with the third button and gliv will zoom in it.");
117 *ptr++ = "\n\n";
119 *--ptr = NULL;
121 return array;
124 static gchar **get_sized_array(void)
126 return g_new(gchar *, 69);