chiark / gitweb /
Imported Upstream version 1.0.0
[e16] / config / strings.c
1 #define _(x) x
2
3 const char *txt[] = {
4 /* actionclasses.cfg */
5 _("Click and drag to move desktop\n(on any desktop but desktop 0)"),
6 _("Switch Desktops"),
7 _("Go to the next desktop."),
8 _("Switch Desktops"),
9 _("Go to the previous desktop."),
10 _("Move"),
11 _("Move this window."),
12 _("Shade/Unshade this window."),
13 _("Show the Window Options menu."),
14 _("Shade/Unshade this window."),
15 _("Show/Hide group borders."),
16 _("Start a group."),
17 _("Add to current group."),
18 _("Break this window's group."),
19 _("Shade."),
20 _("Unshade."),
21 _("Resize"),
22 _("Resize this window."),
23 _("Move this window."),
24 _("Resize Horizontally"),
25 _("Resize this window horizontally."),
26 _("Move this window."),
27 _("Resize Vertically"),
28 _("Resize this window vertically."),
29 _("Move this window."),
30 _("Close"),
31 _("Close this window."),
32 _("Forcibly destroy this window."),
33 _("Maximize Height"),
34 _("Toggle between maximum screen height and normal height."),
35 _("Maximize Width"),
36 _("Toggle between maximum screen width and normal width."),
37 _("Maximize"),
38 _("Toggle between maximum screen size and normal size."),
39 _("Toggle between maximum screen width and normal width."),
40 _("Toggle between maximum screen height and normal height."),
41 _("Send To Another Desktop"),
42 _("Send this Window to the next desktop."),
43 _("Send To Another Desktop"),
44 _("Send this Window to the previous desktop."),
45 _("Snapshot"),
46 _("This button does nothing interesting."),
47 _("Shade/Unshade"),
48 _("Shade/Unshade this window."),
49 _("Window Options"),
50 _("Show the Window Options menu."),
51 _("Iconify"),
52 _("Iconify (Minimize) this window."),
53 _("Show the Window Options menu."),
54 _("More Buttons"),
55 _("Show more buttons."),
56 _("Raise"),
57 _("Raise this window to the top."),
58 _("Lower"),
59 _("Lower this window."),
60 _("Stick/Unstick"),
61 _("Toggle the Omnipresent (visible on all Desktops) state of this window."),
62 /* bindings.cfg */
63 _("Clicking your mouse on the desktop will perform\nthe following actions"),
64 _("Display User Menus"),
65 _("Display Enlightenment Menu"),
66 _("Display Settings Menu"),
67 _("Display Enlightenment Menu"),
68 _("Display Task List Menu"),
69 _("Display Desktop Menu"),
70 _("Display Group Menu"),
71 _("Display Settings Menu"),
72 _("Go Back a Desktop"),
73 _("Go Forward a Desktop"),
74 /* fonts.pango.cfg */
75 /* fonts.xft.cfg */
76 /* matches.cfg */
77 /* menus.cfg */
78 _("Backgrounds"),
79 /* desktop.menu */
80 _("Desktop Operations"),
81 _("Backgrounds"),
82 _("Cleanup Desktop"),
83 _("Goto Next Desktop"),
84 _("Goto Previous Desktop"),
85 _("Create New Iconbox"),
86 _("Create Systray"),
87 _("Show Magnifier"),
88 /* enlightenment.menu */
89 _("Enlightenment"),
90 _("User Menus"),
91 _("Settings"),
92 _("Desktop"),
93 _("Themes"),
94 _("Maintenance"),
95 _("Help"),
96 _("About Enlightenment"),
97 _("About this theme"),
98 _("Restart"),
99 _("Log Out"),
100 /* maintenance.menu */
101 _("Maintenance"),
102 _("Purge config file cache"),
103 _("Purge pager background cache"),
104 _("Purge background selector cache"),
105 _("Purge all caches"),
106 _("Query config file cache usage"),
107 _("Query pager background cache usage"),
108 _("Query background selector cache usage"),
109 _("Query all cache usage"),
110 _("Regenerate Menus"),
111 /* settings.menu */
112 _("Settings"),
113 _("Settings"),
114 _("Desktop"),
115 _("Themes"),
116 _("Maintenance"),
117 _("Help"),
118 _("About Enlightenment"),
119 _("About this theme"),
120 _("Restart"),
121 _("Log Out"),
122 /* winops.menu */
123 _("Window Options"),
124 _("Close"),
125 _("Annihilate"),
126 _("Iconify"),
127 _("Leave Alone"),
128 _("Raise"),
129 _("Lower"),
130 _("Shade/Unshade"),
131 _("Stick/Unstick"),
132 _("Remember..."),
133 _("Window Size"),
134 _("Set Stacking"),
135 _("Set Border Style"),
136 _("Window Groups"),
137 _("Opacity"),
138 _("Miscellaneous"),
139 /* winops_groups.menu */
140 _("Groups"),
141 _("Configure this window's group(s)"),
142 _("Start a new group"),
143 _("Add this window to the current group"),
144 _("Select group to add this window to"),
145 _("Remove this window from a group"),
146 _("Destroy a group this window belongs to"),
147 /* winops_layer.menu */
148 _("Stacking"),
149 _("Below"),
150 _("Normal"),
151 _("Above"),
152 _("On Top"),
153 /* winops_misc.menu */
154 _("Miscellaneous"),
155 _("Toggle Skip Window Lists"),
156 _("Toggle Fixed Position"),
157 _("Toggle Fixed Size"),
158 _("Toggle Never Focus"),
159 _("Toggle Click to Focus"),
160 _("Toggle Never Use Area"),
161 _("Toggle Button Grabs"),
162 _("Toggle Autoshade"),
163 /* winops_opacity.menu */
164 _("Opacity"),
165 _("Default"),
166 _("20%"),
167 _("40%"),
168 _("60%"),
169 _("80%"),
170 _("100%"),
171 _("Focused opacity 100%"),
172 _("Focused opacity follows unfocused"),
173 _("Toggle Fading"),
174 _("Toggle Shadows"),
175 /* winops_size.menu */
176 _("Size"),
177 _("Max Size Toggle"),
178 _("Available Max Size Toggle"),
179 _("Absolute Max Size Toggle"),
180 _("Span Xinerama Screens"),
181 _("Max Height Toggle"),
182 _("Available Max Height Toggle"),
183 _("Absolute Max Height Toggle"),
184 _("Max Width Toggle"),
185 _("Available Max Width Toggle"),
186 _("Absolute Max Width Toggle"),
187 _("Fullscreen/Normal"),
188 _("Zoom/Unzoom"),
189
190 _("User Menus"),
191 _("User Application List"),
192 _("Other"),
193 _("Epplets"),
194 _("Restart"),
195 _("Log Out"),
196 };