Skip to content

Commit

Permalink
Fixes in some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Oct 10, 2023
1 parent 0548604 commit 36c69a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@
<string name="confirmation_disable_camera_uploads_title">Confirm</string>
<string name="confirmation_disable_pictures_upload_message">Are you sure you want to disable this feature? The pending pictures will not be uploaded.</string>
<string name="confirmation_disable_videos_upload_message">Are you sure you want to disable this feature? The pending videos will not be uploaded.</string>
<string name="proper_pics_folder_warning_camera_upload">"Please make sure the folder selected is where the camera you are using saves the pictures. Otherwise, the feature will not be able to detect your pictures. Keep in mind that pictures will be uploaded in at least 15 minutes after taking them."</string>
<string name="proper_videos_folder_warning_camera_upload">"Please make sure the folder selected is where the camera you are using saves the videos. Otherwise, the feature will not be able to detect your videos. Keep in mind that videos will be uploaded in at least 15 minutes after recording them."</string>
<string name="proper_pics_folder_warning_camera_upload">"Please make sure the folder selected is where the camera you are using saves the pictures taken. Otherwise, the feature will not be able to detect your pictures. Keep in mind that pictures will be uploaded in at least 15 minutes after taking them."</string>
<string name="proper_videos_folder_warning_camera_upload">"Please make sure the folder selected is where the camera you are using saves the videos recorded. Otherwise, the feature will not be able to detect your videos. Keep in mind that videos will be uploaded in at least 15 minutes after recording them."</string>
<string name="conflict_title">File in conflict</string>
<string name="conflict_description">There is a conflict in file %1$s, tap to solve it.</string>
<string name="conflict_message">Which files do you want to keep? If you select both versions, the local file will have a number added to its name.</string>
Expand Down Expand Up @@ -518,7 +518,7 @@
<string name="actionbar_select_inverse">Select inverse</string>

<string name="actionbar_move">Move</string>
<string name="file_list_empty_moving">Nothing in here. You can add a folder.</string>
<string name="file_list_empty_moving">Nothing in here. You can add a folder!</string>
<string name="folder_picker_choose_button_text">Choose</string>
<string name="folder_picker_move_here_button_text">Move here</string>
<string name="folder_picker_copy_here_button_text">Copy here</string>
Expand Down

0 comments on commit 36c69a4

Please sign in to comment.