Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2007-11-30 19:06:30 +0000
committerrelves2007-11-30 19:06:30 +0000
commit30a57c3a4996a49da1f26163d8cfe32d3cab7f44 (patch)
tree608485b0d590fab3f70a8a01b2be4ff0ef26c148 /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parent59976e060ae16a60ad51f732d8ea8e2a5a75630e (diff)
downloadorg.eclipse.mylyn.tasks-30a57c3a4996a49da1f26163d8cfe32d3cab7f44.tar.gz
org.eclipse.mylyn.tasks-30a57c3a4996a49da1f26163d8cfe32d3cab7f44.tar.xz
org.eclipse.mylyn.tasks-30a57c3a4996a49da1f26163d8cfe32d3cab7f44.zip
ASSIGNED - bug 206510: [patch] enable contribution/configuration of language settings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206510
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index d7620a368..eea5af780 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -23,6 +23,42 @@
class="org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaTaskListFactory"
id="org.eclipse.mylyn.bugzilla.tasklist.factory"/>
</extension>
+ <extension
+ point="org.eclipse.mylyn.bugzilla.core.languages">
+ <language
+ name="en">
+ <languageAttribute command="error_login" response="Login"/>
+ <languageAttribute command="error_login" response="log in"/>
+ <languageAttribute command="error_login" response="check e-mail"/>
+ <languageAttribute command="error_login" response="Invalid Username Or Password"/>
+ <languageAttribute command="error_collision" response="Mid-air collision!"/>
+ <languageAttribute command="error_comment_required" response="Comment Required"/>
+ <languageAttribute command="error_logged_out" response="logged out"/>
+ <languageAttribute command="bad_login" response="Login"/>
+ <languageAttribute command="bad_login" response="log in"/>
+ <languageAttribute command="bad_login" response="check e-mail"/>
+ <languageAttribute command="bad_login" response="Invalid Username Or Password"/>
+ <languageAttribute command="bad_login" response="error"/>
+ <languageAttribute command="processed" response="processed"/>
+ <languageAttribute command="changes_submitted" response="Changes submitted"/>
+ </language>
+
+ <language
+ name="de">
+ <languageAttribute command="error_login" response="Anmeldename erforderlich"/>
+ <languageAttribute command="error_login" response="check e-mail"/>
+ <languageAttribute command="error_login" response="Ungütiger Benutzername oder ungültiges Passwort"/>
+ <languageAttribute command="error_collision" response="Kollision!"/>
+ <languageAttribute command="error_comment_required" response="Kommentar erforderlich"/>
+ <languageAttribute command="error_logged_out" response="Abgemeldet"/>
+ <languageAttribute command="bad_login" response="Anmeldename erforderlich"/>
+ <languageAttribute command="bad_login" response="check e-mail"/>
+ <languageAttribute command="bad_login" response="Ungütiger Benutzername oder ungültiges Passwort"/>
+ <languageAttribute command="bad_login" response="error"/>
+ <languageAttribute command="processed" response="processed"/>
+ <languageAttribute command="changes_submitted" response="Changes submitted"/>
+ </language>
+ </extension>
<extension
point="org.eclipse.mylyn.tasks.ui.editors">

Back to the top