Merge pull request #74 from gracile-fr/master
Localization of the warning message in Add/Edit citation/bibliography dialogs
This commit is contained in:
commit
be0fbf97e7
3 changed files with 3 additions and 4 deletions
|
@ -201,7 +201,6 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<textbox id="editor" type="styled" mode="integration" hidden="true" flex="1"/>
|
<textbox id="editor" type="styled" mode="integration" hidden="true" flex="1"/>
|
||||||
<!-- TODO: localize -->
|
<description id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true">&zotero.citation.editorWarning.label;</description>
|
||||||
<description id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true">Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style.</description>
|
|
||||||
</vbox>
|
</vbox>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
|
@ -118,7 +118,6 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<textbox id="editor" type="styled" mode="integration" flex="1"/>
|
<textbox id="editor" type="styled" mode="integration" flex="1"/>
|
||||||
<!-- TODO: localize -->
|
<description id="zotero-editor-warning" style="margin: 9px 1px 0">&zotero.citation.editorWarning.label;</description>
|
||||||
<description id="zotero-editor-warning" style="margin: 9px 1px 0">Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style.</description>
|
|
||||||
</vbox>
|
</vbox>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
|
@ -155,6 +155,7 @@
|
||||||
<!ENTITY zotero.citation.suppressAuthor.label "Suppress Author">
|
<!ENTITY zotero.citation.suppressAuthor.label "Suppress Author">
|
||||||
<!ENTITY zotero.citation.prefix.label "Prefix:">
|
<!ENTITY zotero.citation.prefix.label "Prefix:">
|
||||||
<!ENTITY zotero.citation.suffix.label "Suffix:">
|
<!ENTITY zotero.citation.suffix.label "Suffix:">
|
||||||
|
<!ENTITY zotero.citation.editorWarning.label "Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style.">
|
||||||
|
|
||||||
<!ENTITY zotero.richText.italic.label "Italic">
|
<!ENTITY zotero.richText.italic.label "Italic">
|
||||||
<!ENTITY zotero.richText.bold.label "Bold">
|
<!ENTITY zotero.richText.bold.label "Bold">
|
||||||
|
|
Loading…
Reference in a new issue