source: client/shared/etc/lang.en_GB.conf @ af9a1d9

ogClonningEnginetest-python-scriptsticket-585ticket-693ticket-700
Last change on this file since af9a1d9 was aabe31a, checked in by Irina Gómez <irinagomez@…>, 3 years ago

#1066 #1071 Rename the function to ogNvramPxeFirstentry and include help messages.

  • Property mode set to 100644
File size: 19.8 KB
RevLine 
[4fd2ac3]1# English language file.
[fa0bb7d]2#@version 1.1.0
3#@author Jose Miguel Hernandez - Universidad de Salamanca
4#@date 2018-03-01
[4fd2ac3]5
6# Error messages.
[fa0bb7d]7MSG_ERR_GENERIC="Undefined unknown error"
8MSG_ERR_FORMAT="Wrong execution format"
9MSG_ERR_OUTOFLIMIT="Out of range or invalid value"
10MSG_ERR_NOTFOUND="File or device not found"
11MSG_ERR_PARTITION="Unknown or wrong partition"
12MSG_ERR_LOCKED="Resource locked by exclusive use operation"
[29ffcea]13MSG_ERR_CACHE="Local cache error"
[8e6fe0a]14MSG_ERR_NOGPT="Current disk does not include GPT partition"
[fa0bb7d]15MSG_ERR_REPO="Failed when mounting images repository"
[5743a04]16MSG_ERR_NOMSDOS="Current disk does not include MSDOS partition"
[fa0bb7d]17MSG_ERR_FILESYS="Unknown or unmountable file system"
18MSG_ERR_NOTOS="Cannot detect or boot OS"
19MSG_ERR_IMAGE="Cannot create or restore a system image"
[4d92ee0d]20MSG_ERR_IMAGEFILE="Image file corrupt or of other partclone version"
[fa0bb7d]21MSG_ERR_NOTEXEC="Non executable program or function"
22MSG_ERR_NOTWRITE="Write access denied"
23MSG_ERR_NOTCACHE="No client cache partition"
[b00e622]24MSG_ERR_NOTUEFI="UEFI isn't active"
[9c98a8d]25MSG_ERR_NOTBIOS="BIOS legacy isn't active"
[fa0bb7d]26MSG_ERR_CACHESIZE="Not enough space in local or remote cache"
27MSG_ERR_REDUCEFS="Error when reducing file system"
28MSG_ERR_EXTENDFS="Error when expanding file system"
29MSG_ERR_IMGSIZEPARTITION="Backup error: Partition smaller than image"
30MSG_ERR_UPDATECACHE="Error when running `updateCache´ command"
31MSG_ERR_UCASTSYNTAXT="Error when generating Unicast transfer syntax"
32MSG_ERR_UCASTSENDPARTITION="Error when sending a Unicast partition"
33MSG_ERR_UCASTSENDFILE="Error when sending a Unicast file"
34MSG_ERR_UCASTRECEIVERPARTITION="Error when receiving an Unicast partition"
35MSG_ERR_UCASTRECEIVERFILE="Error when receiving an Unicast file"
36MSG_ERR_MCASTSYNTAXT="Error when generating Multicast transfer syntax"
37MSG_ERR_MCASTSENDFILE="Error when sending Multicast file"
38MSG_ERR_MCASTRECEIVERFILE="Error when receiving Multicast file"
39MSG_ERR_MCASTSENDPARTITION="Error when sending Multicast partition"
40MSG_ERR_MCASTRECEIVERPARTITION="Error when receiving Multicast partition "
41MSG_ERR_PROTOCOLJOINMASTER="Error when connecting Unicast/Multicast session to Master"
42MSG_ERR_DONTFORMAT="Formatting Error"
43MSG_ERR_DONTMOUNT_IMAGE="Error  when mounting/reducing image"
44MSG_ERR_DONTUNMOUNT_IMAGE="Error when unmounting image"
45MSG_ERR_DONTSYNC_IMAGE="Unsynchronizable image"
46MSG_ERR_NOTDIFFERENT="Basic image identical to partition"
47MSG_ERR_SYNCHRONIZING="Synchronizing error, it may affect image creation/restoration process"
[4fd2ac3]48
49# Warning messages.
[cade8c0]50MSG_DONTUSE="DO NOT USE"
[fa0bb7d]51MSG_DONTMOUNT="Unmounted file system"
52MSG_DONTUNMOUNT="Cannot unmount file system or it isn't mounted"
53MSG_MOUNT="File system already mounted"
54MSG_MOUNTREADONLY="Read-only file system mounted"
[cade8c0]55MSG_OBSOLETE="OBSOLETE"
[4fd2ac3]56
[fa0bb7d]57# Auxiliary help messages.
[c680f93]58MSG_64BIT="64-bit"
[fa0bb7d]59MSG_DISK="Disk"
[4fd2ac3]60MSG_ERROR="Error"
61MSG_EXAMPLE="Example"
62MSG_FORMAT="Format"
63MSG_FUNCTION="Function"
64MSG_HARDWAREINVENTORY="Hardware inventory"
[fa0bb7d]65MSG_IMAGE="Image"
66MSG_INSTALLED="Installed"
67MSG_NOCACHE="No local cache"
68MSG_NOEXTENDED="No extended partition"
69MSG_PARTITION="Partition"
70MSG_PROTOCOL="Protocol"
[4fd2ac3]71MSG_RESERVEDVALUE="Reserved value"
[cade8c0]72MSG_SEE="See"
[4fd2ac3]73MSG_UNKNOWN="Unknown"
[2ddabec]74MSG_WARNING="Warning"
[4fd2ac3]75
[fa0bb7d]76# Boot process messages.
[4fd2ac3]77MSG_DETECTLVMRAID="Detecting LVM and RAID meta-devices."
[fa0bb7d]78MSG_ERRBOOTMODE="$MSG_ERROR: Unknown boot mode."
[4fd2ac3]79MSG_LAUNCHCLIENT="Launching client browser."
[fa0bb7d]80MSG_LOADAPI="Loading cloning-engine functions."
81MSG_LOADMODULES="Loading kernel modules."
82MSG_MAKELINKS="Creating symbolic links."
83MSG_MOUNTREPO="Mounting repository using %s by %s mode."
[4fd2ac3]84MSG_OFFLINEMODE="Off-line boot mode."
[fa0bb7d]85MSG_OTHERSERVICES="Starting client complementary services."
86MSG_POWEROFFCONF="Defining power-saving parameters."
[139ed53]87
88# Default menu messages.
89MSG_BOOT="Boot"
90MSG_DUPLEX="Duplex"
91MSG_HOSTNAME="Hostname"
92MSG_IPADDR="IP Address"
93MSG_MACADDR="MAC Address"
94MSG_MENUTITLE="Options menu"
95MSG_POWEROFF="Shutdown computer"
96MSG_SPEED="Speed"
[4fd2ac3]97
[fa0bb7d]98# API functions messages.
99MSG_HELP_ogAclFilter="Draws ACL files from differential image."
100MSG_HELP_ogAddCmd="Adds commands to file created by ogInstalMiniSetup."
101MSG_HELP_ogAddRegistryKey="Adds new Windows registry key."
102MSG_HELP_ogAddRegistryValue="Adds new Windows registry value."
[c3531ef]103MSG_HELP_ogAddToLaunchDaemon=""
[fa0bb7d]104MSG_HELP_ogBoot="Boots installed OS."
[cade8c0]105MSG_HELP_ogBootLoaderDeleteEntry="$MSG_DONTUSE."
106MSG_HELP_ogBootLoaderHidePartitions="$MSG_DONTUSE."
[c3531ef]107MSG_HELP_ogBootMbrGeneric=""
108MSG_HELP_ogBootMbrXP=""
[fa0bb7d]109MSG_HELP_ogBurgDefaultEntry="Sets default Burg entry."
110MSG_HELP_ogBurgDeleteEntry="Deletes partition start-entries from MBR BURG."
[2a44804]111MSG_HELP_ogBurgHidePartitions="Sets MBR Burg to hide non starting windows partitions. Allows you to select a partition that will not be hidden (e.g. for data)."
[fa0bb7d]112MSG_HELP_ogBurgInstallMbr="Installs BURG boot-loader on 1st HD MBR."
113MSG_HELP_ogBurgOgliveDefaultEntry="Sets ogLive input as default Burg input."
114MSG_HELP_ogCalculateChecksum="Calculates file checksum."
115MSG_HELP_ogCalculateFullChecksum="Calculates file full checksum"
116MSG_HELP_ogChangeRepo="Changes repository for remote resource: images."
117MSG_HELP_ogCheckFs="Checks file system consistence."
[c3531ef]118MSG_HELP_ogCheckIpAddress=""
119MSG_HELP_ogCheckProgram=""
120MSG_HELP_ogCheckStringInGroup=""
121MSG_HELP_ogCheckStringInReg=""
[fa0bb7d]122MSG_HELP_ogCheckSyncImage="Displays image contents to check it."
[c3531ef]123MSG_HELP_ogCleanLinuxDevices=""
[fa0bb7d]124MSG_HELP_ogCleanOs="Deletes OS unnecessary files."
125MSG_HELP_ogCompareChecksumFiles="Compares if the checksums match."
[c3531ef]126MSG_HELP_ogConfigureFstab=""
[fa0bb7d]127MSG_HELP_ogConfigureOgagent="Sets OS new agent: OGAgent."
128MSG_HELP_ogCopyFile="Copies file to another storage unit ."
[c3531ef]129MSG_HELP_ogCreateBootLoaderImage=""
[8e6fe0a]130MSG_HELP_ogCreateCache="Saves space for cache partition at the end of disk."
[fa0bb7d]131MSG_HELP_ogCreateDiskImage="Creates exact image from local disk."
132MSG_HELP_ogCreateFileImage="Creates/Resizes synchronized image file."
[c3531ef]133MSG_HELP_ogCreateGptPartitions=""
[fa0bb7d]134MSG_HELP_ogCreateImage="Creates exact image from local installed OS."
[c3531ef]135MSG_HELP_ogCreateImageSyntax=""
[fa0bb7d]136MSG_HELP_ogCreateInfoImage="Creates image content information."
137MSG_HELP_ogCreateMbrImage="Creates MBR image."
[8e6fe0a]138MSG_HELP_ogCreatePartitions="Creates disk partition table."
[fa0bb7d]139MSG_HELP_ogCreatePartitionTable="Creates partition table, if necessary."
[c3531ef]140MSG_HELP_ogCreateTorrent=""
[30238ab]141MSG_HELP_ogCopyEfiBootLoader="Copy the boot loader from the EFI partition to system partition."
[fa0bb7d]142MSG_HELP_ogDeleteCache="Deletes local cache partition."
143MSG_HELP_ogDeleteFile="Deletes file from storage."
144MSG_HELP_ogDeletePartitionTable="Deletes disk table partition"
145MSG_HELP_ogDeleteRegistryKey="Deletes empty Windows registry key."
146MSG_HELP_ogDeleteRegistryValue="Deletes Windows registry value."
147MSG_HELP_ogDeleteTree="Deletes directory tree."
148MSG_HELP_ogDevToDisk="Returns disk or partition ordinal number for device file path."
149MSG_HELP_ogDiskToDev="Returns device file path for disk or partition ordinal number."
[c3531ef]150MSG_HELP_ogDomainScript=""
[fa0bb7d]151MSG_HELP_ogEcho="Displays and log messages."
152MSG_HELP_ogExecAndLog="Runs and logs command"
153MSG_HELP_ogExtendFs="Expands file system size to partition maximum."
154MSG_HELP_ogFindCache="Shows local cache reserved partition."
[c3531ef]155MSG_HELP_ogFixBootSector=""
[fa0bb7d]156MSG_HELP_ogFormatCache="Formats (clears) local cache."
157MSG_HELP_ogFormat="Formats file system."
[4fd2ac3]158MSG_HELP_ogFormatFs=$MSG_HELP_ogFormat
[fa0bb7d]159MSG_HELP_ogGetArch="Returns client architecture."
160MSG_HELP_ogGetCacheSize="Returns local cache partition size."
161MSG_HELP_ogGetCacheSpace="Returns maximum available space that can be reserved for local cache partition."
162MSG_HELP_ogGetCaller="Returns program or function which is calling to current one"
[8e6fe0a]163MSG_HELP_ogGetDiskSize="Returns disk size."
164MSG_HELP_ogGetDiskType="Returns disk type."
[c3531ef]165MSG_HELP_ogGetFreeSize=""
[fa0bb7d]166MSG_HELP_ogGetFsSize="Returns file system size."
167MSG_HELP_ogGetFsType="Returns file system type."
168MSG_HELP_ogGetGroupDir="Returns default directory path for client group."
169MSG_HELP_ogGetGroupName="Returns client group name."
170MSG_HELP_ogGetHivePath="Returns full path of file from Windows registry section."
171MSG_HELP_ogGetHostname="Returns local hostname."
172MSG_HELP_ogGetImageCompressor="Returns image compression tool."
173MSG_HELP_ogGetImageInfo="Displays monolithic image information: cloning; compressor; file system; size(KB)."
174MSG_HELP_ogGetImageProgram="Returns used program to create image."
175MSG_HELP_ogGetImageSize="Returns system image size."
176MSG_HELP_ogGetImageType="Returns image file system."
177MSG_HELP_ogGetIpAddress="Returns client IP."
[8e6fe0a]178MSG_HELP_ogGetLastSector="Returns last available sector from disk or partition."
[fa0bb7d]179MSG_HELP_ogGetMacAddress="Returns client Ethernet address."
180MSG_HELP_ogGetMountImageDir="Returns mounting directory of image."
181MSG_HELP_ogGetMountPoint="Returns directory of local file system mount point."
[c3531ef]182MSG_HELP_ogGetNetInterface=""
[fa0bb7d]183MSG_HELP_ogGetOsType="Returns installed OS type."
184MSG_HELP_ogGetOsUuid="Returns OS UUID"
185MSG_HELP_ogGetOsVersion="Returns OS version."
186MSG_HELP_ogGetParentPath="Returns full path of OpenGnsys system file parent directory."
187MSG_HELP_ogGetPartitionActive="Returns disk active partition."
188MSG_HELP_ogGetPartitionId="Returns partition type ID."
189MSG_HELP_ogGetPartitionSize="Returns partition size."
190MSG_HELP_ogGetPartitionsNumber="Returns disk partitions number."
[8e6fe0a]191MSG_HELP_ogGetPartitionTableType="Returns disk partition table type."
[fa0bb7d]192MSG_HELP_ogGetPartitionType="Returns partition type."
193MSG_HELP_ogGetPath="Returns full path of OpenGnsys system file."
194MSG_HELP_ogGetRegistryValue="Returns data from Windows registry value."
195MSG_HELP_ogGetRepoIp="Returns OpenGnsys Repository IP address ."
196MSG_HELP_ogGetSerialNumber="Returns host serial number."
197MSG_HELP_ogGetServerIp="Returns main OpenGnsys Server IP address."
198MSG_HELP_ogGetSizeParameters="Returns file system data size, required space for image and if it fits in the chosen repository."
199MSG_HELP_ogGetWindowsName="Returns saved client name on Windows registry."
200MSG_HELP_ogGrubAddOgLive="Adds MBR grub an entry calling Opengnsys client."
201MSG_HELP_ogGrubDefaultEntry="Sets GRUB default entry."
202MSG_HELP_ogGrubDeleteEntry="Deletes partition start entries on MBR grub."
[2a44804]203MSG_HELP_ogGrubHidePartitions="Sets MBR grub to hide non starting Windows partitions. Allows you to select a partition that will not be hidden (e.g. for data)."
[fa0bb7d]204MSG_HELP_ogGrubInstallMbr="Installs GRUB boot loader on 1st HD MBR"
205MSG_HELP_ogGrubInstallPartition="Installs GRUB boot loader on BootSector"
206MSG_HELP_ogGrubOgliveDefaultEntry="Sets ogLive entry as default GRUB entry."
[4389dcc5]207MSG_HELP_ogGrubSecurity="Configures user and password for change the menu entries of grub."
[30238ab]208MSG_HELP_ogGrubUefiConf="Generates the grub.cfg file of the EFI partition."
[fa0bb7d]209MSG_HELP_ogHelp="Shows functions help messages."
210MSG_HELP_ogHidePartition="Hides Windows partition."
211MSG_HELP_ogIdToType="Returns partition type identifier."
212MSG_HELP_ogInstallFirstBoot="Creates file to run on first Windows boot."
213MSG_HELP_ogInstallLaunchDaemon="Installs file to run on MACos boot."
[cade8c0]214MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE."
[fa0bb7d]215MSG_HELP_ogInstallMiniSetup="Installs file to run on Windows boot."
216MSG_HELP_ogInstallRunonce="Creates file to run on admin-user Windows boot."
[cade8c0]217MSG_HELP_ogInstallWindowsClient="$MSG_OBSOLETE."
[fa0bb7d]218MSG_HELP_ogIsFormated="Checks file system if formatted."
219MSG_HELP_ogIsImageLocked="Checks image if blocked by exclusive use operation."
220MSG_HELP_ogIsLocked="Checks partition or disk if blocked by exclusive use operation."
221MSG_HELP_ogIsDiskLocked="Checks disk if blocked by exclusive use operation."
222MSG_HELP_ogIsMounted="Checks file system if mounted."
223MSG_HELP_ogIsNewerFile="Checks if one file is newer (or has been modified later) than another one."
[858b1b0]224MSG_HELP_ogIsPartitionLocked=$MSG_HELP_ogIsLocked
[c3531ef]225MSG_HELP_ogIsRepoLocked=""
[fa0bb7d]226MSG_HELP_ogIsSyncImage="Checks image if synchronizable."
227MSG_HELP_ogIsVirtualMachine="Checks if client is a virtual machine"
228MSG_HELP_ogIsWritable="Checks if mounted file system has write permissions."
229MSG_HELP_ogLinuxBootParameters="Returns installed Linux boot parameters."
230MSG_HELP_ogListHardwareInfo="Lists the client hardware inventory."
231MSG_HELP_ogListLogicalPartitions="Lists disk logic partitions."
232MSG_HELP_ogListPartitions="Lists disk partitions table."
233MSG_HELP_ogListPrimaryPartitions="Lists disk primary partitions"
234MSG_HELP_ogListRegistryKeys="Lists sub-keys names  included on a Windows registry key."
235MSG_HELP_ogListRegistryValues="Lists value names  included on a Windows registry key."
236MSG_HELP_ogListSoftware="Lists OS installed programs inventory."
237MSG_HELP_ogLock="Blocks partition for exclusive use operation."
238MSG_HELP_ogLockDisk="Blocks disk for exclusive use operation."
239MSG_HELP_ogLockImage="Blocks image for exclusive use operation."
[4fd2ac3]240MSG_HELP_ogLockPartition=$MSG_HELP_ogLock
[fa0bb7d]241MSG_HELP_ogMakeChecksumFile="Stores file checksum."
242MSG_HELP_ogMakeDir="Makes OpenGnsys directory."
243MSG_HELP_ogMakeGroupDir="Makes group (lab) directory on repository."
[c3531ef]244MSG_HELP_ogMcastReceiverFile=""
245MSG_HELP_ogMcastReceiverPartition=""
246MSG_HELP_ogMcastRequest=""
247MSG_HELP_ogMcastSendFile=""
248MSG_HELP_ogMcastSendPartition=""
249MSG_HELP_ogMcastSyntax=""
[fa0bb7d]250MSG_HELP_ogMountCache="Mounts cache file system."
251MSG_HELP_ogMountCdrom="Mounts default optical drive."
[4fd2ac3]252MSG_HELP_ogMountFs=$MSG_HELP_ogMount
[fa0bb7d]253MSG_HELP_ogMountImage="Mounts synchronizable image"
254MSG_HELP_ogMount="Mounts file system and returns mount point."
[b0a7050]255MSG_HELP_ogNvramActiveEntry="Sets active a bootloader (NVRAM) entry."
256MSG_HELP_ogNvramAddEntry="Creates new entry in bootloader (NVRAM)."
257MSG_HELP_ogNvramDeleteEntry="Deletes a bootloader (NVRAM) entry."
258MSG_HELP_ogNvramGetCurrent="Displays the bootloader (NVRAM) entry that was started by the computer."
259MSG_HELP_ogNvramGetNext="Displays the bootloader (NVRAM) entry for the boot next."
260MSG_HELP_ogNvramGetOrder="Displays the bootloader (NVRAM) entries order."
261MSG_HELP_ogNvramGetTimeout="Displays the bootloader (NVRAM) timeout."
262MSG_HELP_ogNvramInactiveEntry="Sets inactive bootloader (NVRAM) entry."
263MSG_HELP_ogNvramList="Lists bootloader (NVRAM) entries, by staring actives ones."
[aabe31a]264MSG_HELP_ogNvramPxeFirstEntry="Set the network as the NVRAM first boot."
[b0a7050]265MSG_HELP_ogNvramSetNext="Set the bootloader (NVRAM) entry for the boot next."
266MSG_HELP_ogNvramSetOrder="Sets the bootloader (NVRAM) entries order."
267MSG_HELP_ogNvramSetTimeout="Sets the bootloader (NVRAM) timeout."
[fa0bb7d]268MSG_HELP_ogRaiseError="Displays and registers error messages and returns code."
269MSG_HELP_ogReduceFs="Reduces file system size to minimum."
270MSG_HELP_ogReduceImage="Reduces image size."
[da53464]271MSG_HELP_ogRefindDeleteEntry="Deletes the menu entry of a partition in rEFInd."
272MSG_HELP_ogRefindDefaultEntry="Configures default menu entry in rEFInd.""
273MSG_HELP_ogRefindOgliveDefaultEntry="Configures ogLive menu entry as default menu entry in rEFInd."
274MSG_HELP_ogRefindSetTheme="Configures rEFInd's theme."
275MSG_HELP_ogRefindSetTimeOut="Defines the time that rEFInd shows the menu."
276MSG_HELP_ogRefindSetResolution="Defines the resolucion of rEFInd's theme."
277MSG_HELP_ogRefindInstall="Installs and configures rEFInd boot loader in ESP."
[fa0bb7d]278MSG_HELP_ogRestoreAclImage="Restores Windows ACL (Inf. must be on /tmp)."
[c3531ef]279MSG_HELP_ogRestoreBootLoaderImage=""
[fa0bb7d]280MSG_HELP_ogRestoreDiskImage="Restores disk image."
[30238ab]281MSG_HELP_ogRestoreEfiBootLoader="Copy the boot loader from the system partition to the EFI partition."
[fa0bb7d]282MSG_HELP_ogRestoreImage="Restore OS image."
283MSG_HELP_ogRestoreInfoImage="Restores system information: ACL and symbolic links"
284MSG_HELP_ogRestoreMbrImage="Restores boot sector image (MBR)."
[30238ab]285MSG_HELP_ogRestoreUuidPartitions="Restores UUID of partitions and partition table."
286MSG_HELP_ogSaveImageInfo="Creates the image information file."
[c3531ef]287MSG_HELP_ogSetLinuxName=""
[fa0bb7d]288MSG_HELP_ogSetPartitionActive="Sets active partition number of disk."
289MSG_HELP_ogSetPartitionId="Changes partition ID using mnemonic."
290MSG_HELP_ogSetPartitionSize="Sets partition size."
291MSG_HELP_ogSetPartitionType="Changes partition type ID."
292MSG_HELP_ogSetRegistryValue="Assigns data to a Windows registry values."
293MSG_HELP_ogSetWindowsName="Assigns client name to Windows registry."
294MSG_HELP_ogSetWinlogonUser="Assigns Windows default user name to Windows input manager."
295MSG_HELP_ogSyncCreate="Synchronizes partition data to image"
296MSG_HELP_ogSyncRestore="Synchronize image data to partition"
[c3531ef]297MSG_HELP_ogTorrentStart=""
[fa0bb7d]298MSG_HELP_ogTypeToId="Returns the ID of partition type mnemonic."
[c3531ef]299MSG_HELP_ogUcastReceiverPartition=""
300MSG_HELP_ogUcastSendFile=""
301MSG_HELP_ogUcastSendPartition=""
302MSG_HELP_ogUcastSyntax=""
[fa0bb7d]303MSG_HELP_ogUnhidePartition="Unhides Windows partition."
304MSG_HELP_ogUninstallLinuxClient="Uninstalls old OpenGnSys agent from Linux OS."
305MSG_HELP_ogUninstallWindowsClient="Uninstalls oldOpenGnSys agent from Windows OS."
306MSG_HELP_ogUnlock="Unlocks partition after exclusive use operation."
307MSG_HELP_ogUnlockDisk="Unlocks disk after exclusive use operation."
308MSG_HELP_ogUnlockImage="Unlocks image after exclusive use operation."
[4fd2ac3]309MSG_HELP_ogUnlockPartition=$MSG_HELP_ogUnlock
[fa0bb7d]310MSG_HELP_ogUnmountAll="Unmounts all file systems."
311MSG_HELP_ogUnmountCache="Unmounts cache file system."
[4fd2ac3]312MSG_HELP_ogUnmountFs=$MSG_HELP_ogUnmount
[fa0bb7d]313MSG_HELP_ogUnmountImage="Unmounts image"
314MSG_HELP_ogUnmount="Unmounts file system."
[cff57e6]315MSG_HELP_ogUnsetDirtyBit=
[fa0bb7d]316MSG_HELP_ogUpdateCacheIsNecesary="Checks if necessary file update in local cache."
317MSG_HELP_ogUpdatePartitionTable="Updates disk partition table info "
[30238ab]318MSG_HELP_ogUuidChange="Replaces the filesystem UUID"
[c3531ef]319MSG_HELP_ogWaitSyncImage=""
320MSG_HELP_ogWindowsBootParameters=""
321MSG_HELP_ogWindowsRegisterPartition=""
[4fd2ac3]322
[c3531ef]323# Scripts
[fa0bb7d]324MSG_HELP_configureOs="Post-configure system boot"
325MSG_HELP_createBaseImage="Create partition basic image"
326MSG_HELP_createDiffImage="Create partition differential image from basic image"
327MSG_HELP_installOfflineMode="Prepare client for off-line mode."
328MSG_HELP_partclone2sync="Turn part-clone image into synchronizable image."
329MSG_HELP_restoreBaseImage="Restore basic image into partition"
330MSG_HELP_restoreDiffImage="Restore differential image into partition"
331MSG_HELP_updateCache="Update cache"
[1ee5d4d3]332
[fa0bb7d]333# INTERFACE functions messages.
334MSG_INTERFACE_START="[START Interface] Run command: "
[e272d9e]335MSG_INTERFACE_END="[END Interface] Command finished with this code: "
336
337# SCRIPTS  messages.
338MSG_SCRIPTS_START=" START scripts: "
339MSG_SCRIPTS_END=" END scripts: "
[fa0bb7d]340MSG_SCRIPTS_TASK_END="End of task"
[e272d9e]341
[fa0bb7d]342MSG_SCRIPTS_TASK_SLEEP="Waiting to start"
[4371552]343MSG_SCRIPTS_TASK_START="Starting"
344MSG_SCRIPTS_TASK_ERR="Error"
345
[2d5c703]346# createImage script
[fa0bb7d]347MSG_SCRIPTS_FILE_RENAME="Rename previous image-file: "
348MSG_SCRIPTS_CREATE_SIZE="Check required and available storing space(KB): "
[e272d9e]349
[2d5c703]350# updateCache script
[fa0bb7d]351MSG_SCRIPTS_UPDATECACHE_DOUPDATE="Check if it is necessary to update image file"
352MSG_SCRIPTS_UPDATECACHE_CHECKSIZECACHE="Check if Cache size is bigger than image file size."
353# Script updateCache: for dir synchronized images .
354MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculate image size."
355MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Check if repository image file size is bigger than Cache size."
356MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Check free Cache and apply engine.cfg"
[4371552]357
[a0a2149]358MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session  McastServer:DataPort"
[4371552]359
[fa0bb7d]360# interface temporarily replaces restore script
361MSG_SCRIPTS_CHECK_ENGINE="Analyze process to carry out according to engine.cfg"
362MSG_SCRIPTS_MULTICAST_PRECHECK_PORT="Check main and auxiliary Multicast port."
363MSG_SCRIPTS_MULTICAST_CHECK_PORT="Check session and data ports"
364MSG_SCRIPTS_MULTICAST_REQUEST_PORT="Request Multicast port opening: "
365MSG_SCRIPTS_OS_CONFIGURE="Start restored system setting"
[e272d9e]366
367# TIME MESSAGES
368MSG_SCRIPTS_TIME_TOTAL="Total process time"
[fa0bb7d]369MSG_SCRIPTS_TIME_PARTIAL="Partial sub-process time"
[e272d9e]370
[2d5c703]371# HTTPLOG
[fa0bb7d]372MSG_HTTPLOG_NOUSE="PLEASE DO NOT TURN OFF THIS COMPUTER"
[1ee5d4d3]373
[fa0bb7d]374# Messages for  synchronized images (complementary to errors)
375MSG_SYNC_RESIZE="Resize image to necessary size"
376MSG_SYNC_RESTORE="Get files list and download image"
377MSG_SYNC_DELETE="Differential: Delete old files"
378MSG_SYNC_SLEEP="Wait for mounting/reducing image"
379# Messages for  synchronized images (complementary to errors)
380MSG_SYNC_DIFFERENTFS="Destination file system does not match image"
381MSG_SYNC_EXTENSION="Image extension must be img or diff"
382MSG_SYNC_NOCHECK="Image mounted by another process. Cannot verify it"
[1ee5d4d3]383
[fa0bb7d]384MSG_RESTORE="Restore image on "
[2d5c703]385
Note: See TracBrowser for help on using the repository browser.