Lines Matching refs:translation
19 * for completeness, duplication of entry, and status of translation. The class can be instantiated
92 * translation values however are translated according to the basic rules defined in java.util.Properties.
94 * translation is reversed when saving the resource bundle.
237 // Grab the name and value (translation) from the line
251 String translation = p.getProperty(key);
252 if (translation == null || translation.equals(""))
254 else item.setTranslation(translation);
339 // Grab the name and value (translation) from the line
352 String translation = p.getProperty(key);
353 if (translation == null || translation.equals(""))
355 else item.setTranslation(translation);
503 * @param value The translation of the item for the base class