updated strings

This commit is contained in:
john j 2024-03-18 17:23:49 +00:00 committed by Ivan Agosto
parent 0a648ef4bb
commit ab1bb48dcc
1 changed files with 9 additions and 9 deletions

View File

@ -35,10 +35,10 @@
<string name="loginBtn">Login now</string>
<string name="registerActionBtn">Create new account</string>
<!-- Toast msg -->
<string name="loginSuccess_msg">You are logged</string>
<string name="loginSuccess_msg">You are now logged in</string>
<string name="loginError_msg">An error has occurred</string>
<string name="loginFailed_msg">Invalid credentials</string>
<string name="registerSuccess_msg">You are registered</string>
<string name="registerSuccess_msg">You are now registered</string>
<string name="registerError_msg">An error has occurred</string>
<string name="registerFailed_msg">Invalid data</string>
<!-- Register msg -->
@ -60,7 +60,7 @@
<string name="nav_header_title">Log In</string>
<string name="nav_header_subtitle" translatable="false">P2Play</string>
<!-- Toast msg -->
<string name="logout_msg">You disconnected</string>
<string name="logout_msg">You are now disconnected</string>
<!-- End Main strings -->
<!-- Start Menu strings -->
<string name="nav_subscriptions">Subscriptions</string>
@ -82,8 +82,8 @@
<!-- End MiniMenu strings -->
<!-- Start Reproductor strings -->
<string name="descriptionTxt">Description:</string>
<string name="commentariesTxt">Commentaries:</string>
<string name="commentHolder">Make a commentary</string>
<string name="commentariesTxt">Comments:</string>
<string name="commentHolder">Make a comment</string>
<!-- Actions -->
<string name="subscribeBtn">Subscribe</string>
<string name="likeBtn">Like</string>
@ -94,10 +94,10 @@
<string name="commentaryText">Comment</string>
<string name="showMore">Show more</string>
<!-- Messages -->
<string name="subscribeMsg">You subscribed to this channel</string>
<string name="subscribeMsg">You have subscribed to this channel</string>
<string name="rateMsg">You rated the video</string>
<string name="unSubscribeMsg">You unsubscribed from this channel</string>
<string name="makedCommentaryMsg">You commented this video</string>
<string name="unSubscribeMsg">You have unsubscribed from this channel</string>
<string name="makedCommentaryMsg">You commented on this video</string>
<string name="errorCommentaryMsg">An error has occurred, try again</string>
<string name="emptyCommentaryMsg">Please make a comment first</string>
<!-- End Reproductor strings -->
@ -109,7 +109,7 @@
<string name="pref_nfsw_description">When active, it may show adult and sensitive contents.</string>
<string name="pref_hostname_title">Peertube instance</string>
<string name="pref_hostname_error" translatable="false">-</string>
<string name="pref_message_exit">Restart app to apply changes</string>
<string name="pref_message_exit">Restart the app to apply changes</string>
<string name="pref_videos_count_title">Videos per page</string>
<!-- End Settings strings -->
<!-- Start Channel strings -->