Edit

IABSD.fr/xenocara/app/fvwm/libs/lang-strings.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-26 10:53:04
    Hash : 3458219f
    Message : Importing from XF4, plus BSD make infrastructure

  • app/fvwm/libs/lang-strings.h
  • /***************************************************************************
     * Please translate the strings into the language which you use for 
     * your pop-up menus.
     *
     * Some decisions about where a function is prohibited (based on 
     * mwm-function-hints) is based on a string comparison between the 
     * menu item and the strings below.
     ***************************************************************************/
    #define MOVE_STRING "move"
    #define RESIZE_STRING1 "size"
    #define RESIZE_STRING2 "resize"
    #define MINIMIZE_STRING "minimize"
    #define MINIMIZE_STRING2 "iconify"
    #define MAXIMIZE_STRING "maximize"
    #define CLOSE_STRING1 "close"
    #define CLOSE_STRING2 "delete"
    #define CLOSE_STRING3 "destroy"
    #define CLOSE_STRING4 "quit"