Changeset 5416 for zero-lliurex-gearth
- Timestamp:
- Jun 30, 2017, 11:33:57 AM (4 years ago)
- Location:
- zero-lliurex-gearth/trunk/fuentes
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
zero-lliurex-gearth/trunk/fuentes/debian/changelog
r5294 r5416 1 zero-lliurex-gearth (0.31-lliurex4) xenial; urgency=medium 2 3 * Checking if file is downloaded 4 5 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Fri, 30 Jun 2017 10:17:47 +0200 6 1 7 zero-lliurex-gearth (0.31-lliurex3) xenial; urgency=medium 2 8 -
zero-lliurex-gearth/trunk/fuentes/lliurex-po/zero-lliurex-gearth/ca_ES@valencia.po
r264 r5416 59 59 msgid "Google Earth has been successfully downloaded" 60 60 msgstr "Ha finalitzat la baixada del Google Earth" 61 62 #: zero-lliurex-gearth.zmd 63 msgid "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums" 64 msgstr "no està instal·lat al sistema. Proveu de nou i comproveu que teniu accés als dipòsits de programari a la xarxa, o bé contacteu amb l'equip de LliureX a http://mestreacasa.gva.es/web/lliurex/forums" 65 66 #: zero-lliurex-gearth.zmd:16 67 msgid "Your downloading has been cancel. Google Earth will not be installed in your system" 68 msgstr "S'ha cancel·lat la descàrrega. Google earth no s'ha instal·lat al sistema" 69 70 -
zero-lliurex-gearth/trunk/fuentes/lliurex-po/zero-lliurex-gearth/es.po
r264 r5416 64 64 msgid "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums" 65 65 msgstr "no se instalo en tu sistema, intentalo de nuevo y comprueba que tienes acceso a los repositorios y a la red. Si persiste el problema ponte en contacto con el equipo de Lliurex a traves de http://mestreacasa.gva.es/web/lliurex/forums" 66 67 68 #: zero-lliurex-gearth.zmd:16 69 msgid "Your dowloading has been cancel. Google Earth will not be installed in your system" 70 msgstr "La descarga ha sido cancelada. Google Earth no será instalado en tu sistema" -
zero-lliurex-gearth/trunk/fuentes/lliurex-po/zero-lliurex-gearth/qcv.po
r264 r5416 58 58 msgid "Google Earth has been successfully downloaded" 59 59 msgstr "Ha finalitzat la baixada del Google Earth" 60 61 #: zero-lliurex-gearth.zmd 62 msgid "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums" 63 msgstr "no està instal·lat al sistema. Proveu de nou i comproveu que teniu accés als dipòsits de programari a la xarxa, o bé contacteu amb l'equip de LliureX a http://mestreacasa.gva.es/web/lliurex/forums" 64 65 #: zero-lliurex-gearth.zmd:16 66 msgid "Your downloading has been cancel. Google Earth will not be installed in your system" 67 msgstr "S'ha cancel·lat la descàrrega. Google earth no s'ha instal·lat al sistema" -
zero-lliurex-gearth/trunk/fuentes/lliurex-po/zero-lliurex-gearth/zero-lliurex-gearth.pot
r264 r5416 62 62 msgid "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums" 63 63 msgstr "" 64 65 #: zero-lliurex-gearth.zmd:16 66 msgid "Your downloading has been cancel. Google Earth will not be installed in your system" 67 msgstr "" 68 -
zero-lliurex-gearth/trunk/fuentes/zero-lliurex-gearth.amd64.zmd
r5185 r5416 14 14 MSG_DESCARGA_COMPLETA=$(gettext "Google Earth has been successfully downloaded") 15 15 MSG_INSTALL_ERROR=$(gettext "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums") 16 MSG_CANCELLED=$(gettext "Your dowloading has been cancel. Google Earth will not be installed in your system") 16 17 17 18 current_version="google-earth-stable_current_amd64.deb" … … 40 41 #DESCARGAMOS FICHERO BIN (.BIN) 41 42 flag=0 43 44 # COMPROBAMOS SI EL FICHERO SE HA DESCARGADO 45 if [ ! -f $temp ]; then 46 zenity --info --text="$MSG_CANCELLED" >/dev/null 2>&1 47 zero-center remove-pulsating-color zero-lliurex-gearth 48 exit 1 49 fi 50 51 42 52 43 53 lliurex-version | grep server -
zero-lliurex-gearth/trunk/fuentes/zero-lliurex-gearth.i386.zmd
r5185 r5416 14 14 MSG_DESCARGA_COMPLETA=$(gettext "Google Earth has been successfully downloaded") 15 15 MSG_INSTALL_ERROR=$(gettext "is not installed in your system, please retry again and test if you have acess to repositories in net, or contact with Lliurex Team at http://mestreacasa.gva.es/web/lliurex/forums") 16 MSG_CANCELLED=$(gettext "Your dowloading has been cancel. Google Earth will not be installed in your system ") 17 16 18 17 19 current_version="google-earth-stable_current_i386.deb" … … 40 42 #DESCARGAMOS FICHERO BIN (.BIN) 41 43 flag=0 44 45 # COMPROBAMOS SI EL FICHERO SE HA DESCARGADO 46 if [ ! -f $temp ]; then 47 zenity --info --text="$MSG_CANCELLED" >/dev/null 2>&1 48 zero-center remove-pulsating-color zero-lliurex-gearth 49 exit 1 50 fi 42 51 43 52 lliurex-version | grep server
Note: See TracChangeset
for help on using the changeset viewer.