Browse Source

- Fix some locales

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
010514abea
  1. 4
      app/widgets/Help/locales.ini
  2. 8
      locales/locales.ini
  3. 10
      system/Utils.php

4
app/widgets/Help/locales.ini

@ -13,8 +13,8 @@ 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 %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)"
missing.info2 = "Don't forget that Movim is an open source project, a helping hand is always welcome (see %sCan 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 (%ssee the dedicated page%s)."
faq.info1 = "Go to the %sto 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)."

8
locales/locales.ini

@ -134,10 +134,10 @@ mood.calm = 'calm'
mood.cautious = 'cautious'
mood.cold = 'cold'
mood.confident = 'confident'
mood.condused = 'condused'
mood.confused = 'confused'
mood.contemplative = 'contemplative'
mood.contented = 'contented'
mood.cranzy = 'cranzy'
mood.cranky = 'cranky'
mood.crazy = 'crazy'
mood.creative = 'creative'
mood.curious = 'curious'
@ -164,8 +164,8 @@ mood.humiliated = 'humiliated'
mood.hungry = 'hungry'
mood.hurt = 'hurt'
mood.impressed = 'impressed'
mood.in_awe = 'in_awe'
mood.in_love = 'in_love'
mood.in_awe = 'in awe'
mood.in_love = 'in love'
mood.indignant = 'indignant'
mood.interested = 'interested'
mood.intoxicated = 'intoxicated'

10
system/Utils.php

@ -301,10 +301,10 @@ function getMood() {
'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.
'confused' => __('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.
'cranky' => __('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.
@ -331,9 +331,9 @@ function getMood() {
'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.
'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' => __('mood.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.

Loading…
Cancel
Save