#!/bin/bash
###########################################################################
#                                                                         #
#                         Powersave Daemon                                #
#                                                                         #
#          Copyright (C) 2004,2005 SUSE Linux Products GmbH               #
#                                                                         #
# 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 you   #
# 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., #
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA                  #
#                                                                         #
###########################################################################
#
# messages file for the popup window messages.
# part of the powersave package
#
# this is a hack. Do not touch these messages without also caring for
# translation. A better solution will be sought for.
#
_M01="checking resume kernel"
_M02="checking for swap partition"
_M03="ejecting PCMCIA cards"
_M04="unmounting FAT/NTFS partitions"
_M05="stopping services"
_M06="stopping service:"
_M07="unloading modules"
_M08="unloading module:"
_M09="syncing file systems"
_M10="preparing boot loader"
