google_hangouts.php (1049B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Google Hangouts'; 12 13 // Text 14 $_['text_extension'] = 'Модули'; 15 $_['text_success'] = 'Успешно: Променихте Google Hangouts!'; 16 $_['text_edit'] = 'Редакция'; 17 18 // Entry 19 $_['entry_code'] = 'Google Talk Code'; 20 $_['entry_status'] = 'Статус'; 21 22 // Help 23 $_['help_code'] = 'Посетете <a href="https://developers.google.com/+/hangouts/button" target="_blank">и създайте Google Hangout чата значка</a>, копирайте и поставете генерирания код в текстовото поле.'; 24 25 // Error 26 $_['error_permission'] = 'Внимание: Нямате права за редакция на Google Hangouts!'; 27 $_['error_code'] = 'Кодът е задължителен';