summaryrefslogtreecommitdiff
path: root/framework/source/classes/resource.src
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/resource.src')
-rw-r--r--framework/source/classes/resource.src168
1 files changed, 0 insertions, 168 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
deleted file mode 100644
index 62e7b616b6ff..000000000000
--- a/framework/source/classes/resource.src
+++ /dev/null
@@ -1,168 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * 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 .
- */
-
-#include <classes/resource.hrc>
-
-String STR_MENU_HEADFOOTALL
-{
- Text [ en-US ] = "All" ;
-};
-
-String STR_UPDATEDOC
-{
- Text [ en-US ] = "~Update" ;
-};
-
-String STR_CLOSEDOC_ANDRETURN
-{
- Text [ en-US ] = "~Close & Return to " ;
-};
-
-String STR_TOOLBAR_VISIBLE_BUTTONS
-{
- Text[ en-US ] = "Visible ~Buttons";
-};
-
-String STR_TOOLBAR_CUSTOMIZE_TOOLBAR
-{
- Text[ en-US ] = "~Customize Toolbar...";
-};
-
-String STR_TOOLBAR_DOCK_TOOLBAR
-{
- Text[ en-US ] = "~Dock Toolbar" ;
-};
-
-String STR_TOOLBAR_DOCK_ALL_TOOLBARS
-{
- Text[ en-US ] = "Dock ~All Toolbars" ;
-};
-
-String STR_TOOLBAR_LOCK_TOOLBAR
-{
- Text[ en-US ] = "~Lock Toolbar Position" ;
-};
-
-String STR_TOOLBAR_CLOSE_TOOLBAR
-{
- Text[ en-US ] = "Close ~Toolbar" ;
-};
-
-String STR_SAVECOPYDOC
-{
- Text [ en-US ] = "Save Copy ~as..." ;
-};
-
-String STR_NODOCUMENT
-{
- Text [ en-US ] = "No Documents";
-};
-
-String STR_CLEAR_RECENT_FILES
-{
- Text [ en-US ] = "Clear List";
-};
-
-String STR_CLEAR_RECENT_FILES_HELP
-{
- Text [ en-US ] = "Clears the list with the most recently opened files. This action can not be undone.";
-};
-
-String STR_REMOTE_TITLE
-{
- Text [ en-US ] = " (Remote)";
-};
-
-String STR_SAFEMODE_TITLE
-{
- Text [ en-US ] = " (Safe Mode)";
-};
-
-String STR_TOOLBAR_TITLE_ADDON
-{
- Text [ en-US ] = "Add-On %num%";
-};
-
-String STR_FULL_DISC_RETRY_BUTTON
-{
- Text [ en-US ] = "Retry" ;
-};
-
-String STR_FULL_DISC_MSG
-{
- Text [ en-US ] = "%PRODUCTNAME could not save important internal information due to insufficient free disk space at the following location:\n%PATH\n\nYou will not be able to continue working with %PRODUCTNAME without allocating more free disk space at that location.\n\nPress the 'Retry' button after you have allocated more free disk space to retry saving the data.\n\n" ;
-};
-
-String STR_RESTORE_TOOLBARS
-{
- Text [ en-US ] = "~Reset" ;
-};
-
-String STR_CORRUPT_UICFG_SHARE
-{
- Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to reinstall the application." ;
-};
-
-String STR_CORRUPT_UICFG_USER
-{
- Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application." ;
-};
-
-String STR_CORRUPT_UICFG_GENERAL
-{
- Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ;
-};
-
-String STR_UNTITLED_DOCUMENT
-{
- Text [ en-US ] = "Untitled" ;
-};
-
-// for displaying 'Multiple Languages' in the language statusbar control
-String STR_LANGSTATUS_MULTIPLE_LANGUAGES
-{
- Text [ en-US ] = "Multiple Languages" ;
-};
-
-String STR_LANGSTATUS_NONE
-{
- Text [ en-US ] = "None (Do not check spelling)" ;
-};
-
-String STR_RESET_TO_DEFAULT_LANGUAGE
-{
- Text [ en-US ] = "Reset to Default Language" ;
-};
-
-String STR_LANGSTATUS_MORE
-{
- Text [ en-US ] = "More..." ;
-};
-
-String STR_SET_LANGUAGE_FOR_PARAGRAPH
-{
- Text [ en-US ] = "Set Language for Paragraph" ;
-};
-
-String STR_LANGSTATUS_HINT
-{
- Text [ en-US ] = "Text Language. Right-click to set character or paragraph language" ;
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */