| 1 |
<?php |
<?php |
| 2 |
// $Id: live_translation.module,v 1.3 2009/04/20 02:48:32 brmassa Exp $ |
// $Id: live_translation.module,v 1.4 2009/04/23 23:32:25 brmassa Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Bruno Massa |
* @author Bruno Massa |
| 5 |
* @file |
* @file |
| 37 |
function live_translation_menu() { |
function live_translation_menu() { |
| 38 |
$items['admin/reports/live-translation'] = array( |
$items['admin/reports/live-translation'] = array( |
| 39 |
'access arguments' => array('update translations'), |
'access arguments' => array('update translations'), |
| 40 |
|
'description' => 'Get a status report about available translations for your installed modules and theme', |
| 41 |
'file' => 'live_translation.admin.inc', |
'file' => 'live_translation.admin.inc', |
| 42 |
'page callback' => '_live_translation_report', |
'page callback' => '_live_translation_report', |
| 43 |
'title' => 'Available translations', |
'title' => 'Available translations', |
| 44 |
); |
); |
| 45 |
$items['admin/settings/live-translation'] = array( |
$items['admin/settings/live-translation'] = array( |
| 46 |
'access arguments' => array('update translations'), |
'access arguments' => array('update translations'), |
| 47 |
|
'description' => 'Set the translation server URLs', |
| 48 |
'file' => 'live_translation.admin.inc', |
'file' => 'live_translation.admin.inc', |
| 49 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 50 |
'page arguments' => array('_live_translation_settings'), |
'page arguments' => array('_live_translation_settings'), |