Statistics
| Branch: | Tag: | Revision:

securesmartcam / app / src / main / res / values / strings.xml @ 9fa2835a

History | View | Annotate | Download (8.96 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
    <string name="hello">Hello World</string>
4
    <string name="app_name">ObscuraCam</string>
5
    <string name="app_name_label">ObscuraCam</string>
6
    <string name="app_description">Obscuracam is a photo and video app for Android that keeps certain information private. Ever capture someone in a photo or video, then realize they may not want to be in it? Not comfortable posting a friend, family member or child’s face on the internet? Worried about the geolocation data in the picture giving away private hideaway? Tired of Facebook, Google and other sites “auto detecting” faces in your photos? Then this is for you, giving you the power to better protect the identity of those captures in your photos, before you post them online. Take a picture or load a photo or video from the Gallery, and ObscuraCam will automatically detect faces that you can pixelate, redact (blackout) or protect with funny nose and glasses. You can also invert pixelate, so that only the person you select is visible, and no one in the background can be recognized. This app will also remove all identifying data stored in photos including GPS location data and phone make and model. You can save the protected photo back to the Gallery, or share it directly to Facebook, Twitter or any other “Share” enabled app.</string>
7
    <string name="image_preview">ObscuraCam Image Preview</string>
8
        <string name="SplashTextViewString">ObscuraCam</string>
9
        <string name="CreditsTextViewString">Powered by the Guardian Project and Witness</string>
10
        <string name="WalkThroughSkipButton">Skip</string>
11
        <string name="WalkThroughContinueButton">Continue</string>
12
        <string name="WalkThroughTextView">This is an application which helps protect the privacy of individuals that may appear in pictures.</string>
13
        <string name="WalkThroughPrefSliderLabel">Select Risk Level</string>
14
    <string name="menu_new_region">New Tag</string>
15
    <string name="menu_detect">Detect Faces</string>    
16
    <string name="menu_panic">Panic</string>
17
         <string name="menu_image_prefs">Image Prefs</string>
18
    <string name="menu_save">Save</string>
19
    <string name="menu_share">Share</string>
20
    <string name="menu_send_hash">Send Hash</string>
21
    <string name="menu_prefs">Preferences</string>
22
    <string name="menu_clear_regions">Clear</string>
23
    
24
    
25
    
26
    <string name="imgprefs_h1">Preferences for this image</string>
27
    <string name="imgprefs_undo">Undo</string>
28
    <string name="imgprefs_save">Save Preferences</string>
29
    <string name="imgprefs_panic">P A N I C !</string>
30
    <string name="imgprefs_eraseexif">Erase All Exif Data</string>
31
    
32
    <string name="idtaggerh1">Identify</string>
33
    <string name="idtaggerh12">Consentify</string>
34
    <string name="idtaggerp">Type a name (or any identifier), or choose from people you\'ve already tagged.</string>
35
    <string name="idtaggerp2">Check this box if you have your subject\s verbal consent to record his/her image.</string>
36
    <string name="idtaggersubmit">Submit</string>
37
    <string name="encrypttaggerh1">Encrypt This Tag</string>
38
    <string name="encrypttaggerp">You can encrypt the selected region to a specific set of public keys, so that only the key holders will be able to view the original image region.</string>
39
    <string name="encrypttaggerhint">Tap To Choose</string>
40
    
41
    <string name="confirm_delete">Do you want to delete the original media file?</string>
42
    <string name="confirm_delete_region">Are you sure you want to remove this region box?</string>
43
    
44
    <!-- Informa Options -->
45
    <string name="informaOpt_consent">Subject has given his/her informed consent to be photographed.</string>
46
    <string name="informaOpt_autoFilter">Automatically apply this type of filter each time this person appears in an ObscuraCam photo.</string>
47
    
48
    <string name="mdHumanReadable_intro">Image taken with/modified by ObscuraCam.</string>
49
    <string name="mdHumanReadable_onDate">Image saved on:</string>
50
    <string name="mdHumanReadable_numTags">Number of edited regions in this image:</string>
51
    <string name="mdHumanReadable_consentIntro">Subjects contained in this image:</string>
52
    <string name="mdHumanReadable_psudonym">Name/Pseudonym:</string>
53
    <string name="mdHumanReadable_coordinates">Coordinates within this image:</string>
54
    <string name="mdHumanReadable_consentGiven">Informed consent given?</string>
55
    <string name="mdHumanReadable_persistObfuscation">Apply same obfuscation settings to this subject in every photo?</string>
56
    
57
     <!-- APG related -->
58
    <string name="apg_error_activity_not_found">No suitable application for this action found.</string>
59
    <string name="apg_error_apg_version_not_supported">The installed APG version is not supported.</string>
60
    <string name="apg_btn_crypto_sign">Sign</string>
61
    <string name="apg_btn_encrypt">Encrypt</string>
62
    <string name="apg_btn_decrypt">Decrypt</string>
63
    <string name="apg_btn_verify">Verify</string>
64
    <string name="apg_btn_select">Select</string>
65
    
66
    <string name="unknown_crypto_signature_user_id">&lt;unknown&gt;</string>
67
    <string name="key_id">id: %s</string>
68
    <string name="insufficient_apg_permissions">This app doesn\'t have permission to access APG fully, please reinstall the app to fix that.</string>
69
    <string name="pgp_mime_unsupported">PGP/MIME messages are not supported yet.</string>
70
    <string name="attachment_encryption_unsupported">Warning: attachments are NOT signed or encrypted yet.</string>
71
    <string name="send_aborted">Send aborted.</string>
72
    <string name="menu_delete_original">Delete Original</string>
73
    <string name="menu_about">About</string>
74
    <string name="menu_preview">Play</string>
75
    <string name="menu_preview_image">Preview</string>
76

    
77

    
78
    <string name="loading_image">Loading photo...</string>
79
    
80
    <string name="about">This app was developed by the SecureSmartCam Team, a joint effort by WITNESS and the Guardian Project.</string>
81

    
82
        <string name="about2">Learn more at http://witness.org and https://guardianproject.info</string>
83
        
84
        <string name="about3">This software is freely licensed under the GNU GPL v3.</string>
85
        
86
        <string name="yes">Yes</string>
87
        <string name="no">No</string>
88
        
89
        
90
    <string name="eula_title">You agree to:</string>
91
    <string name="eula_accept">Accept</string>
92
    <string name="eula_refuse">Refuse</string>
93
    
94
    <string name="welcomeSubMsg">now with video!</string>
95
    
96
    <string name="play_video">Play Video</string>
97
    <string name="share_video">Share Video</string>
98
    
99
    
100
    <!--  video processing -->
101
    <string name="pref_out_fps_title">Output Framerate (fps)</string>
102
    <string name="pref_out_fps_summary">Frames per second to save output video at (15-30)</string>
103
    
104
    <string name="pref_out_rate_title">Output Bitrate (kbps)</string>
105
    <string name="pref_out_rate_summary">Bitrate of video output (300-1500)</string>
106
    
107
    <string name="pref_out_format_title">Output Format</string>
108
    <string name="pref_out_format_summary">File container format (mp4, 3gp, ogg)</string>
109
    
110
     <string name="pref_out_vcodec_title">Output Video Codec</string>
111
    <string name="pref_out_vcodec_summary">video codec (copy, libx264, etc)</string>
112
    
113
     <string name="pref_out_acodec_title">Output Audio Codec</string>
114
    <string name="pref_out_acodec_summary">audio codec (copy, aac, mp3, etc)</string>
115
    
116
    <string name="pref_out_vwidth_title">Custom Video Width (px)</string>
117
    <string name="pref_out_vwidth_summary">custom video width for outputed video</string>
118
    
119
     <string name="pref_out_vheight_title">Custom Video Height (px)</string>
120
    <string name="pref_out_vheight_summary">custom video height for outputed video</string>
121

    
122
    <string name="title_albums">Albums</string>
123
    <string name="action_pick_external">Pick from external app</string>
124
    <string name="action_pick_external_album_name">Other</string>
125
    <string name="gallery_info_message">Tap a photo to start</string>
126
    <string name="gallery_info_ok">Got it</string>
127
    <string name="gallery_need_permission">We need your permission to access your photos. Please tap anywhere to allow it.</string>
128

    
129
    <string name="processing_complete">Obscured successfully!</string>
130

    
131
    <string name="obscure_option_remove">Remove</string>
132
    <string name="obscure_option_redact">Redact</string>
133
    <string name="obscure_option_pixelate">Pixelate</string>
134
    <string name="obscure_option_inverse">Inverse</string>
135
    <string name="obscure_option_mask">Mask</string>
136
    <string name="prompt_detect_faces">Would you like to detect faces in this video?</string>
137
    <string name="action_yes">Yes</string>
138
    <string name="action_no">No</string>
139
    <string name="video_set_out">Set Out Point</string>
140
    <string name="video_type_redact">Set Redact</string>
141
    <string name="video_type_pixelate">Set Pixelate</string>
142
    <string name="video_remote_trail">Remove Trail</string>
143
    <string name="do_tweet">Do Tween</string>
144
    <string name="video_remove_keyframe">Remove Keyframe</string>
145
    <string name="processing">Processing...</string>
146

    
147
</resources>