|
84 | 84 | # |
85 | 85 | # This is also used if you do content translation via gettext catalogs. |
86 | 86 | # Usually you set "language" from the command line for these cases. |
87 | | -language = None |
| 87 | +language = 'en' |
88 | 88 |
|
89 | 89 | # There are two options for replacing |today|: either, you set today to some |
90 | 90 | # non-false value, then it is used: |
|
344 | 344 | u'Kill the specified qube', _man_pages_author, 1), |
345 | 345 | ('manpages/qvm-ls', 'qvm-ls', |
346 | 346 | u'List VMs and various information about them', _man_pages_author, 1), |
| 347 | + ('manpages/qvm-notes', 'qvm-notes', |
| 348 | + u'Manipulate qube notes', _man_pages_author, 1), |
347 | 349 | ('manpages/qvm-pause', 'qvm-pause', |
348 | 350 | u'Pause a specified qube(s)', _man_pages_author, 1), |
349 | 351 | ('manpages/qvm-pool', 'qvm-pool', |
|
370 | 372 | u'Pause a qube', _man_pages_author, 1), |
371 | 373 | ('manpages/qvm-volume', 'qvm-volume', |
372 | 374 | u'Manage storage volumes of a qube', _man_pages_author, 1), |
373 | | - |
374 | 375 | ('manpages/qubes-prefs', 'qubes-prefs', |
375 | 376 | u'Display system-wide Qubes settings', _man_pages_author, 1), |
376 | 377 | ] |
|
0 commit comments