mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
9a572e5dc7
3 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ class FileActionsBottomSheet : BottomSheetDialogFragment(), Injectable {
|
|||
false,
|
||||
context,
|
||||
binding.thumbnailLayout.thumbnailShimmer,
|
||||
null,
|
||||
syncedFolderProvider.preferences,
|
||||
viewThemeUtils,
|
||||
syncedFolderProvider
|
||||
)
|
||||
|
|
|
@ -213,7 +213,7 @@ public class ConflictsResolveDialog extends DialogFragment implements Injectable
|
|||
false,
|
||||
getContext(),
|
||||
null,
|
||||
null,
|
||||
syncedFolderProvider.getPreferences(),
|
||||
viewThemeUtils,
|
||||
syncedFolderProvider);
|
||||
|
||||
|
|
|
@ -640,7 +640,7 @@
|
|||
<string name="select_template">Vybrať šablónu</string>
|
||||
<string name="send">Odoslať</string>
|
||||
<string name="send_note">Odoslať poznámku pre príjemcu</string>
|
||||
<string name="send_share">Odoslať Zdieľanie</string>
|
||||
<string name="send_share">Odoslať zdieľanie</string>
|
||||
<string name="sendbutton_description">Ikona tlačidla na odoslanie</string>
|
||||
<string name="set_as">Nastaviť ako</string>
|
||||
<string name="set_note">Nastaviť poznámku</string>
|
||||
|
|
Loading…
Reference in a new issue