~ubuntu-branches/ubuntu/wily/unrar-nonfree/wily-proposed

« back to all changes in this revision

Viewing changes to loclang.hpp

  • Committer: Package Import Robot
  • Author(s): Nick Andrik
  • Date: 2013-01-21 23:07:40 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130121230740-yky1izwyj5x16wq1
Tags: 1:4.2.4-0.1
* Non-maintainer upload

* New upstream release (Closes: #687839)

* Add shared library binary and headers packages
  - Add entries into control file
  - Add libunrar0.{install,link,symbols} files
  - Add libunrar0-dev.install file
  - Patch missing binary object targets for library building
    (fix_missing_symbols)
  - Rename previous unrar-nonfree.{1,dirs,install,prerm,postint} file to
    unrar.* ones
  - Make sure libunrar.so is built (Closes: #485492, LP: #390263)
* Converted package to CDBS:
  - Simplified rules file
  - Added cdbs build-deps
* Added hardening support (Closes: #694611)
  - Updated compatibility version to 9
  - Added versioned dpkg-dev build-dep
* Updated copyright information:
  - Machine-readable format
  - Added missing files/licenses
* General maintentance:
  - Moved the homepage field in cortol file to the appropriate place
  - Bumped standards version to 3.9.4
  - Remove versioned conflict dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#define   MRetryAbort        "_Retry_Abort"
7
7
#define   MCopyright         "\nRAR %s   Copyright (c) 1993-%d Alexander Roshal   %d %s %d"
8
8
#define   MRegTo             "\nRegistered to %s\n"
9
 
#define   MShare             "\nShareware version         Type RAR -? for help\n"
 
9
#define   MShare             "\nTrial version             Type RAR -? for help\n"
10
10
#define   MUCopyright        "\nUNRAR %s freeware      Copyright (c) 1993-%d Alexander Roshal\n"
11
11
#define   MBeta              "beta"
12
12
#define   MMonthJan          "Jan"
173
173
#define   MCannotOpen        "\nCannot open %s"
174
174
#define   MUnknownMeth       "\nUnknown method in %s"
175
175
#define   MVerRequired       "\nYou need RAR %d.%d to unpack it"
 
176
#define   MNewRarFormat      "\nUnsupported archive format. Please update RAR to a newer version."
176
177
#define   MOk                " OK"
177
178
#define   MDone              "\nDone"
178
179
#define   MLockingArc        "\nLocking archive"