File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 4002
4002
/* Confirmation message that a user rating for a podcast was submitted */
4003
4003
"rating_submitted" = "Your rating was submitted!";
4004
4004
4005
+ /* Thank you message that a user rating for a podcast was submitted */
4006
+ "rating_thank_you" = "Thank you for rating!";
4007
+
4005
4008
/* Error message when a user rating for a podcast couldn't be submitted */
4006
4009
"rating_error" = "Ops! There was an error.";
4007
4010
4011
+ /* No ratings label message */
4012
+ "rating_no_ratings" = "No ratings";
4013
+
4008
4014
/* Title of a button that takes the user to a screen to rate a podcast */
4009
4015
"rate" = "Rate";
4010
4016
4017
+ /* Toast message to alert a user to log in to leave a rating */
4018
+ "rating_login_required" = "You must log in to leave a rating";
4019
+
4011
4020
/* Title of a message shown when the users data is being exported */
4012
4021
"exporting_database" = "Exporting Database...";
4013
4022
4161
4170
/* A common string used throughout the app. Often refers to the Transcript tab in the player. */
4162
4171
"transcript" = "Transcript";
4163
4172
4173
+ /* A title shown for a share option which creates an audio clip of an episode */
4174
+ "create_clip" = "Create clip";
4175
+
4176
+ /* Shown in a button when creating a shareable audio clip of an episode */
4177
+ "clip" = "Clip";
4178
+
4179
+ /* A title shown for a button to return to editing a clip */
4180
+ "edit_clip" = "Edit clip";
4181
+
4182
+ /* A title shown after editing a clip but before sharing */
4183
+ "share_clip" = "Share clip";
4184
+
4164
4185
/* MARK: - InfoPlist.strings */
4165
4186
4166
4187
/* A message that tells the user why the app is requesting access to the device’s camera. */
You can’t perform that action at this time.
0 commit comments