# -*- coding: utf-8 -*- LINGVA_BOT = 'meeting' CHANNELS = [ ('', '', 'General Sugar channels'), ('en', '#sugar', 'Common Sugar discussions'), ('en', '#sugar-newbies', 'New Sugar developer help'), ('en', '#sugar-meeting', 'Handling Sugar meetings'), ('', '', 'Learning channels'), ('es', '#olpc-aprendizaje', 'Latin America education team channel'), ('', '', 'Sugar distributions'), ('en', '#dextrose', 'Sugar distribution for XO laptops'), ('en', '#fedora-olpc', 'The home of the Fedora interest group for OLPC'), ('en', '#olpc-help', 'Community help, if you need help using your XO'), ('es', '#olpc-paraguay', 'Paraguay Educa'), ('es', '#olpc-sur', 'Canal de comunicaciones de olpc-sur lista de correo'), ('en', '#ubuntu-sugarteam', 'Ubuntu Sugar Team'), ('', '', 'Community channels'), ('en', '#etoys', 'Etoys project'), ('en', '#squeak', 'Squeak Smalltalk'), ('en', '#ubuntu-us-dc', 'Washington DC Ubuntu local team'), ('', '', 'Other'), ('en', '#meeting-test', 'Test meeting bot'), ] LANGUAGES = [ ('en', 'English', "This is a mirror of %(src_channel)s. What you write in %(dst_lang)s here, will be translated into %(src_lang)s, then posted to %(src_channel)s, and vice versa. %(docs)s"), ('es', 'Español', "Este es un espejo de %(src_channel)s. Lo que usted escribe en %(dst_lang)s aquí, se traducirá a %(src_lang)s, quaid luego se enviará a %(src_channel)s, y viceversa. %(docs)s"), ]