Difference between revisions of "Language Differences Between JomSocial 2.8 and 3.0"

(Created page with "These are the language file differencess between JomSocial 2.8 and JomSocial 3.0 ==Frontend== ===Changed Strings=== ===Added Strings=== ===Removed Strings=== ==Backend== ===...")
 
(Frontend)
Line 3: Line 3:
 
==Frontend==
 
==Frontend==
 
===Changed Strings===
 
===Changed Strings===
 +
<syntaxhighlight lang="php">
 +
FROM --> TO
 +
===========
 +
COM_COMMUNITY_PHOTOS_NO_ALBUM_CREATED="No album created yet." ---> COM_COMMUNITY_PHOTOS_NO_ALBUM_CREATED="No albums created yet."
 +
COM_COMMUNITY_VIDEOS_NO_USER_PROFILE_VIDEO="Select one of your videos to be featured on your profile" ---> COM_COMMUNITY_VIDEOS_NO_USER_PROFILE_VIDEO="Select one of your videos to be featured on your profile and then click the "Set as profile video" link, to set it up as a profile video"
 +
COM_COMMUNITY_GROUPS_ADMINS="Group Admins" ---> COM_COMMUNITY_GROUPS_ADMINS="Group Admin"
 +
COM_COMMUNITY_AVATAR_THUMBDESC="Here is how your cropped avatar looks like." --->  COM_COMMUNITY_AVATAR_THUMBDESC="Here is how your cropped thumbnail looks like."
 +
 +
</syntaxhighlight>
 +
 +
 
===Added Strings===
 
===Added Strings===
 +
<syntaxhighlight lang="php">
 +
 +
</syntaxhighlight>
 +
 +
 
===Removed Strings===
 
===Removed Strings===
 +
<syntaxhighlight lang="php">
 +
COM_COMMUNITY_PHOTOS_UNPUBLISH="Unpublish photo"
 +
COM_COMMUNITY_VIDEOS_UNPUBLISH_VIDEO="Unpublish Video"
 +
</syntaxhighlight>
  
 
==Backend==
 
==Backend==

Revision as of 22:17, 1 August 2013

These are the language file differencess between JomSocial 2.8 and JomSocial 3.0

Frontend

Changed Strings

FROM --> TO
===========
COM_COMMUNITY_PHOTOS_NO_ALBUM_CREATED="No album created yet." ---> COM_COMMUNITY_PHOTOS_NO_ALBUM_CREATED="No albums created yet."
COM_COMMUNITY_VIDEOS_NO_USER_PROFILE_VIDEO="Select one of your videos to be featured on your profile" ---> COM_COMMUNITY_VIDEOS_NO_USER_PROFILE_VIDEO="Select one of your videos to be featured on your profile and then click the "Set as profile video" link, to set it up as a profile video"
COM_COMMUNITY_GROUPS_ADMINS="Group Admins" ---> COM_COMMUNITY_GROUPS_ADMINS="Group Admin"
COM_COMMUNITY_AVATAR_THUMBDESC="Here is how your cropped avatar looks like." --->  COM_COMMUNITY_AVATAR_THUMBDESC="Here is how your cropped thumbnail looks like."


Added Strings

 


Removed Strings

COM_COMMUNITY_PHOTOS_UNPUBLISH="Unpublish photo"
COM_COMMUNITY_VIDEOS_UNPUBLISH_VIDEO="Unpublish Video"

Backend

Changed Strings

Added Strings

Removed Strings