1- <?xml version =" 1.0" encoding =" utf-8" ?><!--
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
23 ~ ImageToolbox is an image editor for android
34 ~ Copyright (c) 2025 T8RIN (Malik Mukhametzyanov)
45 ~
1314 ~
1415 ~ You should have received a copy of the Apache License
1516 ~ along with this program. If not, see <http://www.apache.org/licenses/LICENSE-2.0>.
16- -->
17- <resources xmlns : tools =" http://schemas.android.com/tools" tools : ignore =" MissingTranslation" >
17+ --> <resources xmlns : tools =" http://schemas.android.com/tools" tools : ignore =" MissingTranslation" >
1818 <string name =" app_name" translatable =" false" >Image Toolbox</string >
1919 <string name =" app_launcher_name" translatable =" false" >Image Toolbox</string >
2020 <string name =" file_provider" translatable =" false" >com.t8rin.imagetoolbox.fileprovider</string >
11191119 <string name =" equalize_histogram_adaptive" >Equalize Histogram Adaptive</string >
11201120 <string name =" equalize_histogram_adaptive_luv" >Equalize Histogram Adaptive LUV</string >
11211121 <string name =" equalize_histogram_adaptive_lab" >Equalize Histogram Adaptive LAB</string >
1122- <string name =" clahe" >Clahe </string >
1123- <string name =" clahe_lab" >Clahe LAB</string >
1124- <string name =" clahe_luv" >Clahe LUV</string >
1122+ <string name =" clahe" >CLAHE </string >
1123+ <string name =" clahe_lab" >CLAHE LAB</string >
1124+ <string name =" clahe_luv" >CLAHE LUV</string >
11251125 <string name =" crop_to_content" >Crop to Content</string >
11261126 <string name =" frame_color" >Frame Color</string >
11271127 <string name =" color_to_ignore" >Color To Ignore</string >
11281128 <string name =" template" >Template</string >
11291129 <string name =" no_template_filters" >No template filters added</string >
11301130 <string name =" create_new" >Create New</string >
1131- <string name =" scanned_qr_code_isnt_filter_template" >Scanned QR code is not a valid filter template</string >
1131+ <string name =" scanned_qr_code_isnt_filter_template" >The scanned QR code is not a valid filter template</string >
11321132 <string name =" scan_qr_code" >Scan QR code</string >
11331133 <string name =" opened_file_have_no_filter_template" >Selected file have no filter template data</string >
11341134 <string name =" create_template" >Create Template</string >
16531653 <string name =" right_to_left" >Right to Left</string >
16541654 <string name =" top_to_bottom" >Top to Bottom</string >
16551655 <string name =" bottom_to_top" >Bottom to Top</string >
1656- </resources >
1656+ </resources >
0 commit comments