ó
`Ô#Uc           @   s‹   d  d l  Z  d  d l Z e j d ƒ d  d l m Z e  j d d d ƒ Z e  j d d d ƒ Z e  j d d	 d
 ƒ Z d d d „  ƒ  YZ d S(   iÿÿÿÿNs   update-manager(   t   gettextiÞ  i   i   i   iá  i   i   t   Messagesc           B   s“   e  Z e d  ƒ i e j ƒ  d 6Z e d ƒ Z e d ƒ Z e d ƒ i e j	 d ƒ d 6e j
 d 6Z e d ƒ e j ƒ  Z e d	 ƒ e j ƒ  Z RS(
   sÖ   
There is a graphics stack installed on this system. An upgrade to a 
supported (or longer supported) configuration will become available
on %(date)s and can be invoked by running 'update-manager' in the
Dash.
    t   datesû   
To upgrade to a supported (or longer supported) configuration:

* Upgrade from Ubuntu 12.04 LTS to Ubuntu 14.04 LTS by running:
sudo do-release-upgrade %s

OR

* Install a newer HWE version by running:
sudo apt-get install %s

and reboot your system.sŽ   
The following packages are no longer supported:
 %s

Please upgrade them to a supported HWE stack or remove them if you
no longer need them.
sK   Your Hardware Enablement Stack (HWE) is supported until %(month)s %(year)s.s   %Bt   montht   years  
Your current Hardware Enablement Stack (HWE) is going out of support
on %s.  After this date security updates for critical parts (kernel
and graphics stack) of your system will no longer be available.

For more information, please see:
http://wiki.ubuntu.com/1204_HWE_EOL
sÿ   
Your current Hardware Enablement Stack (HWE) is no longer supported
since %s.  Security updates for critical parts (kernel
and graphics stack) of your system are no longer available.

For more information, please see:
http://wiki.ubuntu.com/1204_HWE_EOL
(   t   __name__t
   __module__t   _t   TRUSTY_DOT1_DATEt	   isoformatt
   UM_UPGRADEt   APT_UPGRADEt   APT_SHOW_UNSUPPORTEDt   PRECISE_EOL_DATEt   strftimeR   t   HWE_SUPPORTEDt   PRECISE_HWE_EOL_DATEt   HWE_SUPPORT_ENDSt   HWE_SUPPORT_HAS_ENDED(    (    (    s;   /usr/lib/python2.7/dist-packages/HweSupportStatus/consts.pyR      s   			(    (	   t   datetimeR    t   installR   R   R   R   R   R   (    (    (    s;   /usr/lib/python2.7/dist-packages/HweSupportStatus/consts.pyt   <module>   s   