summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 55e1d512440a93412bc341321672f3941d66acd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
  
          http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- General strings -->

    <!-- label for the icon meaning 'show me all the images' -->
    <string name="all_images">All pictures</string>

    <!-- label for the icon meaning 'show me all the videos' -->
    <string name="all_videos">All videos</string>
    
    <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
    <string name="camera_label">Camera</string>

    <!-- label for the 'pictures application shown in the top level 'all applications' -->
    <string name="gallery_picker_label">Gallery</string>

    <!-- unused (do not translate) -->
    <string name="gallery_label">Pictures</string>
    
    <!-- label for the folder that contains Camera pictures in the gallery -->
    <string name="gallery_camera_bucket_name">Camera pictures</string>

    <!-- label for the folder that contains Camera videos in the gallery -->
    <string name="gallery_camera_videos_bucket_name">Camera videos</string>
    
    <!-- menu pick: switch to Video cam mode -->
    <string name="switch_to_video_lable">Switch to video</string>

    <!-- menu pick: switch to camera mode -->
    <string name="switch_to_camera_lable">Switch to camera</string>
    
    <!-- menu pick: crop the currently selected image -->
    <string name="crop_label">Crop picture</string>

    <!-- menu pick: view the currently selected image -->
    <string name="view_label">View picture</string>

    <!-- menu pick: go to the preferences screen for the camera or image gallery -->
    <string name="preferences_label">Camera settings</string>

    <!-- alert to the user to wait for some operation to complete -->
    <string name="wait">Please wait\u2026</string>

    <!-- alert to the user to that an SD card must be installed before using the camera -->
    <string name="no_storage">Please insert an SD card before using the camera.</string>

    <!-- alert to the user to that the SD card is too full to complete the operation -->
    <string name="not_enough_space">Your SD card is full.</string>

    <!-- Toast/alert after saving wallpaper -->
    <string name="wallpaper">Setting wallpaper, please wait\u2026</string>

    <!-- Settings stuff -->

    <!-- Toast/alert that the image is being saved to the SD card -->
    <string name="savingImage">Saving picture\u2026</string>

    <!-- Toast/alert that the face detection is being run -->
    <string name="runningFaceDetection">Please wait\u2026</string>

    
    <!-- Menu items: -->
    <!-- menu pick to change the orientation of the screen -->
    <string name="flip_orientation">Flip orientation</string>

    <!-- menu pick to go to the settings screen -->
    <string name="settings">Settings</string>

    <!-- menu pick to view the currently selected image -->
    <string name="view">View</string>

    <!-- menu pick to view the details of the currently selected image -->
    <string name="details">Details</string>

    <!-- menu pick to rotate the currently selected image (brings up submenu) -->
    <string name="rotate">Rotate</string>

    <!-- menu pick to rotate the currently selected image to the left -->
    <string name="rotate_left">Rotate left</string>

    <!-- menu pick to rotate the currently selected image to the right -->
    <string name="rotate_right">Rotate right</string>

    <!-- menu pick to start a slide show -->
    <string name="slide_show">Slideshow</string>
    
    <!-- menu pick to go to camera mode to capture a picture -->
    <string name="capture_picture">Capture picture</string>
    <!-- menu pick to go to video mode to capture a video -->
    <string name="capture_video">Capture video</string>
    
    <!-- button indicating that the cropped image should be saved -->
    <string name="crop_save_text">Save</string>
    <!-- button indicating that the cropped image should be reverted back to the original -->
    <string name="crop_discard_text">Discard</string>

    <!-- Confirmation dialog title after deleting a picture -->
    <string name="confirm_delete_title">Delete</string>
    <!-- Confirmation dialog message after deleting a picture -->
    <string name="confirm_delete_message">The picture will be deleted.</string>
    <!-- Confirmation dialog message after deleting a video -->
    <string name="confirm_delete_video_message">The video will be deleted.</string>
    <!-- button indicating that the picture just taken should be deleted -->
    <string name="camera_toss">Delete</string>

    <!-- Lable for the button that takes the user to the camera pictures Gallery -->
    <string name="camera_gallery">Gallery</string>
    
    <!-- Label for the button that takes the user back to still-image capture mode -->
    <string name="camera_capture">Capture</string>
    
    <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
    <string name="camera_share">Share</string>

    <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
    <string name="camera_set">Set as</string>

    <!-- button indicating that the video just taken should be played -->
    <string name="camera_play">Play</string>
    
    <!-- button indicating that the video just taken should be accepted -->
    <string name="camera_accept">Accept</string>

    <!-- button indicating that the video recording session should be canceled -->
    <string name="camera_cancel">Cancel</string>
    
    <!-- button indicating that the picture just taken should be cropped -->
    <string name="camera_crop">Crop</string>

    <!-- Toast after deleting a picture -->
    <string name="camera_tossing">Deleting\u2026</string>

    <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
    <string name="no_way_to_share_image">This picture cannot be shared.</string>

    <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
    <string name="no_way_to_share_video">This video cannot be shared.</string>

    <!-- Do not translate -->
    <string name="video_play">Play</string>

    <!-- Button indicating to go to the image gallery -->
    <string name="camera_gallery_photos_text">Gallery</string>

    <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") -->
    <string name="camera_pick_wallpaper">Pictures</string>
    <string name="camera_setas_wallpaper">Wallpaper</string>

    <string name="camera_setas_wallpaper_drm">Purchased pictures</string>
    
    <string name="camera_selectphoto">Select this picture</string>

    <!-- Button indicating to skip the picture just taken and take another one (this is used
         when the camera is invoked for the purpose of returning a picture to another activity
         such as a contacts photo). -->
    <string name="camera_takenewphoto">Capture new picture</string>

    <!-- Do not translate -->
    <string name="camera_takenewvideo">Capture new video</string>

    <!-- Settings screen, section heading  -->
    <string name="pref_gallery_category">General settings</string>

    <!-- Settings screen, section heading  -->
    <string name="pref_slideshow_category">Slideshow settings</string>
    <string name="pref_camera_general_settings_category">General settings</string>

    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_size_title">Picture size</string>

    <!-- Settings screen, title for preference for image size to be used in the im -->
    <string name="pref_gallery_size_summary">Select the display size of pictures</string>
    <!-- Title of dialog that appears after selecting Picture size setting option -->
    <string name="pref_gallery_size_dialogtitle">Picture size</string>
    <!-- Options in dialog that appears after selecting Picture size setting option -->
    <string-array name="pref_gallery_size_choices">
        <!-- size choice of "large" -->
        <item>Large</item>
        <!-- size choice of "small" -->
        <item>Small</item>
    </string-array>
    <!-- Do not translate. Option values in dialog that appears after selecting Picture size setting option -->
    <string-array name="pref_gallery_size_values">
        <!-- do not translate -->
        <item>1</item>
        <!-- do not translate -->
        <item>0</item>
    </string-array>
    <!-- Do not translate. Default option value in dialog that appears after selecting Picture size setting option -->
    <string name="default_value_pref_gallery_size">1</string>
    <!-- Settings screen, setting option name -->
    <string name="pref_gallery_sort_title">Picture sort</string>
    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_sort_summary">Select the sort order of pictures</string>
    <!-- Title of dialog that appears after selecting Picture sort setting option -->
    <string name="pref_gallery_sort_dialogtitle">Picture sort</string>
    <!-- Options in dialog that appears after selecting Picture sort setting option -->
    <string-array name="pref_gallery_sort_choices">
        <!-- Preference choice to show "newest first" -->
        <item>Newest first</item>
        <!-- Preference choice to show "newest last" -->
        <item>Newest last</item>
    </string-array>
    <!-- Do not translate. Option values in dialog that appears after selecting Picture sort setting option -->
    <string-array name="pref_gallery_sort_values">
        <!-- do not translate -->
        <item>descending</item>
        <!-- do not translate -->
        <item>ascending</item>
    </string-array>
    <!-- Do not translate. Default option value in dialog that appears after selecting Picture sort setting option -->
    <string name="default_value_pref_gallery_sort">descending</string>
    <!-- Settings screen, setting option name -->
    <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string>
    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_slideshow_interval_summary">Select how long each slide displays in the show</string>
    <!-- Title of dialog that appears after selecting Slideshow interval setting option -->
    <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string>
    <!-- Options in dialog that appears after selecting Slideshow interval
     setting option -->
    <string-array name="pref_gallery_slideshow_interval_choices">
        <!-- slide show interval "N seconds" where N is 2 -->
        <item>2 seconds</item>
        <!-- slide show interval "N seconds" where N is 3 -->
        <item>3 seconds</item>
        <!-- slide show interval "N seconds" where N is 4 -->
        <item>4 seconds</item>
    </string-array>
    <!-- Do not translate. Option values in dialog that appears after selecting Slideshow interval setting option -->
    <string-array name="pref_gallery_slideshow_interval_values">
        <!-- do not translate -->
        <item>"2"</item>
        <!-- do not translate -->
        <item>"3"</item>
        <!-- do not translate -->
        <item>"4"</item>
    </string-array>
    <!-- Do not translate. Default option value in dialog that appears after selecting Slideshow interval setting option -->
    <string name="default_value_pref_gallery_slideshow_interval">"2"</string>
    <!-- Settings screen, setting option name -->
    <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_slideshow_transition_summary">Select the effect used when moving from one slide to the next</string>
    <!-- Title of dialog that appears after selecting Slideshow transition setting option -->
    <string name="pref_gallery_slideshow_transition_dialogtitle">Slideshow transition</string>
    <!-- Options in dialog that appears after selecting Slideshow transition
     setting option -->
    <string-array name="pref_gallery_slideshow_transition_choices">
        <!-- Slide show transition to fade in and fade out -->
        <item>Fade in &amp; out</item>
        <!-- Slide show transition to slide in and out from the left and right -->
        <item>Slide left - right</item>
        <!-- Slide show transition to slide in and out from the top and bottom -->
        <item>Slide up - down</item>
        <!-- Slide show transition to be chosen randomly -->
        <item>Random selection</item>
    </string-array>
    <!-- Do not translate. Option values in dialog that appears after selecting Slideshow transition setting option -->
    <string-array name="pref_gallery_slideshow_transition_values">
        <!-- do not translate -->
        <item>"0"</item>
        <!-- do not translate -->
        <item>"1"</item>
        <!-- do not translate -->
        <item>"2"</item>
        <!-- do not translate -->
        <item>"-1"</item>
    </string-array>
    <!-- Do not translate. Default option value in dialog that appears after selecting Slideshow transition setting option -->
    <string name="default_value_pref_gallery_slideshow_transition">"0"</string>

    <!-- Settings screen, setting check box name -->
    <string name="pref_gallery_slideshow_repeat_title">Repeat slideshow</string>

    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_slideshow_repeat_summary">Play slideshow more than once</string>

    <!-- Settings screen, setting check box name -->
    <string name="pref_gallery_slideshow_shuffle_title">Shuffle slides</string>

    <!-- Settings screen, setting summary text -->
    <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string>

    <!-- Settings screen, setting title text -->
    <string name="pref_camera_recordlocation_title">Store location in pictures</string>

    <!-- Settings screen, setting summary text -->
    <string name="pref_camera_recordlocation_summary">Record location in picture data</string>

    <!-- Do not translate -->
    <string name="pref_camera_upload_albumname_title">Picasa album name</string>

    <!-- Do not translate -->
    <string name="pref_camera_upload_albumname_summary">Name the destination album for your pictures (<xliff:g id="summary">%s</xliff:g>)</string>

    <!-- Do not translate -->
    <string name="pref_camera_upload_albumname_dialogtitle">Picasa album name</string>

    <!-- [No longer used.] Settings screen, setting title text -->
    <string name="pref_camera_postpicturemenu_title">Prompt after capture</string>

    <!-- [No longer used.] Settings screen, setting summary text -->
    <string name="pref_camera_postpicturemenu_summary">Display action menu (save, delete, \u2026) after capture</string>

    <!-- Settings screen, Video quality category title -->
    <string name="pref_camera_videoquality_category">Video quality</string>
    
    <!-- Default video quality setting. A numerical value. Do not translate. -->
    <string name="pref_camera_videoquality_default">1</string>
    
    <!-- Settings screen, Select Video quality title -->
    <string name="pref_camera_videoquality_title">Select video quality</string>
    
    <!-- Settings screen, Video quality dialog radio button choices -->
    <string name="pref_camera_videoquality_entry_0">Low (for MMS messages)</string>
    <string name="pref_camera_videoquality_entry_1">High (for SD card)</string>
    
    <!-- Settings screen, Video codec dialog title -->
    <string name="pref_camera_videoquality_dialogtitle">Video quality</string>
    
    <!-- Menu item to go to the settings screen -->
    <string name="camerasettings">Settings</string>

    <!-- Text message indicating that there are no pictures on the SD card -->
    <string name="image_gallery_NoImageView_text">No pictures found.</string>

    <!-- Preference title for whether the user should be prompted form confirmation when deleting images  -->
    <string name="pref_gallery_confirm_delete_title">Confirm deletions</string>

    <!-- Preference summary for whether the user should be prompted form confirmation when deleting images  -->
    <string name="pref_gallery_confirm_delete_summary">Show confirmation before deleting pictures</string>

   <!-- Details stuff -->
    <!-- Do not translate -->
    <string name="details_title_text">myvideo</string>
    <!-- Do not translate -->
    <string name="details_tags_text">monster</string>
    <!-- Do not translate -->
    <string name="details_category_label">Category:</string>
    <!-- Do not translate -->
    <string name="details_description_label">Description:</string>
    <!-- Do not translate -->
    <string name="details_publicView_text">Public</string>
    <!-- Do not translate -->
    <string name="details_tags_label">Tags:</string>
    <!-- Do not translate -->
    <string name="details_description_text">testdescription</string>
    <!-- Do not translate -->
    <string name="details_title_label">Title:</string>
    <!-- Do not translate -->
    <string name="details_save_text">Save</string>
    <!-- Do not translate -->
    <string name="details_language_label">Language:</string>
    <!-- Do not translate -->
    <string name="details_privateView_text">Private</string>

    <!-- Title of Details dialog  -->
    <string name="details_panel_title">Details</string> 
    <!-- Label in message of Details dialog  -->
    <string name="details_file_size">File size:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_image_resolution">Resolution:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_duration">Duration:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_date_taken">Date taken:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_frame_rate">Frame rate:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_bit_rate">Bit rate:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_codec">Codec:</string>
    <!-- Label in message of Details dialog  -->
    <string name="details_format">Format:</string>
    
    <!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
    <string name="details_dimension_x">%1$d x %2$d</string>
    <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
    <string name="details_ms">%1$02d:%2$02d</string>
    <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
    <string name="details_hms">%1$d:%2$02d:%3$02d</string>
    <!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
    <string name="details_fps">%1$d fps</string>
    <!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
    <string name="details_kbps">%1$d Kbps</string>
    <!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
    <string name="details_mbps">%1$g Mbps</string>
    <!-- Details dialog "OK" button. Dismisses dialog. -->
    <string name="details_ok">OK</string>
    
    <!-- Text of context menu when an image is selected -->
    <string name="context_menu_header">Picture options</string>
    <!-- Text of context menu when a video is selected -->
    <string name="video_context_menu_header">Video options</string>
    <!-- Hint that appears when cropping an image with more than one face -->
    <string name="multiface_crop_help">Tap a face to begin.</string>
    <!-- Hint/toast that appears when user first opens capture screen on still picture camera -->
    <string name="camera_button_hint">Press Capture button to take picture.</string>
    <!-- Hint/toast that appears when user first opens capture screen on video camera -->
    <string name="video_camera_button_hint">Press Capture button to record video.</string>
    
    <!-- Activity title when in the image gallery to see pictures -->   
    <string name="photos_gallery_title">Gallery</string>

    <!-- Activity title when in the image gallery to select a picture -->   
    <string name="pick_photos_gallery_title">Select picture</string>

    <!-- Activity title when in the image gallery to see videos -->
    <string name="videos_gallery_title">Gallery</string>

    <!-- Activity title when in the image gallery to select a video -->
    <string name="pick_videos_gallery_title">Select video</string>
    
    <!-- onscreen text indicating the progress of generating thumbnails.  Basically some number followed by the word "remaining" -->    
    <string name="loading_progress_format_string"><xliff:g id="counter">%d</xliff:g> remaining</string>
    
    <!-- Displayed in the title of the dialog for things to do with a picture that
         is to be sent to another application: -->
    <string name="sendImage">Share picture via</string>

    <!-- Displayed in the title of the dialog for things to do with a picture that
         is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
    <string name="setImage">Set picture as</string>
    
    <!-- Displayed in the title of the dialog for things to do with a video that
         is to be sent to another application. -->
    <string name="sendVideo">Share video via</string>
    
    <!-- Activity label. This might show up in the activity-picker -->
    <string name="movieviewlabel">Movies</string>
    <!-- shown in the video player view while the video is being loaded, before it starts playing -->
    <string name="loading_video">Loading video\u2026</string>
 
    <!-- Displayed as a toast when a picture is saved -->
    <string name="picture_saved">Picture saved to SD card.</string>
    <!-- Displayed as a toast when a picture is deleted -->
    <string name="picture_deleted">Picture deleted.</string>
        
    <!-- Displayed as a toast when a video is saved -->
    <string name="video_saved">Video saved to SD card.</string>
    <!-- Displayed as a toast when a video is deleted -->
    <string name="video_deleted">Video deleted.</string>

    <!-- Low-memory dialog title -->
    <string name="spaceIsLow_title">Space is low</string>
    <!-- Low-memory dialog message -->
    <string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
</resources>