Skip to content

Commit

Permalink
Added gujarati text translations
Browse files Browse the repository at this point in the history
Added gujarati text translations

#124
  • Loading branch information
Dhaval2404 committed Dec 19, 2020
1 parent 6310603 commit e864ce4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions imagepicker/src/main/res/values-gu/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- ImagePicker string resource start -->
<string name="title_choose_image_provider">પસંદ કરો</string>
<string name="action_cancel">રદ કરો</string>
<string name="title_gallery">ગેલેરી</string>
<string name="title_camera">કૅમેરા</string>

<string name="message_gallery_permission_denied">છબીને પસંદ કરવા માટે બાહ્ય સ્ટોરેજ વાંચવાની પરવાનગી આવશ્યક છે. કૃપા કરીને સેટિંગ્સ>પરવાનગીથી તરફથી વિનંતી કરેલ પરવાનગી ચાલુ કરો.</string>
<string name="message_camera_permission_denied">છબીને કેપ્ચર કરવા માટે કૅમેરા અને બાહ્ય સ્ટોરેજ પરવાનગીની આવશ્યકતા છે. કોઈપણ પરવાનગી બંધ કરવાથી એપ્લિકેશન સરળતાથી ચાલવાની મંજૂરી આપશે નહીં. કૃપા કરીને સેટિંગ્સ>પરવાનગીથી બધી વિનંતી કરેલ મંજૂરીઓ ચાલુ કરો.</string>
<string name="permission_gallery_denied">
<![CDATA[ગેલેરી છબી પસંદ કરવા માટે સ્ટોરેજ પરવાનગીની જરૂર છે. કૃપા કરીને સેટિંગ્સ>પરવાનગીથી સ્ટોરેજ પરવાનગીની મંજૂરી આપો.]]></string>
<string name="permission_camera_extended_denied">
<![CDATA[ચિત્ર લેવા માટે કૅમેરા અને સ્ટોરેજ પરવાનગીની આવશ્યકતા છે. કૃપા કરીને સેટિંગ્સ>પરવાનગીથી વિનંતી કરેલ બંને પરવાનગીને મંજૂરી આપો.]]></string>
<string name="permission_camera_denied">
<![CDATA[ચિત્ર લેવા માટે સ્ટોરેજ પરવાનગીની જરૂર છે. કૃપા કરીને સેટિંગ્સ>પરવાનગીથી સ્ટોરેજ પરવાનગીની મંજૂરી આપો.]]></string>

<string name="error_failed_to_create_camera_image_file">કૅમેરા છબી ફાઇલ બનાવવામાં નિષ્ફળ</string>
<string name="error_failed_pick_gallery_image">ગેલેરી છબી પસંદ કરવામાં નિષ્ફળ</string>
<string name="error_failed_to_crop_image">છબી કાપવામાં નિષ્ફળ</string>
<string name="error_failed_to_compress_image">છબીને સંકુચિત કરવામાં નિષ્ફળ</string>
<string name="error_task_cancelled">કાર્ય રદ કરવામાં આવ્યું છે</string>
<string name="error_camera_app_not_found">કૅમેરા એપ્લિકેશન મળી નથી</string>
<!-- ImagePicker string resource end -->

<!-- uCrop string resource start -->
<string name="ucrop_label_original">અસલ</string>
<string name="ucrop_label_edit_photo">ફોટો સંપાદિત કરો</string>
<string name="ucrop_menu_crop">કાપો</string>
<string name="ucrop_rotate">ફેરવો</string>
<string name="ucrop_scale">સ્કેલ</string>
<string name="ucrop_crop">કાપો</string>
<!-- uCrop string resource end -->

</resources>

0 comments on commit e864ce4

Please sign in to comment.