PHP Classes

File: locale/es.php

Recommend this page to a friend!
  Classes of David Girón   PHP Telegram Bot API   locale/es.php   Download  
File: locale/es.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Telegram Bot API
Create bots to communicate messages using Telegram
Author: By
Last change:
Date: 6 years ago
Size: 137 bytes
 

Contents

Class file image Download
<?php

return [
   
'welcome' => "ˇHola Mundo desde <b>Telegram-PHP!</b> ˇAhora con soporte de idiomas!",
   
'hello' => "ˇHola %s!"
];

?>