~ubuntu-branches/ubuntu/utopic/unrar-nonfree/utopic

« back to all changes in this revision

Viewing changes to loclang.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2009-06-06 17:46:05 UTC
  • mfrom: (1.1.11 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090606174605-h4ciqxlpy39jmjx0
Tags: 1:3.9.3-1
* New upstream release
* Updated Copyright file (Closes: #531432)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#define   MCHelpSwAC         "\n  ac            Clear Archive attribute after compression or extraction"
54
54
#define   MCHelpSwAD         "\n  ad            Append archive name to destination path"
55
55
#define   MCHelpSwAG         "\n  ag[format]    Generate archive name using the current date"
 
56
#define   MCHelpSwAI         "\n  ai            Ignore file attributes"
56
57
#define   MCHelpSwAO         "\n  ao            Add files with Archive attribute set"
57
58
#define   MCHelpSwAP         "\n  ap<path>      Set path inside archive"
58
59
#define   MCHelpSwAS         "\n  as            Synchronize archive contents"
93
94
#define   MCHelpSwMT         "\n  mt<threads>   Set the number of threads"
94
95
#define   MCHelpSwN          "\n  n<file>       Include only specified file"
95
96
#define   MCHelpSwNa         "\n  n@            Read file names to include from stdin"
96
 
#define   MCHelpSwNal        "\n  n@<list>      Include files in specified list file"
 
97
#define   MCHelpSwNal        "\n  n@<list>      Include files listed in specified list file"
97
98
#define   MCHelpSwO          "\n  o[+|-]        Set the overwrite mode"
98
99
#define   MCHelpSwOC         "\n  oc            Set NTFS Compressed attribute"
99
100
#define   MCHelpSwOL         "\n  ol            Save symbolic links as the link instead of the file"
103
104
#define   MCHelpSwP          "\n  p[password]   Set password"
104
105
#define   MCHelpSwPm         "\n  p-            Do not query password"
105
106
#define   MCHelpSwR          "\n  r             Recurse subdirectories"
 
107
#define   MCHelpSwRm         "\n  r-            Disable recursion"
106
108
#define   MCHelpSwR0         "\n  r0            Recurse subdirectories for wildcard names only"
107
109
#define   MCHelpSwRI         "\n  ri<P>[:<S>]   Set priority (0-default,1-min..15-max) and sleep time in ms"
108
110
#define   MCHelpSwRR         "\n  rr[N]         Add data recovery record"
133
135
#define   MCHelpSwW          "\n  w<path>       Assign work directory"
134
136
#define   MCHelpSwX          "\n  x<file>       Exclude specified file"
135
137
#define   MCHelpSwXa         "\n  x@            Read file names to exclude from stdin"
136
 
#define   MCHelpSwXal        "\n  x@<list>      Exclude files in specified list file"
 
138
#define   MCHelpSwXal        "\n  x@<list>      Exclude files listed in specified list file"
137
139
#define   MCHelpSwY          "\n  y             Assume Yes on all queries"
138
140
#define   MCHelpSwZ          "\n  z[file]       Read archive comment from file"
139
141
#define   MBadArc            "\nERROR: Bad archive %s\n"
237
239
#define   MLogCommBrk        "\nThe archive comment is corrupt"
238
240
#define   MCommAskCont       "\nPress 'Enter' to continue or 'Q' to quit:"
239
241
#define   MLogBrokFCmt       "\nThe file comment is corrupt"
240
 
#define   MAbsDestName       "\nDestination file name required"
241
242
#define   MWriteCommTo       "\nWrite comment to %s"
242
243
#define   MCommNotPres       "\nComment is not present"
243
244
#define   MDelFrom           "\nDeleting from %s"
350
351
#define   MCalcCRC           "\nCalculating the control sum"
351
352
#define   MTooLargeSFXArc    "\nWARNING: Too large SFX archive. Windows cannot run the executable file exceeding 4 GB."
352
353
#define   MCalcCRCAllVol     "\nCalculating control sums of all volumes."
 
354
#define   MNotEnoughDisk     "\nERROR: Not enough disk space for %s."