-
Notifications
You must be signed in to change notification settings - Fork 0
/
nls_en_US.sh
64 lines (64 loc) · 2.74 KB
/
nls_en_US.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
nls_1='Select database to restore:'
nls_2='Database name not selected'
nls_3='Search dumps...'
nls_4='Warning: file chain broken for dump made at %s. This dump ignored'
nls_5='No dumps found'
nls_6=$'You may restore following dumps\nSelect one, please'
nls_7='Recovery canceled'
nls_8='Save reconstructed full dump for manual restore'
nls_9='Restore dump as new database'
nls_10='Restore dump to original database'
nls_11="Selected dump made at %s"$'\nSelect action, please'
nls_12='Select directory to save dump file'
nls_13='Enter new name of restored database'
nls_14='Database "%s" exists. Overwrite?'
nls_15='This will create new database named "%s". Are you sure?'
nls_16='This will overwrite database named "%s". Are you sure?'
nls_17='File "%s" exists. Overwrite?'
nls_18='Cancel'
nls_19='Enter new filename'
nls_20='Copying "%1$s" to "%2$s"...'
nls_21='Unpacking "%s"...'
nls_22='Joining with "%s"...'
nls_23='Error joining main dump file with differential dump'
nls_24='Error unpacking compressed dump file'
nls_25='Error copying compressed dump file to temporary directory'
nls_26='Copying result to "%s"...'
nls_27='Dump prepared for manual restore copied to "%s"'
nls_28='Error copying result to "%s" directory'
nls_29='Removing DROP/CREATE DATABASE statements from dump file...'
nls_30='Error removing DROP/CREATE DATABASE statements from dump file'
nls_31='Creating new empty database "%s"...'
nls_32='Error creating database "%s"'
nls_33='Copying data from dump to database "%s"...'
nls_34='Error copying data to database "%s"'
nls_35='Database "%s" restored but may contain errors'
nls_36='Database "%s" not restored'
nls_37='Database "%s" successfully restored'
nls_38='Database "%s" restored with errors and may be unusable. Remove it?'
nls_39='Database "%s" removed'
nls_40='Error removing database "%s". Remove it manually'
nls_41='Select directory'
nls_43='New Directory'
nls_44='GoTo'
nls_42=$'\nSelect "/ '"$nls_43"$' /" to create new directory\nPress "'"$nls_44"$'" to navigate to selected directory\nSelect "." to choose current directory'
nls_45='Enter new directory name'
nls_46='new_dir'
nls_47='incremental'
nls_48='differential'
nls_49='full'
nls_50='Database name not specified'
nls_51='Invalid option "%s"'
nls_52='Options "--restoretodb" and "--savedumpto" cannot be set simultaneously'
nls_53='Error moving database dump to backup directory'
nls_54='Error removing database "%s". Remove forcedly?'
nls_55='Unable to remove database "%s". Recovery canceled'
nls_56='Error retrieving list of databases'
nls_57='From'
nls_58='To'
nls_59='Select range of dates to search dumps'
nls_60='Change'
nls_61='Select start date'
nls_62='Select end date'
nls_63='Building dump chains...'
nls_64=$'Dump file does not contain CREATE DATABASE statement.\nAutomatic recovery is impossible'