OSDN Git Service

Added Hungarian translations thanks to Toni.
[sudokuki/sudokuki.git] / src / classes / net / jankenpoi / sudokuki / ui / swing / StockIcons.java
1 /*\r
2  * Sudokuki - essential sudoku game\r
3  * Copyright (C) 2007-2012 Sylvain Vedrenne\r
4  *\r
5  * This program is free software: you can redistribute it and/or modify\r
6  * it under the terms of the GNU General Public License as published by\r
7  * the Free Software Foundation, either version 3 of the License, or\r
8  * (at your option) any later version.\r
9  * \r
10  * This program is distributed in the hope that it will be useful,\r
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13  * GNU General Public License for more details.\r
14  * \r
15  * You should have received a copy of the GNU General Public License\r
16  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
17  */\r
18 package net.jankenpoi.sudokuki.ui.swing;\r
19 \r
20 import javax.swing.Icon;\r
21 import javax.swing.ImageIcon;\r
22 \r
23 import net.jankenpoi.sudokuki.resources.UIResources;\r
24 \r
25 public class StockIcons {\r
26 \r
27         /*\r
28          * Current flag image icons thanks to the PIWIK project. For example, visit:\r
29          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/\r
30          */\r
31         /* \r
32          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/sa.png\r
33          */\r
34         public final static ImageIcon ICON_FLAG_AR = new ImageIcon(\r
35                         UIResources.class\r
36                                         .getResource("images/countryFlags/sa.png"));\r
37         /* \r
38          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/br.png\r
39          */\r
40         public final static ImageIcon ICON_FLAG_BR = new ImageIcon(\r
41                         UIResources.class\r
42                                         .getResource("images/countryFlags/br.png"));\r
43         /* \r
44          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/de.png\r
45          */\r
46         public final static ImageIcon ICON_FLAG_DE = new ImageIcon(\r
47                         UIResources.class\r
48                                         .getResource("images/countryFlags/de.png"));\r
49         /* \r
50          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/gr.png\r
51          */\r
52         public final static ImageIcon ICON_FLAG_EL = new ImageIcon(\r
53                         UIResources.class\r
54                                         .getResource("images/countryFlags/el.png"));\r
55         /* \r
56          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/uk.png\r
57          */\r
58         public final static ImageIcon ICON_FLAG_EN = new ImageIcon(\r
59                         UIResources.class\r
60                                         .getResource("images/countryFlags/en.png"));\r
61         /* \r
62          * \r
63          */\r
64         public final static ImageIcon ICON_FLAG_EO = new ImageIcon(\r
65                         UIResources.class\r
66                                         .getResource("images/countryFlags/eo.png"));\r
67         /* \r
68          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/es.png\r
69          */\r
70         public final static ImageIcon ICON_FLAG_ES = new ImageIcon(\r
71                         UIResources.class\r
72                                         .getResource("images/countryFlags/es.png"));\r
73         /* \r
74          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/fr.png\r
75          */\r
76         public final static ImageIcon ICON_FLAG_FR = new ImageIcon(\r
77                         UIResources.class\r
78                                         .getResource("images/countryFlags/fr.png"));\r
79         /* \r
80          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/hu.png\r
81          */\r
82         public final static ImageIcon ICON_FLAG_HU = new ImageIcon(\r
83                         UIResources.class\r
84                                         .getResource("images/countryFlags/hu.png"));\r
85         /* \r
86          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/jp.png\r
87          */\r
88         public final static ImageIcon ICON_FLAG_JA = new ImageIcon(\r
89                         UIResources.class\r
90                                         .getResource("images/countryFlags/ja.png"));\r
91         /* \r
92          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/lv.png\r
93          */\r
94         public final static ImageIcon ICON_FLAG_LV = new ImageIcon(\r
95                         UIResources.class\r
96                                         .getResource("images/countryFlags/lv.png"));\r
97         /* 
98          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/nl.png
99          */
100         public final static ImageIcon ICON_FLAG_NL = new ImageIcon(
101                         UIResources.class
102                                         .getResource("images/countryFlags/nl.png"));
103         /* \r
104          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/pt.png\r
105          */\r
106         public final static ImageIcon ICON_FLAG_PT = new ImageIcon(\r
107                         UIResources.class\r
108                                         .getResource("images/countryFlags/pt.png"));\r
109         /* \r
110          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/ru.png\r
111          */\r
112         public final static ImageIcon ICON_FLAG_RU = new ImageIcon(\r
113                         UIResources.class\r
114                                         .getResource("images/countryFlags/ru.png"));\r
115         /* \r
116          * https://sourceforge.net/apps/piwik/sudokuki/plugins/UserCountry/flags/zh.png\r
117          */\r
118         public final static ImageIcon ICON_FLAG_ZH = new ImageIcon(\r
119                         UIResources.class\r
120                                         .getResource("images/countryFlags/zh.png"));\r
121         \r
122         public final static ImageIcon ICON_NEW = new ImageIcon(\r
123                         UIResources.class\r
124                                         .getResource("images/gtk+/stock-icons/16/document-new.png"));\r
125         public static final Icon ICON_PRINT = new ImageIcon(\r
126                         UIResources.class\r
127                                         .getResource("images/gtk+/stock-icons/16/document-print.png"));\r
128         public static final Icon ICON_PRINTER_INFO = new ImageIcon(\r
129                         UIResources.class\r
130                                         .getResource("images/gtk+/stock-icons/16/printer-info.png"));\r
131         public static final Icon ICON_OPEN = new ImageIcon(\r
132                         UIResources.class\r
133                                         .getResource("images/gtk+/stock-icons/16/document-open.png"));\r
134         public static final Icon ICON_SAVE_AS = new ImageIcon(\r
135                         UIResources.class\r
136                                         .getResource("images/gtk+/stock-icons/16/document-save-as.png"));\r
137         public static final Icon ICON_QUIT = new ImageIcon(\r
138                         UIResources.class\r
139                                         .getResource("images/gtk+/stock-icons/16/application-exit.png"));\r
140         public static final Icon ICON_UNDO = new ImageIcon(\r
141                         UIResources.class\r
142                                         .getResource("images/gtk+/stock-icons/16/edit-undo-ltr.png"));\r
143         public static final Icon ICON_CLEAR = new ImageIcon(\r
144                         UIResources.class\r
145                                         .getResource("images/gtk+/stock-icons/16/edit-clear.png"));\r
146         public static final Icon ICON_CLEAR_ALL_MEMOS = new ImageIcon(\r
147                         UIResources.class\r
148                                         .getResource("images/gtk+/stock-icons/16/erase-all-memos.png"));\r
149         public static final Icon ICON_SET_MEMOS_HERE = new ImageIcon(\r
150                         UIResources.class\r
151                                         .getResource("images/gtk+/stock-icons/16/set-memos-here.png"));\r
152         public static final Icon ICON_SET_ALL_MEMOS = new ImageIcon(\r
153                         UIResources.class\r
154                                         .getResource("images/gtk+/stock-icons/16/set-all-memos.png"));\r
155         public static final Icon ICON_SOLUTION_MENU = new ImageIcon(\r
156                         UIResources.class\r
157                                         .getResource("images/gtk+/stock-icons/16/solution-menu.png"));\r
158         public static final Icon ICON_EDIT = new ImageIcon(\r
159                         UIResources.class\r
160                                         .getResource("images/gtk+/stock-icons/16/gtk-edit.png"));\r
161         public static final Icon ICON_PLAY = new ImageIcon(\r
162                         UIResources.class\r
163                                         .getResource("images/gtk+/stock-icons/16/media-playback-start-ltr.png"));\r
164         public static final Icon ICON_GO_NEXT = new ImageIcon(\r
165                         UIResources.class\r
166                                         .getResource("images/gtk+/stock-icons/16/go-next-ltr.png"));\r
167         public static final Icon ICON_GO_JUMP = new ImageIcon(\r
168                         UIResources.class\r
169                                         .getResource("images/gtk+/stock-icons/16/go-jump-ltr.png"));\r
170         public static final Icon ICON_HELP_ABOUT = new ImageIcon(\r
171                         UIResources.class\r
172                                         .getResource("images/gtk+/stock-icons/16/help-about.png"));\r
173         public static final Icon ICON_PREFERENCES = new ImageIcon(\r
174                         UIResources.class\r
175                                         .getResource("images/gtk+/stock-icons/16/gtk-preferences.png"));\r
176         public static final Icon ICON_GO_HOME = new ImageIcon(\r
177                         UIResources.class\r
178                                         .getResource("images/gtk+/stock-icons/16/go-home.png"));\r
179         public static final Icon ICON_FONT = new ImageIcon(\r
180                         UIResources.class\r
181                                         .getResource("images/gtk+/stock-icons/16/gtk-font.png"));\r
182         public static final Icon ICON_PLUS = new ImageIcon(\r
183                         UIResources.class\r
184                                         .getResource("images/gtk+/stock-icons/16/list-add.png"));\r
185         public static final Icon ICON_VIEW_REFRESH = new ImageIcon(\r
186                         UIResources.class\r
187                                         .getResource("images/gtk+/stock-icons/16/view-refresh.png"));\r
188         public static final Icon ICON_UPDATE_AVAILABLE = new ImageIcon(\r
189                         UIResources.class\r
190                         .getResource("images/gtk+/stock-icons/16/view-refresh-update-available.png"));\r
191         public static final Icon ICON_CHECK_SPELLING = new ImageIcon(\r
192                         UIResources.class\r
193                         .getResource("images/gtk+/stock-icons/16/tools-check-spelling.png"));\r
194         public static final Icon ICON_TRANSLATE = new ImageIcon(\r
195                         UIResources.class\r
196                         .getResource("images/gtk+/stock-icons/16/earth.png"));\r
197 }\r