]> git.pld-linux.org Git - packages/parted.git/blob - parted-BIG_FAT_WARNING.patch
- updated for 1.8.1
[packages/parted.git] / parted-BIG_FAT_WARNING.patch
1 --- parted-1.7.1/parted/ui.c.orig       2006-05-27 21:38:39.594851500 +0200
2 +++ parted-1.7.1/parted/ui.c    2006-05-27 21:39:49.027190750 +0200
3 @@ -67,6 +67,11 @@
4  static char* banner_msg = N_(
5  "Welcome to GNU Parted! Type 'help' to view a list of commands.\n");
6  
7 +static char* warning_msg = N_(
8 +"\nWARNING: unlike other partitioning software, Parted does *NOT* wait for\n"
9 +"exit to write changes to partition table, you're experimenting on your\n"
10 +"disk's live body.\n");
11 +
12  static char* usage_msg = N_(
13  "Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]\n"
14  "Apply COMMANDs with PARAMETERS to DEVICE.  If no COMMAND(s) are given, run in\n"
15 @@ -1256,7 +1261,7 @@
16  
17      print_using_dev (*dev);
18  
19 -    list = str_list_create (_(banner_msg), NULL);
20 +    list = str_list_create (_(banner_msg), _(warning_msg), NULL);
21         str_list_print_wrap (list, screen_width (), 0, 0);
22         str_list_destroy (list);
23  
24 --- parted-1.7.1/po/pl.po.orig  2006-05-27 21:38:39.582850750 +0200
25 +++ parted-1.7.1/po/pl.po       2006-05-27 21:41:33.121696250 +0200
26 @@ -1717,6 +1717,18 @@
27  
28  #: parted/ui.c:71
29  msgid ""
30 +"\n"
31 +"WARNING: unlike other partitioning software, Parted does *NOT* wait for\n"
32 +"exit to write changes to partition table, you're experimenting on your\n"
33 +"disk's live body.\n"
34 +msgstr ""
35 +"\n"
36 +"UWAGA: w przeciwieñstwie do innych programów do partycjonowania, Parted\n"
37 +"*NIE* nie czeka na wyj¶cie z programu z zapisaniem zmian w tablicy partycji\n"
38 +"- u¿ywaj±c go eksperymentuje siê na ¿ywym organizmie dysku.\n"
39 +
40 +#: parted/ui.c:71
41 +msgid ""
42  "Usage: parted [OPTION]... [DEVICE [COMMAND [PARAMETERS]...]...]\n"
43  "Apply COMMANDs with PARAMETERS to DEVICE.  If no COMMAND(s) are given, run in\n"
44  "interactive mode.\n"
This page took 0.051774 seconds and 3 git commands to generate.