Merge branch 'main' of github.com:pr-starfighter/starfighter
This commit is contained in:
commit
36e6853fe1
|
@ -23,7 +23,7 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: diligentcircle@riseup.net\n"
|
||||
"POT-Creation-Date: 2020-12-25 14:04-0500\n"
|
||||
"PO-Revision-Date: 2021-04-16 17:12+0200\n"
|
||||
"PO-Revision-Date: 2021-08-20 17:11+0200\n"
|
||||
"Last-Translator: Jorge Maldonado Ventura <jorgesumle@freakspot.net>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: eo\n"
|
||||
|
@ -31,7 +31,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
|
||||
#. / Dialog (Kline Kethlan)
|
||||
#. / Used when the final "stage" of the Venus fight is entered.
|
||||
|
@ -1727,7 +1727,7 @@ msgid ""
|
|||
"I've received word that the slaves we rescued have started a rebellion. "
|
||||
"Looks like the plan worked."
|
||||
msgstr ""
|
||||
"Mi aŭdis, ke la sklavoj, kiujn ni savis, komencis ribelo. Ŝajnas, ke la "
|
||||
"Mi aŭdis, ke la sklavoj, kiujn ni savis, komencis ribelon. Ŝajnas, ke la "
|
||||
"plano funkciis. "
|
||||
|
||||
#. / Mission dialog: Eyananth, Elamale (Phoebe Lexx)
|
||||
|
@ -2176,7 +2176,7 @@ msgstr "Ne lasu, ke veturilo de provizoj estu detruita"
|
|||
#. / Mission objective (Urusor)
|
||||
#: ../src/mission.c:226
|
||||
msgid "Disable five WEAPCO supply craft"
|
||||
msgstr "Malebligu kvin veturilo de provizoj de ARMKORP"
|
||||
msgstr "Malebligu kvin veturiloj de provizoj de ARMKORP"
|
||||
|
||||
#. / Mission objective (Urusor)
|
||||
#: ../src/mission.c:237
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1057,7 +1057,7 @@ static void intermission_createMissionDetailSurface(SDL_Surface *comms, int miss
|
|||
|
||||
case MISN_FELLON:
|
||||
/// Mission dialog: Mordor, Fellon (Sid Wilson)
|
||||
strcpy(string, _("A rebel group has organized a counter strike. If we can help them secure a victory it will be a real boost to morale."));
|
||||
strcpy(string, _("A rebel group has organized a counter strike. If we can help them secure a victory, it will be a real boost to morale."));
|
||||
y = intermission_renderDialog(comms, y, FS_SID, string);
|
||||
|
||||
/// Mission dialog: Mordor, Fellon (Chris Bainfield)
|
||||
|
|
Loading…
Reference in New Issue