[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_plugins/pm/languages/ -> English.php (source)

   1  <?php
   2  
   3  define('LAN_PM', "Private Message");
   4  define('LAN_PM_1', "Send Private Message");
   5  define('LAN_PM_2', "To");
   6  define('LAN_PM_3', "Preview");
   7  define('LAN_PM_4', "Userclass");
   8  define('LAN_PM_5', "Subject");
   9  define('LAN_PM_6', "Message");
  10  define('LAN_PM_7', "Emotes");
  11  define('LAN_PM_8', "Attachments");
  12  define('LAN_PM_9', "Read receipt");
  13  define('LAN_PM_10', "Send me an email when this PM is read");
  14  define('LAN_PM_11', "add new upload");
  15  define('LAN_PM_12', "You are not authorized to use the PM system");
  16  define('LAN_PM_13', "Your outbox is currently {PERCENT}% full, you are unable to send PMs until you delete some");
  17  define('LAN_PM_14', "ERROR: Possible duplicate post, PM not sent");
  18  define('LAN_PM_15', "You are not allowed to send to userclass");
  19  define('LAN_PM_16', "Must be member of class");
  20  define('LAN_PM_17', "User not found");
  21  define('LAN_PM_18', "You are not allowed to send PMs to: ");
  22  define('LAN_PM_19', "Your outbox is full, you are not allowed to send PMs");
  23  define('LAN_PM_21', "Adding this PM will exceed your maximum outbox size, PM not posted");
  24  define('LAN_PM_22', "File upload failed");
  25  define('LAN_PM_23', "You are not allowed to send attachments");
  26  define('LAN_PM_24', "Deleting PM");
  27  define('LAN_PM_25', "Inbox");
  28  define('LAN_PM_26', "Outbox");
  29  define('LAN_PM_27', "Unread");
  30  define('LAN_PM_28', "N/A");
  31  define('LAN_PM_29', "Message Sent");
  32  define('LAN_PM_30', "Message Read");
  33  define('LAN_PM_31', "From");
  34  define('LAN_PM_32', "Received");
  35  define('LAN_PM_33', "Sent");
  36  define('LAN_PM_34', "No Messages");
  37  define('LAN_PM_35', "Send new message");
  38  define('LAN_PM_36', "total");
  39  define('LAN_PM_37', "unread");
  40  define('LAN_PM_38', "PM Sent to userclass");
  41  define('LAN_PM_39', "Failed to send PM to");
  42  define('LAN_PM_40', "PM Sent to user");
  43  define('LAN_PM_41', "Failed to post PM to your Outbox");
  44  
  45  define('LAN_PM_42', "PM deleted from inbox");
  46  define('LAN_PM_43', "PM deleted from outbox");
  47  define('LAN_PM_44', "Block removed: {UNAME} is now allowed to send you PMs");
  48  define('LAN_PM_45', "ERROR: Block not removed, unknown error");
  49  define('LAN_PM_46', "Block not in place for {UNAME}");
  50  define('LAN_PM_47', "Block added: {UNAME} is no longer allowed to send you PMs");
  51  define('LAN_PM_48', "ERROR: Block not added, unknown error");
  52  define('LAN_PM_49', "ERROR: Block already in place for {UNAME}");
  53  define('LAN_PM_50', "Block User");
  54  define('LAN_PM_51', "Unblock User");
  55  define('LAN_PM_52', "Delete");
  56  define('LAN_PM_53', "Delete Selected");
  57  define('LAN_PM_54', "Quote original");
  58  define('LAN_PM_55', "Send Reply");
  59  define('LAN_PM_56', "You are not permitted to reply to this message");
  60  define('LAN_PM_57', "Message not found");
  61  define('LAN_PM_58', "Re: ");
  62  define('LAN_PM_59', "Go to page: ");
  63  define('LAN_PM_60', "You are not permitted to view this message");
  64  define('LAN_PM_61', "No subject");
  65  define('LAN_PM_62', "File: [{FILENAME}] exceeds size limit - not attached");
  66  define('LAN_PM_63', "class:");
  67  
  68  define("LAN_PM_100", "New PM from ");
  69  define("LAN_PM_101", "You have received a new Private Message from ");
  70  define("LAN_PM_102", "Message sent from: ");
  71  define("LAN_PM_103", "Message subject: ");
  72  define("LAN_PM_104", "Number of attachments: ");
  73  define("LAN_PM_105", "You can view the PM at: ");
  74  define("LAN_PM_106", "PM read by ");
  75  define("LAN_PM_107", "The Private Message you sent to {UNAME} was read on ");
  76  define("LAN_PM_108", "Message sent on: ");
  77  define("LAN_PM_109", "New Message(s)");
  78  define("LAN_PM_110", "ok");
  79  define("LAN_PM_111", "Read");
  80  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7