annotate res/values-be/strings.xml @ 365:145ec135804f
remove synchronized from close methods, since they may be called indirectly from connect()
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Mon, 04 Aug 2014 09:41:22 -0700 |
parents |
0ce5cc452d02 |
children |
|
rev |
line source |
0
|
1 <?xml version='1.0' encoding='utf-8'?>
|
|
2 <resources>
|
|
3 <string name="pubkey_list_empty">Tap Menu to create\nor import key pairs.</string>
|
|
4 <string name="portforward_list_empty">Tap Menu to create\nport forwards.</string>
|
|
5 <string name="list_format_error">Use the format %1$s</string>
|
|
6 <string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string>
|
|
7 </resources>
|