Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. class STR_SEND_TO_ENTERPRISE {
  2. en = "You sent to %1 : %2";
  3. fr = "Vous avez envoyé à %1 : %2";
  4. };
  5. class STR_RECEIVE_MESSAGE_FROM_X_ENTERPRISE {
  6. en = "<t color='#FFCC00'><t size='2'><t align='center'>Nex Message !<br/><br/><t color='#33CC33'><t align='left'><t size='1'>Recipient: <t color='#ffffff'>%1<br/><t color='#33CC33'>To: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3";
  7. fr = "<t color='#FFCC00'><t size='2'><t align='center'>Nouveau message !<br/><br/><t color='#33CC33'><t align='left'><t size='1'>Destinataire: <t color='#ffffff'>%1<br/><t color='#33CC33'>De: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3";
  8. };
  9. class STR_RECEIVE_MESSAGE_FROM_X_NOTIF_ENTERPRISE {
  10. en = "New message for your business of %1";
  11. fr = "Nouveau message pour votre entreprise de %1";
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement