Skip to content

Commit

Permalink
Merge pull request #45 from aught13/1.2.x
Browse files Browse the repository at this point in the history
1.2.x Notification Language Update
  • Loading branch information
satanasov committed Feb 12, 2017
2 parents 38b1c84 + 366984d commit bd02f92
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion language/bg/postlove.php
Expand Up @@ -23,7 +23,7 @@
'POSTLOVE_USER_LIKES' => 'Потребителя е харесал',
'POSTLOVE_USER_LIKED' => 'Потребителя е харесан',

'NOTIFICATION_POSTLOVE_ADD' => '%1$s <b>хареса</b> вашето мнение "%2$s"',
'NOTIFICATION_POSTLOVE_ADD' => '%s <b>хареса</b> вашето мнение:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Харесани постове',

// Ver 1.1
Expand Down
2 changes: 1 addition & 1 deletion language/cs/postlove.php
Expand Up @@ -19,7 +19,7 @@
$lang = array_merge($lang, array(
'POSTLOVE_USER_LIKES' => 'Uživateli se líbí',
'POSTLOVE_USER_LIKED' => 'Uživatel se líbí',
'NOTIFICATION_POSTLOVE_ADD' => '%1$s <b>se líbí</b> váš příspěvek „%2$s“',
'NOTIFICATION_POSTLOVE_ADD' => '%s <b>se líbí</b> váš příspěvek:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Oblíbené příspěvky',

// Ver 1.1
Expand Down
2 changes: 1 addition & 1 deletion language/en/postlove.php
Expand Up @@ -23,7 +23,7 @@
'POSTLOVE_USER_LIKES' => 'User likes',
'POSTLOVE_USER_LIKED' => 'User is liked',

'NOTIFICATION_POSTLOVE_ADD' => '%1$s <b>liked</b> your post "%2$s"',
'NOTIFICATION_POSTLOVE_ADD' => '%s <b>liked</b> your post:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Liked posts.',

// Ver 1.1
Expand Down
2 changes: 1 addition & 1 deletion language/es/postlove.php
Expand Up @@ -23,7 +23,7 @@
'POSTLOVE_USER_LIKES' => 'Al usuario le han gustado',
'POSTLOVE_USER_LIKED' => 'El usuario ha gustado',

'NOTIFICATION_POSTLOVE_ADD' => '%1$s le ha <b>gustado</b> su mensaje "%2$s"',
'NOTIFICATION_POSTLOVE_ADD' => '%s le ha <b>gustado</b> su mensaje:',

// Ver 1.1
'LIKE_LINE' => '%1$s - %2$s <b>liked</b> %3$s\'s post "%4$s" in topic "%5$s"',
Expand Down
2 changes: 1 addition & 1 deletion language/fr/postlove.php
Expand Up @@ -42,7 +42,7 @@
'POSTLOVE_USER_LIKES' => 'Nombre de « J’aime » partagés',
'POSTLOVE_USER_LIKED' => 'Nombre de « J’aime » reçus',

'NOTIFICATION_POSTLOVE_ADD' => '%1$s <b>aime</b> votre message « %2$s »',
'NOTIFICATION_POSTLOVE_ADD' => '%s <b>aime</b> votre message:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Un utilisateur aime un de vos messages.',

// Ver 1.1
Expand Down
2 changes: 1 addition & 1 deletion language/nl/postlove.php
Expand Up @@ -23,7 +23,7 @@
'POSTLOVE_USER_LIKES' => 'Gebruiker vind leuk',
'POSTLOVE_USER_LIKED' => 'Gebruiker leuk gevonden',

'NOTIFICATION_POSTLOVE_ADD' => '%1$s vindt je bericht "%2$s" leuk!',
'NOTIFICATION_POSTLOVE_ADD' => '%s vindt je bericht:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Iemand vindt een bericht van je leuk',

// Ver 1.1
Expand Down
2 changes: 1 addition & 1 deletion language/tr/postlove.php
Expand Up @@ -19,7 +19,7 @@
$lang = array_merge($lang, array(
'POSTLOVE_USER_LIKES' => 'Kullanıcının beğenileri',
'POSTLOVE_USER_LIKED' => 'Kullanıcının beğendikleri',
'NOTIFICATION_POSTLOVE_ADD' => '%1$s paylaşımınızı <b>beğendi</b>; "%2$s"',
'NOTIFICATION_POSTLOVE_ADD' => '%s paylaşımınızı <b>beğendi</b>:',
'NOTIFICATION_TYPE_POST_LOVE' => 'Beğenilen paylaşımlar.',
// Ver 1.1
'LIKE_LINE' => '%1$s - %2$s , %3$s tarafından "%5$s" başlığında yapılan "%4$s" paylaşımını <b>beğendi</b>',
Expand Down

0 comments on commit bd02f92

Please sign in to comment.