Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f6a8cb7a
Kaydet (Commit)
f6a8cb7a
authored
Haz 26, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove completely commented out file webwizar.src
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
üst
51ce86f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
201 deletions
+0
-201
src.lst
toolkit/src2xml/src.lst
+0
-1
AllLangResTarget_wwz.mk
wizards/AllLangResTarget_wwz.mk
+0
-41
Module_wizards.mk
wizards/Module_wizards.mk
+0
-1
webwizar.src
wizards/source/webwizard/webwizar.src
+0
-158
No files found.
toolkit/src2xml/src.lst
Dosyayı görüntüle @
f6a8cb7a
...
...
@@ -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
...
...
wizards/AllLangResTarget_wwz.mk
deleted
100644 → 0
Dosyayı görüntüle @
51ce86f1
# -*- 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:
wizards/Module_wizards.mk
Dosyayı görüntüle @
f6a8cb7a
...
...
@@ -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 \
...
...
wizards/source/webwizard/webwizar.src
deleted
100644 → 0
Dosyayı görüntüle @
51ce86f1
/*
* 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.";
};
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment