scp2/InstallModule_ooo.mk | 2 - scp2/source/ooo/directory_ooo.ulf | 45 -------------------------------------- 2 files changed, 1 insertion(+), 46 deletions(-)
New commits: commit 8175dd0a461f9a8ab3b6d277d70a9ef0eecd53ef Author: Andras Timar <[email protected]> Date: Thu Aug 30 21:28:21 2012 +0200 remove unused localizable file Change-Id: I332e0553166620a6a90a7858ac33286caa5a4ed3 diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 7fe17a0..efff291 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -219,6 +219,7 @@ $(eval $(call gb_InstallModule_add_templates,scp2/ooo,\ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ scp2/source/ooo/common_brand \ scp2/source/ooo/common_brand_readme \ + scp2/source/ooo/directory_ooo \ scp2/source/ooo/directory_ooo_macosx \ scp2/source/ooo/file_extra_ooo \ scp2/source/ooo/file_font_ooo \ @@ -241,7 +242,6 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\ - scp2/source/ooo/directory_ooo \ scp2/source/ooo/module_helppack \ scp2/source/ooo/module_langpack \ scp2/source/ooo/module_ooo \ diff --git a/scp2/source/ooo/directory_ooo.ulf b/scp2/source/ooo/directory_ooo.ulf deleted file mode 100644 index 4a0f92c..0000000 --- a/scp2/source/ooo/directory_ooo.ulf +++ /dev/null @@ -1,45 +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 . - */ - -[STR_DIR_INFO] -en-US = "Information" - -[STR_DIR_INTERNET] -en-US = "Internet" - -[STR_DIR_JAVA] -en-US = "Java" - -[STR_DIR_FREIZEIT] -en-US = "Fun&More" - -[STR_DIR_STARONE] -en-US = "%PRODUCTNAME API" - -[STR_DIR_TOURISMUS] -en-US = "Travel" - -[STR_DIR_KAPITEL] -en-US = "Chapters" - -[STR_DIR_DATEIEN] -en-US = "Files" - - - - _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
