mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated translations
This commit is contained in:
commit
2c06baffca
@ -340,10 +340,10 @@ class ChooseLibraryAction(InterfaceAction):
|
|||||||
m.start_metadata_backup()
|
m.start_metadata_backup()
|
||||||
|
|
||||||
def restore_database(self):
|
def restore_database(self):
|
||||||
info_dialog(self.gui, _('Recover database'),
|
info_dialog(self.gui, _('Recover database'), '<p>'+
|
||||||
_(
|
_(
|
||||||
'This command rebuilds your calibre database from the information '
|
'This command rebuilds your calibre database from the information '
|
||||||
'stored by calibre in the OPF files.' + '<p>' +
|
'stored by calibre in the OPF files.<p>'
|
||||||
'This function is not currently available in the GUI. You can '
|
'This function is not currently available in the GUI. You can '
|
||||||
'recover your database using the \'calibredb restore_database\' '
|
'recover your database using the \'calibredb restore_database\' '
|
||||||
'command line function.'
|
'command line function.'
|
||||||
|
@ -958,17 +958,17 @@ def command_check_library(args, dbpath):
|
|||||||
|
|
||||||
def restore_database_option_parser():
|
def restore_database_option_parser():
|
||||||
parser = get_parser(_(
|
parser = get_parser(_(
|
||||||
'''
|
'''\
|
||||||
%prog restore_database [options]
|
%prog restore_database [options]
|
||||||
|
|
||||||
Restore this database from the metadata stored in OPF files in each
|
Restore this database from the metadata stored in OPF files in each
|
||||||
directory of the calibre library. This is useful if your metadata.db file
|
directory of the calibre library. This is useful if your metadata.db file
|
||||||
has been corrupted.
|
has been corrupted.
|
||||||
|
|
||||||
WARNING: This command completely regenerates your database. You will lose
|
WARNING: This command completely regenerates your database. You will lose
|
||||||
all saved searches, user categories, plugboards, stored per-book conversion
|
all saved searches, user categories, plugboards, stored per-book conversion
|
||||||
settings, and custom recipes. Restored metadata will only be as accurate as
|
settings, and custom recipes. Restored metadata will only be as accurate as
|
||||||
what is found in the OPF files.
|
what is found in the OPF files.
|
||||||
'''))
|
'''))
|
||||||
|
|
||||||
parser.add_option('-r', '--really-do-it', default=False, action='store_true',
|
parser.add_option('-r', '--really-do-it', default=False, action='store_true',
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user