Use consistent terminology

Why "Choose a Computer" but "Add Server"? Let's always call them "computers"
in the UI.

And in fact I think the feature to add a computer manually is kinda pointless;
is it too much to ask people to have their machines discoverable? I doubt
keeping a computer not discoverable through Bluetooth thwarts a determined
attacker from finding it anyway. (I am not saying that just finding it would
mean compromising it.)

Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be
This commit is contained in:
Tor Lillqvist 2013-02-13 09:17:53 +02:00
parent b48bde463a
commit 056968fae7

View File

@ -25,7 +25,7 @@
<string name="bluetooth">Bluetooth</string> <string name="bluetooth">Bluetooth</string>
<string name="wifi">WI-FI</string> <string name="wifi">WI-FI</string>
<string name="selector_noservers">Searching for computers…</string> <string name="selector_noservers">Searching for computers…</string>
<string name="selector_delete">Remove server</string> <string name="selector_delete">Remove computer</string>
<string name="selector_choose_a_computer">Choose a Computer</string> <string name="selector_choose_a_computer">Choose a Computer</string>
<string name="selector_dialog_connecting">Attempting to connect to {0}…</string> <string name="selector_dialog_connecting">Attempting to connect to {0}…</string>
<string name="selector_dialog_connectionfailed">Impress Remote could not connect to {0}.</string> <string name="selector_dialog_connectionfailed">Impress Remote could not connect to {0}.</string>
@ -42,10 +42,10 @@
<string name="about_copyright">Copyright © 2012 LibreOffice Contributors and/or their affiliates.</string> <string name="about_copyright">Copyright © 2012 LibreOffice Contributors and/or their affiliates.</string>
<string name="about_licence">This app is released under the Mozilla Public License, v. 2.0.</string> <string name="about_licence">This app is released under the Mozilla Public License, v. 2.0.</string>
<string name="about_libraries">This app uses android-coverflow\n\tCopyright © 2011, Polidea\n\tNew BSD License.\n\nThis app uses ActionBarSherlock:\n\tCopyright 2012 Jake Wharton\n\tLicensed under the Apache License, Version 2.0 (the "License")</string> <string name="about_libraries">This app uses android-coverflow\n\tCopyright © 2011, Polidea\n\tNew BSD License.\n\nThis app uses ActionBarSherlock:\n\tCopyright 2012 Jake Wharton\n\tLicensed under the Apache License, Version 2.0 (the "License")</string>
<string name="addserver">Add Server</string> <string name="addserver">Add Computer Manually</string>
<string name="addserver_entername">Server name:</string> <string name="addserver_entername">Computer name:</string>
<string name="addserver_enteraddress">Server address as IP or hostname:</string> <string name="addserver_enteraddress">Computer IP address or hostname:</string>
<string name="addserver_remember">Remember this server next time</string> <string name="addserver_remember">Remember this computer next time</string>
<string name="addserver_add">Add</string> <string name="addserver_add">Add</string>
<string name="addserver_cancel">Cancel</string> <string name="addserver_cancel">Cancel</string>
<string name="reconnect_description1">Your connection has been dropped.</string> <string name="reconnect_description1">Your connection has been dropped.</string>