source: other-projects/diy-streetview-pano-capture/trunk/Client/res/values/strings.xml@ 26882

Last change on this file since 26882 was 26882, checked in by davidb, 11 years ago

Joshua Hollands software for operation with the diy camera built for Smoke and Mirrors 2012

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3
4 <string name="app_name">Campus View Remote Control</string>
5 <string name="menu_settings">Settings</string>
6 <string name="title_activity_main">Campus View Remote Control</string>
7 <string name="not_connected">Not connected to any Campus View Server.</string>
8 <string name="connect_button">Connect</string>
9 <string name="noCameras">No Cameras Detected.</string>
10 <string name="detectCams">Refresh</string>
11 <string name="capture">Capture images.</string>
12 <string name="capturing">Please Wait. Capturing images&#8230;</string>
13 <string name="disconnect">Disconnect</string>
14 <string name="shutdown">Shutdown Server</string>
15 <string name="montageDesc">Recently Captured Images</string>
16 <string name="title_activity_settings">Settings | Campus View Remote Control</string>
17 <string name="montage_settings">Auto Retrieve Montage</string>
18 <string name="montage_settings_desc">Automatically fetch a image that contains the images that were just captured.</string>
19 <string name="autoConnect">Auto Connect</string>
20 <string name="autoConnect_desc">Automatically connect to the last connected server on start up.</string>
21 <string name="connecting">Connecting&#8230;</string>
22 <string name="vibrateoncapture">Vibrate on Capture</string>
23 <string name="vibrateoncapture_desc">Vibrate on successful capture.</string>
24 <string name="detectingCams">Refreshing&#8230;</string>
25 <string name="allowShutdown">Remote Shutdown</string>
26 <string name="allowShutdown_desc">Allows this device to send the Campus View Server shutdown command.</string>
27 <string name="autoDetect">Auto Detect Cameras</string>
28 <string name="autoDetect_desc">Automatically update the Connected cameras when a new connection is established.</string>
29 <string name="disconnecting">Disconnecting&#8230;</string>
30 <string name="shuttingdown">Shutting Down...</string>
31 <string name="gotimage">Captured from Camera</string>
32 <string name="capturesuccess">Capture completed successfully.\nSuccessfuly saved on server.</string>
33 <string name="capturefailed">Capture Failed. Please check the server console for errors.</string>
34
35</resources>
Note: See TracBrowser for help on using the repository browser.