Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo: Columbia -> Colombia #79

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ msgstr "Weed"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr ""
"Ein kolumbianischer Frachter hat die Küstenwache umschippert. Der Preis für "
"Weed ist ins bodenlose gefallen!"
Expand Down
2 changes: 1 addition & 1 deletion po/dopewars.pot
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ msgstr ""

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr ""

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ msgstr ""

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr ""

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ msgstr "Marihuana"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Ha llegado la cosecha. ¡El precio de la marihuana está por los suelos!"

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ msgstr "María"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Ha llegado la cosecha. ¡El precio de la marihuana está por los suelos!"

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ msgstr "Skunk"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "de la bonne herbe d'Amsterdam vient d'arriver en masse"

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/fr_CA.po
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ msgstr "Pot"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr ""
"Les récoltes des serres hydroponiques dépassent les attentes, c'est le temps "
"de fumer!"
Expand Down
4 changes: 2 additions & 2 deletions po/nn.po
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,8 @@ msgstr "Jazztobakk"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Columbiansk lasteskip lurte kystvakta! Jazztobakkprisen stuper!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Colombiansk lasteskip lurte kystvakta! Jazztobakkprisen stuper!"

#. The names of the default locations
#: src/dopewars.c:740
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ msgstr "Marihuana"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Świeża dostawa marihuany z Holandii! Ceny trawy lecą w dół"

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ msgstr "Maconha"

#: src/dopewars.c:732
msgid ""
"Columbian freighter dusted the Coast Guard! Weed prices have bottomed out!"
"Colombian freighter dusted the Coast Guard! Weed prices have bottomed out!"
msgstr "Colombianos enganaram a Guarda Costeira! Preços de maconha abaixaram!"

#. The names of the default locations
Expand Down
2 changes: 1 addition & 1 deletion src/dopewars.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ struct DRUG DefaultDrug[] = {
{N_("Shrooms"), 630, 1300, FALSE, FALSE, ""},
{N_("Speed"), 90, 250, FALSE, TRUE, ""},
{N_("Weed"), 315, 890, TRUE, FALSE,
N_("Columbian freighter dusted the Coast Guard! "
N_("Colombian freighter dusted the Coast Guard! "
"Weed prices have bottomed out!")}
};

Expand Down
Loading