130 """ |
130 """ |
131 connection = self.connections.get(lang) |
131 connection = self.connections.get(lang) |
132 if connection is None: |
132 if connection is None: |
133 if fx != 'INIT': |
133 if fx != 'INIT': |
134 self.serviceNotAvailable.emit( |
134 self.serviceNotAvailable.emit( |
135 fx, lang, fn, self.trUtf8( |
135 fx, lang, fn, self.tr( |
136 '{0} not configured.').format(lang)) |
136 '{0} not configured.').format(lang)) |
137 # Reset flag and continue processing queue |
137 # Reset flag and continue processing queue |
138 self.isWorking = None |
138 self.isWorking = None |
139 self.__processQueue() |
139 self.__processQueue() |
140 else: |
140 else: |