OSDN Git Service

android-2.1_r1 snapshot
[android-x86/packages-apps-Gallery2.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3         <string name="app_name">Gallery</string>
4         <string-array name="months_abbreviated">
5                 <item>Jan</item>
6                 <item>Feb</item>
7                 <item>Mar</item>
8                 <item>Apr</item>
9                 <item>May</item>
10                 <item>Jun</item>
11                 <item>Jul</item>
12                 <item>Aug</item>
13                 <item>Sep</item>
14                 <item>Oct</item>
15                 <item>Nov</item>
16                 <item>Dec</item>
17         </string-array>
18         <!-- Title for picture frame gadget to show in list of all available gadgets -->
19     <string name="gadget_title">Picture frame</string>
20
21         <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
22     <string name="details_ms">%1$02d:%2$02d</string>
23     <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
24     <string name="details_hms">%1$d:%2$02d:%3$02d</string>
25     <!-- Activity label. This might show up in the activity-picker -->
26     <string name="movie_view_label">Movies</string>
27     <!-- shown in the video player view while the video is being loaded, before it starts playing -->
28     <string name="loading_video">Loading video\u2026</string>
29     <!-- Movie View Resume Playing dialog title -->
30     <string name="resume_playing_title">Resume video</string>
31
32     <!-- Movie View Start Playing dialog title -->
33     <string name="resume_playing_message">Resume playing from %s ?</string>
34     <!-- Movie View Start Playing button "Resume from bookmark" -->
35     <string name="resume_playing_resume">Resume playing</string>
36
37     <!-- Movie View Start Playing button "Beginning" -->
38     <string name="resume_playing_restart">Start over</string>
39     <string name="photos">photos</string>
40         <string name="videos">videos</string>
41         <string name="camera">Camera</string>
42
43         <!-- Button indicating that the cropped image should be saved -->
44         <string name="crop_save_text">Save</string>
45         <!-- Button indicating that the cropped image should be reverted back to the original -->
46         <string name="crop_discard_text">Discard</string>
47         <!-- Hint that appears when cropping an image with more than one face -->
48         <string name="multiface_crop_help">Tap a face to begin.</string>
49         <!-- Toast/alert that the image is being saved to the SD card -->
50         <string name="saving_image">Saving picture\u2026</string>
51         <!-- menu pick: crop the currently selected image -->
52         <string name="crop_label">Crop picture</string>
53         <!-- Toast/alert that the face detection is being run -->
54         <string name="running_face_detection">Please wait\u2026</string>
55
56         <!-- Displayed in the title of the dialog for things to do with a picture
57                  that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
58         <string name="set_image">Set picture as</string>
59         <!-- Toast/alert after saving wallpaper -->
60         <string name="wallpaper">Setting wallpaper, please wait\u2026</string>
61         <!-- String indicating an action of picking a picture to use as wallpaper
62                  (e.g. set wallpaper from "Pictures") -->
63         <string name="camera_pick_wallpaper">Pictures</string>
64         <string name="camera_setas_wallpaper">Wallpaper</string>
65
66     <!-- Details dialog "OK" button. Dismisses dialog. -->
67     <string name="details_ok">OK</string>
68     <string name="loading_new">Loading new albums and photos</string>
69     <string name="initializing">Loading</string>
70     <string name="pick_prompt">Pick an item from your collection</string>
71     <string name="no_items">There are no items in your collection</string>
72     <string name="home">Home</string>
73     <string name="pick">Pick</string>
74     <string name="delete">Delete</string>
75     <string name="confirm_delete">Confirm Delete</string>
76     <string name="are_you_sure">Are you sure?</string>
77     <string name="cancel">Cancel</string>
78     <string name="share">Share</string>
79     <string name="no_sd_card">SD Card unmounted or not present</string>
80
81         <!-- String indicating more actions are available -->
82     <string name="more">More</string>
83     <string name="select_all">Select All</string>
84     <string name="deselect_all">Deselect All</string>
85     <string name="slideshow">Slideshow</string>
86
87     <!-- String to play a video -->
88     <string name="play">Play</string>
89     <string name="menu">Menu</string>
90     <string name="details">Details</string>
91
92     <!-- String appended at the end depending upon what is selected eg. 1 album selected -->
93     <string name="album_selected">album selected</string>
94     <string name="item_selected">item selected</string>
95     <string name="albums_selected">albums selected</string>
96     <string name="items_selected">items selected</string>
97
98     <string name="album">Album</string>
99     <string name="start">Start</string>
100     <string name="end">End</string>
101     <string name="location">Location</string>
102     <string name="location_unknown">Unknown location</string>
103     <string name="title">Title</string>
104     <string name="type">Type</string>
105
106     <!-- String indicating timestamp of photo or video -->
107     <string name="taken_on">Taken on</string>
108     <string name="added_on">Added on</string>
109     <string name="show_on_map">Show on map</string>
110     <string name="rotate_left">Rotate Left</string>
111     <string name="rotate_right">Rotate Right</string>
112     <string name="crop">Crop</string>
113     <string name="set_as">Set as</string>
114     <string name="set_as_wallpaper">Set as wallpaper</string>
115     <string name="item">item</string>
116     <string name="items">items</string>
117     <string name="set_as_contact_icon">Set as contact icon</string>
118
119     <!-- String indicating rough location eg. 25 miles around San Francisco -->
120     <string name="miles_around">miles around</string>
121     <!-- String indicating an approximate location eg. Around Palo Alto, CA -->
122     <string name="around">Around</string>
123     <string name="date_unknown">Date unknown</string>
124     <string name="video_err">Unable to play video</string>
125 </resources>