Browse Source

- Fix a bunch of new translations

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
8297fef4ae
  1. 2
      app/views/admin.tpl
  2. 2
      app/views/adminlogin.tpl
  3. 2
      app/views/explore.tpl
  4. 2
      app/views/page.tpl
  5. 2
      app/views/visio.tpl
  6. 2
      app/widgets/About/about.tpl
  7. 1
      app/widgets/About/locales.ini
  8. 2
      app/widgets/Admin/locales.ini
  9. 11
      app/widgets/Connection/Connection.php
  10. 3
      app/widgets/Connection/connection.tpl
  11. 1
      app/widgets/Connection/locales.ini
  12. 4
      app/widgets/Help/Help.php
  13. 6
      app/widgets/Help/locales.ini
  14. 26
      app/widgets/Node/_node_content.tpl
  15. 5
      app/widgets/Node/locales.ini
  16. 6
      app/widgets/Node/node.tpl
  17. 5
      app/widgets/Roster/locales.ini
  18. 18
      app/widgets/Roster/roster.tpl
  19. 14
      app/widgets/WidgetCommon/_submit_form.tpl
  20. 102
      locales/locales.ini
  21. 2
      system/Conf.php
  22. 2
      system/MovimException.php
  23. 2
      system/Route.php
  24. 10
      system/User.php
  25. 168
      system/Utils.php

2
app/views/admin.tpl

@ -2,7 +2,7 @@
<?php $this->widget('Tabs');?>
<div id="center" >
<div class="fixed_block">
<h1><?php echo t('Administration Panel'); ?></h1>
<h1><?php echo __('page.administration'); ?></h1>
</div>
<div class="moving_block" >
<?php $this->widget('Admin');?>

2
app/views/adminlogin.tpl

@ -1,7 +1,7 @@
<div id="main">
<div id="center" >
<div class="fixed_block">
<h1><?php echo t('Login'); ?></h1>
<h1><?php echo __('page.login'); ?></h1>
</div>
<div class="moving_block" >
<?php $this->widget('AdminLogin');?>

2
app/views/explore.tpl

@ -13,7 +13,7 @@
</div>
<div id="center">
<div class="protect black" title="<?php echo getFlagTitle("black"); ?>"></div>
<h1><?php echo t('Explore'); ?></h1>
<h1><?php echo __('page.explore'); ?></h1>
<?php $this->widget('Explore');?>
</div>
</div>

2
app/views/page.tpl

@ -64,7 +64,7 @@
nav {display:none;} #content {display: none;}
</style>
<div class="warning" style="width: 500px; margin: 0 auto;">
<?php echo t("You don't have javascript enabled. Good luck with that."); ?>
<?php echo __('global.no_js'); ?>
</div>
</noscript>
<nav>

2
app/views/visio.tpl

@ -17,7 +17,7 @@
$this->addScript('movim_rpc.js');
$this->scripts();
?>
<title><?php echo t('Visio-conference');?></title>
<title><?php echo __('page.visio');?></title>
</head>
<body>
<?php $this->widget('Visio', false);?>

2
app/widgets/About/about.tpl

@ -1,5 +1,5 @@
<div class="tabelem padded" title="{$c->__('page.about')}" id="about">
<p>Movim is an XMPP-based communication platform. All the project, except the following software and resources, is under
<p>{$c->__('info')}
<a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License v3</a>.
</p>
<h2>{$c->__('title.thanks')}</h2>

1
app/widgets/About/locales.ini

@ -4,3 +4,4 @@ title.translators = 'Translators'
title.software = 'Software'
title.resources = 'Resources'
title.api = 'API'
info = 'Movim is an XMPP-based communication platform. All the project, except the following software and resources, is under'

2
app/widgets/Admin/locales.ini

@ -2,7 +2,7 @@ admin.compatibility = 'Compatibility Check'
admin.general = 'General Settings'
[general]
general.themes = 'Theme'
general.theme = 'Theme'
general.language = 'Default language'
general.environment = 'Environment'
general.log_verbosity = 'Log verbosity'

11
app/widgets/Connection/Connection.php

@ -34,20 +34,11 @@ class Connection extends WidgetBase
if($value == 0)
RPC::call('movim_fill', 'countdown', '');
else {
RPC::call('movim_fill', 'countdown', t('Please wait ').$value);
RPC::call('movim_fill', 'countdown', $this->__('please_wait') . ' ' . $value);
}
} else
RPC::commit();
}
function build()
{
?>
<div id="connection">
<span id="countdown"></span>
</div>
<?php
}
}
?>

3
app/widgets/Connection/connection.tpl

@ -0,0 +1,3 @@
<div id="connection">
<span id="countdown"></span>
</div>

