| Current Path : /proc/self/root/proc/8644/root/proc/self/root/proc/self/root/usr/share/awk/ | 
| Current File : //proc/self/root/proc/8644/root/proc/self/root/proc/self/root/usr/share/awk/libintl.awk | 
function bindtextdomain(dir, domain)
{
    return dir
}
function dcgettext(string, domain, category)
{
    return string
}
function dcngettext(string1, string2, number, domain, category)
{
    return (number == 1 ? string1 : string2)
}