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