1
app/widgets/Connection/locales.ini

@ -0,0 +1 @@
please_wait = 'Please wait'

4
app/widgets/Help/Help.php

@ -29,7 +29,7 @@ class Help extends WidgetBase
$this->view->assign('missing_info1',
$this->__(
'missing.info1',
'<a href="http://wiki.movim.eu/dev:roadmaps" target="_blank">',
'<a href="http://wiki.movim.eu/en:dev:roadmaps" target="_blank">',
'</a>'));
$this->view->assign('missing_info2',
$this->__(
@ -42,7 +42,7 @@ class Help extends WidgetBase
'<a href="http://wiki.movim.eu/whoami#faq" target="_blank">',
'</a>',
'<a href="xmpp:movim@conference.movim.eu" target="_blank">movim@conference.movim.eu</a>',
'<a href="http://wiki.movim.eu/mailing_list" target="_blank">',
'<a href="http://wiki.movim.eu/en:mailing_list" target="_blank">',
'</a>'));
}
}

6
app/widgets/Help/locales.ini

@ -12,9 +12,9 @@ banner.black = 'Black, the whole Internet can see your information'
[missings]
missing.title = "Some features are missing/I can't do everything I used to do on other social networks"
missing.info1 = "Although Movim is evolving fast, many (many) features are missing. Be patient ;). You can have a look %s at next versions's roadmaps %s to know if the one you want is on its way."
missing.info2 = "Don't forget that Movim is an open source project, a helping hand is always welcome (see %s Can I participate %s)"
missing.info1 = "Although Movim is evolving fast, many (many) features are missing. Be patient ;). You can have a look %sat next versions's roadmaps%s to know if the one you want is on its way."
missing.info2 = "Don't forget that Movim is an open source project, a helping hand is always welcome (see %s Can I participate%s)"
[faq]
faq.title = "I can't find the answer to my question here"
faq.info1 = "Go to the %s to the Frequently Asked Questions %s or come ask your question on the official chatroom %s or via our mailing-list (%s see the dedicated page %s)."
faq.info1 = "Go to the %s to the Frequently Asked Questions%s or come ask your question on the official chatroom %s or via our mailing-list (%ssee the dedicated page%s)."

26
app/widgets/Node/_node_content.tpl

@ -4,14 +4,14 @@
href="#"
class="button color icon back"
onclick="movim_toggle_display('#groupunsubscribe')">
{$c->t('Unsubscribe')}
{$c->__('node.unsubscribe')}
</a>
{else}
<a
href="#"
class="button color green icon next"
onclick="movim_toggle_display('#groupsubscribe')">
{$c->t('Subscribe')}
{$c->__('node.subscribe')}
</a>
{/if}
<a
@ -19,7 +19,7 @@
href="{$c->route('blog',array($serverid,$groupid))}"
target="_blank"
>
{$c->t('Blog')}
{$c->__('page.blog')}
</a><a
class="button color orange icon alone feed merged right"
href="{$c->route('feed',array($serverid,$groupid))}"
@ -42,22 +42,22 @@
style="float: right; display: none;"
id="configbutton"
href="{$c->route('nodeconfig', array($serverid,$groupid))}"
>{$c->t('Configuration')}</a>
>{$c->__('page.configuration')}</a>
</div>
<div class="popup" id="groupsubscribe">
<form name="groupsubscribe">
<fieldset>
<legend>{$c->t('Subscribe')}</legend>
<legend>{$c->__('node.subscribe')}</legend>
<div class="element">
<label>{$c->t('Make your membership to this group public to your friends')}</label>
<label>{$c->__('node.share_label')}</label>
<div class="checkbox">
<input type="checkbox" name="listgroup" id="listgroup"/>
<label for="listgroup"></label>
</div>
</div>
<div class="element">
<label for="grouptitle">{$c->t('Give a nickname to this group if you want')}</label>
<label for="grouptitle">{$c->__('node.nickname_label')}</label>
<input type="text" name="title" value="{$groupid}" id="grouptitle"/>
</div>
</fieldset>
@ -67,11 +67,11 @@
onclick="
{$subscribe}
this.onclick=null;"
>{$c->t('Subscribe')}</a><a
>{$c->__('node.subscribe')}</a><a
class="button tiny icon no black merged right"
onclick="
movim_toggle_display('#groupsubscribe');"
>{$c->t('Close')}</a>
>{$c->__('button.close')}</a>
</div>
</form>
</div>
@ -79,9 +79,9 @@
<div class="popup" id="groupunsubscribe">
<form name="groupunsubscribe">
<fieldset>
<legend>{$c->t('Unsubscribe')}</legend>
<legend>{$c->__('node.unsubscribe')}</legend>
<div class="element">
<label>{$c->t('Are you sure ?')}</label>
<label>{$c->__('node.sure')}</label>
</div>
</fieldset>
<div class="menu">
@ -90,11 +90,11 @@
onclick="
{$unsubscribe}
this.onclick=null;"
>{$c->t('Unsubscribe')}</a><a
>{$c->__('node.unsubscribe')}</a><a
class="button tiny icon no black merged right"
onclick="
movim_toggle_display('#groupunsubscribe');"
>{$c->t('Close')}</a>
>{$c->__('button.close')}</a>
</div>
</form>
</div>

