Here is one example. I would like to find this word APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_PICTURE_NOGENDER then I need to guess that what is this word will keep in. So I found this word in the file en-GB.plg_app_user_photos.ini . Then I need to open th-TH.plg_app_user_photos.ini and add the string APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_PICTURE_NOGENDER to th-TH.plg_app_user_photos.ini .
I need to re-translate all if I copy all english find to replace th file. Can you suggest to the easiest way that I don't need to re-translate and just only translate the word that still not translate?
Here is the string in en-GB.plg_app_user_photos.ini
; @package EasySocial
; @subpackage %APP.SUBPACKAGE%
; @copyright Copyright (C) 2010 - 2012 Stack Ideas Sdn Bhd. All rights reserved.
; @license GNU/GPL, see LICENSE.php
; EasySocial is free software. This version may have been modified pursuant
; to the GNU General Public License, and as distributed it includes or
; is derivative of works licensed under the GNU General Public License or
; other free or open source software licenses.
; App descriptions
APP_PHOTOS_APP_DESCRIPTION="The photo application displays user's photos in their profile allowing other users to view their photos."
APP_PHOTOS_USER_DESC_USER="Photos application allows you to display your photos in the profile area where others would be able to see them."
APP_PHOTOS_PROFILE_WIDGET_NO_PHOTOS_UPLOADED_YET="User has not upload any photos yet"
APP_PHOTOS_USER_TITLE="Photos"
; @since 1.0
; Widgets
APP_PHOTOS_PROFILE_WIDGET_TITLE_PHOTOS="Photos"
APP_PHOTOS_PROFILE_WIDGET_TITLE_ALBUMS="Albums"
APP_PHOTOS_PROFILE_WIDGET_VIEW_ALL="View All"
; @since 1.2
; Emails
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_ITEM_SUBJECT="{actor} likes your photo"
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_INVOLVED_SUBJECT="{actor} likes a photo"
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_ITEM_HEADING="%1$s likes your photo"
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_ITEM_CONTENT="This is a notification to inform you that %1$s like your photo."
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_INVOLVED_HEADING="%1$s likes a photo"
APP_USER_PHOTOS_EMAILS_LIKE_PHOTO_INVOLVED_CONTENT="This is a notification to inform you that %1$s likes a photo."
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_ITEM_SUBJECT="{actor} posted a comment on your photo"
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_INVOLVED_SUBJECT="{actor} posted a comment on a photo"
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_ITEM_HEADING="%1$s posted a comment on your photo"
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_ITEM_CONTENT="This is a notification to inform you that %1$s posted a comment on your photo."
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_INVOLVED_HEADING="%1$s posted a comment on a photo"
APP_USER_PHOTOS_EMAILS_COMMENT_PHOTO_INVOLVED_CONTENT="This is a notification to inform you that %1$s also posted a comment on a photo."
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_ITEM_SUBJECT="{actor} likes your album"
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_INVOLVED_SUBJECT="{actor} likes an album"
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_ITEM_SUBJECT="{actor} posted a comment on your album"
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_INVOLVED_SUBJECT="{actor} posted a comment in an album"
APP_USER_PHOTOS_EMAILS_LIKE_PROFILE_PICTURE_ITEM_SUBJECT="{actor} likes your profile picture"
APP_USER_PHOTOS_EMAILS_LIKE_PROFILE_PICTURE_INVOLVED_SUBJECT="{actor} likes a profile picture"
APP_USER_PHOTOS_EMAILS_LIKE_PROFILE_COVER_ITEM_SUBJECT="{actor} likes your profile cover"
APP_USER_PHOTOS_EMAILS_LIKE_PROFILE_COVER_INVOLVED_SUBJECT="{actor} likes a profile cover"
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_ITEM_HEADING="%1$s likes your album"
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_ITEM_CONTENT="This is a notification to inform you that %1$s likes your photo album."
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_INVOLVED_HEADING="%1$s likes an album"
APP_USER_PHOTOS_EMAILS_LIKE_ALBUM_INVOLVED_CONTENT="This is a notification to inform you that %1$s likes an album."
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_ITEM_HEADING="%1$s posted a comment on your album"
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_ITEM_CONTENT="This is a notification to inform you that %1$s posted a comment on your album."
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_INVOLVED_HEADING="%1$s posted a comment on an album"
APP_USER_PHOTOS_EMAILS_COMMENT_ALBUM_INVOLVED_CONTENT="This is a notification to inform you that %1$s posted a comment on an album."
APP_USER_PHOTOS_EMAILS_COMMENT_PROFILE_PICTURE_ITEM_SUBJECT="{actor} posted a comment on your profile picture"
APP_USER_PHOTOS_EMAILS_COMMENT_PROFILE_PICTURE_INVOLVED_SUBJECT="{actor} posted a comment on a profile picture"
APP_USER_PHOTOS_EMAILS_COMMENT_PROFILE_COVER_ITEM_SUBJECT="{actor} posted a comment on your profile cover"
APP_USER_PHOTOS_EMAILS_COMMENT_PROFILE_COVER_INVOLVED_SUBJECT="{actor} posted a comment on a profile cover"
; @since 1.2
; Notifications
APP_USER_PHOTOS_NOTIFICATIONS_TAGGED="{b}%1$s{/b} tagged you in a photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PHOTO_SINGULAR="%1$s likes your photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PHOTO_PLURAL="%1$s like your photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SINGULAR="%1$s likes {b}%2$s's{/b} photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_PLURAL="%1$s like {b}%2$s's{/b} photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_NOGENDER="{b}%1$s{/b} likes their own photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_MALE="{b}%1$s{/b} likes his own photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_FEMALE="{b}%1$s{/b} likes her own photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_YOUR_PHOTO="%1$s commented on your photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO="%1$s commented on {b}%2$s's{/b} photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_NOGENDER="{b}%1$s{/b} commented on their photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_MALE="{b}%1$s{/b} commented on his photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_FEMALE="{b}%1$s{/b} commented on her photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_ALBUMS_SINGULAR="%1$s likes your album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_ALBUMS_PLURAL="%1$s like your album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_ALBUMS_SINGULAR="%1$s also likes {b}%2$s's{/b} album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_ALBUMS_PLURAL="%1$s also like {b}%2$s's{/b} album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_ALBUMS_NOGENDER="{b}%1$s{/b} also likes their album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_ALBUMS_MALE="{b}%1$s{/b} also likes his album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_ALBUMS_FEMALE="{b}%1$s{/b} also likes her album"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_YOUR_PHOTO_ALBUM="%1$s posted a comment on your album"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_ALBUM="%1$s posted a comment in an album"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_ALBUM_NOGENDER="{b}%1$s{/b} commented on their album"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_ALBUM_MALE="{b}%1$s{/b} commented on his album"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PHOTO_ALBUM_FEMALE="{b}%1$s{/b} commented on her album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PHOTO_SHARED_ON_THE_STREAM_SINGULAR="%1$s likes the photos you shared on the stream"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PHOTO_SHARED_ON_THE_STREAM_PLURAL="%1$s like the photos you shared on the stream"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SHARED_ON_THE_STREAM_SINGULAR="%1$s also likes the photos {b}%2$s{/b} shared"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SHARED_ON_THE_STREAM_PLURAL="%1$s also like the photos {b}%2$s{/b} shared"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SHARED_ON_THE_STREAM_NOGENDER="{b}%1$s{/b} likes the photos they shared"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SHARED_ON_THE_STREAM_MALE="{b}%1$s{/b} likes the photos he shared"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PHOTO_SHARED_ON_THE_STREAM_FEMALE="{b}%1$s{/b} likes the photos she shared"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_YOUR_PHOTO_SHARED_ON_THE_STREAM="%1$s posted a comment on the photos you shared"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_USERS_PHOTO_SHARED_ON_THE_STREAM="%1$s also posted a comment on the photos {b}%2$s{/b} shared"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_USERS_PHOTO_SHARED_ON_THE_STREAM_NOGENDER="{b}%1$s{/b} commented on their shared photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_USERS_PHOTO_SHARED_ON_THE_STREAM_MALE="{b}%1$s{/b} commented on his shared photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_USERS_PHOTO_SHARED_ON_THE_STREAM_FEMALE="{b}%1$s{/b} commented on her shared photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PHOTO="%1$s likes your photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USER_PHOTO_PLURAL="%1$s like %2$s's photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USER_PHOTO_SINGULAR="%1$s likes %2$s's photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_PHOTO_SINGULAR="%1$s likes your profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_PHOTO_PLURAL="%1$s like your profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_PHOTO_SINGULAR="%1$s likes {b}%2$s's{/b} profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_PHOTO_PLURAL="%1$s like {b}%2$s's{/b} profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_PHOTO_NOGENDER="{b}%1$s{/b} likes their profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_PHOTO_MALE="{b}%1$s{/b} likes his profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_PHOTO_FEMALE="{b}%1$s{/b} likes her profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_YOUR_PROFILE_PHOTO="%1$s commented on your profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_PHOTO="%1$s commented on {b}%2$s's{/b} profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_PHOTO_NOGENDER="{b}%1$s{/b} commented on their profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_PHOTO_MALE="{b}%1$s{/b} commented on his profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_PHOTO_FEMALE="{b}%1$s{/b} commented on her profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_A_PHOTO_THAT_YOU_ARE_TAGGED="%1$s commented on a photo that you are tagged in"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_A_PHOTO_INVOLVING_YOU="%1$s commented on %2$s's photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_PICTURE="%1$s likes your profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_PICTURE_PLURAL="%1$s like %2$s's profile picture"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_COVER_SINGULAR="%1$s likes your profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_PROFILE_COVER_PLURAL="%1$s like your profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_COVER_SINGULAR="%1$s likes {b}%2$s's{/b} cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_COVER_PLURAL="%1$s like {b}%2$s's{/b} cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_COVER_NOGENDER="{b}%1$s{/b} likes their cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_COVER_MALE="{b}%1$s{/b} likes his cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_USERS_PROFILE_COVER_FEMALE="{b}%1$s{/b} likes her cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_YOUR_PROFILE_COVER="%1$s commented on your profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_COVER="%1$s commented on {b}%2$s's{/b} profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_COVER_NOGENDER="{b}%1$s{/b} commented on their profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_COVER_MALE="{b}%1$s{/b} commented on his profile cover"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_USERS_PROFILE_COVER_FEMALE="{b}%1$s{/b} commented on her profile cover"
; @since 1.0
; User Stream
APP_USER_PHOTOS_STREAM_TOOLTIP="Photos"
APP_USER_PHOTOS_GROUPS_STREAM_TOOLTIP="Groups"
APP_USER_PHOTOS_STREAM_UPLOADED_GROUP_AVATAR="%1s updated the picture of the group %2s"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_PICTURE_MALE="%1$s updated his profile picture"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_PICTURE_FEMALE="%1$s updated her profile picture"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_PICTURE_NOGENDER="%1$s updated their profile picture"
APP_USER_PHOTOS_STREAM_UPDATED_GROUP_COVER="%1s updated the cover picture for the group %2s"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_COVER_MALE="%1$s updated his profile cover"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_COVER_FEMALE="%1$s updated her profile cover"
APP_USER_PHOTOS_STREAM_UPDATED_PROFILE_COVER_NOGENDER="%1$s updated their profile cover"
; @since 1.2
; Group Stream
APP_USER_PHOTOS_UPLOADED_PHOTOS_IN_GROUP_ALBUM_SINGULAR="%1$s uploaded a photo in the group album %3$s"
APP_USER_PHOTOS_UPLOADED_PHOTOS_IN_GROUP_ALBUM_PLURAL="%1$s uploaded %2$s photos in the group album %3$s"
APP_USER_PHOTOS_SHARED_GROUP_COUNT_SINGULAR="%1s shared a photo in the group %2s"
APP_USER_PHOTOS_SHARED_GROUP_COUNT_PLURAL="%1$s shared %3$s photos in the group %2$s"
APP_USER_PHOTOS_STREAM_UPLOADED_PHOTO_IN_ALBUM_SINGULAR="%1$s uploaded a photo in the album %2$s"
APP_USER_PHOTOS_STREAM_UPLOADED_PHOTO_IN_ALBUM_PLURAL="%1$s uploaded %3$s photos in the album %2$s"
; @since 1.2
; Activity logs
APP_USER_PHOTOS_ACTIVITY_LOG_UPDATED_PROFILE_PICTURE="You updated your own profile picture"
APP_USER_PHOTOS_ACTIVITY_LOG_SHARED_PHOTO_OWN_TIMELINE="You shared a photo on your own timeline"
APP_USER_PHOTOS_ACTIVITY_LOG_UPDATED_COVER="You updated your profile cover photo"
APP_USER_PHOTOS_ACTIVITY_LOG_SHARED_PHOTOS_PLURAL="You shared %1$s photos"
APP_USER_PHOTOS_ACTIVITY_LOG_UPLOADED_PHOTOS_IN_ALBUM="You uploaded a photo in the album %1$s"
; @since 1.2
; Settings
APP_PHOTOS_USER_SECTION_STREAM="Activity Stream"
APP_PHOTOS_USER_SECTION_STREAM_DESC="Configure the stream behavior for this application."
APP_PHOTOS_USER_STREAM_UPDATE_AVATAR="Update Avatar Stream"
APP_PHOTOS_USER_STREAM_UPDATE_AVATAR_DESC="Determines if the update avatar stream should be displayed in the stream."
APP_PHOTOS_USER_STREAM_UPDATE_COVER="Update Cover Stream"
APP_PHOTOS_USER_STREAM_UPDATE_COVER_DESC="Determines if the update cover stream should be displayed in the stream."
APP_PHOTOS_USER_STREAM_UPLOAD_PHOTOS="Uploading of Photos"
APP_PHOTOS_USER_STREAM_UPLOAD_PHOTOS_DESC="Determines if stream items should be generated for new photo uploads."
APP_USER_PHOTOS_SETTINGS_WIDGETS="Widgets"
APP_USER_PHOTOS_SETTINGS_WIDGETS_DESC="Configure the widget behavior for the this application."
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE="Display Widget In Profile"
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_DESC="Determines if the photos widget should appear in the profile area."
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_COUNTER="Photo Counter"
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_COUNTER_DESC="Determines if the photos counter should appear in the widget header."
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_ORDERING="Ordering"
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_ORDERING_DESC="Determines the ordering of the photos in the widget."
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_ORDERING_LATEST="Latest First"
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_ORDERING_OLDEST="Oldest First"
APP_USER_PHOTOS_SETTINGS_WIDGETS_PROFILE_ORDERING_RANDOM="Random Photos"
APP_PHOTOS_USER_STREAM_FULL_THUMBNAIL="Show full thumbnail"
APP_PHOTOS_USER_STREAM_FULL_THUMBNAIL_DESC="If enabled, image will fit within the thumbnail area."
; Story
APP_USER_PHOTOS_PANEL_TOOLTIP="Share Photos"
; @since 1.2
; Legacy language strings
APP_PHOTOS_LIKES_OWNER_PHOTO="%1s likes your photo."
APP_PHOTOS_LIKES_OWNER_PHOTO_PLURAL="%1s likes your photo."
APP_PHOTOS_LIKES_USER_PHOTO_PLURAL="%1s likes %2s's photo."
APP_PHOTOS_LIKES_USER_PHOTO="%1s like %2s's photo."
APP_PHOTOS_COMMENTS_YOUR_PHOTO="%1s commented on your photo"
APP_PHOTOS_COMMENTS_YOUR_PHOTO_CONTENT="{b}%1s{/b} commented on your photo: "_QQ_"%2s"_QQ_""
APP_PHOTOS_COMMENTS_PHOTO_YOU_ARE_TAGGED="%1s commented on a photo that you are tagged in"
APP_PHOTOS_COMMENTS_PHOTO_INVOLVING_YOU="%1s commented on %2s's photo"
APP_USER_PHOTOS_STREAM_UPDATED_PICTURE="%1s updated %2s profile picture"
APP_USER_PHOTOS_STREAM_UPDATED_COVER="%1s changed %2s cover photo"
APP_PHOTOS_ACTIVITY_LOG_UPDATED_PROFILE_PICTURE="updated %1s profile picture."
APP_PHOTOS_ACITIVTY_UPLOADED_PHOTO="uploaded a photo"
APP_PHOTOS_ACITIVTY_IN="in"
APP_PHOTOS_ACTIVITY_ADDED_NEW_PHOTO="%1s added new photo."
APP_PHOTOS_ACTIVITY_LOG_UPDATED_YOUR="updated your"
APP_PHOTOS_ACTIVITY_LOG_COVER_PHOTO="cover photo"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_ALBUM="%1$s likes your album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_ALBUM_PLURAL="%1$s like %2$s's album"
APP_USER_PHOTOS_NOTIFICATIONS_LIKES_YOUR_ALBUM_SINGULAR="%1$s likes %2$s photo"
APP_USER_PHOTOS_NOTIFICATIONS_COMMENTED_ON_YOUR_ALBUM="%1$s commented on your photo album"
And here is the string in th-TH.plg_app_user_photos.ini
; @package EasySocial
; @subpackage %APP.SUBPACKAGE%
; @copyright Copyright (C) 2010 - 2012 Stack Ideas Sdn Bhd. All rights reserved.
; @license GNU/GPL, see LICENSE.php
; EasySocial is free software. This version may have been modified pursuant
; to the GNU General Public License, and as distributed it includes or
; is derivative of works licensed under the GNU General Public License or
; other free or open source software licenses.
; App descriptions
APP_PHOTOS_APP_DESCRIPTION="แอพลิเคชันสำหรับแสดงรูปของสมาชิกลงไปในโพรไฟล์ของตัวเอง"
APP_PHOTOS_USER_DESC_USER="แอพลิเคชันรูปภาพสำหรับแสดงรูปภาพลงไปในโพรไฟล์ โดยผู้อื่นสามารถเห็นรูปดังกล่าวได้ด้วย"
APP_PHOTOS_PROFILE_WIDGET_NO_PHOTOS_UPLOADED_YET="สมาชิกยังไม่ได้อัพโหลดรูปภาพใดๆเลย"
; @since 1.0
; Notifications
APP_PHOTOS_COMMENTS_YOUR_PHOTO="มีคน %1s คน คอมเมนต์รูปภาพของคุณ"
APP_PHOTOS_COMMENTS_YOUR_PHOTO_CONTENT="%1s คอมเมนต์บนรูปภาพของคุณไว้ว่า: "_QQ_"%2s"_QQ_""
APP_PHOTOS_COMMENTS_PHOTO_YOU_ARE_TAGGED="%1s คอมเมนต์รูปที่คุณได้ร่วมแท็กไว้"
APP_PHOTOS_COMMENTS_PHOTO_YOU_ARE_TAGGED_CONTENT="%1s ได้คอมเมนต์ในรูปภาพที่คุณร่วมแท็กไว้ว่า: "_QQ_"%2s"_QQ_""
APP_PHOTOS_COMMENTS_PHOTO_INVOLVING_YOU="%1s คอมเมนต์บนรูปภาพของ %2s's "
APP_PHOTOS_COMMENTS_PHOTO_INVOLVING_YOU_CONTENT="%1s คอมเมนต์บนรูปภาพของ %2s ไว้ว่า: "_QQ_"%2s"_QQ_""
APP_PHOTOS_LIKES_OWNER_PHOTO="%1s ชอบรูปภาพของคุณ"
APP_PHOTOS_LIKES_OWNER_PHOTO_PLURAL="%1s ชอบรูปภาพของคุณ"
APP_PHOTOS_LIKES_USER_PHOTO_PLURAL="%1s ชอบรูปภาพของ %2s"
APP_PHOTOS_LIKES_USER_PHOTO="%1s ชอบรูปภาพของ %2s"
; @since 1.0
; Widgets
APP_PHOTOS_PROFILE_WIDGET_TITLE_PHOTOS="รูปภาพ"
APP_PHOTOS_PROFILE_WIDGET_TITLE_ALBUMS="อัลบั้ม"
APP_PHOTOS_PROFILE_WIDGET_VIEW_ALL="แสดงทั้งหมด"
; @since 1.0
; Stream
APP_PHOTOS_STREAM_IN_THE_ALBUM="ในอัลบั้ม"
APP_PHOTOS_STREAM_COVER_PHOTO="ภาพปก"
APP_PHOTOS_STREAM_COVER_PHOTO_CHANGED="แก้ไข %1s"
APP_PHOTOS_STREAM_UPDATED="อัพเดต"
APP_PHOTOS_STREAM_PROFILE_PICTURE="รูปภาพโพรไฟล์"
APP_PHOTOS_ADDED_COUNT_SINGULAR="อัพโหลดรูปภาพ"
APP_PHOTOS_ADDED_COUNT_PLURAL="อัพโหลดรูปภาพ %1s รูป"
APP_PHOTOS_SHARED_COUNT_SINGULAR="แชร์รูป"
APP_PHOTOS_SHARED_COUNT_PLURAL="แชร์รูปภาพ %1s "
; @since 1.0
; Activity Log
APP_PHOTOS_ACITIVTY_UPLOADED_PHOTO="อัพโหลดรูปภาพ"
APP_PHOTOS_ACITIVTY_IN="ใน"
APP_PHOTOS_ACTIVITY_ADDED_NEW_PHOTO=" %1s เพิ่มรูปภาพใหม่"
APP_PHOTOS_ACTIVITY_LOG_UPDATED_YOUR="อัพเดต"
APP_PHOTOS_ACTIVITY_LOG_COVER_PHOTO="รูปปก"
APP_PHOTOS_ACTIVITY_LOG_UPDATED_PROFILE_PICTURE="อัพเดตรูปภาพโพรไฟล์ของ %1s "