Changeset 1562 for zero-center/trunk/fuentes
- Timestamp:
- May 17, 2016, 12:57:20 PM (5 years ago)
- Location:
- zero-center/trunk/fuentes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
zero-center/trunk/fuentes/install-files/usr/share/zero-center/zero-center.py
r1543 r1562 1062 1062 if self.client.get_variable("","VariablesManager","MASTER_SERVER_IP"): 1063 1063 if app["ID"] in self.blacklist: 1064 result = self.open_dialog("Warning",_(" Operation not allowed on a slaveserver"),True)1064 result = self.open_dialog("Warning",_("We are in a center model and therefore should install this service on the master server to be accessible from any computer in the center, whether to continue with the installation on this computer the service is only available on computers that are in the internal network of this server"),True) 1065 1065 if result == Gtk.ResponseType.CANCEL: 1066 1066 return -1 -
zero-center/trunk/fuentes/lliurex-po/zero-center/ca@valencia.po
r1444 r1562 38 38 39 39 #: zero-center.py:1063 40 msgid " Operation not allowed on a slave server"40 msgid ""We are in a center model and therefore should install this service on the master server to be accessible from any computer in the center, whether to continue with the installation on this computer the service is only available on computers that are in the internal network of this server"" 41 41 msgstr "L'operació no està permesa en un servidor esclau" 42 42 -
zero-center/trunk/fuentes/lliurex-po/zero-center/es.po
r1444 r1562 39 39 40 40 #: zero-center.py:1063 41 msgid " Operation not allowed on a slaveserver"42 msgstr " Operación no permitida en un servidor esclavo"41 msgid "We are in a center model and therefore should install this service on the master server to be accessible from any computer in the center, whether to continue with the installation on this computer the service is only available on computers that are in the internal network of this server" 42 msgstr "Estamos en un modelo de centro y por tanto debería instalar este servicio en el servidor maestro para que sea accesible desde cualquier equipo del centro, si desea continuar con la instalación en este equipo el servicio sólo estará disponible en aquellos equipos que estén en la red interna de este este servidor" 43 43 44 44 #: ../../install-files/usr/share/zero-center/zero-center.py:1128 -
zero-center/trunk/fuentes/lliurex-po/zero-center/zero-center.pot
r1444 r1562 39 39 40 40 #: zero-center.py:1063 41 msgid " Operation not allowed on a slaveserver"41 msgid "We are in a center model and therefore should install this service on the master server to be accessible from any computer in the center, whether to continue with the installation on this computer the service is only available on computers that are in the internal network of this server" 42 42 msgstr "" 43 43 -
zero-center/trunk/fuentes/n4dvars/SLAVE_BLACKLIST
r1442 r1562 11 11 "install-moodle": ["moodle"], 12 12 "lliurex-owncloud":["owncloud"], 13 "zero-lliurex-pmb-installer":["pmb","opac" ],13 "zero-lliurex-pmb-installer":["pmb","opac","biblioteca"], 14 14 "lliurex-freeradius":[] 15 15 },
Note: See TracChangeset
for help on using the changeset viewer.