remove xml version number; synch up strings with xul file

This commit is contained in:
brade%netscape.com 1999-08-06 18:37:14 +00:00
Родитель b7e275631c
Коммит 6b47c81a72
1 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -1,24 +1,22 @@
<?xml version="1.0"?>
<!-- These strings are generic to all or most of the editor's dialogs. --> <!-- These strings are generic to all or most of the editor's dialogs. -->
<!-- They should be moved into a "common" file --> <!-- They should be moved into a "common" file -->
<!ENTITY OKButton.label "OK"> <!ENTITY OKButton.label "OK">
<!ENTITY CancelButton.label "Cancel"> <!ENTITY CancelButton.label "Cancel">
<!ENTITY AdvancedEditButton.label "Advanced Edit...">
<!-- This button is for the progressive disclosure of additional editing functionality --> <!-- This button is for the progressive disclosure of additional editing functionality -->
<!ENTITY AdditionalEditingButton.label "Advanced"> <!ENTITY MoreButton.label "More">
<!ENTITY FewerButton.label "Fewer">
<!-- These strings are for use specifically in the editor's link dialog. --> <!-- These strings are for use specifically in the editor's link dialog. -->
<!ENTITY LinkWindow.title "Link Properties"> <!ENTITY windowTitle.label "Link Properties">
<!-- These are in the link source fieldset. --> <!-- These are in the link source fieldset. -->
<!ENTITY LinkSourceFieldset.label "Link Source"> <!ENTITY LinkText.label "Link text:">
<!ENTITY LinkSourceText.label "Enter text to display for a new link:">
<!-- These controls are in the Dimensions Fieldset of the advanced area --> <!-- These controls are in the Dimensions Fieldset of the advanced area -->
<!ENTITY LinkURLFieldset.label "Link To"> <!ENTITY LinkURLFieldset.label "Link to">
<!ENTITY LinkURLEditField.label "Enter a web page location or local file:"> <!ENTITY LinkURLEditField.label "Enter a web page location or local file:">
<!ENTITY LinkChooseFileButton.label "Choose File..."> <!ENTITY LinkChooseFileButton.label "Choose File...">
<!ENTITY RemoveLinkButton.label "Remove Link">