1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
/*
*
* Copyright (c) International Business Machines Corp., 2001, 2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Module: help.h
*/
extern gchar *options_window_help_text;
extern gchar *create_evms_volume_help_text;
extern gchar *create_compat_volume_help_text;
extern gchar *create_feature_help_text;
extern gchar *create_region_help_text;
extern gchar *create_container_help_text;
extern gchar *create_segment_help_text;
extern gchar *destroy_volume_help_text;
extern gchar *destroy_object_help_text;
extern gchar *destroy_region_help_text;
extern gchar *destroy_container_help_text;
extern gchar *destroy_segment_help_text;
extern gchar *assign_segment_manager_help_text;
extern gchar *expand_volume_help_text;
extern gchar *expand_object_help_text;
extern gchar *expand_region_help_text;
extern gchar *expand_container_help_text;
extern gchar *expand_segment_help_text;
extern gchar *shrink_volume_help_text;
extern gchar *shrink_object_help_text;
extern gchar *shrink_region_help_text;
extern gchar *shrink_segment_help_text;
extern gchar *shrink_container_help_text;
extern gchar *remove_volume_help_text;
extern gchar *remove_feature_help_text;
extern gchar *remove_region_help_text;
extern gchar *remove_segment_help_text;
extern gchar *remove_region_from_container_help_text;
extern gchar *remove_segment_from_container_help_text;
extern gchar *remove_disk_from_container_help_text;
extern gchar *modify_volume_properties_help_text;
extern gchar *modify_volume_properties_2_help_text;
extern gchar *modify_object_properties_help_text;
extern gchar *modify_region_properties_help_text;
extern gchar *modify_container_properties_help_text;
extern gchar *modify_segment_properties_help_text;
extern gchar *modify_disk_properties_help_text;
extern gchar *mkfs_help_text;
extern gchar *fsck_help_text;
extern gchar *defrag_help_text;
extern gchar *unmkfs_help_text;
extern gchar *acceptable_objects_help_text;
extern gchar *expansion_points_help_text;
extern gchar *shrink_points_help_text;
extern gchar *key_navigation_help_text;
|