54 lines
4.7 KiB
Plaintext
54 lines
4.7 KiB
Plaintext
/* Notification that a user reacted to a post that the current user was tagged in */
|
|
"reacted_tagged_in_1" = "%@ reacted to a post you were tagged in";
|
|
|
|
/* Notification that 2 users reacted to a post that the current user was tagged in */
|
|
"reacted_tagged_in_2" = "%@ and %@ reacted to a post you were tagged in";
|
|
|
|
/* Notification that a user reposted a post that the current user was tagged in */
|
|
"reposted_tagged_in_1" = "%@ reposted a post you were tagged in";
|
|
|
|
/* Notification that 2 users reposted a post that the current user was tagged in */
|
|
"reposted_tagged_in_2" = "%@ and %@ reposted a post you were tagged in";
|
|
|
|
/* Notification that a user zapped a post that the current user was tagged in */
|
|
"zapped_tagged_in_1" = "%@ zapped a post you were tagged in";
|
|
|
|
/* Notification that 2 users zapped a post that the current user was tagged in */
|
|
"zapped_tagged_in_2" = "%@ and %@ zapped a post you were tagged in";
|
|
|
|
/* Notification that a user reacted to the current user's post */
|
|
"reacted_your_post_1" = "%@ reacted to your post";
|
|
|
|
/* Notification that 2 users reacted to the current user's profile */
|
|
"reacted_your_post_2" = "%@ and %@ reacted to your post";
|
|
|
|
/* Notification that a user reposted the current user's post */
|
|
"reposted_your_post_1" = "%@ reposted your post";
|
|
|
|
/* Notification that 2 users reposted the current user's post */
|
|
"reposted_your_post_2" = "%@ and %@ reposted your post";
|
|
|
|
/* Notification that a user zapped the current user's post */
|
|
"zapped_your_post_1" = "%@ zapped your post";
|
|
|
|
/* Notification that 2 users zapped the current user's post */
|
|
"zapped_your_post_2" = "%@ and %@ zapped your post";
|
|
|
|
/* Notification that a user reacted to the current user's profile */
|
|
"reacted_your_profile_1" = "%@ reacted to your profile";
|
|
|
|
/* Notification that 2 users reacted to the current user's profile */
|
|
"reacted_your_profile_2" = "%@ and %@ reacted to your profile";
|
|
|
|
/* Notification that a user reposted the current user's profile */
|
|
"reposted_your_profile_1" = "%@ reposted your profile";
|
|
|
|
/* Notification that 2 users reposted the current user's profile */
|
|
"reposted_your_profile_2" = "%@ and %@ reposted your profile";
|
|
|
|
/* Notification that a user zapped the current user's profile */
|
|
"zapped_your_profile_1" = "%@ zapped your profile";
|
|
|
|
/* Notification that 2 users zapped the current user's profile */
|
|
"zapped_your_profile_2" = "%@ and %@ zapped your profile";
|