langres.h File Reference

Language resources. More...

#include "lang.h"

Include dependency graph for langres.h:

This graph shows which files directly or indirectly include this file:


Variables

static struct lang_resource lang_resources []
const int lang_resources_size

Detailed Description


Variable Documentation

struct lang_resource lang_resources[] [static]

Initial value:

 {
    { 
        LANG_RES_BUTTON_EXEC,
        "Command\n'%s'\nexecuted",
        "Befehl\n'%s'\nausgef\237hrt",
        "Commande\n'%s'\nex\216cut\216e" 
    },{ 
        LANG_RES_KEY_EXEC,
        "Command\n'%s'\nexecuted",
        "Befehl\n'%s'\nausgef\237hrt",
        "Commande\n'%s'\nex\216cut\216e" 
    }
}
Language resources array.

Initial value:

        sizeof(lang_resources)/sizeof(struct lang_resource)
Size of language resources array.


Generated on Mon Mar 29 01:39:31 2010 for Veronica by  doxygen 1.5.8