5
app/widgets/Node/locales.ini

@ -0,0 +1,5 @@
node.subscribe = 'Subscribe'
node.unsubscribe = 'Unsubscribe'
node.share_label = 'Make your membership to this group public to your friends'
node.nickname_label = 'Give a nickname to this group if you want'
node.sure = 'Are you sure ?'

6
app/widgets/Node/node.tpl

@ -1,7 +1,7 @@
<div class="tabelem protect red" id="node" title="{$c->t('Posts')}">
<div class="tabelem protect red" id="node" title="{$c->__('page.posts')}">
<div class="breadcrumb">
<a href="{$c->route('explore')}">
{$c->t('Explore')}
{$c->__('page.explore')}
</a>
<a href="{$c->route('server', $server)}">
{$server}
@ -9,7 +9,7 @@
<a href="{$c->route('node', array($server, $node))}">
{$title}
</a>
<a>{$c->t('Posts')}</a>
<a>{$c->__('page.posts')}</a>
</div>
<div class="clear"></div>

5
app/widgets/Roster/locales.ini

@ -5,3 +5,8 @@ roster.show_group = 'Show group %s'
roster.hide_group = 'Hide group %s'
roster.jid_error = 'Please enter a valid Jabber ID'
roster.no_contacts = 'No contacts ? You can add one using the + button bellow or going to the Explore page'
roster.search = 'Search'
roster.show_hide = 'Show/Hide'
roster.add_contact_info1 = 'Enter the Jabber ID of your contact.'
roster.add_contact_info2 = 'Press enter to validate.'
roster.jid = 'JID'

18
app/widgets/Roster/roster.tpl

