diff options
| author | rsudev <rasch@munin-soft.de> | 2013-02-18 22:04:36 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-02-18 22:22:22 +0100 |
| commit | deb10abf3c288b7c453626e5126ebc912a24bc03 (patch) | |
| tree | a1a26f5fba27677b6914a755c7f407dcc139424b /main/res | |
| parent | 8449a5359f0e554ddd962167cff91e20e21cf4bb (diff) | |
| download | cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.zip cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.gz cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.bz2 | |
ImageUpload - fine-tuning
Removed test code and comments
Some error-handling
Localizability
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/visit_image.xml | 1 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/main/res/layout/visit_image.xml b/main/res/layout/visit_image.xml index db4b45a..0b18f8f 100644 --- a/main/res/layout/visit_image.xml +++ b/main/res/layout/visit_image.xml @@ -2,7 +2,6 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="?background_color" android:orientation="vertical" > <LinearLayout style="@style/action_bar" > diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 3f70e44..a7bd66f 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -174,6 +174,8 @@ <string name="err_location_unknown">c:geo doesn\'t know location of cache.</string> <string name="err_missing_device_name">Please enter a device name before registering.</string> <string name="err_favorite_failed">Changing favorite status failed.</string> + <string name="err_select_logimage_failed">Selecting an image for the log failed.</string> + <string name="err_aquire_image_failed">Acquiring an image failed.</string> <string name="err_tb_display">c:geo can\'t display trackable you want. Is it really a trackable?</string> <string name="err_tb_details_open">c:geo can\'t open trackable details.</string> @@ -196,6 +198,7 @@ <string name="err_log_load_data_still">c:geo is still loading data required to post log. Please wait a little while longer.</string> <string name="err_log_failed_server">c:geo failed to post log because server is not responding.</string> <string name="err_log_post_failed">It seems that your log was not posted. Please check it on Geocaching.com.</string> + <string name="err_logimage_post_failed">It seems that your log image was not uploaded. Please check it on Geocaching.com.</string> <string name="err_search_address_forgot">c:geo forgot the address you tried to find.</string> <string name="err_parse_lat">c:geo can\'t parse latitude.</string> @@ -221,11 +224,12 @@ <string name="warn_nonexistant_mapfile">The selected map file does not exist.\nOffline maps are not available.</string> <string name="warn_rendertheme_missing">Map theme not found.</string> - <string name="info_log_posted">c:geo successfully submitted the log.</string> <string name="info_log_saved">c:geo successfully saved the log.</string> <string name="info_log_cleared">Log was cleared.</string> <string name="info_log_type_changed">Type of log has been changed!</string> + <string name="info_select_logimage_cancelled">Image selection or capture was cancelled.</string> + <string name="info_stored_image">New image saved to:</string> <string name="info_storing_static_maps">Trying to store static maps</string> |
