~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to radiotv/wizard/wizard_export_channels_programs.py

  • Committer: Jordi Esteve
  • Date: 2008-11-24 17:38:49 UTC
  • mto: (3356.3.2 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3357.
  • Revision ID: jesteve@alba-20081124173849-s5j4qpp6krl0ar13
es_ES & ca_ES translations added to email_account & email_sale modules, updated translations in radiotv module

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        (program_new, program_update, program_delete) = export_table.export_table(self, cr, uid, data, context, server, 'program',
56
56
            ['id', 'name', 'introduction', 'description', 'state', 'team', 'email', 'category_id', 'production_year', 'classification', 'broadcast_language', 'original_language', 'production_type', 'editor', 'production_country_id', 'approx_duration',])
57
57
    else:
58
 
        raise osv.except_osv('Error!', 'No website defined!\nPlease create one.')
 
58
        raise osv.except_osv(_('Error!'), _('No website defined!\nPlease create one.'))
59
59
 
60
60
    return {
61
61
        'channel_new':channel_new, 'channel_update':channel_update, 'channel_delete':channel_delete,