|
1 | 1 | <resources> |
2 | | - <string name="app_title">AutoCrop</string> |
3 | | - |
| 2 | + <string name="app_name">AutoCrop</string> |
4 | 3 | <string name="select_images">SELECT IMAGES</string> |
5 | | - <string name="menu_inflation_button_description">Inflate settings menu</string> |
6 | | - <string name="screenshot_button_description">Capture Flow Field image</string> |
7 | | - <string name="crop_sharing_button_description">Share saved crops</string> |
8 | | - |
9 | 4 | <string name="menu_item_divider_examination">Examination</string> |
10 | 5 | <string name="menu_item_divider_crop_saving">Crop Saving</string> |
11 | 6 | <string name="menu_item_divider_other">Other</string> |
12 | | - |
13 | 7 | <string name="menu_item_auto_scroll">AutoScroll</string> |
14 | 8 | <string name="menu_item_rate_the_app">Rate the app</string> |
15 | 9 | <string name="menu_item_about">About</string> |
16 | 10 | <string name="menu_item_change_directory">Change Directory</string> |
17 | | - |
18 | | - <string name="cropping_in_progress">Cropping…</string> |
| 11 | + <string name="cropping">Cropping…</string> |
19 | 12 | <string name="fraction">%1$d/%2$d</string> |
20 | | - <string name="crops_processing_in_progress">Processing crops…</string> |
| 13 | + <string name="processing_crops">Processing crops…</string> |
21 | 14 | <string name="cropping_failure">No cropping borders found</string> |
22 | 15 | <string name="cancel_autoscroll">Cancel Scroll</string> |
23 | 16 | <string name="remove">Removed</string> |
24 | 17 | <string name="cropping_failure_instruction_text_view">Make sure the selected screenshots comprise a continuous monochromatic border both above and below the core image area</string> |
25 | 18 | <string name="version">Version: %1$s</string> |
26 | 19 | <string name="copyright">© 2021-%1$d | Janek Zangenberg</string> |
27 | 20 | <string name="got_it">Got it</string> |
28 | | - <string name="compare">Compare</string> |
29 | 21 | <string name="crop_transition_name">CROP_TRANSITION</string> |
30 | 22 | <string name="compare_crop_with_original_screenshot">Compare crop with original screenshot</string> |
31 | | - <string name="original">Original</string> |
32 | | - <string name="cropped">Cropped</string> |
33 | | - <string name="inflate_options_popup_menu">Inflate options popup menu</string> |
34 | | - <string name="adjust">Adjust</string> |
35 | 23 | <string name="all_crops">All Crops</string> |
36 | 24 | <string name="current_crop">Current Crop</string> |
37 | 25 | <string name="save">Save</string> |
|
42 | 30 | <string name="compare_crop_and_original_screenshot">Compare crop and original screenshot</string> |
43 | 31 | <string name="manually_adjust_the_crop">Manually adjust the crop</string> |
44 | 32 | <string name="screenshot_listener">Screenshot Listener</string> |
45 | | - <string name="height">Height</string> |
46 | 33 | <string name="reset">Reset</string> |
47 | 34 | <string name="go_back_to_crop_pager">Go back to crop pager</string> |
48 | 35 | <string name="screenshot">Screenshot</string> |
|
0 commit comments