OSDN Git Service

Add version category
[android-x86/packages-apps-Gallery2.git] / res / values / filtershow_strings.xml
index e142c0a..b28dd5f 100644 (file)
     <string name="show_imagestate_panel">Show Applied Effects</string>
     <!--  Text for the image state panel menu item [CHAR LIMIT=30] -->
     <string name="hide_imagestate_panel">Hide Applied Effects</string>
+    <!--  Text for the menu item to export a flattened photo[CHAR LIMIT=30] -->
+    <string name="export_flattened">Export Flattened Image</string>
+    <!--  Text for selecting export image quality [CHAR LIMIT=100] -->
+    <string name="select_compression">Select output quality.</string>
+    <!--  Text for quality value tag [CHAR LIMIT=30] -->
+    <string name="quality">Quality</string>
+
     <!--  Name for the overflow menu item for settings [CHAR LIMIT=20] -->
     <string name="menu_settings">Settings</string>
 
     <string name="kmeans">Warhol</string>
     <!--  Label for the image downsampling effect (makes image smaller) [CHAR LIMIT=15] -->
     <string name="downsample">Downsample</string>
+    <!--  Label for the image graduated filter effect  [CHAR LIMIT=15] -->
+    <string name="grad">Graduated</string>
+    <!--  Label for the Brightness effect  [CHAR LIMIT=20] -->
+    <string name="editor_grad_brightness">Brightness</string>
+    <!--  Label for the Contrast filter effect  [CHAR LIMIT=20] -->
+    <string name="editor_grad_contrast">Contrast</string>
+    <!--  Label for the saturation effect  [CHAR LIMIT=20] -->
+    <string name="editor_grad_saturation">Saturation</string>
+    <!--  Label for the Main or Master control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_main">Main</string>
+    <!--  Label for the red control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_red">Red</string>
+    <!--  Label for the yellow control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_yellow">Yellow</string>
+    <!--  Label for the green control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_green">Green</string>
+    <!--  Label for the cyan control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_cyan">Cyan</string>
+    <!--  Label for the blue control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_blue">Blue</string>
+    <!--  Label for the Magenta control for per channel saturation effect [CHAR LIMIT=20] -->
+    <string name="editor_chan_sat_magenta">Magenta</string>
+    <!--  Label for the image graduated filter effect  [CHAR LIMIT=20] -->
+    <string name="editor_grad_style">Style</string>
+    <!--  Label for the image new grad layer  [CHAR LIMIT=20] -->
+    <string name="editor_grad_new">new</string>
+
 
     <!--  Labels for the curves tool -->
 
     <!--  Name used to indicate the final image in the state panel [CHAR LIMIT=20] -->
     <string name="state_panel_result">Result</string>
 
+    <!-- Label for the notification [CHAR LIMIT=50] -->
+    <string name="filtershow_notification_label">Saving Image</string>
+    <!-- Label for the notification message [CHAR LIMIT=50] -->
+    <string name="filtershow_notification_message">Processing...</string>
+
+    <!-- Label for the save preset menu [CHAR LIMIT=30] -->
+    <string name="filtershow_save_preset">Save current preset</string>
+    <!-- Label for the manage preset menu [CHAR LIMIT=30] -->
+    <string name="filtershow_manage_preset">Manage user presets</string>
+    <!-- Label for newly created user preset [CHAR LIMIT=30] -->
+    <string name="filtershow_new_preset">New Preset</string>
+
+    <!-- Label for showing the image information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_show_info_panel">Information</string>
+    <!-- Label for the information panel [CHAR LIMIT=30] -->
+    <string name="filtershow_show_info_panel_name">Image Name</string>
+    <!-- Label for the information panel [CHAR LIMIT=30] -->
+    <string name="filtershow_show_info_panel_size">Image Size</string>
+    <!-- Label for the information panel [CHAR LIMIT=30] -->
+    <string name="filtershow_show_info_panel_histogram">Histogram</string>
+    <!-- Label for the information panel [CHAR LIMIT=30] -->
+    <string name="filtershow_show_info_panel_exif">EXIF Data</string>
+
+    <!-- Label for the add button in the category panel [CHAR LIMIT=30] -->
+    <string name="filtershow_add_button_looks">Preset</string>
+    <!-- Label for the add button in the versions panel [CHAR LIMIT=30] -->
+    <string name="filtershow_add_button_versions">Version</string>
+    <!-- Label for the Original version in the versions panel [CHAR LIMIT=30] -->
+    <string name="filtershow_version_original">Original</string>
+    <!-- Label for the Current version in the versions panel [CHAR LIMIT=30] -->
+    <string name="filtershow_version_current">Current</string>
+
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_model">Model</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_aperture">Aperture</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_focal_length">Focal Length</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_iso">ISO</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_subject_distance">Subject Distance</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_date">Date taken</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_f_stop">F Stop</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_exposure_time">Exposure Time</string>
+    <!-- Label for exif tags in the information panel [CHAR LIMIT=50] -->
+    <string name="filtershow_exif_copyright">Copyright</string>
+
 </resources>