diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abAddressBookNameDialog.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abAddressBookNameDialog.dtd new file mode 100644 index 00000000000..ed26a21c54b --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abAddressBookNameDialog.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abCardOverlay.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abCardOverlay.dtd new file mode 100644 index 00000000000..6a3f1558ffd --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abCardOverlay.dtd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abCardViewOverlay.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abCardViewOverlay.dtd new file mode 100644 index 00000000000..e2c39bb62dc --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abCardViewOverlay.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abDirTreeOverlay.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abDirTreeOverlay.dtd new file mode 100644 index 00000000000..fce7f999385 --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abDirTreeOverlay.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abMainWindow.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abMainWindow.dtd new file mode 100644 index 00000000000..452cee69d31 --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abMainWindow.dtd @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abNewCardDialog.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abNewCardDialog.dtd new file mode 100644 index 00000000000..d5721060bcd --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abNewCardDialog.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abResultsTreeOverlay.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abResultsTreeOverlay.dtd new file mode 100644 index 00000000000..d9527001f03 --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abResultsTreeOverlay.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/abSelectAddressesDialog.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/abSelectAddressesDialog.dtd new file mode 100644 index 00000000000..2b289dd753a --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/abSelectAddressesDialog.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/da-DK/pref-addressing.dtd b/mozilla/l10n/lang/addressbook/locale/da-DK/pref-addressing.dtd new file mode 100644 index 00000000000..a4e9874209e --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/da-DK/pref-addressing.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/addressbook/locale/makefile.win b/mozilla/l10n/lang/addressbook/locale/makefile.win new file mode 100644 index 00000000000..f6d0d9f03f4 --- /dev/null +++ b/mozilla/l10n/lang/addressbook/locale/makefile.win @@ -0,0 +1,48 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = addressbook +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\abAddressBookNameDialog.dtd \ + .\da-DK\abCardOverlay.dtd \ + .\da-DK\abCardViewOverlay.dtd \ + .\da-DK\abDirTreeOverlay.dtd \ + .\da-DK\abMainWindow.dtd \ + .\da-DK\abNewCardDialog.dtd \ + .\da-DK\abResultsTreeOverlay.dtd \ + .\da-DK\abSelectAddressesDialog.dtd \ + .\da-DK\pref-addressing.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/addressbook/makefile.win b/mozilla/l10n/lang/addressbook/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/addressbook/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/bookmarks/locale/da-DK/bm-props.dtd b/mozilla/l10n/lang/bookmarks/locale/da-DK/bm-props.dtd new file mode 100644 index 00000000000..a9862dc7d80 --- /dev/null +++ b/mozilla/l10n/lang/bookmarks/locale/da-DK/bm-props.dtd @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/bookmarks/locale/da-DK/bookmarks.dtd b/mozilla/l10n/lang/bookmarks/locale/da-DK/bookmarks.dtd new file mode 100644 index 00000000000..55226c0315c --- /dev/null +++ b/mozilla/l10n/lang/bookmarks/locale/da-DK/bookmarks.dtd @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/bookmarks/locale/makefile.win b/mozilla/l10n/lang/bookmarks/locale/makefile.win new file mode 100644 index 00000000000..1b881e5fbd9 --- /dev/null +++ b/mozilla/l10n/lang/bookmarks/locale/makefile.win @@ -0,0 +1,41 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = bookmarks +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\bm-props.dtd \ + .\da-DK\bookmarks.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/bookmarks/makefile.win b/mozilla/l10n/lang/bookmarks/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/bookmarks/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/directory/locale/da-DK/directory.dtd b/mozilla/l10n/lang/directory/locale/da-DK/directory.dtd new file mode 100644 index 00000000000..8f626569545 --- /dev/null +++ b/mozilla/l10n/lang/directory/locale/da-DK/directory.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/mozilla/l10n/lang/directory/locale/makefile.win b/mozilla/l10n/lang/directory/locale/makefile.win new file mode 100644 index 00000000000..657f3395738 --- /dev/null +++ b/mozilla/l10n/lang/directory/locale/makefile.win @@ -0,0 +1,40 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = directory +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\directory.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/directory/makefile.win b/mozilla/l10n/lang/directory/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/directory/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EdAdvancedEdit.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EdAdvancedEdit.dtd new file mode 100644 index 00000000000..035a4fac769 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EdAdvancedEdit.dtd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EdDialogOverlay.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EdDialogOverlay.dtd new file mode 100644 index 00000000000..5a9e58f21d8 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EdDialogOverlay.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EdNamedAnchorProperties.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EdNamedAnchorProperties.dtd new file mode 100644 index 00000000000..7382a65170b --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EdNamedAnchorProperties.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorAppShell.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorAppShell.dtd new file mode 100644 index 00000000000..ff7a35182e5 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorAppShell.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorHLineProperties.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorHLineProperties.dtd new file mode 100644 index 00000000000..a4ec4be2cdd --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorHLineProperties.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorImageProperties.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorImageProperties.dtd new file mode 100644 index 00000000000..02879d0258e --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorImageProperties.dtd @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertSource.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertSource.dtd new file mode 100644 index 00000000000..1b91d867f12 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertSource.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertTable.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertTable.dtd new file mode 100644 index 00000000000..e03a1465749 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorInsertTable.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorLinkProperties.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorLinkProperties.dtd new file mode 100644 index 00000000000..ffd2fb0f41e --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorLinkProperties.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorPersonalDictionary.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorPersonalDictionary.dtd new file mode 100644 index 00000000000..e9e0248b0d8 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorPersonalDictionary.dtd @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorSpellCheck.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorSpellCheck.dtd new file mode 100644 index 00000000000..034256af863 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorSpellCheck.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/EditorTableProperties.dtd b/mozilla/l10n/lang/editor/locale/da-DK/EditorTableProperties.dtd new file mode 100644 index 00000000000..17dc51bbbe3 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/EditorTableProperties.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/editorOverlay.dtd b/mozilla/l10n/lang/editor/locale/da-DK/editorOverlay.dtd new file mode 100644 index 00000000000..5d1e7228316 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/editorOverlay.dtd @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor-rdf.dtd b/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor-rdf.dtd new file mode 100644 index 00000000000..920e8b99351 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor-rdf.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor.dtd b/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor.dtd new file mode 100644 index 00000000000..affb195f281 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/da-DK/sidebar-editor.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/editor/locale/makefile.win b/mozilla/l10n/lang/editor/locale/makefile.win new file mode 100644 index 00000000000..528fefef436 --- /dev/null +++ b/mozilla/l10n/lang/editor/locale/makefile.win @@ -0,0 +1,54 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = editor +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\EdAdvancedEdit.dtd \ + .\da-DK\EdDialogOverlay.dtd \ + .\da-DK\EdNamedAnchorProperties.dtd \ + .\da-DK\EditorAppShell.dtd \ + .\da-DK\EditorHLineProperties.dtd \ + .\da-DK\EditorImageProperties.dtd \ + .\da-DK\EditorInsertSource.dtd \ + .\da-DK\EditorInsertTable.dtd \ + .\da-DK\EditorLinkProperties.dtd \ + .\da-DK\EditorPersonalDictionary.dtd \ + .\da-DK\EditorSpellCheck.dtd \ + .\da-DK\EditorTableProperties.dtd \ + .\da-DK\editorOverlay.dtd \ + .\da-DK\sidebar-editor-rdf.dtd \ + .\da-DK\sidebar-editor.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/editor/makefile.win b/mozilla/l10n/lang/editor/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/editor/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/global/locale/da-DK/commonDialog.dtd b/mozilla/l10n/lang/global/locale/da-DK/commonDialog.dtd new file mode 100644 index 00000000000..4c343c3e686 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/commonDialog.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/global/locale/da-DK/dialogOverlay.dtd b/mozilla/l10n/lang/global/locale/da-DK/dialogOverlay.dtd new file mode 100644 index 00000000000..9519aab78f1 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/dialogOverlay.dtd @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/mozilla/l10n/lang/global/locale/da-DK/downloadProgress.dtd b/mozilla/l10n/lang/global/locale/da-DK/downloadProgress.dtd new file mode 100644 index 00000000000..1748b0a8809 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/downloadProgress.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mozilla/l10n/lang/global/locale/da-DK/finddialog.dtd b/mozilla/l10n/lang/global/locale/da-DK/finddialog.dtd new file mode 100644 index 00000000000..b8c1473ad17 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/finddialog.dtd @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/mozilla/l10n/lang/global/locale/da-DK/globalOverlay.dtd b/mozilla/l10n/lang/global/locale/da-DK/globalOverlay.dtd new file mode 100644 index 00000000000..c4a9a123824 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/globalOverlay.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/global/locale/da-DK/tasksOverlay.dtd b/mozilla/l10n/lang/global/locale/da-DK/tasksOverlay.dtd new file mode 100644 index 00000000000..30ba75c08f4 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/tasksOverlay.dtd @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/global/locale/da-DK/unknownContent.dtd b/mozilla/l10n/lang/global/locale/da-DK/unknownContent.dtd new file mode 100644 index 00000000000..7d5eb356ef2 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/da-DK/unknownContent.dtd @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/mozilla/l10n/lang/global/locale/makefile.win b/mozilla/l10n/lang/global/locale/makefile.win new file mode 100644 index 00000000000..c52b3fa47e6 --- /dev/null +++ b/mozilla/l10n/lang/global/locale/makefile.win @@ -0,0 +1,46 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = global +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\commonDialog.dtd \ + .\da-DK\dialogOverlay.dtd \ + .\da-DK\downloadProgress.dtd \ + .\da-DK\finddialog.dtd \ + .\da-DK\globalOverlay.dtd \ + .\da-DK\tasksOverlay.dtd \ + .\da-DK\unknownContent.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/global/makefile.win b/mozilla/l10n/lang/global/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/global/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/history/locale/da-DK/history.dtd b/mozilla/l10n/lang/history/locale/da-DK/history.dtd new file mode 100644 index 00000000000..0f1d0fea6bf --- /dev/null +++ b/mozilla/l10n/lang/history/locale/da-DK/history.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/history/locale/makefile.win b/mozilla/l10n/lang/history/locale/makefile.win new file mode 100644 index 00000000000..6baca560a1d --- /dev/null +++ b/mozilla/l10n/lang/history/locale/makefile.win @@ -0,0 +1,40 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = history +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\history.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/history/makefile.win b/mozilla/l10n/lang/history/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/history/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/AccountManager.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/AccountManager.dtd new file mode 100644 index 00000000000..4cd96ff641d --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/AccountManager.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/AccountWizard.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/AccountWizard.dtd new file mode 100644 index 00000000000..99ac517305c --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/AccountWizard.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/accounttree.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/accounttree.dtd new file mode 100644 index 00000000000..63d6849c6c4 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/accounttree.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/am-advanced.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/am-advanced.dtd new file mode 100644 index 00000000000..e2447b8d6a3 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/am-advanced.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/am-copies.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/am-copies.dtd new file mode 100644 index 00000000000..45d680c98f1 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/am-copies.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/am-main.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/am-main.dtd new file mode 100644 index 00000000000..0be48622c84 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/am-main.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/am-server-pop3.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/am-server-pop3.dtd new file mode 100644 index 00000000000..f7f80dffe92 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/am-server-pop3.dtd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/am-server-top.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/am-server-top.dtd new file mode 100644 index 00000000000..d94d1228447 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/am-server-top.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-accname.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-accname.dtd new file mode 100644 index 00000000000..68ace7114cf --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-accname.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-accounttype.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-accounttype.dtd new file mode 100644 index 00000000000..59cb9744d4f --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-accounttype.dtd @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-done.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-done.dtd new file mode 100644 index 00000000000..bcea2dd1b6f --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-done.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-email.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-email.dtd new file mode 100644 index 00000000000..7d3bab58da1 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-email.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-fullname.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-fullname.dtd new file mode 100644 index 00000000000..25270dd464e --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-fullname.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-identity.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-identity.dtd new file mode 100644 index 00000000000..395bd2a1acf --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-identity.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-login.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-login.dtd new file mode 100644 index 00000000000..341d1506670 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-login.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-mailtype.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-mailtype.dtd new file mode 100644 index 00000000000..13887ec0eff --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-mailtype.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/aw-server.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/aw-server.dtd new file mode 100644 index 00000000000..121a82c3bed --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/aw-server.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/custreceipt.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/custreceipt.dtd new file mode 100644 index 00000000000..616005a95c5 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/custreceipt.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/folderpane.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/folderpane.dtd new file mode 100644 index 00000000000..6106d78a4b6 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/folderpane.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/imapMsgs.properties b/mozilla/l10n/lang/messenger/locale/da-DK/imapMsgs.properties new file mode 100644 index 00000000000..f4f1d7db029 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/imapMsgs.properties @@ -0,0 +1,77 @@ +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): Henrik Lynggaard. +# + +# +# This file is renamed from "imapMsgs_en-US.properties. +# +# The following are used by the imap code to display progress/status/error +# messages +# +#Translated with MozillaTranslator +#Fri Sep 10 23:36:18 GMT+02:00 1999 +5034=IMAP\ Error\:\ The\ online\ folder\ information\ could\ not\ be\ retrieved. +5002=Deleting\ folder\ %s... +5001=Creating\ folder... +5033=IMAP\ Error\:\ The\ message\ could\ not\ be\ saved\ due\ to\ an\ error. +5000=Opening\ folder... +5032=This\ body\ part\ will\ be\ downloaded\ on\ demand. +5031=Getting\ Mailbox\ Configuration\ Info... +5030=Getting\ Server\ Configuration\ Info... +-1000=Application\ is\ out\ of\ memory. +5029=Getting\ folder\ ACL... +5028=The\ upgrade\ was\ successful. +5027=Please\ wait\ while\ Netscape\ upgrades\ you\ to\ use\ IMAP\ mail\ folder\ subscriptions... +5026=Please\ choose\ which\ folders\ you\ want\ subscribed\ in\ the\ Subscribe\ window... +5025=Would\ you\ like\ Netscape\ to\ try\ to\ automatically\ subscribe\ to\ all\ your\ folders? +5024=Any\ folders\ which\ are\ left\ unsubscribed\ will\ not\ appear\ in\ your\ folder\ lists,\nbut\ can\ be\ subscribed\ to\ later\ by\ choosing\ File\ /\ Subscribe. +5023=Netscape\ has\ detected\ that\ you\ have\ upgraded\ from\ a\ previous\ version\ of\ Communicator.\nYou\ will\ need\ to\ choose\ which\ mail\ folders\ you\ want\ subscribed. +5022=While\ trying\ to\ automatically\ subscribe,\ Netscape\ has\ found\ a\ large\ number\ of\ mail\ folders.\nPlease\ select\ which\ folders\ you\ would\ like\ subscribed. +5021="The\ mail\ server\ indicates\ that\ you\ may\ not\ have\ any\ personal\ mail\ folders.\nPlease\ verify\ your\ subscriptions. +5020=Checking\ IMAP\ Namespace... +5019=Folder\ move\ succeeded,\ but\ Netscape\ was\ unable\ to\ unsubscribe\ from\ the\ old\ folder\ name. +5018=Folder\ move\ succeeded,\ but\ Netscape\ was\ unable\ to\ subscribe\ to\ the\ new\ folder\ name. +5049=The\ current\ command\ did\ not\ succeed.\ \ The\ mail\ server\ responded\:\n +5017=Folder\ deletion\ succeeded,\ but\ Netscape\ was\ unable\ to\ unsubscribe\ from\ the\ folder. +5048=This\ mail\ server\ is\ not\ an\ IMAP4\ mail\ server. +5016=Folder\ creation\ succeeded,\ but\ Netscape\ was\ unable\ to\ subscribe\ the\ new\ folder. +5047=Enter\ your\ password\ for\ %1$s@%2$s. +5015=Downloading\ message... +5046=Found\ folder\:\ %s +5014=Sending\ authenticate\ login\ information... +5045=%s\ -\ Receiving\:\ message\ %lu\ of\ %lu +5013=Sending\ login\ information... +5044=Opening\ folder\ %s... +5012=Checking\ mail\ server\ capabilities... +5043=Copying\ message\ %s... +5011=Logging\ out... +5042=Copying\ messages\ %s... +5010=Compacting\ folder... +5041=Moving\ message\ to\ %s... +5040=Moving\ messages\ to\ %s... +5009=Closing\ folder... +5008=Getting\ message\ info... +5039=Deleting\ message... +5007=Searching\ folder... +5038=Deleting\ messages... +5006=Unsubscribing\ from\ folder\ %s... +5037=%s\ Receiving\:\ message\ flags\ %lu\ of\ %lu +5005=Subscribing\ to\ folder\ %s... +5036=%s\ Receiving\:\ message\ headers\ %lu\ of\ %lu +5004=Looking\ for\ folders... +5035=Login\ failed. +5003=Renaming\ folder\ %s... diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/localMsgs.properties b/mozilla/l10n/lang/messenger/locale/da-DK/localMsgs.properties new file mode 100644 index 00000000000..95b1f12a64d --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/localMsgs.properties @@ -0,0 +1,28 @@ +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): Henrik Lynggaard. +# + +# +# This file is renamed from "localMsgs.properties. +# + +#Translated with MozillaTranslator +#Fri Sep 10 23:36:34 GMT+02:00 1999 +-1000=Application\ is\ out\ of\ memory. +4002=Receiving\:\ message\ %lu\ of\ %lu +4001=Document\:\ Done +4000=Building\ summary\ file\ for\ %s... diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/messenger.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/messenger.dtd new file mode 100644 index 00000000000..0f68f4b71be --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/messenger.dtd @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/newFolderNameDialog.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/newFolderNameDialog.dtd new file mode 100644 index 00000000000..98911ea382d --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/newFolderNameDialog.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/pref-diskspace.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/pref-diskspace.dtd new file mode 100644 index 00000000000..e2e93dc6fd0 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/pref-diskspace.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/pref-mailnews.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/pref-mailnews.dtd new file mode 100644 index 00000000000..d40879e9f7a --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/pref-mailnews.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/pref-receipts.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/pref-receipts.dtd new file mode 100644 index 00000000000..187c12d922c --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/pref-receipts.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/pref-winsetting.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/pref-winsetting.dtd new file mode 100644 index 00000000000..aa6b706d587 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/pref-winsetting.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger-rdf.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger-rdf.dtd new file mode 100644 index 00000000000..b1ebba08152 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger-rdf.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger.dtd new file mode 100644 index 00000000000..b73939f6f42 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/sidebar-messenger.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/subscribe.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/subscribe.dtd new file mode 100644 index 00000000000..21ef19ba460 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/subscribe.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/da-DK/threadpane.dtd b/mozilla/l10n/lang/messenger/locale/da-DK/threadpane.dtd new file mode 100644 index 00000000000..56e668e7e57 --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/da-DK/threadpane.dtd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/mozilla/l10n/lang/messenger/locale/makefile.win b/mozilla/l10n/lang/messenger/locale/makefile.win new file mode 100644 index 00000000000..f197f69d90d --- /dev/null +++ b/mozilla/l10n/lang/messenger/locale/makefile.win @@ -0,0 +1,70 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = messenger +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\AccountManager.dtd \ + .\da-DK\AccountWizard.dtd \ + .\da-DK\accounttree.dtd \ + .\da-DK\am-advanced.dtd \ + .\da-DK\am-copies.dtd \ + .\da-DK\am-main.dtd \ + .\da-DK\am-server-pop3.dtd \ + .\da-DK\am-server-top.dtd \ + .\da-DK\aw-accname.dtd \ + .\da-DK\aw-accounttype.dtd \ + .\da-DK\aw-done.dtd \ + .\da-DK\aw-email.dtd \ + .\da-DK\aw-fullname.dtd \ + .\da-DK\aw-identity.dtd \ + .\da-DK\aw-login.dtd \ + .\da-DK\aw-mailtype.dtd \ + .\da-DK\aw-server.dtd \ + .\da-DK\custreceipt.dtd \ + .\da-DK\folderpane.dtd \ + .\da-DK\messenger.dtd \ + .\da-DK\newFolderNameDialog.dtd \ + .\da-DK\pref-diskspace.dtd \ + .\da-DK\pref-mailnews.dtd \ + .\da-DK\pref-receipts.dtd \ + .\da-DK\pref-winsetting.dtd \ + .\da-DK\sidebar-messenger-rdf.dtd \ + .\da-DK\sidebar-messenger.dtd \ + .\da-DK\subscribe.dtd \ + .\da-DK\threadpane.dtd \ + .\da-DK\imapMsgs.properties \ + .\da-DK\localMsgs.properties \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/messenger/makefile.win b/mozilla/l10n/lang/messenger/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/messenger/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/MsgAttachPage.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/MsgAttachPage.dtd new file mode 100644 index 00000000000..5a0e9cf1727 --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/MsgAttachPage.dtd @@ -0,0 +1,2 @@ + + diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/addressingWidgetOverlay.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/addressingWidgetOverlay.dtd new file mode 100644 index 00000000000..beb21b12532 --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/addressingWidgetOverlay.dtd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/messengercompose.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/messengercompose.dtd new file mode 100644 index 00000000000..f0e0d5170da --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/messengercompose.dtd @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-copiesfolders.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-copiesfolders.dtd new file mode 100644 index 00000000000..99f618c8e7f --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-copiesfolders.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-formatting.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-formatting.dtd new file mode 100644 index 00000000000..e3f2e0b87b7 --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-formatting.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-messages.dtd b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-messages.dtd new file mode 100644 index 00000000000..0feeddcff37 --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/da-DK/pref-messages.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/messengercompose/locale/makefile.win b/mozilla/l10n/lang/messengercompose/locale/makefile.win new file mode 100644 index 00000000000..253b4e683be --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/locale/makefile.win @@ -0,0 +1,45 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = messengercompose +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\MsgAttachPage.dtd \ + .\da-DK\addressingWidgetOverlay.dtd \ + .\da-DK\messengercompose.dtd \ + .\da-DK\pref-copiesfolders.dtd \ + .\da-DK\pref-formatting.dtd \ + .\da-DK\pref-messages.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/messengercompose/makefile.win b/mozilla/l10n/lang/messengercompose/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/messengercompose/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/navigator/locale/da-DK/NetSupportConfirmCheckYN.dtd b/mozilla/l10n/lang/navigator/locale/da-DK/NetSupportConfirmCheckYN.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mozilla/l10n/lang/navigator/locale/da-DK/navigator.dtd b/mozilla/l10n/lang/navigator/locale/da-DK/navigator.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mozilla/l10n/lang/navigator/locale/da-DK/openLocation.dtd b/mozilla/l10n/lang/navigator/locale/da-DK/openLocation.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mozilla/l10n/lang/navigator/locale/da-DK/viewSource.dtd b/mozilla/l10n/lang/navigator/locale/da-DK/viewSource.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/mozilla/l10n/lang/navigator/locale/makefile.win b/mozilla/l10n/lang/navigator/locale/makefile.win new file mode 100644 index 00000000000..3eb05bc0a30 --- /dev/null +++ b/mozilla/l10n/lang/navigator/locale/makefile.win @@ -0,0 +1,43 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = navigator +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\NetSupportConfirmCheckYN.dtd \ + .\da-DK\navigator.dtd \ + .\da-DK\openLocation.dtd \ + .\da-DK\viewSource.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/navigator/makefile.win b/mozilla/l10n/lang/navigator/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/navigator/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/pref/locale/da-DK/PrefsWindow.dtd b/mozilla/l10n/lang/pref/locale/da-DK/PrefsWindow.dtd new file mode 100644 index 00000000000..8950eb400fb --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/PrefsWindow.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-advanced.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-advanced.dtd new file mode 100644 index 00000000000..005ecc32ee5 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-advanced.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-appearance.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-appearance.dtd new file mode 100644 index 00000000000..3a0457e80fb --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-appearance.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-applications.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-applications.dtd new file mode 100644 index 00000000000..0a4134ea2a3 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-applications.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-cache.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-cache.dtd new file mode 100644 index 00000000000..3d21682e4d6 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-cache.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-colors.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-colors.dtd new file mode 100644 index 00000000000..92d859dc31a --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-colors.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-composer.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-composer.dtd new file mode 100644 index 00000000000..6bff29b123a --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-composer.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-debug.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-debug.dtd new file mode 100644 index 00000000000..942bb37b564 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-debug.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-download.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-download.dtd new file mode 100644 index 00000000000..189f142661c --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-download.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-fonts.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-fonts.dtd new file mode 100644 index 00000000000..a4a1a6c9d99 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-fonts.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-languages.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-languages.dtd new file mode 100644 index 00000000000..418e082d47a --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-languages.dtd @@ -0,0 +1,9 @@ + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-navigator.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-navigator.dtd new file mode 100644 index 00000000000..06c47dbf022 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-navigator.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-offline.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-offline.dtd new file mode 100644 index 00000000000..021af4feb37 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-offline.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-proxies.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-proxies.dtd new file mode 100644 index 00000000000..8f032944aba --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-proxies.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-publish.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-publish.dtd new file mode 100644 index 00000000000..6708df99914 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-publish.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-smart_browsing.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-smart_browsing.dtd new file mode 100644 index 00000000000..27226f485f0 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-smart_browsing.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/pref-smartupdate.dtd b/mozilla/l10n/lang/pref/locale/da-DK/pref-smartupdate.dtd new file mode 100644 index 00000000000..3dd671aee7b --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/pref-smartupdate.dtd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/da-DK/preftree.dtd b/mozilla/l10n/lang/pref/locale/da-DK/preftree.dtd new file mode 100644 index 00000000000..db9019b6284 --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/da-DK/preftree.dtd @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/pref/locale/makefile.win b/mozilla/l10n/lang/pref/locale/makefile.win new file mode 100644 index 00000000000..e623f30b14e --- /dev/null +++ b/mozilla/l10n/lang/pref/locale/makefile.win @@ -0,0 +1,57 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = pref +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\PrefsWindow.dtd \ + .\da-DK\pref-advanced.dtd \ + .\da-DK\pref-appearance.dtd \ + .\da-DK\pref-applications.dtd \ + .\da-DK\pref-cache.dtd \ + .\da-DK\pref-colors.dtd \ + .\da-DK\pref-composer.dtd \ + .\da-DK\pref-debug.dtd \ + .\da-DK\pref-download.dtd \ + .\da-DK\pref-fonts.dtd \ + .\da-DK\pref-languages.dtd \ + .\da-DK\pref-navigator.dtd \ + .\da-DK\pref-offline.dtd \ + .\da-DK\pref-proxies.dtd \ + .\da-DK\pref-publish.dtd \ + .\da-DK\pref-smart_browsing.dtd \ + .\da-DK\pref-smartupdate.dtd \ + .\da-DK\preftree.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/pref/makefile.win b/mozilla/l10n/lang/pref/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/pref/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/related/locale/da-DK/related-panel.dtd b/mozilla/l10n/lang/related/locale/da-DK/related-panel.dtd new file mode 100644 index 00000000000..37ee14c0bfe --- /dev/null +++ b/mozilla/l10n/lang/related/locale/da-DK/related-panel.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/related/locale/makefile.win b/mozilla/l10n/lang/related/locale/makefile.win new file mode 100644 index 00000000000..6095b6ccc89 --- /dev/null +++ b/mozilla/l10n/lang/related/locale/makefile.win @@ -0,0 +1,40 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = related +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\related-panel.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/related/makefile.win b/mozilla/l10n/lang/related/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/related/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/customize-panel.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/customize-panel.dtd new file mode 100644 index 00000000000..42ee4904c3e --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/customize-panel.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/customize.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/customize.dtd new file mode 100644 index 00000000000..d8cb37c5522 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/customize.dtd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/flash.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/flash.dtd new file mode 100644 index 00000000000..ea326f23ee7 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/flash.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/preview.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/preview.dtd new file mode 100644 index 00000000000..10c57807741 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/preview.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser-rdf.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser-rdf.dtd new file mode 100644 index 00000000000..01bdb39afd6 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser-rdf.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser.dtd new file mode 100644 index 00000000000..e35052021d3 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-browser.dtd @@ -0,0 +1,3 @@ + + + diff --git a/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-registry-rdf.dtd b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-registry-rdf.dtd new file mode 100644 index 00000000000..2348821b3a4 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/da-DK/sidebar-registry-rdf.dtd @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/l10n/lang/sidebar/locale/makefile.win b/mozilla/l10n/lang/sidebar/locale/makefile.win new file mode 100644 index 00000000000..8ddd39986d4 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/locale/makefile.win @@ -0,0 +1,46 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\..\.. + +# +# PLS DO NOT edit the following locale block; +# talk to tao@netscape.com first, thanks! +# +# locale: begin +CHROME_DIR = sidebar +CHROME_L10N_DIR = locale +CHROME_SOURCE_DIR = $(srcdir) + +DA_DK=1 +!ifdef DA_DK +CHROME_L10N = $(CHROME_L10N)\ + .\da-DK\customize-panel.dtd \ + .\da-DK\customize.dtd \ + .\da-DK\flash.dtd \ + .\da-DK\preview.dtd \ + .\da-DK\sidebar-browser-rdf.dtd \ + .\da-DK\sidebar-browser.dtd \ + .\da-DK\sidebar-registry-rdf.dtd \ + $(NULL) +!endif +# +# locale: end +# + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file diff --git a/mozilla/l10n/lang/sidebar/makefile.win b/mozilla/l10n/lang/sidebar/makefile.win new file mode 100644 index 00000000000..2821f4611d5 --- /dev/null +++ b/mozilla/l10n/lang/sidebar/makefile.win @@ -0,0 +1,23 @@ +#!nmake +# The contents of this file are subject to the Netscape Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +# the specific language governing rights and limitations under the License. +# +# The Original Code is Mozilla Communicator client code, released March 31, +# 1998. +# +# The Initial Developer of the Original Code is Netscape Communications +# Corporation. Portions created by Netscape are Copyright (C) 1999 Netscape +# Communications Corporation. All Rights Reserved. +# +# Contributor(s): _____________________________. +# +DEPTH = ..\..\.. + +DIRS=locale + +include <$(DEPTH)\config\rules.mak> \ No newline at end of file