blob: 813cb9e81e40fba675b372655f4e35af5f410ae4 (
plain)
1
2
3
4
5
6
7
8
|
# -*- tcl -*-
package require msgcat
namespace import ::msgcat::*
mcset en "option %s not supported" "option %s not supported"
mcset en "option %s not supported" "option %s not supported"
mcset en "not an ip mask: %s" "not an ip mask: %s"
mcset en "ip host could not be found in %s" "ip host could not be found in %s"
|