forked from sloshy/LinFreeze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
linfreeze.pot
288 lines (288 loc) · 8.8 KB
/
linfreeze.pot
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
#: linfreeze:44
msgid "$NAMEPROPER $VERSION -- Utility to prevent permanent file changes."
msgstr ""
#: linfreeze:46
msgid "WARNING: While in use, this program makes changes to /etc/fstab."
msgstr ""
#: linfreeze:47
msgid "Do not edit these files while a system is frozen, only before and after."
msgstr ""
#: linfreeze:49
msgid "Usage:"
msgstr ""
#: linfreeze:50
msgid "$PROGNAME [option] [directory or user to freeze or unfreeze]"
msgstr ""
#: linfreeze:52
msgid "Options:"
msgstr ""
#: linfreeze:53
msgid "-h Display this help message and exit."
msgstr ""
#: linfreeze:54
msgid "-v Display version information and exit."
msgstr ""
#: linfreeze:56
msgid "-d Freeze a directory to prevent permanent file changes."
msgstr ""
#: linfreeze:57
msgid "-f Freeze a user account to prevent permanent file changes."
msgstr ""
#: linfreeze:58
msgid "-u Unfreeze all directories and users."
msgstr ""
#: linfreeze:59
msgid "-s Unfreeze a specific user or directory."
msgstr ""
#: linfreeze:60
msgid "-c Remove the temporary directories for user accounts and/or directories."
msgstr ""
#: linfreeze:61
msgid "-l Lists the frozen users and directories."
msgstr ""
#: linfreeze:67
msgid "You must be the 'root' user to use this utility."
msgstr ""
#: linfreeze:75
msgid "Remember to set aufs=tmpfs on kernel parameters to AVOID PROBLEMS. Example: ... ro quiet splash aufs=tmpfs ..."
msgstr ""
#: linfreeze:86
msgid "Directory $DIRF does not exist!"
msgstr ""
#: linfreeze:87
msgid "Please enter an existing directory or create it with 'mkdir $DIRF'."
msgstr ""
#: linfreeze:92
msgid "This directory is already frozen! Unfreeze it with $PROGNAME -u."
msgstr ""
#: linfreeze:93
msgid "If $DIRF is not frozen, use $PROGNAME -c to remove the temporary directory."
msgstr ""
#: linfreeze:106
msgid "$DIRF.dynamic"
msgstr ""
#: linfreeze:107
msgid "Making dynamic directory at $OPTARG.dynamic for temporary files..."
msgstr ""
#: linfreeze:112
msgid "Would you like to create a directory for read-only files to be laid"
msgstr ""
#: linfreeze:113
msgid "over the original directory at $DIRF.static? [Y/n]: "
msgstr ""
#: linfreeze:122
msgid "Folder $DIRF is now frozen. Reboot your computer to not make any changes."
msgstr ""
#: linfreeze:124
msgid "If you wish to put temporary files and/or folders in the 'static' directory, please do so now by putting them in $DIRF.static."
msgstr ""
#: linfreeze:133
msgid "Folder $DIRF is now frozen. Reboot your computer to not make any permanent changes."
msgstr ""
#: linfreeze:135
msgid "If you wish to put temporary files and/or folders in the static directory, please do so now by putting them in $DIRF.static."
msgstr ""
#: linfreeze:137
msgid "If you would like to 'freeze' other directories or users, you may do so."
msgstr ""
#: linfreeze:141
msgid "Folder $DIRF is now 'frozen'. Reboot your computer to not make any permanent changes."
msgstr ""
#: linfreeze:143
msgid "If you would like to 'freeze' other directories or users, you may do so."
msgstr ""
#: linfreeze:152
msgid "Directory permissions changed successfully."
msgstr ""
#: linfreeze:155
msgid "Use 'chown [user] $DIRF.dynamic' and 'chown [user] $DIRF.static' to set permissions."
msgstr ""
#: linfreeze:156
msgid "Exiting..."
msgstr ""
#: linfreeze:162
msgid "Would you like to set the ownership of the temporary directories used for 'freezing'?"
msgstr ""
#: linfreeze:163
msgid "This is necessary if the directory frozen was inside of a home directory. [Y/n]: "
msgstr ""
#: linfreeze:168
msgid "Which user would you like to own the temporary directories?"
msgstr ""
#: linfreeze:172
msgid "Exiting..."
msgstr ""
#: linfreeze:181
msgid "User account $OPTARG does not exist! Create it first."
msgstr ""
#: linfreeze:188
msgid "User account $OPTARG is already frozen!"
msgstr ""
#: linfreeze:189
msgid "Exiting..."
msgstr ""
#: linfreeze:194
msgid "Would you like to create a directory for read-only files to be laid"
msgstr ""
#: linfreeze:195
msgid "over the original user directory at /home/$OPTARG.static? [Y/n]: "
msgstr ""
#: linfreeze:211
msgid "User account $OPTARG is now 'frozen'. Reboot this computer and log in as $OPTARG to not make any permanent changes."
msgstr ""
#: linfreeze:213
msgid "If you wish to put temporary files and/or folders in the static directory, do so now by putting them in /home/$OPTARG.static."
msgstr ""
#: linfreeze:215
msgid "If you would like to 'freeze' other directories or users, you may do so."
msgstr ""
#: linfreeze:218
msgid "User account $OPTARG is now 'frozen'. Reboot this computer and log in as $OPTARG to not make any permanent changes."
msgstr ""
#: linfreeze:220
msgid "If you would like to 'freeze' other directories or users, you may do so."
msgstr ""
#: linfreeze:228
msgid "Making dynamic directory at /home/$OPTARG.dynamic for temporary files..."
msgstr ""
#: linfreeze:235
msgid "Would you like to create a directory for read-only files"
msgstr ""
#: linfreeze:236
msgid "to be laid over the user directory at /home/$OPTARG.static? [Y/n]: "
msgstr ""
#: linfreeze:240
msgid "Static directory already created. Continuing..."
msgstr ""
#: linfreeze:250
msgid "Preparations complete!"
msgstr ""
#: linfreeze:258
msgid "There are users and/or directories waiting to be un-frozen."
msgstr ""
#: linfreeze:259
msgid "Please reboot this computer and execute $PROGNAME -c"
msgstr ""
#: linfreeze:264
msgid "Would you like to 'unfreeze' all user accounts and directories? [Y/n]: "
msgstr ""
#: linfreeze:268
msgid "There are no 'frozen' users or directories."
msgstr ""
#: linfreeze:269
msgid "Freeze them with $PROGNAME [-f user] [-d directory]."
msgstr ""
#: linfreeze:277
msgid "Leaving system as-is."
msgstr ""
#: linfreeze:281
msgid "All user accounts and/or directories have been 'unfrozen'."
msgstr ""
#: linfreeze:283
msgid "First reboot your computer for the temporary 'dynamic' directories to be safely unmounted."
msgstr ""
#: linfreeze:285
msgid "Then run $PROGNAME -c after rebooting to remove the temporary directories."
msgstr ""
#: linfreeze:287
msgid "If you put any files in a 'static' directory, you may wish to move them elsewhere now."
msgstr ""
#: linfreeze:289
msgid "To remove the 'static' directories, if any, use $PROGNAME -c [user or directory] after rebooting."
msgstr ""
#: linfreeze:302
msgid "There are no users or directories 'frozen'. Exiting..."
msgstr ""
#: linfreeze:305
msgid "Would you like to 'unfreeze' $SPEC? [Y/n]: "
msgstr ""
#: linfreeze:309
msgid "Exiting..."
msgstr ""
#: linfreeze:321
msgid "User $SPEC has been 'unfrozen'."
msgstr ""
#: linfreeze:322
msgid "First reboot your computer for the temporary 'dynamic' directories to be safely unmounted."
msgstr ""
#: linfreeze:324
msgid "Then run $PROGNAME -c after rebooting to remove the temporary directories."
msgstr ""
#: linfreeze:331
msgid "If you put any files in a 'static' directory, you may wish to move them elsewhere now."
msgstr ""
#: linfreeze:333
msgid "To remove the 'static' directory, use $PROGNAME -c after rebooting."
msgstr ""
#: linfreeze:341
msgid "Directory $SPEC has been 'unfrozen'."
msgstr ""
#: linfreeze:342
msgid "First reboot your computer for the temporary 'dynamic' directories to be safely unmounted."
msgstr ""
#: linfreeze:344
msgid "Then run $PROGNAME -c after rebooting to remove the temporary directories."
msgstr ""
#: linfreeze:352
msgid "If you put any files in a 'static' directory, you may wish to move them elsewhere now."
msgstr ""
#: linfreeze:354
msgid "To remove the 'static' directory, use $PROGNAME -c after rebooting."
msgstr ""
#: linfreeze:358
msgid "User or directory $SPEC is not frozen or does not exist. Exiting..."
msgstr ""
#: linfreeze:368
msgid "This system needs to be rebooted before this function can be used."
msgstr ""
#: linfreeze:373
msgid "Remove temporary directories for 'unfrozen' users/directories? [Y/n]: "
msgstr ""
#: linfreeze:383
msgid "Removed $SPECDYNDIR"
msgstr ""
#: linfreeze:389
msgid "Remove 'static directories for 'unfrozen' users/directories?"
msgstr ""
#: linfreeze:390
msgid "If you have files in any static directories, move them elsewhere."
msgstr ""
#: linfreeze:401
msgid "Removed $SPECSTATDIR"
msgstr ""
#: linfreeze:407
msgid "Remove temporary directories for all users and folders? [Y/n]: "
msgstr ""
#: linfreeze:416
msgid "'Dynamic' directories for users removed."
msgstr ""
#: linfreeze:425
msgid "Removed $FROZDIR"
msgstr ""
#: linfreeze:431
msgid "Remove 'static' directories for all users? [Y/n]: "
msgstr ""
#: linfreeze:440
msgid "'Static' directories for users removed."
msgstr ""
#: linfreeze:445
msgid "Remove 'static' directories for all directories? [Y/n]: "
msgstr ""
#: linfreeze:455
msgid "Removed $STATDIR."
msgstr ""
#: linfreeze:467
msgid "Cleanup complete!"
msgstr ""
#: linfreeze:473
msgid "The following directories are 'frozen':"
msgstr ""
#: linfreeze:476
msgid "There appear to be no 'frozen' directories or users on this system."
msgstr ""
#: linfreeze:477
msgid "Exiting..."
msgstr ""
#: linfreeze:489
msgid "$NAMEPROPER version $VERSION"
msgstr ""