@ -5,7 +5,7 @@
id="rostersearch"
autocomplete="off"
placeholder="{$c->t('Search');}"/>
placeholder="{$c->__('roster.search');}"/>
<ul id="rosterlist" class="{$offline_shown}">
{$rosterlist}
@ -20,16 +20,16 @@
onclick="
movim_remove_class('body', 'roster'),
movim_toggle_class('body', 'infos')"
title="{$c->t('Show/Hide')}">
title="{$c->__('roster.show_hide')}">
<a class="about" href="#"></a>
</li>
<li class="on_mobile">
<a class="conf" title="{$c->t('Configuration')}" href="{$c->route('conf')}">
<a class="conf" title="{$c->__('page.configuration')}" href="{$c->route('conf')}">
</a>
</li>
<li class="on_mobile">
<a class="help" title="{$c->t('Help')}" href="{$c->route('help')}">
<a class="help" title="{$c->__('page.help')}" href="{$c->route('help')}">
</a>
</li>
@ -38,23 +38,23 @@
onclick="
movim_remove_class('body', 'infos'),
movim_toggle_class('body', 'roster')"
title="{$c->t('Show/Hide')}">
title="{$c->__('roster.show_hide')}">
<a class="down" href="#"></a>
</li>
<li title="{$c->t('Add')}">
<li title="{$c->__('button.add')}">
<label class="plus" for="addc"></label>
<input type="checkbox" id="addc"/>
<div class="tabbed">
<div class="message">
{$c->t('Enter the Jabber ID of your contact.')}<br />
{$c->t('Press enter to validate.')}
{$c->__('roster.add_contact_info1')}<br />
{$c->__('roster.add_contact_info2')}
</div>
<input
name="searchjid"
class="tiny"
type="email"
title="{$c->t('JID')}"
title="{$c->__('roster.jid')}"
placeholder="user@server.tld"
onkeypress="
if(event.keyCode == 13) {

14
app/widgets/WidgetCommon/_submit_form.tpl

@ -18,7 +18,7 @@
<a
class="button color icon no"
onclick="movim_toggle_display('#postpreview');"
>{$c->t('Close')}</a>
>{$c->__('button.close')}</a>
</div>
</div>
@ -47,14 +47,14 @@
<form name="postpublish" id="postpublish">
<tr>
<td>
<input name="title" placeholder="{$c->t('Title')}"/>
<input name="title" placeholder="{$c->__('post.title')}"/>
</td>
<td>
<textarea
name="content"
id="postpublishcontent"
onkeyup="movim_textarea_autoheight(this);"
placeholder="{$c->t("What's new ?")}" ></textarea>
placeholder="{$c->__('post.whats_new')}" ></textarea>
</td>
</tr>
<tr id="feedsubmitrow">
@ -68,12 +68,12 @@
document.querySelector('#postpublish').reset();
movim_textarea_autoheight(document.querySelector('#postpublishcontent'));"
class="button icon color green icon yes">
{$c->t("Submit")}
{$c->__('button.submit')}
</a>
<a
class="button icon color alone merged left images"
style="float: left;"
title="{$c->t('Gallery')}"
title="{$c->__('page.gallery')}"
onclick="
movim_toggle_display('#galleryselect');
"
@ -81,7 +81,7 @@
<a
class="button icon color alone merged left preview"
style="float: left;"
title="{$c->t('Preview')}"
title="{$c->__('page.preview')}"
onclick="
movim_toggle_display('#postpreview');
{$post_preview}"
@ -90,7 +90,7 @@
style="float: left;"
href="http://daringfireball.net/projects/markdown/basics"
target="_blank"
></a><a title="{$c->t("Geolocalisation")}"
></a><a title="{$c->__('post.geolocalisation')}"
onclick="setPosition(document.querySelector('#latlonpos')); showPosition(document.querySelector('#latlonpos').value);"
style="float: left;"
class="button icon color icon alone geo merged right"></a>

102
locales/locales.ini

@ -1,3 +1,6 @@
[global]
global.no_js = "You don't have javascript enabled. Good luck with that."
[page]
page.administration = 'Administration'
page.home = 'Home'
@ -14,9 +17,19 @@ page.profile = 'Profile'
page.media = 'Media'
page.blog = 'Blog'
page.about = 'About'
page.login = 'Login'
page.help = 'Help'
page.feed = 'Feed'
page.administration = 'Administration'
page.posts = 'Posts'
page.gallery = 'Gallery'
page.preview = 'Preview'
page.visio = 'Visio-conference'
[errors]
error.error = 'Error: %s'
error.cannot_load_file = "Cannot load file '%s'"
error.route = 'Route error, please set all the parameters for the page %s'
[title]
title.about = '%s - About'
@ -106,6 +119,92 @@ presence.xa = 'Extended Away'
presence.offline = 'Offline'
presence.error = 'Error'
[moods]
mood.afraid = 'afraid'
mood.amazed = 'amazed'
mood.amorous = 'amorous'
mood.angry = 'angry'
mood.annoyed = 'annoyed'
mood.anxious = 'anxious'
mood.aroused = 'aroused'
mood.ashamed = 'ashamed'
mood.bored = 'bored'
mood.brave = 'brave'
mood.calm = 'calm'
mood.cautious = 'cautious'
mood.cold = 'cold'
mood.confident = 'confident'
mood.condused = 'condused'
mood.contemplative = 'contemplative'
mood.contented = 'contented'
mood.cranzy = 'cranzy'
mood.crazy = 'crazy'
mood.creative = 'creative'
mood.curious = 'curious'
mood.dejected = 'dejected'
mood.depressed = 'depressed'
mood.disappointed = 'disappointed'
mood.disgusted = 'disgusted'
mood.dismayed = 'dismayed'
mood.distracted = 'distracted'
mood.embarrassed = 'embarrassed'
mood.envious = 'envious'
mood.excited = 'excited'
mood.flirtatious = 'flirtatious'
mood.frustated = 'frustated'
mood.grateful = 'grateful'
mood.grieving = 'grieving'
mood.grumpy = 'grumpy'
mood.guilty = 'guilty'
mood.happy = 'happy'
mood.hopeful = 'hopeful'
mood.hot = 'hot'
mood.humbled = 'humbled'
mood.humiliated = 'humiliated'
mood.hungry = 'hungry'
mood.hurt = 'hurt'
mood.impressed = 'impressed'
mood.in_awe = 'in_awe'
mood.in_love = 'in_love'
mood.indignant = 'indignant'
mood.interested = 'interested'
mood.intoxicated = 'intoxicated'
mood.invincible = 'invincible'
mood.jealous = 'jealous'
mood.lonely = 'lonely'
mood.lost = 'lost'
mood.lucky = 'lucky'
mood.mean = 'mean'
mood.moody = 'moody'
mood.nervous = 'nervous'
mood.neutral = 'neutral'
mood.offended = 'offended'
mood.outraged = 'outraged'
mood.playful = 'playful'
mood.proud = 'proud'
mood.relaxed = 'relaxed'
mood.relieved = 'relieved'
mood.remorseful = 'remorseful'
mood.restless = 'restless'
mood.sad = 'sad'
mood.sarcastic = 'sarcastic'
mood.satisfied = 'satisfied'
mood.serious = 'serious'
mood.shocked = 'shocked'
mood.shy = 'shy'
mood.sick = 'sick'
mood.sleepy = 'sleepy'
mood.spontaneous = 'spontaneous'
mood.stressed = 'stressed'
mood.strong = 'strong'
mood.surprised = 'surprised'
mood.thankful = 'thankful'
mood.thirsty = 'thirsty'
mood.tired = 'tired'
mood.undefined = 'undefined'
mood.weak = 'weak'
mood.worried = 'worried'
[months]
month.title = 'Month'
month.january = 'January'
@ -132,8 +231,11 @@ date.ago = ' %d days ago'
date.day = 'day'
[posts]
post.title = 'Title'
post.whats_new = "What's new ?"
post.place = 'Place'
post.by = 'by'
post.geolocalisation = 'Geolocalisation'
post.email = 'email'
post.empty = 'No content'
post.no_comments = 'No comments'

2
system/Conf.php

@ -64,7 +64,7 @@ class Conf
/* Actually reads the PHP file if it exists */
static function readConfFile($file_path) {
if(!file_exists($file_path)) {
throw new MovimException(t("Cannot load file '%s'", $file_path));
throw new MovimException(__("error.cannot_load_file", $file_path));
}
require($file_path);

2
system/MovimException.php

@ -12,7 +12,7 @@ class MovimException extends Exception
* Forces to add a message.
*/
public function __construct($message, $code = 0) {
parent::__construct(t("Error: %s", $message), $code);
parent::__construct(__('error.error', $message), $code);
}
/**

2
system/Route.php

@ -67,7 +67,7 @@ class Route extends \BaseController {
if(isset($routes[$page])) {
if($params != false && count($routes[$page]) != count($params))
\system\Logs\Logger::log(t('Route error, please set all the parameters for the page %s', $page));
\system\Logs\Logger::log(__('error.route', $page));
else {
if($tab != false)
$tab = '#'.$tab;

10
system/User.php

@ -71,16 +71,8 @@ class User {
if(
$s != '.' &&
$s != '..' &&
//substr($s, 0, 6) != 'thumb_' &&
//substr($s, 0, 7) != 'medium_' &&
$s != 'index.html') {
/*$file = array(
'uri' => $this->useruri.$s,
'dir' => $this->userdir.$s,
'thumb' => $this->useruri.'thumb_'.$s,
'medium' => $this->useruri.'medium_'.$s);
$dir[$s] = $file;*/
array_push($dir, $s);
}
}

