Skip to content

Commit

Permalink
1.0.1 final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadDevs committed Feb 25, 2016
1 parent 25a28c2 commit b2f7779
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 60 deletions.
4 changes: 2 additions & 2 deletions bp-compliments.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Plugin Name: BuddyPress Compliments
Plugin URI: http://wpgeodirectory.com/
Description: Compliments module for BuddyPress.
Version: 1.0.1
Version: 1.0.2
Author: GeoDirectory
Author URI: http://wpgeodirectory.com
*/
Expand All @@ -19,7 +19,7 @@
if ( !defined( 'ABSPATH' ) ) exit;

// Define the plugin version.
define( 'BP_COMPLIMENTS_VER', '1.0.1' );
define( 'BP_COMPLIMENTS_VER', '1.0.2' );

/**
* BuddyPress compliments text domain.
Expand Down
1 change: 0 additions & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ v1.0.2
Compliment user settings page - ADDED
Linebreaks are removed on compliment messages - FIXED
Compliments message links are clickable - ADDED
Security issues fixed - SECURITY

v1.0.1
Use singular name instead of slug name - FIXED
Expand Down
Binary file modified languages/bp-compliments-en_US.mo
Binary file not shown.
139 changes: 87 additions & 52 deletions languages/bp-compliments-en_US.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: BuddyPress Compliments 1.0.1\n"
"POT-Creation-Date: 2015-11-10 15:37-0000\n"
"PO-Revision-Date: 2015-11-10 15:37-0000\n"
"Project-Id-Version: BuddyPress Compliments 1.0.2\n"
"POT-Creation-Date: 2016-02-25 13:04-0000\n"
"PO-Revision-Date: 2016-02-25 13:05-0000\n"
"Last-Translator: \n"
"Language-Team: GeoDirectory <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -16,6 +16,7 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"

#: bp-compliments-core.php:44 bp-compliments.php:32
#: includes/bp-compliments-settings.php:154
msgid "Compliments"
msgstr ""

Expand All @@ -27,7 +28,14 @@ msgstr ""
msgid "compliments"
msgstr ""

#: bp-compliments.php:71
#: bp-compliments.php:148
#, php-format
msgid ""
"BuddyPress Compliments requires <a target=\"_blank\" href=\"%s\">BuddyPress</"
"a> plugin."
msgstr ""

#: bp-compliments.php:155
msgid "Hey! BP Compliments requires BuddyPress 1.5 or higher."
msgstr ""

Expand All @@ -53,18 +61,18 @@ msgstr ""
msgid "%s Sent"
msgstr ""

#: includes/bp-compliments-activity.php:158
#: includes/bp-compliments-activity.php:161
#: includes/bp-compliments-activity.php:163
#: includes/bp-compliments-activity.php:166
#: includes/bp-compliments-activity.php:168
#: includes/bp-compliments-activity.php:171
#, php-format
msgid "%1$s has received a %2$s from %3$s"
msgstr ""

#: includes/bp-compliments-activity.php:208
#: includes/bp-compliments-activity.php:211
#: includes/bp-compliments-activity.php:213
#: includes/bp-compliments-activity.php:216
#: includes/bp-compliments-activity.php:218
#: includes/bp-compliments-activity.php:221
#: includes/bp-compliments-activity.php:223
#: includes/bp-compliments-activity.php:226
#, php-format
msgid "%1$s has sent a %2$s to %3$s"
msgstr ""
Expand All @@ -74,18 +82,22 @@ msgstr ""
msgid "Choose Your %s Type:"
msgstr ""

#: includes/bp-compliments-forms.php:58
#: includes/bp-compliments-forms.php:57
msgid "Type your message here"
msgstr ""

#: includes/bp-compliments-forms.php:63
#: includes/bp-compliments-forms.php:62
msgid "Send"
msgstr ""

#: includes/bp-compliments-forms.php:64
#: includes/bp-compliments-forms.php:63
msgid "Cancel"
msgstr ""

#: includes/bp-compliments-forms.php:79
msgid "No compliments found."
msgstr ""

#: includes/bp-compliments-notifications.php:49
#: includes/bp-compliments-notifications.php:188
#, php-format
Expand All @@ -111,16 +123,16 @@ msgid ""
msgstr ""

#: includes/bp-compliments-notifications.php:281
#: includes/bp-compliments-settings.php:88
#: includes/bp-compliments-settings.php:97
#: includes/bp-compliments-settings.php:106
#: includes/bp-compliments-settings.php:89
#: includes/bp-compliments-settings.php:98
#: includes/bp-compliments-settings.php:107
msgid "Yes"
msgstr ""

#: includes/bp-compliments-notifications.php:282
#: includes/bp-compliments-settings.php:89
#: includes/bp-compliments-settings.php:98
#: includes/bp-compliments-settings.php:107
#: includes/bp-compliments-settings.php:90
#: includes/bp-compliments-settings.php:99
#: includes/bp-compliments-settings.php:108
msgid "No"
msgstr ""

Expand Down Expand Up @@ -152,123 +164,146 @@ msgid "Who can see other members %s page?"
msgstr ""

#: includes/bp-compliments-settings.php:78
#: includes/bp-compliments-settings.php:225
msgid "Anybody"
msgstr ""

#: includes/bp-compliments-settings.php:79
#: includes/bp-compliments-settings.php:226
msgid "Nobody"
msgstr ""

#: includes/bp-compliments-settings.php:80
#: includes/bp-compliments-settings.php:227
msgid "Members Only"
msgstr ""

#: includes/bp-compliments-settings.php:85
#: includes/bp-compliments-settings.php:81
msgid "Let members take care of this setting"
msgstr ""

#: includes/bp-compliments-settings.php:86
#, php-format
msgid "Members can delete %s received?"
msgstr ""

#: includes/bp-compliments-settings.php:94
#: includes/bp-compliments-settings.php:95
#, php-format
msgid "Enable activity component for %s ?"
msgstr ""

#: includes/bp-compliments-settings.php:103
#: includes/bp-compliments-settings.php:104
#, php-format
msgid "Enable notification component for %s ?"
msgstr ""

#: includes/bp-compliments-settings.php:112
#: includes/bp-compliments-settings.php:113
#, php-format
msgid "Number of %s to display per page?"
msgstr ""

#: includes/bp-compliments-settings.php:116
#: includes/bp-compliments-settings.php:117
msgid "Custom CSS styles"
msgstr ""

#: includes/bp-compliments-settings.php:192
msgid "There was an error with your form. Please contact administrator."
msgstr ""

#: includes/bp-compliments-settings.php:203
msgid "Setting updated successfully."
msgstr ""

#: includes/bp-compliments-settings.php:217
msgid "Compliments Settings"
msgstr ""

#: includes/bp-compliments-settings.php:222
msgid "Who can see your compliment page?"
msgstr ""

#: includes/bp-compliments-taxonomies.php:20
#: includes/bp-compliments-taxonomies.php:21
#, php-format
msgid "%s Types"
msgstr ""

#: includes/bp-compliments-taxonomies.php:40
#: includes/bp-compliments-taxonomies.php:41
#, php-format
msgid "Search %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:41
#: includes/bp-compliments-taxonomies.php:42
#, php-format
msgid "All %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:42
#: includes/bp-compliments-taxonomies.php:43
#, php-format
msgid "Parent %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:43
#: includes/bp-compliments-taxonomies.php:44
#, php-format
msgid "Parent %s:"
msgstr ""

#: includes/bp-compliments-taxonomies.php:44
#: includes/bp-compliments-taxonomies.php:45
#, php-format
msgid "Edit %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:45
#: includes/bp-compliments-taxonomies.php:46
#, php-format
msgid "Update %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:46
#: includes/bp-compliments-taxonomies.php:47
#, php-format
msgid "Add New %s"
msgstr ""

#: includes/bp-compliments-taxonomies.php:47
#: includes/bp-compliments-taxonomies.php:48
#, php-format
msgid "New %s Name"
msgstr ""

#: includes/bp-compliments-taxonomies.php:87
#: includes/bp-compliments-taxonomies.php:111
#: includes/bp-compliments-taxonomies.php:89
#: includes/bp-compliments-taxonomies.php:114
#, php-format
msgid "%s Icon"
msgstr ""

#: includes/bp-compliments-taxonomies.php:90
#: includes/bp-compliments-taxonomies.php:116
#: includes/bp-compliments-taxonomies.php:92
#: includes/bp-compliments-taxonomies.php:119
msgid "Upload Icon"
msgstr ""

#: includes/bp-compliments-taxonomies.php:90
#: includes/bp-compliments-taxonomies.php:116
#: includes/bp-compliments-taxonomies.php:92
#: includes/bp-compliments-taxonomies.php:119
msgid "Use Icon"
msgstr ""

#: includes/bp-compliments-taxonomies.php:90
#: includes/bp-compliments-taxonomies.php:116
#: includes/bp-compliments-taxonomies.php:92
#: includes/bp-compliments-taxonomies.php:119
msgid "Upload new Icon"
msgstr ""

#: includes/bp-compliments-taxonomies.php:91
#: includes/bp-compliments-taxonomies.php:117
#: includes/bp-compliments-taxonomies.php:93
#: includes/bp-compliments-taxonomies.php:120
msgid "Remove Icon"
msgstr ""

#: includes/bp-compliments-taxonomies.php:93
#: includes/bp-compliments-taxonomies.php:119
#: includes/bp-compliments-taxonomies.php:95
#: includes/bp-compliments-taxonomies.php:122
msgid "Recommended icon size: 20px x 20px"
msgstr ""

#: includes/bp-compliments-taxonomies.php:165
#: includes/bp-compliments-taxonomies.php:169
msgid "Name"
msgstr ""

#: includes/bp-compliments-taxonomies.php:166
#: includes/bp-compliments-taxonomies.php:170
msgid "Icon"
msgstr ""

Expand All @@ -277,31 +312,31 @@ msgstr ""
msgid "Send %s"
msgstr ""

#: includes/templates/buddypress/members/single/compliments.php:93
#: includes/templates/buddypress/members/single/compliments.php:99
msgid "Delete"
msgstr ""

#: includes/templates/buddypress/members/single/compliments.php:127
#: includes/templates/buddypress/members/single/compliments.php:133
#, php-format
msgid "1 of 1"
msgid_plural "%1$s to %2$s of %3$s"
msgstr[0] ""
msgstr[1] ""

#: includes/templates/buddypress/members/single/compliments.php:130
#: includes/templates/buddypress/members/single/compliments.php:136
msgid "Go to Page"
msgstr ""

#: includes/templates/buddypress/members/single/compliments.php:146
#: includes/templates/buddypress/members/single/compliments.php:152
msgid "You don't have permission to access this page."
msgstr ""

#: includes/templates/buddypress/members/single/compliments.php:153
#: includes/templates/buddypress/members/single/compliments.php:159
#, php-format
msgid "Aw, you have no %1$s yet. To get some try sending %1$s to others."
msgstr ""

#: includes/templates/buddypress/members/single/compliments.php:159
#: includes/templates/buddypress/members/single/compliments.php:165
#, php-format
msgid "Sorry, no %1$s just yet."
msgstr ""
Loading

0 comments on commit b2f7779

Please sign in to comment.