12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /*
- * English translation for this plugin
- */
- return array(
- 'content_subscriptions:subscribe' => "Subscribe",
- 'content_subscriptions:unsubscribe' => "Unsubscribe",
-
- 'admin:upgrades:content_subscriptions' => "Content Subscriptions",
- 'content_subscriptions:settings:description' => "Receive notifications when comments get posted on content you subscribed to",
-
- // settings
- 'content_subscriptions:settings:likes' => "Auto subscribe to content on Like?",
- 'content_subscriptions:settings:likes:description' => "When you Like content also subscribe to updates, the same as when you leave a comment. This only applies when the Likes plugin is enabled.",
-
- // comment notifications
- 'content_subscriptions:create:comment:subject' => "New comment on: %s",
- 'content_subscriptions:create:comment:summary' => "New comment on: %s",
- 'content_subscriptions:create:comment:message' => "Hi %s,
- %s commented on %s:
- %s
- View and comment on the content:
- %s",
-
- // actions
- 'content_subscriptions:action:subscribe:error:owner' => "You're the owner of the content and can't (un)subscribe for updates",
- 'content_subscriptions:action:subscribe:error:subscribe' => "An unknown error occured while subscribing, please try again",
- 'content_subscriptions:action:subscribe:error:unsubscribe' => "An unknown error occured while unsubscribing, please try again",
- 'content_subscriptions:action:subscribe:success:subscribe' => "You've successfully subscribed to updates of this item",
- 'content_subscriptions:action:subscribe:success:unsubscribe' => "You've successfully unsubscribed from updates of this item",
-
- );
|