diff options
author | David A. Madore <david+git@madore.org> | 2011-09-12 17:37:02 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2011-09-12 17:37:02 +0200 |
commit | 41c0a3f001755545f93a96133a7baab5305f7970 (patch) | |
tree | c8f190caa80584c9840ae03d2386a64370347f7a | |
parent | d1d04bd7192db88c23d04936eb80879d3c9b2b20 (diff) | |
download | damlengine-41c0a3f001755545f93a96133a7baab5305f7970.tar.gz damlengine-41c0a3f001755545f93a96133a7baab5305f7970.tar.bz2 damlengine-41c0a3f001755545f93a96133a7baab5305f7970.zip |
More category names.
-rw-r--r-- | org/madore/damlengine/TodoWeblogSelectionElement.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/org/madore/damlengine/TodoWeblogSelectionElement.java b/org/madore/damlengine/TodoWeblogSelectionElement.java index d674f9c..6e13af3 100644 --- a/org/madore/damlengine/TodoWeblogSelectionElement.java +++ b/org/madore/damlengine/TodoWeblogSelectionElement.java @@ -57,6 +57,22 @@ public final class TodoWeblogSelectionElement extends TodoDefaultElement { categoryNames.get("fr").put("ego", "ma vie"); categoryNames.get("en").put("html", "Web technologies"); categoryNames.get("fr").put("html", "technologies Web"); + categoryNames.get("en").put("gay", "gay themes"); + categoryNames.get("fr").put("gay", "th\u00e8mes gay"); + categoryNames.get("en").put("relig", "Religion"); + categoryNames.get("fr").put("relig", "Religion"); + categoryNames.get("en").put("philo", "Philosophy"); + categoryNames.get("fr").put("philo", "Philosophie"); + categoryNames.get("en").put("polit", "Politics"); + categoryNames.get("fr").put("polit", "Politique"); + categoryNames.get("ia").put("polit", "Politica"); + categoryNames.get("en").put("lex", "Law"); + categoryNames.get("fr").put("lex", "Droit"); + categoryNames.get("en").put("lang", "Languages & Linguistics"); + categoryNames.get("fr").put("lang", "Langues & Linguistique"); + categoryNames.get("ia").put("lang", "Liguas & Linguistica"); + categoryNames.get("en").put("unicode", "Unicode"); + categoryNames.get("fr").put("unicode", "Unicode"); } public static String categoryName(String code, String lang) { |