summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml458
1 files changed, 0 insertions, 458 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
deleted file mode 100644
index ab7d88e..0000000
--- a/res/values/strings.xml
+++ /dev/null
@@ -1,458 +0,0 @@
-<?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>
-
- <!-- alert to the user to that the SD card is being disk-checked -->
- <string name="preparing_sd">Preparing SD card\u2026</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>
-
- <!-- 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 as an attachment -->
- <string name="camera_attach">Attach</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>
-
- <!-- 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">Display 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 and videos</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">Sort order</string>
- <!-- Settings screen, setting summary text -->
- <string name="pref_gallery_sort_summary">Select the sort order of pictures and videos</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>
-
- <!-- 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 or videos in a particular
- bucket on the SD card -->
- <string name="image_gallery_NoImageView_text">No media 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 a picture or video</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>
-
- <!-- 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>
-
- <!-- 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>
-
- <!-- Movie View Resume Playing dialog title -->
- <string name="resume_playing_title">Resume video</string>
-
- <!-- Movie View Start Playing dialog title -->
- <string name="resume_playing_message">Resume playing from %s ?</string>
-
- <!-- Movie View Start Playing button "Resume from bookmark" -->
- <string name="resume_playing_resume">Resume playing</string>
-
- <!-- Movie View Start Playing button "Beginning" -->
- <string name="resume_playing_restart">Start over</string>
-
- <!-- Title for picture frame gadget to show in list of all available gadgets -->
- <string name="gadget_title">Picture frame</string>
-
- <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat.
- Do not localize -->
- <string name="video_file_name_format">"'video'-yyyy-MM-dd-HH-mm-ss"</string>
-
- <!-- Title for the file information dialog -->
- <string name="file_info_title">File info:</string>
-
- <!-- The video is execeed the size limit of a MMS, and suggest user to record a shorter length clip -->
- <string name="video_exceed_mms_limit">The video you recorded is too large to send via MMS. Try recording a shorter length clip.</string>
-
-</resources>