Introduce Reservation
This commit is contained in:
parent
1256ba0429
commit
1733323132
11 changed files with 194 additions and 109 deletions
|
@ -239,21 +239,22 @@
|
|||
"prefs_users_dialog_button_save": "Save",
|
||||
"prefs_appearance_title": "Appearance",
|
||||
"prefs_appearance_language_title": "Language",
|
||||
"prefs_access_title": "Reserved topics",
|
||||
"prefs_access_description": "You may reserve topic names for personal use here, and define access to a topic for other users.",
|
||||
"prefs_access_add_button": "Add reserved topic",
|
||||
"prefs_access_edit_button": "Edit topic access",
|
||||
"prefs_access_delete_button": "Reset topic access",
|
||||
"prefs_access_table": "Reserved topics table",
|
||||
"prefs_access_table_topic_header": "Topic",
|
||||
"prefs_access_table_access_header": "Access",
|
||||
"prefs_access_table_perms_private": "Only I can publish and subscribe",
|
||||
"prefs_access_table_perms_public_read": "I can publish, everyone can subscribe",
|
||||
"prefs_access_table_perms_public": "Everyone can publish and subscribe",
|
||||
"prefs_access_dialog_title_add": "Reserve topic",
|
||||
"prefs_access_dialog_title_edit": "Edit reserved topic",
|
||||
"prefs_access_dialog_topic_label": "Topic",
|
||||
"prefs_access_dialog_access_label": "Access",
|
||||
"prefs_reservations_title": "Reserved topics",
|
||||
"prefs_reservations_description": "You may reserve topic names for personal use here, and define access to a topic for other users.",
|
||||
"prefs_reservations_add_button": "Add reserved topic",
|
||||
"prefs_reservations_edit_button": "Edit topic access",
|
||||
"prefs_reservations_delete_button": "Reset topic access",
|
||||
"prefs_reservations_table": "Reserved topics table",
|
||||
"prefs_reservations_table_topic_header": "Topic",
|
||||
"prefs_reservations_table_access_header": "Access",
|
||||
"prefs_reservations_table_everyone_deny_all": "Only I can publish and subscribe",
|
||||
"prefs_reservations_table_everyone_read_only": "I can publish and subscribe, everyone can subscribe",
|
||||
"prefs_reservations_table_everyone_write_only": "I can publish and subscribe, everyone can publish",
|
||||
"prefs_reservations_table_everyone_read_write": "Everyone can publish and subscribe",
|
||||
"prefs_reservations_dialog_title_add": "Reserve topic",
|
||||
"prefs_reservations_dialog_title_edit": "Edit reserved topic",
|
||||
"prefs_reservations_dialog_topic_label": "Topic",
|
||||
"prefs_reservations_dialog_access_label": "Access",
|
||||
"priority_min": "min",
|
||||
"priority_low": "low",
|
||||
"priority_default": "default",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue