Changeset 5153
- Timestamp:
- Jun 13, 2017, 11:13:48 AM (21 months ago)
- Location:
- lliurex-connect/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-connect/trunk/fuentes/lliurex-connect/usr/bin/xserver.sh
r5146 r5153 4 4 # XServer XSDL 5 5 6 DATA=`zenity --forms --title="Execute in Android" \ 6 7 8 case $LANG in 9 "es"*) 10 DATA=`zenity --forms --title="Ejecutar en Android" \ 11 --text="Introduzca los datos proporcionados\n por el servidor XSDL y la aplicación a ejecutar." \ 12 --separator="*" \ 13 --add-entry="DISPLAY" \ 14 --add-entry="PULSE_SERVER" \ 15 --add-entry="Aplicción"`; 16 ;; 17 18 "ca"*) 19 DATA=`zenity --forms --title="Executeu en Android" \ 20 --text="Introduïu les dades proporcionades\n pel servidor XSDL i l'aplicación a llançar." \ 21 --separator="*" \ 22 --add-entry="DISPLAY" \ 23 --add-entry="PULSE_SERVER" \ 24 --add-entry="Aplicción"`; 25 ;; 26 27 *) 28 DATA=`zenity --forms --title="Execute in Android" \ 7 29 --text="Insert data given by XServer XSDL." \ 8 30 --separator="*" \ … … 10 32 --add-entry="PULSE_SERVER" \ 11 33 --add-entry="Apliccation"`; 34 ;; 35 36 esac 37 38 12 39 13 40 case $? in 14 0) 15 41 0) 16 42 item=0 17 43 while IFS='*' read -ra ADDR; do -
lliurex-connect/trunk/fuentes/lliurex-po/lliurex-connect/ca_ES@valencia.po
r5152 r5153 34 34 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:86 35 35 msgid "Launch Application into Android XSDL Server" 36 msgstr "Carregueu una aplicació en unservidor Android XSDL"36 msgstr "Carregueu una aplicació al servidor Android XSDL" 37 37 38 38 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:89
Note: See TracChangeset
for help on using the changeset viewer.