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.
83 lines
4.0 KiB
83 lines
4.0 KiB
#define VERSION_LABEL yon_char_unite(_("Version:")," ",version_application,"\n",NULL)
|
|
#define HELP_LABEL yon_char_unite(_("ubl-settings-repomanager version:")," ", version_application,"\n",TITLE_LABEL,"\n",_("Usage:"), " ubl-settings-repomanager ",_("[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\t--lock-save\t\t\t",_("Lock configuration saving"),"\n\t--lock-save-local\t\t",_("Lock local configration saving"),"\n\t--lock-save-global\t\t",_("Lock global configration saving"),"\n\t--lock-load-global\t\t",_("Lock global configration loading"),"\n",NULL)
|
|
|
|
#define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked")
|
|
|
|
#define TITLE_LABEL _("Repository manager")
|
|
#define TITLE_INFO_LABEL _("Repository management and configuring")
|
|
#define SUCCESS_LABEL _("Operation succeeded")
|
|
|
|
#define ABOUT_LABEL _("About")
|
|
#define DOCUMENTATION_LABEL _("Documentation")
|
|
|
|
#define SAVE_LOCAL_LABEL _("Save to local configuration")
|
|
#define SAVE_GLOBAL_LABEL _("Save to global configuration")
|
|
#define SAVE_CONFIGURATION_LABEL _("Save configuration")
|
|
#define SAVE_LABEL _("Save")
|
|
|
|
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
|
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
|
#define LOAD_LABEL _("Load")
|
|
|
|
#define CANCEL_LABEL _("Cancel")
|
|
|
|
#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 Home Page")
|
|
#define NOTHING_CHOSEN_LABEL _("Nothing were chosen")
|
|
|
|
#define LOAD_SUCCESS_LABEL _("Repository data has been loaded successfully")
|
|
|
|
#define SAVE_SUCCESS_LABEL _("Saving has succseeded")
|
|
|
|
#define GENERAL_TAB_LABEL _("General")
|
|
#define PUBLICATION_TAB_LABEL _("Publication")
|
|
#define TRUSTED_LABEL _("Trusted repository")
|
|
#define SERVER_TYPE_LABEL _("Server type:")
|
|
#define IP_ADRESS_LABEL _("IP adress:")
|
|
#define PORT_LABEL _("Port:")
|
|
#define PUBLISH_LABEL _("Publish")
|
|
#define CODE_NAME_LABEL _("Code name:")
|
|
#define BRANCH_LABEL _("Branch:")
|
|
#define ARCHITECRURE_LABEL _("Architecture:")
|
|
#define COMPONENTS_LABEL _("Components:")
|
|
#define SIGNATURE_LABEL _("Signature:")
|
|
#define SIGN_LABEL _("Sign")
|
|
|
|
#define CREATE_REPO_LABEL _("Create repository")
|
|
#define OPEN_REPO_LABEL _("Open existing repository")
|
|
#define CONFIGURE_REPO_LABEL _("Configure repository")
|
|
#define DELETE_REPO_LABEL _("Delete repository")
|
|
#define ADD_REMOVE_LOCAL_REPO_LABEL _("Add/Remove repository from\nlocal package sources")
|
|
#define ENABLE_DISABLE_REPO_LABEL _("Enable/disable repository publish")
|
|
#define CHECK_REPO_LABEL _("Check dependences")
|
|
#define SIGN_REPO_LABEL _("Sign ripository")
|
|
#define ADD_PACKAGE_REPO_LABEL _("Add package")
|
|
#define REMOVE_PACKAGE_REPO_LABEL _("Remove package")
|
|
#define OPEN_LABEL _("Open")
|
|
|
|
#define OPERATION_DONE_LABEL _("Operation done")
|
|
|
|
#define CHOOSE_BRANCH_PACK_LABEL _("Choose branch or pack in branch to add file!")
|
|
#define CHOOSE_REPO_BRANCH_LABEL _("Choose repository or branch!")
|
|
#define CHOOSE_PACK_LABEL _("Choose pack to delete!")
|
|
#define CHOOSE_REPO_LABEL _("Choose repository to delete!")
|
|
#define SIGN_CHOOSE_LABEL _("Choose repository or package to sign")
|
|
|
|
#define NAME_LABEL _("Name:")
|
|
#define BRANCHES_LABEL _("Branches:")
|
|
#define TYPE_BRANCH_NAME_LABEL _("< Type branch name >")
|
|
#define EMPTY_NAME_LABEL _("Name must be filled!")
|
|
#define CHOOSE_PATH_LABEL _("Choose path for new repository")
|
|
|
|
#define ADD_REPO_LABEL _("Choose repository folder")
|
|
#define LOAD_REPO_LABEL _("Choose repository")
|
|
|
|
#define ABSENT_LABEL _("Absent")
|
|
#define DEPENDENCE_LABEL _("Dependences:")
|
|
#define DIGITAL_SIGNATURE_LABEL _("Digital signature")
|
|
|
|
#define PACKAGE_LABEL _("package")
|
|
#define REPOSITORY_LABEL _("repository") |