Choosing Preferences in 2.1b2 gives strange error
Am I the only one to experience this - or have I missed a thread on this? Since upgrading to 2.1b2 from 2.1b1 choose "Preferences" any more. I keep getting the following error message (in German):
XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: chrome://zotero/content/preferences/preferences.xul
Zeile Nr. 566, Spalte 2: <prefpane id="zotero-prefpane-cite"
--------^
I don't know XML well enough but I could imagine it to be some missing bracket or something like that.
Does anyone have the same problem?
XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: chrome://zotero/content/preferences/preferences.xul
Zeile Nr. 566, Spalte 2: <prefpane id="zotero-prefpane-cite"
--------^
I don't know XML well enough but I could imagine it to be some missing bracket or something like that.
Does anyone have the same problem?
http://www.zotero.org/support/kb/user_interface_language
or which one are you referring to?
There is prefpane.cite and some lines of code more missing in the german "preferences.dtd". (Maybe also in other languages, I don't know)
I took it out of the english one and copied it into the german one.
Before that the preferences window wouldn´t open.
The preferences.dtd should be revised to add the following code:
<!ENTITY zotero.preferences.prefpane.cite "Zitieren">
<!ENTITY zotero.preferences.cite.styles "Stile">
<!ENTITY zotero.preferences.cite.wordProcessors "Textverarbeitung">
<!ENTITY zotero.preferences.cite.wordProcessors.noWordProcessorPluginsInstalled "Kein Textverarbeitungs Plug-in installiert.">
<!ENTITY zotero.preferences.cite.wordProcessors.getPlugins "Textverarbeitung Plug-ins runterladen...">
<!ENTITY zotero.preferences.cite.styles.styleManager "Stile Manager">
<!ENTITY zotero.preferences.cite.styles.styleManager.title "Titel">
<!ENTITY zotero.preferences.cite.styles.styleManager.updated "Updated">
<!ENTITY zotero.preferences.cite.styles.styleManager.csl "CSL">
If someone wants to add this manually I suggest to search for the "zotero.jar" because it's in some wicked profile folder. (at least in Win 7) To open it you could use WinRar.
The "preferences.dtd" files are in the folder "locale".
------------------------------------------
Win 7
Firefox 3.6.12
Zotero 2.1 beta 2