forked from I2P_Developers/i2p.i2p
* Fixes after review:
- Fix Polish po file - Install as a service by default on Windows again - Change CPUID getters to package private - Split new jbigi install messages into two lines - Javadocs
This commit is contained in:
@ -46,6 +46,13 @@ public class ConfigUIHelper extends HelperBase {
|
||||
return rv;
|
||||
}
|
||||
|
||||
/**
|
||||
* Each language has the ISO code, the flag, and the name.
|
||||
* Alphabetical by the ISO code please.
|
||||
* See http://en.wikipedia.org/wiki/ISO_639-1 .
|
||||
* Any language-specific flag added to the icon set must be
|
||||
* added to the top-level build.xml for the updater.
|
||||
*/
|
||||
private static final String langs[] = {"ar", "de", "en", "es", "fi", "fr", "it", "nl", "pl", "pt", "ru",
|
||||
"sv", "vi", "zh"};
|
||||
private static final String flags[] = {"lang_ar", "de", "us", "es", "fi", "fr", "it", "nl", "pl", "pt", "ru",
|
||||
|
@ -26,7 +26,7 @@ import org.jrobin.graph.RrdGraphDef;
|
||||
import org.jrobin.graph.RrdGraphDefTemplate;
|
||||
|
||||
/**
|
||||
* Creates and updates the in-memory RRD database,
|
||||
* Creates and updates the in-memory or on-disk RRD database,
|
||||
* and provides methods to generate graphs of the data
|
||||
*
|
||||
* @since 0.6.1.13
|
||||
|
Reference in New Issue
Block a user