mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
89 lines
3.7 KiB
PHP
Executable File
89 lines
3.7 KiB
PHP
Executable File
<?php
|
|
|
|
|
|
return [
|
|
'LAN_PM' => "Private Message",
|
|
'LAN_PM_1' => "Send Private Message",
|
|
'LAN_PM_2' => "To",
|
|
'LAN_PM_3' => "Preview",
|
|
'LAN_PM_4' => "Userclass",
|
|
'LAN_PM_5' => "Subject",
|
|
'LAN_PM_6' => "Message",
|
|
'LAN_PM_7' => "Emotes",
|
|
'LAN_PM_8' => "Attachments",
|
|
'LAN_PM_9' => "Read receipt",
|
|
'LAN_PM_10' => "Send me an email when this PM is read",
|
|
'LAN_PM_11' => "add new upload",
|
|
'LAN_PM_12' => "You are not authorized to use the PM system",
|
|
'LAN_PM_13' => "Your outbox is currently {PERCENT}% full, you are unable to send PMs until you delete some",
|
|
'LAN_PM_14' => "ERROR: Possible duplicate post, PM not sent",
|
|
'LAN_PM_15' => "You are not allowed to send to userclass",
|
|
'LAN_PM_16' => "Must be member of class",
|
|
'LAN_PM_17' => "User not found",
|
|
'LAN_PM_18' => "You are not allowed to send PMs to:",
|
|
'LAN_PM_19' => "Your outbox is full, you are not allowed to send PMs",
|
|
'LAN_PM_21' => "Adding this PM will exceed your maximum outbox size, PM not posted",
|
|
'LAN_PM_22' => "File upload failed",
|
|
'LAN_PM_23' => "You are not allowed to send attachments",
|
|
'LAN_PM_24' => "Deleting PM",
|
|
'LAN_PM_27' => "Unread",
|
|
'LAN_PM_28' => "N/A",
|
|
'LAN_PM_29' => "Message Sent",
|
|
'LAN_PM_30' => "Message Read",
|
|
'LAN_PM_31' => "From",
|
|
'LAN_PM_32' => "Received",
|
|
'LAN_PM_33' => "Sent",
|
|
'LAN_PM_34' => "No Messages",
|
|
'LAN_PM_35' => "Send new message",
|
|
'LAN_PM_36' => "total",
|
|
'LAN_PM_37' => "unread",
|
|
'LAN_PM_38' => "PM Sent to userclass",
|
|
'LAN_PM_39' => "Failed to send PM to",
|
|
'LAN_PM_40' => "PM Sent to user",
|
|
'LAN_PM_41' => "Failed to post PM to your Outbox",
|
|
'LAN_PM_42' => "PM deleted from inbox",
|
|
'LAN_PM_43' => "PM deleted from outbox",
|
|
'LAN_PM_44' => "Block removed: {UNAME} is now allowed to send you PMs",
|
|
'LAN_PM_45' => "ERROR: Block not removed, unknown error",
|
|
'LAN_PM_46' => "Block not in place for {UNAME}",
|
|
'LAN_PM_47' => "Block added: {UNAME} is no longer allowed to send you PMs",
|
|
'LAN_PM_48' => "ERROR: Block not added, unknown error",
|
|
'LAN_PM_49' => "ERROR: Block already in place for {UNAME}",
|
|
'LAN_PM_50' => "Block User",
|
|
'LAN_PM_51' => "Unblock User",
|
|
'LAN_PM_53' => "Delete Selected",
|
|
'LAN_PM_54' => "Quote original",
|
|
'LAN_PM_55' => "Send Reply",
|
|
'LAN_PM_56' => "You are not permitted to reply to this message",
|
|
'LAN_PM_57' => "Message not found",
|
|
'LAN_PM_58' => "Re:",
|
|
'LAN_PM_59' => "Go to page:",
|
|
'LAN_PM_60' => "You are not permitted to view this message",
|
|
'LAN_PM_61' => "No subject",
|
|
'LAN_PM_62' => "File: [{FILENAME}] exceeds size limit - not attached",
|
|
'LAN_PM_63' => "class:",
|
|
'LAN_PM_64' => "ERROR: You are not permitted to block messages from site administrators",
|
|
'LAN_PM_65' => "ERROR: Nothing to send",
|
|
'LAN_PM_66' => "Blocked Senders",
|
|
'LAN_PM_67' => "No users blocked",
|
|
'LAN_PM_68' => "User Name",
|
|
'LAN_PM_69' => "Date blocked",
|
|
'LAN_PM_70' => "Deleting block on user",
|
|
'LAN_PM_71' => "[x] attachment(s) deleted. [y] failure(s)",
|
|
'LAN_PM_100' => "New PM from",
|
|
'LAN_PM_101' => "You have received a new Private Message from",
|
|
'LAN_PM_102' => "Message sent from:",
|
|
'LAN_PM_103' => "Message subject:",
|
|
'LAN_PM_104' => "Number of attachments:",
|
|
'LAN_PM_105' => "You can view the PM at:",
|
|
'LAN_PM_106' => "PM read by",
|
|
'LAN_PM_107' => "The Private Message you sent to {UNAME} was read on",
|
|
'LAN_PM_108' => "Message sent on:",
|
|
'LAN_PM_109' => "New Message(s)",
|
|
'LAN_PM_111' => "Read",
|
|
'LAN_PM_112' => "User(s)",
|
|
'LAN_PM_113' => "Read Message",
|
|
'LAN_PM_114' => "You do not have access to send to this user.",
|
|
'LAN_PM_115' => "User Not Found",
|
|
];
|