This repository was archived by the owner on Apr 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 android : id =" @+id/appTitle"
1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
13- android : text =" Minecraft Java Mods Optimizer "
13+ android : text =" @string/extended_app_name "
1414 android : textStyle =" bold"
1515 android : textColor =" @color/PrimaryText"
1616 android : textSize =" 20sp"
2828 android : layout_height =" wrap_content"
2929 android : layout_marginTop =" 30dp"
3030
31- android : text =" Current task progress: "
31+ android : text =" @string/process_current_task_progress "
3232 android : textColor =" @color/PrimaryText"
3333 android : textStyle =" bold"
3434
7575 android : layout_height =" wrap_content"
7676 android : layout_marginTop =" 104dp"
7777
78- android : text =" Total task progress "
78+ android : text =" @string/process_total_task_progress "
7979 android : textColor =" @color/PrimaryText"
8080 android : textStyle =" bold"
8181
105105 android : id =" @+id/optimizingModsTitle"
106106 android : layout_width =" wrap_content"
107107 android : layout_height =" wrap_content"
108- android : text =" Mods to optimize: "
108+ android : text =" @string/modList_title "
109109 android : textColor =" @color/PrimaryText"
110110 android : textSize =" 20sp"
111111
183183 android : onClick =" launchOptimizationManually"
184184
185185
186- android : text =" OPTIMIZE ! "
186+ android : text =" @string/optimize_button "
187187 android : letterSpacing =" 0.25"
188188 android : textSize =" 16sp"
189189
Original file line number Diff line number Diff line change 11<resources >
22 <string name =" app_name" >Java Mods Optimiser</string >
3+ <string name =" extended_app_name" >Minecraft Java Mods Optimizer</string >
34 <string name =" Button_choose_file" >Pick file</string >
45 <string name =" File_picked" >File Picked:</string >
56
7+ <string name =" process_current_task_progress" >Current task progress:</string >
8+ <string name =" process_total_task_progress" >Total task progress</string >
69 <string name =" process_status_none" >none</string >
710 <string name =" process_status_copying" >copying</string >
811 <string name =" process_status_unzipping" >unzipping</string >
5962 <string name =" setting_subtitle_remove_signature_files_off" >Signature files are left untouched</string >
6063 <string name =" setting_subtitle_remove_signature_files_on" >Signature files will be removed from the optimized mod</string >
6164
65+ <string name =" modList_title" >Mods to optimize:</string >
66+ <string name =" optimize_button" >OPTIMIZE !</string >
67+ <string name =" file_picker_choice" >Choose a mod (.zip/.jar)</string >
68+
6269</resources >
You can’t perform that action at this time.
0 commit comments