File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
app/src/main/res/values-iw Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ Android library that can be used as quick solution to ImagePicker feature implem
1212- Custom gallery picker, supports multiple selection (for old non-AOSP Android ROMs that does not support multiple selection intent)
1313
1414## Translations
15- - English: 100%
16- - Ukrainian: 100%
15+
16+ | Language | Translation Coverage |
17+ | -----------| ----------------------|
18+ | English | 100% |
19+ | Hebrew | 100% |
20+ | Ukrainian | 100% |
1721
1822## Implementation
1923
Original file line number Diff line number Diff line change 1+ <resources >
2+ <string name =" setting_multiple_selection" >בחירה מרובה</string >
3+ <string name =" setting_auto_rotate" >סיבוב אוטומטי של תמונות</string >
4+ <string name =" action_native_camera" >מַצלֵמָה</string >
5+ <string name =" action_native_gallery" >גלריה</string >
6+ <string name =" action_custom_gallery" >גלריה מותאמת אישית</string >
7+ <string name =" action_launch_interactive_dialog" >דיאלוג אינטראקטיבי</string >
8+ <string name =" action_error" >שְׁגִיאָה</string >
9+ <string name =" action_ok" >בסדר</string >
10+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <string name =" image_picker_dialog_camera" >מַצלֵמָה</string >
4+ <string name =" image_picker_dialog_gallery" >גלריה</string >
5+ <string name =" image_picker_gallery_title_single" >בחר תמונה</string >
6+ <string name =" image_picker_gallery_title_multiple" >בחר תמונות</string >
7+ <string name =" image_picker_gallery_action_select" >בחר</string >
8+ <string name =" image_picker_gallery_title_selected" >נבחר:</string >
9+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<resources >
23 <string name =" image_picker_dialog_camera" >Camera</string >
34 <string name =" image_picker_dialog_gallery" >Gallery</string >
You can’t perform that action at this time.
0 commit comments