Kaydet (Commit) f6a8cb7a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove completely commented out file webwizar.src

Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
üst 51ce86f1
......@@ -660,7 +660,6 @@
../../wizards/util/hidother.src
../../wizards/source/euro/euro.src
../../wizards/source/imagelists/imagelists.src
../../wizards/source/webwizard/webwizar.src
../../wizards/source/template/template.src
../../wizards/source/schedule/schedule.src
../../wizards/source/importwizard/importwi.src
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_AllLangResTarget_AllLangResTarget,wwz))
$(eval $(call gb_AllLangResTarget_add_srs,wwz,\
wwz/res \
))
$(eval $(call gb_SrsTarget_SrsTarget,wwz/res))
$(eval $(call gb_SrsTarget_add_files,wwz/res,\
wizards/source/webwizard/webwizar.src \
))
# vim: set noet sw=4 ts=4:
......@@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_targets,wizards,\
AllLangResTarget_eur \
AllLangResTarget_imp \
AllLangResTarget_tpl \
AllLangResTarget_wwz \
AllLangResTarget_wzi \
Pyuno_fax \
Pyuno_commonwizards \
......
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
*/
/*
#define WEBERROR 1100
// --------------------------------------------------------------------
String WEBDIALOG
{
Text [ en-US ] = "~Help";
};
String WEBDIALOG + 1
{
Text [ en-US ] = "AutoPilot Web Page";
};
String WEBDIALOG + 2
{
Text [ en-US ] = "~Cancel";
};
String WEBDIALOG + 3
{
Text [ en-US ] = "C~reate";
};
String WEBDIALOG + 4
{
Text [ en-US ] = "Which template should be used?";
};
String WEBDIALOG + 5
{
Text [ en-US ] = "Which layout should be used?";
};
String WEBDIALOG + 6
{
Text [ en-US ] = "Background Image";
};
String WEBDIALOG + 7
{
Text [ en-US ] = "~Tiled";
};
String WEBDIALOG + 8
{
Text [ en-US ] = "~Scaled";
};
String WEBDIALOG + 9
{
Text [ en-US ] = "Edit document";
};
String WEBDIALOG + 10
{
Text [ en-US ] = "Create template";
};
String WEBERROR + 1
{
Text [ en-US ] = "A template for the page setup could not be found.";
};
String WEBERROR + 2
{
Text [ en-US ] = "A Style for the Page Style could not be found.";
};
String WEBERROR + 3
{
Text [ en-US ] = "An error occurred as the templates were being interpreted.";
};
String WEBERROR + 4
{
Text [ en-US ] = "An error occurred as the template was being refreshed.";
};
String WEBERROR + 5
{
Text [ en-US ] = "An error occurred while applying the Styles.";
};
String WEBERROR + 6
{
Text [ en-US ] = "An error occurred while evaluating the documents.";
};
String WEBERROR + 7
{
Text [ en-US ] = "An error occurred while running the AutoPilot.";
};
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment