| [Freeciv-Dev] Discussion: German leader titles[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 While creating an experimental Nazi nation, I picked a bunch of  
German-language leader titles. Now the project is scrapped, but I  
though maybe some of the titles could be recycled and used in the  
German nation. Share your thoughts on this!
 
Daniel
------------------------------------------------------------------------ 
--------- 
ruler_titles = { "government",     "male_title",       "female_title"
                 "Despotism",      _("Fuhrer"),          _("Fuhrer")
                 "Monarchy",       _("Kaiser"),          _("Kaiser")
                 "Republic",       _("Reichskanzler"),   _("Reichskanzler")
                 "Communism",      _("Genosse"),         _("Genosse")
                 "Democracy",      _("Bundeskanzler"),   _("Bundeskanzler")
                 "Anarchy",        _("Reichsmarschall"), _("Reichsmarschall")
               }
 
 |  |