}
for (String file : files) {
String file_name = file.replace(".php", "");
completionResultSet.getPrefixMatcher().prefixMatches(subpathAlias + file_name);
ExistFileLookupElement exFL = new ExistFileLookupElement(subpathAlias + file_name);
exFL.createTitle = "create l18n category";
completionResultSet.addElement(exFL);
}
}
}