By Albert on Thursday, 26 May 2016
Posted in Technical Issues
Replies 13
Likes 0
Views 1.3K
Votes 0
file - \components\com_easyblog\themes\wireframe\mediamanager\dialog.create.folder.php
edit -
<input data-folder-name placeholder="<?php echo JText::_('Enter a name for your folder...');?>" class="form-control" />
file - \components\com_easyblog\themes\wireframe\mediamanager\info\toolbar.php
replace -
<span>Actions</span>

<span><?php echo JText::_('COM_EASYBLOG_MM_ACTIONS');?></span>
·
Thursday, 26 May 2016 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
file - \components\com_easyblog\themes\wireframe\mediamanager\messages.php
edit -<?php echo JText::_('Dismiss'); ?>
·
Thursday, 26 May 2016 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Albert,

Thank you so much for these input! I have fixed them internally and it will be fixed on the next release
·
Friday, 27 May 2016 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
file - \components\com_easyblog\themes\wireframe\subscription\default.php
edit - <h3 class="reset-heading text-ellipsis"><?php echo JText::_('Site Subscription');?></h3>
·
Friday, 27 May 2016 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
file - \components\com_easyblog\themes\wireframe\subscription\default.php
I can't translate the words 'category' 'entry' and 'blogger'
·
Friday, 27 May 2016 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Try download my attached file and replace into JoomlaFolder\components\com_easyblog\themes\wireframe\subscription\default.php

Then you can translate following language constant :

COM_EASYBLOG_SUBSCRIBED_SITE_WIDE_TITLE="Site Subscription"
COM_EASYBLOG_SUBSCRIBED_CATEGORY_TITLE="Category"
COM_EASYBLOG_SUBSCRIBED_TEAM_TITLE="Team"
COM_EASYBLOG_SUBSCRIBED_ENTRY_TITLE="Entry"

·
Saturday, 28 May 2016 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it's work ok.

Add - COM_EASYBLOG_SUBSCRIBED_BLOGGER_TITLE="Blogger"
·
Saturday, 28 May 2016 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, thanks

I missed up this blogger subscription.

I will update in next release version too.
·
Saturday, 28 May 2016 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
file - \components\com_easyblog\themes\wireframe\mediamanager\messages.php
edit -

<span>Select a file from media manager</span>

<span><?php echo JText::_('.......................');?></span>
·
Monday, 30 May 2016 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
file - \components\com_easyblog\themes\wireframe\composer\blocks\handlers\video\fieldset.php

Line 47: <strong><?php echo JText::_('Video Size'); ?></strong>
Line 88: <?php echo JText::_('Select aspect ratio'); ?>
Line 114: <span><?php echo JText::_('Customize'); ?></span>
Line 117: <span><?php echo JText::_('Cancel'); ?></span>
Line 128: <?php echo JText::_('Enter custom aspect ratio'); ?>
Line 133: <span><?php echo JText::_('Use aspect ratio'); ?></span>
Line 136: <span><?php echo JText::_('Cancel'); ?></span>
Line 167: <strong><?php echo JText::_('Video Controls'); ?></strong>
Line 172: <?php echo JText::_('Autoplay'); ?>
Line 180: <?php echo JText::_('Loop'); ?>
Line 188: <?php echo JText::_('Muted'); ?>
·
Monday, 30 May 2016 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for reported Albert

file - \components\com_easyblog\themes\wireframe\mediamanager\messages.php
edit -

<span>Select a file from media manager</span>

<span><?php echo JText::_('.......................');?></span>

I can't find this <span><?php echo JText::_('.......................');?></span> in above file location, am i missing something here?

By the way, the rest of the string already updated in our internally.
·
Tuesday, 31 May 2016 02:03
·
0 Likes
·
0 Votes
·
0 Comments
·
/components/com_easyblog/themes/wireframe/dashboard/tags/default.php

<?php echo JText::_('Ascending'); ?>
<?php echo JText::_('Descending');?>
<?php echo JText::_('Tag Weight');?>
·
Friday, 03 June 2016 04:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for reported, I already fixed this in internally
·
Friday, 03 June 2016 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post