168
system/Utils.php

@ -287,90 +287,90 @@ function getPresencesTxt() {
function getMood() {
return array(
'afraid' => t('afraid'), // Impressed with fear or apprehension; in fear; apprehensive.
'amazed' => t('amazed'), // Astonished; confounded with fear, surprise or wonder.
'amorous' => t('amorous'), // Inclined to love; having a propensity to love, or to sexual enjoyment; loving, fond, affectionate, passionate, lustful, sexual, etc.
'angry' => t('angry'), // Displaying or feeling anger, i.e., a strong feeling of displeasure, hostility or antagonism towards someone or something, usually combined with an urge to harm.
'annoyed' => t('annoyed'), // To be disturbed or irritated, especially by continued or repeated acts.
'anxious' => t('anxious'), // Full of anxiety or disquietude; greatly concerned or solicitous, esp. respecting something future or unknown; being in painful suspense.
'aroused' => t('aroused'), // To be stimulated in one's feelings, especially to be sexually stimulated.
'ashamed' => t('ashamed'), // Feeling shame or guilt.
'bored' => t('bored'), // Suffering from boredom; uninterested, without attention.
'brave' => t('brave'), // Strong in the face of fear; courageous.
'calm' => t('calm'), // Peaceful, quiet.
'cautious' => t('cautious'), // Taking care or caution; tentative.
'cold' => t('cold'), // Feeling the sensation of coldness, especially to the point of discomfort.
'confident' => t('confident'), // Feeling very sure of or positive about something, especially about one's own capabilities.
'condused' => t('confused'), // Chaotic, jumbled or muddled.
'contemplative' => t('contemplative'), // Feeling introspective or thoughtful.
'contented' => t('contented'), // Pleased at the satisfaction of a want or desire; satisfied.
'cranzy' => t('cranky'), // Grouchy, irritable; easily upset.
'crazy' => t('crazy'), // Feeling out of control; feeling overly excited or enthusiastic.
'creative' => t('creative'), // Feeling original, expressive, or imaginative.
'curious' => t('curious'), // Inquisitive; tending to ask questions, investigate, or explore.
'dejected' => t('dejected'), // Feeling sad and dispirited.
'depressed' => t('depressed'), // Severely despondent and unhappy.
'disappointed' => t('disappointed'), // Defeated of expectation or hope; let down.
'disgusted' => t('disgusted'), // Filled with disgust; irritated and out of patience.
'dismayed' => t('dismayed'), // Feeling a sudden or complete loss of courage in the face of trouble or danger.
'distracted' => t('distracted'), // Having one's attention diverted; preoccupied.
'embarrassed' => t('embarrassed'), // Having a feeling of shameful discomfort.
'envious' => t('envious'), // Feeling pain by the excellence or good fortune of another.
'excited' => t('excited'), // Having great enthusiasm.
'flirtatious' => t('flirtatious'), // In the mood for flirting.
'frustated' => t('frustrated'), // Suffering from frustration; dissatisfied, agitated, or discontented because one is unable to perform an action or fulfill a desire.
'grateful' => t('grateful'), // Feeling appreciation or thanks.
'grieving' => t('grieving'), // Feeling very sad about something, especially something lost; mournful; sorrowful.
'grumpy' => t('grumpy'), // Unhappy and irritable.
'guilty' => t('guilty'), // Feeling responsible for wrongdoing; feeling blameworthy.
'happy' => t('happy'), // Experiencing the effect of favourable fortune; having the feeling arising from the consciousness of well-being or of enjoyment; enjoying good of any kind, as peace, tranquillity, comfort; contented; joyous.
'hopeful' => t('hopeful'), // Having a positive feeling, belief, or expectation that something wished for can or will happen.
'hot' => t('hot'), // Feeling the sensation of heat, especially to the point of discomfort.
'humbled' => t('humbled'), // Having or showing a modest or low estimate of one's own importance; feeling lowered in dignity or importance.
'humiliated' => t('humiliated'), // Feeling deprived of dignity or self-respect.
'hungry' => t('hungry'), // Having a physical need for food.
'hurt' => t('hurt'), // Wounded, injured, or pained, whether physically or emotionally.
'impressed' => t('impressed'), // Favourably affected by something or someone.
'in_awe' => t('in awe'), // Feeling amazement at something or someone; or feeling a combination of fear and reverence.
'in_love' => t('in love'), // Feeling strong affection, care, liking, or attraction..
'indignant' => ('indignant'), // Showing anger or indignation, especially at something unjust or wrong.
'interested' => t('interested'), // Showing great attention to something or someone; having or showing interest.
'intoxicated' => t('intoxicated'), // Under the influence of alcohol; drunk.
'invincible' => t('invincible'), // Feeling as if one cannot be defeated, overcome or denied.
'jealous' => t('jealous'), // Fearful of being replaced in position or affection.
'lonely' => t('lonely'), // Feeling isolated, empty, or abandoned.
'lost' => t('lost'), // Unable to find one's way, either physically or emotionally.
'lucky' => t('lucky'), // Feeling as if one will be favored by luck.
'mean' => t('mean'), // Causing or intending to cause intentional harm; bearing ill will towards another; cruel; malicious.
'moody' => t('moody'), // Given to sudden or frequent changes of mind or feeling; temperamental.
'nervous' => t('nervous'), // Easily agitated or alarmed; apprehensive or anxious.
'neutral' => t('neutral'), // Not having a strong mood or emotional state.
'offended' => t('offended'), // Feeling emotionally hurt, displeased, or insulted.
'outraged' => t('outraged'), // Feeling resentful anger caused by an extremely violent or vicious attack, or by an offensive, immoral, or indecent act.
'playful' => t('playful'), // Interested in play; fun, recreational, unserious, lighthearted; joking, silly.
'proud' => t('proud'), // Feeling a sense of one's own worth or accomplishment.
'relaxed' => t('relaxed'), // Having an easy-going mood; not stressed; calm.
'relieved' => t('relieved'), // Feeling uplifted because of the removal of stress or discomfort.
'remorseful' => t('remorseful'), // Feeling regret or sadness for doing something wrong.
'restless' => t('restless'), // Without rest; unable to be still or quiet; uneasy; continually moving.
'sad' => t('sad'), // Feeling sorrow; sorrowful, mournful.
'sarcastic' => t('sarcastic'), // Mocking and ironical.
'satisfied' => t('satisfied'), // Pleased at the fulfillment of a need or desire.
'serious' => t('serious'), // Without humor or expression of happiness; grave in manner or disposition; earnest; thoughtful; solemn.
'shocked' => t('shocked'), // Surprised, startled, confused, or taken aback.
'shy' => t('shy'), // Feeling easily frightened or scared; timid; reserved or coy.
'sick' => t('sick'), // Feeling in poor health; ill.
'sleepy' => t('sleepy'), // Feeling the need for sleep.
'spontaneous' => t('spontaneous'), // Acting without planning; natural; impulsive.
'stressed' => t('stressed'), // Suffering emotional pressure.
'strong' => t('strong'), // Capable of producing great physical force; or, emotionally forceful, able, determined, unyielding.
'surprised' => t('surprised'), // Experiencing a feeling caused by something unexpected.
'thankful' => t('thankful'), // Showing appreciation or gratitude.
'thirsty' => t('thirsty'), // Feeling the need to drink.
'tired' => t('tired'), // In need of rest or sleep.
'undefined' => t('undefined'), // [Feeling any emotion not defined here.]
'weak' => t('weak'), // Lacking in force or ability, either physical or emotional.
'worried' => t('worried') // Thinking about unpleasant things that have happened or that might happen; feeling afraid and unhappy.
'afraid' => __('mood.afraid'), // Impressed with fear or apprehension; in fear; apprehensive.
'amazed' => __('mood.amazed'), // Astonished; confounded with fear, surprise or wonder.
'amorous' => __('mood.amorous'), // Inclined to love; having a propensity to love, or to sexual enjoyment; loving, fond, affectionate, passionate, lustful, sexual, etc.
'angry' => __('mood.angry'), // Displaying or feeling anger, i.e., a strong feeling of displeasure, hostility or antagonism towards someone or something, usually combined with an urge to harm.
'annoyed' => __('mood.annoyed'), // To be disturbed or irritated, especially by continued or repeated acts.
'anxious' => __('mood.anxious'), // Full of anxiety or disquietude; greatly concerned or solicitous, esp. respecting something future or unknown; being in painful suspense.
'aroused' => __('mood.aroused'), // To be stimulated in one's feelings, especially to be sexually stimulated.
'ashamed' => __('mood.ashamed'), // Feeling shame or guilt.
'bored' => __('mood.bored'), // Suffering from boredom; uninterested, without attention.
'brave' => __('mood.brave'), // Strong in the face of fear; courageous.
'calm' => __('mood.calm'), // Peaceful, quiet.
'cautious' => __('mood.cautious'), // Taking care or caution; tentative.
'cold' => __('mood.cold'), // Feeling the sensation of coldness, especially to the point of discomfort.
'confident' => __('mood.confident'), // Feeling very sure of or positive about something, especially about one's own capabilities.
'condused' => __('mood.confused'), // Chaotic, jumbled or muddled.
'contemplative' => __('mood.contemplative'), // Feeling introspective or thoughtful.
'contented' => __('mood.contented'), // Pleased at the satisfaction of a want or desire; satisfied.
'cranzy' => __('mood.cranky'), // Grouchy, irritable; easily upset.
'crazy' => __('mood.crazy'), // Feeling out of control; feeling overly excited or enthusiastic.
'creative' => __('mood.creative'), // Feeling original, expressive, or imaginative.
'curious' => __('mood.curious'), // Inquisitive; tending to ask questions, investigate, or explore.
'dejected' => __('mood.dejected'), // Feeling sad and dispirited.
'depressed' => __('mood.depressed'), // Severely despondent and unhappy.
'disappointed' => __('mood.disappointed'), // Defeated of expectation or hope; let down.
'disgusted' => __('mood.disgusted'), // Filled with disgust; irritated and out of patience.
'dismayed' => __('mood.dismayed'), // Feeling a sudden or complete loss of courage in the face of trouble or danger.
'distracted' => __('mood.distracted'), // Having one's attention diverted; preoccupied.
'embarrassed' => __('mood.embarrassed'), // Having a feeling of shameful discomfort.
'envious' => __('mood.envious'), // Feeling pain by the excellence or good fortune of another.
'excited' => __('mood.excited'), // Having great enthusiasm.
'flirtatious' => __('mood.flirtatious'), // In the mood for flirting.
'frustated' => __('mood.frustrated'), // Suffering from frustration; dissatisfied, agitated, or discontented because one is unable to perform an action or fulfill a desire.
'grateful' => __('mood.grateful'), // Feeling appreciation or thanks.
'grieving' => __('mood.grieving'), // Feeling very sad about something, especially something lost; mournful; sorrowful.
'grumpy' => __('mood.grumpy'), // Unhappy and irritable.
'guilty' => __('mood.guilty'), // Feeling responsible for wrongdoing; feeling blameworthy.
'happy' => __('mood.happy'), // Experiencing the effect of favourable fortune; having the feeling arising from the consciousness of well-being or of enjoyment; enjoying good of any kind, as peace, tranquillity, comfort; contented; joyous.
'hopeful' => __('mood.hopeful'), // Having a positive feeling, belief, or expectation that something wished for can or will happen.
'hot' => __('mood.hot'), // Feeling the sensation of heat, especially to the point of discomfort.
'humbled' => __('mood.humbled'), // Having or showing a modest or low estimate of one's own importance; feeling lowered in dignity or importance.
'humiliated' => __('mood.humiliated'), // Feeling deprived of dignity or self-respect.
'hungry' => __('mood.hungry'), // Having a physical need for food.
'hurt' => __('mood.hurt'), // Wounded, injured, or pained, whether physically or emotionally.
'impressed' => __('mood.impressed'), // Favourably affected by something or someone.
'in_awe' => __('mood.in awe'), // Feeling amazement at something or someone; or feeling a combination of fear and reverence.
'in_love' => __('mood.in love'), // Feeling strong affection, care, liking, or attraction..
'indignant' => ('indignant'), // Showing anger or indignation, especially at something unjust or wrong.
'interested' => __('mood.interested'), // Showing great attention to something or someone; having or showing interest.
'intoxicated' => __('mood.intoxicated'), // Under the influence of alcohol; drunk.
'invincible' => __('mood.invincible'), // Feeling as if one cannot be defeated, overcome or denied.
'jealous' => __('mood.jealous'), // Fearful of being replaced in position or affection.
'lonely' => __('mood.lonely'), // Feeling isolated, empty, or abandoned.
'lost' => __('mood.lost'), // Unable to find one's way, either physically or emotionally.
'lucky' => __('mood.lucky'), // Feeling as if one will be favored by luck.
'mean' => __('mood.mean'), // Causing or intending to cause intentional harm; bearing ill will towards another; cruel; malicious.
'moody' => __('mood.moody'), // Given to sudden or frequent changes of mind or feeling; temperamental.
'nervous' => __('mood.nervous'), // Easily agitated or alarmed; apprehensive or anxious.
'neutral' => __('mood.neutral'), // Not having a strong mood or emotional state.
'offended' => __('mood.offended'), // Feeling emotionally hurt, displeased, or insulted.
'outraged' => __('mood.outraged'), // Feeling resentful anger caused by an extremely violent or vicious attack, or by an offensive, immoral, or indecent act.
'playful' => __('mood.playful'), // Interested in play; fun, recreational, unserious, lighthearted; joking, silly.
'proud' => __('mood.proud'), // Feeling a sense of one's own worth or accomplishment.
'relaxed' => __('mood.relaxed'), // Having an easy-going mood; not stressed; calm.
'relieved' => __('mood.relieved'), // Feeling uplifted because of the removal of stress or discomfort.
'remorseful' => __('mood.remorseful'), // Feeling regret or sadness for doing something wrong.
'restless' => __('mood.restless'), // Without rest; unable to be still or quiet; uneasy; continually moving.
'sad' => __('mood.sad'), // Feeling sorrow; sorrowful, mournful.
'sarcastic' => __('mood.sarcastic'), // Mocking and ironical.
'satisfied' => __('mood.satisfied'), // Pleased at the fulfillment of a need or desire.
'serious' => __('mood.serious'), // Without humor or expression of happiness; grave in manner or disposition; earnest; thoughtful; solemn.
'shocked' => __('mood.shocked'), // Surprised, startled, confused, or taken aback.
'shy' => __('mood.shy'), // Feeling easily frightened or scared; timid; reserved or coy.
'sick' => __('mood.sick'), // Feeling in poor health; ill.
'sleepy' => __('mood.sleepy'), // Feeling the need for sleep.
'spontaneous' => __('mood.spontaneous'), // Acting without planning; natural; impulsive.
'stressed' => __('mood.stressed'), // Suffering emotional pressure.
'strong' => __('mood.strong'), // Capable of producing great physical force; or, emotionally forceful, able, determined, unyielding.
'surprised' => __('mood.surprised'), // Experiencing a feeling caused by something unexpected.
'thankful' => __('mood.thankful'), // Showing appreciation or gratitude.
'thirsty' => __('mood.thirsty'), // Feeling the need to drink.
'tired' => __('mood.tired'), // In need of rest or sleep.
'undefined' => __('mood.undefined'), // [Feeling any emotion not defined here.]
'weak' => __('mood.weak'), // Lacking in force or ability, either physical or emotional.
'worried' => __('mood.worried') // Thinking about unpleasant things that have happened or that might happen; feeling afraid and unhappy.
);
}

Loading…
Cancel
Save