mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 01:02:34 -04:00
Updated translations
This commit is contained in:
@@ -340,10 +340,10 @@ class ChooseLibraryAction(InterfaceAction):
|
||||
m.start_metadata_backup()
|
||||
|
||||
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 '
|
||||
'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 '
|
||||
'recover your database using the \'calibredb restore_database\' '
|
||||
'command line function.'
|
||||
|
||||
@@ -958,17 +958,17 @@ def command_check_library(args, dbpath):
|
||||
|
||||
def restore_database_option_parser():
|
||||
parser = get_parser(_(
|
||||
'''
|
||||
%prog restore_database [options]
|
||||
'''\
|
||||
%prog restore_database [options]
|
||||
|
||||
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
|
||||
has been corrupted.
|
||||
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
|
||||
has been corrupted.
|
||||
|
||||
WARNING: This command completely regenerates your database. You will lose
|
||||
all saved searches, user categories, plugboards, stored per-book conversion
|
||||
settings, and custom recipes. Restored metadata will only be as accurate as
|
||||
what is found in the OPF files.
|
||||
WARNING: This command completely regenerates your database. You will lose
|
||||
all saved searches, user categories, plugboards, stored per-book conversion
|
||||
settings, and custom recipes. Restored metadata will only be as accurate as
|
||||
what is found in the OPF files.
|
||||
'''))
|
||||
|
||||
parser.add_option('-r', '--really-do-it', default=False, action='store_true',
|
||||
|
||||
+318
-306
File diff suppressed because it is too large
Load Diff
+439
-392
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+555
-431
File diff suppressed because it is too large
Load Diff
+354
-321
File diff suppressed because it is too large
Load Diff
+368
-339
File diff suppressed because it is too large
Load Diff
+556
-415
File diff suppressed because it is too large
Load Diff
+3633
-2736
File diff suppressed because it is too large
Load Diff
+720
-633
File diff suppressed because it is too large
Load Diff
+326
-309
File diff suppressed because it is too large
Load Diff
+6777
-3059
File diff suppressed because it is too large
Load Diff
+333
-316
File diff suppressed because it is too large
Load Diff
+318
-306
File diff suppressed because it is too large
Load Diff
+320
-308
File diff suppressed because it is too large
Load Diff
+329
-312
File diff suppressed because it is too large
Load Diff
+354
-332
File diff suppressed because it is too large
Load Diff
+330
-313
File diff suppressed because it is too large
Load Diff
+335
-318
File diff suppressed because it is too large
Load Diff
+338
-308
File diff suppressed because it is too large
Load Diff
+423
-339
File diff suppressed because it is too large
Load Diff
+322
-308
File diff suppressed because it is too large
Load Diff
+469
-438
File diff suppressed because it is too large
Load Diff
+599
-567
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user