]> git.pld-linux.org Git - packages/parted.git/blob - parted-BIG_FAT_WARNING.patch
- updated for 1.6.21
[packages/parted.git] / parted-BIG_FAT_WARNING.patch
1 diff -ur parted-1.4.21/parted/ui.c parted-1.4.21-/parted/ui.c
2 --- parted-1.4.21/parted/ui.c   Fri Dec 14 12:36:55 2001
3 +++ parted-1.4.21-/parted/ui.c  Fri Dec 14 12:36:38 2001
4 @@ -71,6 +71,11 @@
5  "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the "
6  "GNU General Public License for more details.\n");
7  
8 +static char* warning_msg = N_(
9 +"\nWARNING: unlike other partitioning software, Parted does *NOT* wait for\n"
10 +"exit to write changes to partition table, you're experimenting on your\n"
11 +"disk's live body.\n");
12 +
13  static char* usage_msg = N_(
14  "Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]\n"
15  "Apply COMMANDs with PARAMETERS to DEVICE.  If no COMMAND(s) are given, runs in\n"
16 @@ -643,7 +648,7 @@
17  
18         printf ("%s", prog_name);
19  
20 -       list = str_list_create (_(banner_msg), NULL);
21 +       list = str_list_create (_(banner_msg), _(warning_msg), NULL);
22         str_list_print_wrap (list, screen_width (), 0, 0);
23         str_list_destroy (list);
24  
25 --- parted-1.6.15/po/pl.po.orig 2004-10-21 22:38:12.171388000 +0200
26 +++ parted-1.6.15/po/pl.po      2004-10-21 22:49:37.028274776 +0200
27 @@ -1624,6 +1624,18 @@
28  "Powszechnej Licencji Publicznej GNU.\n"
29  "\n"
30  
31 +#: parted/ui.c:74
32 +msgid ""
33 +"\n"
34 +"WARNING: unlike other partitioning software, Parted does *NOT* wait for\n"
35 +"exit to write changes to partition table, you're experimenting on your\n"
36 +"disk's live body.\n"
37 +msgstr ""
38 +"\n"
39 +"UWAGA: w przeciwieñstwie do innych programów do partycjonowania, Parted\n"
40 +"*NIE* nie czeka na wyj¶cie z programu z zapisaniem zmian w tablicy partycji\n"
41 +"- u¿ywaj±c go eksperymentuje siê na ¿ywym organizmie dysku.\n"
42 +
43  #: parted/ui.c:77
44  msgid ""
45  "Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]\n"
This page took 0.077356 seconds and 3 git commands to generate.