mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-31 01:31:53 +08:00
Merge pull request #94 from grotr/master
Fix French "not enough cloth" translation
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -844,6 +844,10 @@ msgstr "piège avec appât"
|
|||||||
msgid "not enough scales"
|
msgid "not enough scales"
|
||||||
msgstr "écaille insuffisante"
|
msgstr "écaille insuffisante"
|
||||||
|
|
||||||
|
#: ../../script/localization.js:10
|
||||||
|
msgid "not enough cloth"
|
||||||
|
msgstr "chiffon insuffisante"
|
||||||
|
|
||||||
#: ../../script/localization.js:10
|
#: ../../script/localization.js:10
|
||||||
msgid "not enough teeth"
|
msgid "not enough teeth"
|
||||||
msgstr "dent insuffisante"
|
msgstr "dent insuffisante"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
_('steelworker'),_('bait'),_('cured meat'), _('scales'), _('compass'), _('laser rifle'),
|
_('steelworker'),_('bait'),_('cured meat'), _('scales'), _('compass'), _('laser rifle'),
|
||||||
_('gatherer'),_('cloth'), _('scales'), _('cured meat'), _('thieves'),
|
_('gatherer'),_('cloth'), _('scales'), _('cured meat'), _('thieves'),
|
||||||
_('not enough fur'), _('not enough wood'), _('not enough coal'), _('not enough iron'), _('not enough steel'), _('baited trap'),
|
_('not enough fur'), _('not enough wood'), _('not enough coal'), _('not enough iron'), _('not enough steel'), _('baited trap'),
|
||||||
_('not enough scales'),_('not enough clouth'), _('not enough teeth'), _('not enough leather'),
|
_('not enough scales'),_('not enough cloth'), _('not enough teeth'), _('not enough leather'),
|
||||||
_('the compass points east.'), _('the compass points west.'), _('the compass points north.'), _('the compass points south.'),
|
_('the compass points east.'), _('the compass points west.'), _('the compass points north.'), _('the compass points south.'),
|
||||||
_('the compass points northeast.'), _('the compass points northwest.'), _('the compass points southeast.'), _('the compass points southwest.')];
|
_('the compass points northeast.'), _('the compass points northwest.'), _('the compass points southeast.'), _('the compass points southwest.')];
|
||||||
delete keywords;
|
delete keywords;
|
||||||
|
|||||||
Reference in New Issue
Block a user