diff options
Diffstat (limited to 'client/shared/etc/lang.en_GB.conf')
-rw-r--r-- | client/shared/etc/lang.en_GB.conf | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/client/shared/etc/lang.en_GB.conf b/client/shared/etc/lang.en_GB.conf index 5a1cec59..13365baf 100644 --- a/client/shared/etc/lang.en_GB.conf +++ b/client/shared/etc/lang.en_GB.conf @@ -11,7 +11,7 @@ MSG_ERR_NOTFOUND="File or device not found" MSG_ERR_PARTITION="Unknown or wrong partition" MSG_ERR_LOCKED="Resource locked by exclusive use operation" MSG_ERR_CACHE="Local cache error" -MSG_ERR_NOGPT="Current disc does not include GPT partition" +MSG_ERR_NOGPT="Current disk does not include GPT partition" MSG_ERR_REPO="Failed when mounting images repository" MSG_ERR_FILESYS="Unknown or unmountable file system" MSG_ERR_NOTOS="Cannot detect or boot OS" @@ -123,7 +123,7 @@ MSG_HELP_ogConfigureFstab="" MSG_HELP_ogConfigureOgagent="Sets OS new agent: OGAgent." MSG_HELP_ogCopyFile="Copies file to another storage unit ." MSG_HELP_ogCreateBootLoaderImage="" -MSG_HELP_ogCreateCache="Saves space for cache partition at the end of disc 1." +MSG_HELP_ogCreateCache="Saves space for cache partition at the end of disk." MSG_HELP_ogCreateDiskImage="Creates exact image from local disk." MSG_HELP_ogCreateFileImage="Creates/Resizes synchronized image file." MSG_HELP_ogCreateGptPartitions="" @@ -131,7 +131,7 @@ MSG_HELP_ogCreateImage="Creates exact image from local installed OS." MSG_HELP_ogCreateImageSyntax="" MSG_HELP_ogCreateInfoImage="Creates image content information." MSG_HELP_ogCreateMbrImage="Creates MBR image." -MSG_HELP_ogCreatePartitions="Creates disc partition table." +MSG_HELP_ogCreatePartitions="Creates disk partition table." MSG_HELP_ogCreatePartitionTable="Creates partition table, if necessary." MSG_HELP_ogCreateTorrent="" MSG_HELP_ogDeleteCache="Deletes local cache partition." @@ -155,8 +155,8 @@ MSG_HELP_ogGetArch="Returns client architecture." MSG_HELP_ogGetCacheSize="Returns local cache partition size." MSG_HELP_ogGetCacheSpace="Returns maximum available space that can be reserved for local cache partition." MSG_HELP_ogGetCaller="Returns program or function which is calling to current one" -MSG_HELP_ogGetDiskSize="Returns disc size." -MSG_HELP_ogGetDiskType="" +MSG_HELP_ogGetDiskSize="Returns disk size." +MSG_HELP_ogGetDiskType="Returns disk type." MSG_HELP_ogGetFreeSize="" MSG_HELP_ogGetFsSize="Returns file system size." MSG_HELP_ogGetFsType="Returns file system type." @@ -170,7 +170,7 @@ MSG_HELP_ogGetImageProgram="Returns used program to create image." MSG_HELP_ogGetImageSize="Returns system image size." MSG_HELP_ogGetImageType="Returns image file system." MSG_HELP_ogGetIpAddress="Returns client IP." -MSG_HELP_ogGetLastSector="Returns last available sector from disc or partition." +MSG_HELP_ogGetLastSector="Returns last available sector from disk or partition." MSG_HELP_ogGetMacAddress="Returns client Ethernet address." MSG_HELP_ogGetMountImageDir="Returns mounting directory of image." MSG_HELP_ogGetMountPoint="Returns directory of local file system mount point." @@ -183,7 +183,7 @@ MSG_HELP_ogGetPartitionActive="Returns disk active partition." MSG_HELP_ogGetPartitionId="Returns partition type ID." MSG_HELP_ogGetPartitionSize="Returns partition size." MSG_HELP_ogGetPartitionsNumber="Returns disk partitions number." -MSG_HELP_ogGetPartitionTableType="Returns disc partition table type." +MSG_HELP_ogGetPartitionTableType="Returns disk partition table type." MSG_HELP_ogGetPartitionType="Returns partition type." MSG_HELP_ogGetPath="Returns full path of OpenGnsys system file." MSG_HELP_ogGetRegistryValue="Returns data from Windows registry value." @@ -205,11 +205,9 @@ MSG_HELP_ogIdToType="Returns partition type identifier." MSG_HELP_ogInstallFirstBoot="Creates file to run on first Windows boot." MSG_HELP_ogInstallLaunchDaemon="Installs file to run on MACos boot." MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE." -MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE." MSG_HELP_ogInstallMiniSetup="Installs file to run on Windows boot." MSG_HELP_ogInstallRunonce="Creates file to run on admin-user Windows boot." MSG_HELP_ogInstallWindowsClient="$MSG_OBSOLETE." -MSG_HELP_ogInstallWindowsClient="$MSG_OBSOLETE." MSG_HELP_ogIsFormated="Checks file system if formatted." MSG_HELP_ogIsImageLocked="Checks image if blocked by exclusive use operation." MSG_HELP_ogIsLocked="Checks partition or disk if blocked by exclusive use operation." |