Skip to content

Commit

Permalink
Added SilverSurferZzZ's Spanish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkimber committed May 1, 2016
1 parent 0a34e15 commit ac70b4c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
@@ -1,3 +1,7 @@
v5:

- Added Spanish translation courtesy of SilverSurferZzZ

v4:

- Helper messages are more specific about which cargo will help most.
Expand Down
6 changes: 3 additions & 3 deletions info.nut
@@ -1,10 +1,10 @@
SELF_VERSION <- 4;
SELF_DATE <- "2016-04-27";
SELF_VERSION <- 5;
SELF_DATE <- "2016-05-01";

class VillagesIsVillages extends GSInfo {
function GetAuthor() { return "Timberwolf"; }
function GetName() { return "Villages Is Villages"; }
function GetDescription() { return "Keep villages as villages! Stops every village from growing into a metropolis, and prevents industries from taking over the map."; }
function GetDescription() { return "Keep villages as villages! Stops every village from growing into a metropolis, and prevents industries from taking over the map. Translations: SilverSurferZzZ (ES)"; }
function GetVersion() { return SELF_VERSION; }
function GetDate() { return SELF_DATE; }
function CreateInstance() { return "VillagesIsVillages"; }
Expand Down
21 changes: 21 additions & 0 deletions lang/spanish.txt
@@ -0,0 +1,21 @@
STR_GROWTH_UNLIMITED :Las ciudades no tienen límite de crecimiento{}
STR_GROWTH_OUTSTANDING :Perspectivas de crecimiento: {ORANGE}Excepcionales{BLACK} {}
STR_GROWTH_EXCELLENT :Perspectivas de crecimiento: {ORANGE}Excelentes{BLACK} {}
STR_GROWTH_VERYGOOD :Perspectivas de crecimiento: {ORANGE}Muy Buenas{BLACK} {}
STR_GROWTH_GOOD :Perspectivas de crecimiento: {ORANGE}Buenas{BLACK} {}
STR_GROWTH_MEDIOCRE :Perspectivas de crecimiento: {ORANGE}Mediocres{BLACK} {}
STR_GROWTH_POOR :Perspectivas de crecimiento: {ORANGE}Pobres{BLACK} {}
STR_GROWTH_VERYPOOR :Perspectivas de crecimiento: {ORANGE}Muy Pobres{BLACK} {}
STR_GROWTH_NONE :Perspectivas de crecimiento: {RED}Ninguna{BLACK} {}
STR_PASSENGER_SHORTFALL :Escasez de pasajeros: {RED}{NUM}{BLACK} {}
STR_MAIL_SHORTFALL :Escasez de correo: {RED}{NUM}{BLACK}
STR_PASSENGER_OK :Escasez de pasajeros: {ORANGE}{NUM}{BLACK} {}
STR_MAIL_OK :Escasez de correo: {ORANGE}{NUM}{BLACK}
STR_DELIVER_PASSENGERS :{}{}Transporta más pasajeros para que esta ciudad pueda crecer
STR_DELIVER_MAIL :{}{}Transporta más correo para que esta ciudad pueda crecer
STR_DELIVER_CARGO :{}{}Entrega {CARGO_LIST} para que esta ciudad pueda crecer
STR_FUND_BUILDINGS :{}{}Funda nuevos edificios para que esta ciudad pueda crecer
STR_NULL :
STR_CONCAT_2 :{STRING}{STRING}
STR_CONCAT_3 :{STRING}{STRING1}{STRING1}
STR_CONCAT_4 :{STRING}{STRING1}{STRING1}{STRING1}
6 changes: 6 additions & 0 deletions readme.txt
Expand Up @@ -80,3 +80,9 @@ after a game is started or loaded.

Note that industry processing does not take a long time even if there are a
huge number of them on the map.

== Credits ==

Code: Timberwolf

Translations: SilverSurferZzZ (ES)

0 comments on commit ac70b4c

Please sign in to comment.