]> git.pld-linux.org Git - packages/parted.git/blob - parted-BIG_FAT_WARNING.patch
- up to 1.9.0
[packages/parted.git] / parted-BIG_FAT_WARNING.patch
1 --- parted-1.8.6/parted/ui.c.orig       2007-04-04 10:38:45.596415889 +0200
2 +++ parted-1.8.6/parted/ui.c    2007-04-04 10:39:49.904080574 +0200
3 @@ -160,6 +160,11 @@
4  static const 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 const 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, "
15 @@ -1463,7 +1468,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.026715 seconds and 3 git commands to generate.