diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 10:44:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:24 +0200 |
commit | f6a8cb7ae24ce87174526af845dbe45e1874d806 (patch) | |
tree | d18fd74329787fd76bba07bb6b44acc921b02269 /wizards/source | |
parent | 51ce86f1ef01ad7719f90776cb1e915166660c3b (diff) |
Remove completely commented out file webwizar.src
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/webwizard/webwizar.src | 158 |
1 files changed, 0 insertions, 158 deletions
diff --git a/wizards/source/webwizard/webwizar.src b/wizards/source/webwizard/webwizar.src deleted file mode 100644 index 4c9ddddacf02..000000000000 --- a/wizards/source/webwizard/webwizar.src +++ /dev/null @@ -1,158 +0,0 @@ -/* - * 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."; -}; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ |