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.
51 lines
2.2 KiB
51 lines
2.2 KiB
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
|
#define HELP_LABEL yon_char_unite(_("ublexec version:")," ", version_application,"\n",_("Run as..."),"\n",_("Usage:"), " ublexec ",_("[OPTIONS]"),"\n",_("Options:"),"\n\t--help, -h\t\t\t",_("Show this help"),"\n\t--version, -V\t\t\t",_("Show package version"),"\n\t--lock-help\t\t\t",_("Lock this help menu"),"\n",NULL)
|
|
|
|
#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 HELP_TITLE_LABEL _("Would you like to read documentation in the Web?")
|
|
#define HELP_INFO_LABEL _("You will be redirected to documentation website, where documentation is\ntranslated and supported by community.")
|
|
#define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")
|
|
#define OPEN_HELP_LABEL _("Open documentation")
|
|
#define PROJECT_HOME_LABEL _("Project homepage")
|
|
|
|
#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 _("User Name:")
|
|
#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") |