Changeset 5152
- Timestamp:
- Jun 13, 2017, 10:19:16 AM (4 years ago)
- Location:
- lliurex-connect/trunk/fuentes
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-connect/trunk/fuentes/lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py
r5147 r5152 144 144 145 145 def cbXSDL(self, widget): 146 command=" /usr/xserver.sh";146 command="xserver.sh"; 147 147 proc = subprocess.Popen([command], shell=True, stdout=subprocess.PIPE) 148 148 (out, err) = proc.communicate() -
lliurex-connect/trunk/fuentes/lliurex-po/lliurex-connect/lliurex-connect.pot
r5015 r5152 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2017-06- 01 13:30+0200\n"11 "POT-Creation-Date: 2017-06-13 09:58+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Content-Transfer-Encoding: 8bit\n" 19 19 20 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:7 121 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:11 020 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:73 21 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:112 22 22 msgid "Disable Wireless Management" 23 23 msgstr "" 24 24 25 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:7 426 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:12 125 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:76 26 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:123 27 27 msgid "Enable Wireless Management" 28 28 msgstr "" 29 29 30 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:8 130 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:83 31 31 msgid "Mirror Android on this computer" 32 32 msgstr "" 33 33 34 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:8 434 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:86 35 35 msgid "Launch Application into Android XSDL Server" 36 36 msgstr "" 37 37 38 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:8 738 #: ../lliurex-connect/usr/share/lliurex-connect/connectionAssistant.py:89 39 39 msgid "Quit" 40 40 msgstr "" 41 42 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:90 43 msgid "" 44 "LliureX Connect is a suite of tools to achieve the connection between tablet " 45 "and your LliureX computer. For the mirroring capabilities, you need an " 46 "Chrome extension called AllCast Receicer." 47 msgstr "" 48 49 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:91 50 msgid "" 51 "You need Google Chrome to use Mirroring capabilities in this computer. Press " 52 "the following link to download Google Chrome." 53 msgstr "" 54 55 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:92 56 msgid "Download Chrome" 57 msgstr "" 58 59 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:93 60 msgid "" 61 "Allcast Receiver is a Google Chrome App to receive video streaming from an " 62 "Android Device through Recording and Mirroring App." 63 msgstr "" 64 65 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:94 66 msgid "Download AllCast Receiver" 67 msgstr "" 68 69 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:95 70 msgid "" 71 "Screen Recording and Mirror allows you to send video streaming to AllCast " 72 "Receiver Google Chrome app." 73 msgstr "" 74 75 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:96 76 msgid "Go to app Screen Recording and Mirror in Google Play" 77 msgstr "" 78 79 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:97 80 msgid "" 81 "XDSL Server is a Linux graphical server for your Android device. It alloys " 82 "you to launch any application in yout system and see it in your device." 83 msgstr "" 84 85 #: ../lliurex-connect/usr/share/lliurex-connect/splash.py:98 86 msgid "Go to app X Server for Android in Google Play" 87 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.