@@ -25,17 +25,17 @@ buik.empty.state.selected = You haven’t selected any items yet.
2525# Shown as the title in the sub header while showing an error.
2626buik.folder.name.error = Error
2727# Default label for root folder.
28- buik.folder.name.root = All Files
28+ buik.folder.name.root = All files
2929# Shown as the title in the sub header while searching.
30- buik.folder.name.search = Search Results
30+ buik.folder.name.search = Search results
3131# Shown as the title in the sub header while showing selected items.
32- buik.folder.name.selected = Selected Items
32+ buik.folder.name.selected = Selected items
3333# Shown before a folder name.
3434buik.folder.path.prefix = In
3535# Label for cancel button in the footer.
3636buik.footer.button.cancel = Cancel
3737# Label for cancel uploads button in the footer.
38- buik.footer.button.cancel.uploads = Cancel Uploads
38+ buik.footer.button.cancel.uploads = Cancel uploads
3939# Label for the choose button in the footer.
4040buik.footer.button.choose = Choose
4141# Label for close button in the footer.
@@ -69,11 +69,11 @@ buik.item.share.access.remove = Remove shared link
6969# Label for size header column.
7070buik.item.size = Size
7171# Label for delete confirmation dialog
72- buik.modal.delete.confirmation.label = Confirm Delete
72+ buik.modal.delete.confirmation.label = Confirm delete
7373# Text for delete confirmation dialog
7474buik.modal.delete.confirmation.text = Are you sure you want to delete {name}?
7575# Text for delete confirmation dialog for folders
76- buik.modal.delete.confirmation.text.folder = Are you sure you want to delete {name} and all it’s contents?
76+ buik.modal.delete.confirmation.text.folder = Are you sure you want to delete {name} and all its contents?
7777# Close button label
7878buik.modal.dialog.share.button.close = Close
7979# Copy button label
@@ -93,7 +93,7 @@ buik.modal.rename.dialog.text = Please enter a new name for {name}:
9393# Label for shared link dialog
9494buik.modal.share.dialog.label = Share
9595# Text for share link dialog
96- buik.modal.share.dialog.text = Shared Link :
96+ buik.modal.share.dialog.text = Shared link :
9797# Text for no shared link
9898buik.modal.share.dialog.text.none = None
9999# Label for upload dialog
@@ -109,17 +109,17 @@ buik.more.options.preview = Preview
109109# Label for rename menu item in the ... drop down.
110110buik.more.options.rename = Rename
111111# Date ascending option shown in the share access drop down select.
112- buik.sort.option.date.asc = Date: Oldest → Newest
112+ buik.sort.option.date.asc = Date: oldest → newest
113113# Date descending option shown in the share access drop down select.
114- buik.sort.option.date.desc = Date: Newest → Oldest
114+ buik.sort.option.date.desc = Date: newest → oldest
115115# Name ascending option shown in the share access drop down select.
116116buik.sort.option.name.asc = Name: A → Z
117117# Name descending option shown in the share access drop down select.
118118buik.sort.option.name.desc = Name: Z → A
119119# Size ascending option shown in the share access drop down select.
120- buik.sort.option.size.asc = Size: Smallest → Largest
120+ buik.sort.option.size.asc = Size: smallest → largest
121121# Size descending option shown in the share access drop down select.
122- buik.sort.option.size.desc = Size: Largest → Smallest
122+ buik.sort.option.size.desc = Size: largest → smallest
123123# Message shown when there are no items to upload
124124buik.upload.state.empty = Drag and drop files or
125125# Message shown for upload link when there are no items to upload
0 commit comments