You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
#define TITLE_LABEL _("Run as...")
|
|
#define TITLE_INFO_LABEL _("Run the application as a user with a changed priority")
|
|
|
|
#define SUCCESS_LABEL _("Operation succeeded")
|
|
|
|
#define ABOUT_LABEL _("About")
|
|
#define DOCUMENTATION_LABEL _("Documentation")
|
|
|
|
#define CANCEL_LABEL _("Cancel")
|
|
#define OPEN_LABEL _("Open")
|
|
|
|
#define GRAPHICS_LABEL _("Graphics")
|
|
#define TOOLS_LABEL _("Tools")
|
|
#define INTERNET_LABEL _("Internet")
|
|
#define MULTIMEDIA_LABEL _("Multimedia")
|
|
#define SETTINGS_LABEL _("Settings")
|
|
#define EDUCATION_LABEL _("Education")
|
|
#define OFFICE_LABEL _("Office")
|
|
#define OTHER_LABEL _("Other")
|
|
#define DEVELOPMENT_LABEL _("Development")
|
|
#define SYSTEM_LABEL _("System")
|
|
|
|
#define PRIORITY_ROOT_LABEL _("-20 (High)")
|
|
#define PRIORITY_USER_LABEL _("0 (High)")
|
|
#define PRIORITY_LOW_LABEL _("19 (Low)")
|
|
|
|
#define CHOOSE_APP_OR_FILE_LABEL _("Choose application or file for running")
|
|
|
|
#define TERMINAL_LABEL _("Run in the terminal emulator")
|
|
#define APP_LABEL _("File or app for running")
|
|
#define RUN_AS_USER_LABEL _("Run as another user:")
|
|
#define USER_NAME_LABEL _("Username:")
|
|
#define PRIORITY_LABEL _("Priority")
|
|
#define PRIORITY_CHECK_LABEL _("Change startup priority")
|
|
#define PRIORITY_SCALE_LABEL _("Priority:")
|
|
#define COMMAND_LABEL _("Command line")
|
|
#define RUN_LABEL _("Run")
|
|
#define EDIT_LABEL _("Edit")
|
|
#define USER_LABEL _("User")
|
|
|
|
#define FILE_VIEW_LABEL _("File view")
|
|
#define APP_VIEW_LABEL _("Applications view") |